/*
Theme Name: Zadelrf
Version: v 1.0.
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 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;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
 */
.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;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */
:root {
  --swiper-theme-color: #2971F6;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,
      initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  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 {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,
      rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: hsl(0, 0%, 100%);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    'Helvetica', 'Arial', sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #101828;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #2971F6;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: hsl(0, 0%, 21%);
}

code {
  background-color: hsl(0, 0%, 96%);
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: hsl(0, 0%, 21%);
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

table th {
  color: hsl(0, 0%, 21%);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

/* Запрещаем менять стиль кнопки submit в safar */
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Упрощаем работу с изображениями */
img,
svg {
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

textarea {
  resize: none;
  outline: none;
  -moz-appearance: none;
}

input {
  border-radius: 0;
}

input[type='search'] {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/* убираем подсветку тапнутых элементов */
* {
  -webkit-tap-highlight-color: transparent;
}

[class^='c-'],
[class^='c-'] * {
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

:root {
  --scrollbar-width: 17px;
}

html {
  overflow: auto;
}

body {
  padding-top: 0;
  width: 100%;
  font-weight: normal;
}

.c-page--product {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  .c-page--product {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-page--product {
    padding-bottom: 40px;
  }
}

.c-page--product .c-page__main {
  margin-bottom: 0;
}

.c-page__heading {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-page__heading--followed-by-switcher {
    margin-bottom: 12px;
  }
}

.c-page__heading--followed-by-history {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .c-page__heading--followed-by-history {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .c-page__heading--followed-by-history {
    flex-direction: column;
    row-gap: 16px;
  }
}

.c-page__heading--first {
  margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .c-page__heading--first {
    margin-top: 24px;
  }
}

.c-page__top-bar {
  margin-bottom: 24px;
}

.c-page__main {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  .c-page__main {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-page__main {
    padding-bottom: 40px;
  }
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 16px;
}

@media only screen and (max-width: 1023px) {
  .c-grid {
    gap: 24px;
  }
}

.c-grid__col {
  grid-column: auto/span 12;
}

.c-grid__col--2 {
  grid-column: auto/span 6;
}

@media only screen and (max-width: 1023px) {
  .c-grid__col--2 {
    grid-column: auto/span 12;
  }
}

.c-grid__col--3 {
  grid-column: auto/span 4;
}

@media only screen and (max-width: 1023px) {
  .c-grid__col--3 {
    grid-column: auto/span 12;
  }
}

.c-stack--size-s {
  gap: 8px;
}

.c-stack--size-m {
  gap: 16px;
}

.c-stack--size-l {
  gap: 24px;
}

.c-stack--size-xl {
  gap: 32px;
}

.c-stack--vertical {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.c-stack--horizontal {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .c-stack--horizontal {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

.c-accordion__header {
  cursor: pointer;
}

.c-accordion__content {
  margin-top: 0;
  max-height: 0;
  transition: max-height 0.3s, margin-top 0.3s, margin-bottom 0.3s;
  overflow: hidden;
}

.c-accordion [class$='__arrow'] {
  transition: transform 0.3s;
}

.c-accordion--is-open [class$='__arrow'] {
  transform: rotate(180deg);
}

.c-responsive-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-responsive-img img {
  max-height: 100%;
}

@media screen and (max-width: 1024px) {
  .c-responsive-img.c-responsive-img--small-on-tablet img {
    max-width: 140px;
    max-height: auto;
  }
}


.c-text-h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
}

@media only screen and (max-width: 1023px) {
  .c-text-h1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-text-body-xxxl {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.c-text-body-xxl {
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 1023px) {
  .c-text-body-xxl {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-text-body-xl {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-text-body-xl {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-text-body-l {
  font-size: 15px;
  line-height: 24px;
}

.c-text-body-m {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 1023px) {
  .c-text-body-m {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-text-body-s {
  font-size: 13px;
  line-height: 18px;
}

.c-text-body-xs {
  font-size: 12px;
  line-height: 16px;
}

.c-font-bold {
  font-weight: 700;
}

.c-font-semi-bold {
  font-weight: 600;
}

.c-font-medium {
  font-weight: 500;
}

.c-font-regular {
  font-weight: 400;
}

.c-underline {
  text-decoration-line: underline;
}

.c-color-success {
  color: #1ab69a;
}

.c-link {
  color: #2971F6;
}

@media (hover: hover) and (pointer: fine) {
  .c-link:hover {
    color: #0077d4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-link:active {
    color: #066cbc;
  }
}

.c-text-center {
  text-align: center;
}

.c-input {
  position: relative;
  display: grid;
  column-gap: 8px;
  user-select: none;
  background-color: #f6f8fb;
  border: 1px solid #a9b6c9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 0 15px;
}

.c-input.hidden {
  display: none;
}

.wpcf7-form.submitting .c-modal__button--submit {
  min-width: 166.46px;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7-form.submitting .c-modal__button--submit .c-button__content {
  display: none;
}

.wpcf7-form.submitting .c-modal__button--submit .c-button__loader-wrapper {
  display: block;
}

.c-input__field {
  grid-row: 1/2;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #101828;
  outline: none;
  border: 0;
  background-color: transparent;
  padding: 12px 0;
  width: 100%;
}

.c-input__field.hidden {
  display: none;
}

.c-input__clear-wrapper {
  grid-row: 1/2;
}

.wpcf7 .c-input__clear-wrapper {
  grid-row: auto;
}

@supports (-webkit-hyphens: none) {
  .c-input__field {
    font-size: 16px !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-input__field {
      font-size: 16px !important;
    }
  }
}

.c-input__field::placeholder {
  color: #637088;
}

.c-input__field[type='password']~.c-input__right-wrapper .c-input__icon--eye-open,
.c-input__field[type='text']~.c-input__right-wrapper .c-input__icon--eye-closed {
  display: none;
}

.c-input__left-wrapper {
  display: grid;
  align-items: center;
  justify-items: end;
  grid-row: 1/2;
}

/* .c-input__clear-wrapper {
  grid-row: 1/2;
} */

.c-input__right-wrapper {
  display: grid;
  align-items: center;
  grid-row: 1/2;
}

.c-input__button {
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 0;
  cursor: pointer;
}

.c-input__button--clear,
.c-input__button--password {
  width: 24px;
}

.c-input__button--clear {
  margin-top: 11px;
  opacity: 0;
  visibility: hidden;
}

.c-input__icon {
  height: auto;
  color: #637088;
}

.c-input__icon--search {
  width: 20px;
  height: auto;
  pointer-events: none;
}

.c-input__icon--clear,
.c-input__icon--password {
  width: 24px;
}

.c-input__icon--dropdown {
  width: 28px;
}

.c-input--is-textarea {
  padding: 0;
}

.c-input--is-textarea .c-input__field {
  padding: 11px 15px;
  grid-column: 1/3;
  resize: vertical;
}

.c-input--is-textarea .c-input__field::-webkit-scrollbar {
  width: 12px;
}

.c-input--is-textarea .c-input__field::-webkit-scrollbar-track {
  background-color: #f6f8fb;
  border-radius: 12px;
}

.c-input--is-textarea .c-input__field::-webkit-scrollbar-thumb {
  background-color: #d5ddea;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.c-input--is-textarea .c-input__clear-wrapper {
  position: absolute;
  right: 12px;
}

.c-input--is-textarea.c-input--template-clear {
  grid-template-columns: auto;
}

.c-input--is-textarea.c-input--template-clear .c-input__field {
  padding-right: 47px;
  height: 70px;
}

.c-input--has-error {
  border-color: #f45656;
  color: #f45656;
}

.c-input--has-error::placeholder {
  color: #f45656;
}

.wpcf7-not-valid-tip {
  position: absolute;
  margin: 0;
  bottom: -20px;
  left: -15px;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: #f45656;
}

.c-input--has-value.c-input--is-focused .c-input__button--clear {
  opacity: 1;
  visibility: visible;
}

.c-input--is-focused {
  border-color: #2971F6;
}

.c-input--template-clear {
  grid-template-columns: minmax(0, 1fr) 24px;
}

.c-input--template-left {
  grid-template-columns: 20px minmax(0, 1fr);
}

.c-input--template-left-clear {
  grid-template-columns: 20px minmax(0, 1fr) 24px;
}

.c-input--template-right {
  grid-template-columns: minmax(0, 1fr) 24px;
}

.c-input--template-right.c-input--has-dropdown {
  grid-template-columns: minmax(0, 1fr) 28px;
}

.c-input--mode-search-mobile {
  padding: 0 8px;
}

.c-input--mode-search-mobile .c-input__field {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 0;
}

.c-input--mode-search-mobile .c-input__button--clear {
  width: 20px;
  margin-top: 6px;
}

.c-input--mode-search-mobile .c-input__icon--clear {
  width: 20px;
}

.c-input--mode-search-mobile.c-input__template-left-clear {
  grid-template-columns: 20px 1fr 20px;
}

.c-input--for-range {
  grid-template-columns: 1fr;
  height: 36px;
  background-color: #ffffff;
  border-color: #dde7f0;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  padding: 0 16px 0 39px;
}

.c-input--for-range .c-input__field {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 0;
}

.c-input[role='button'] {
  cursor: pointer;
  user-select: none;
}

.c-input[role='button'] .c-input__field {
  cursor: pointer;
  user-select: none;
}

.c-button {
  position: relative;
  display: inline-grid;
  align-items: center;
  justify-items: center;
  user-select: none;
  cursor: pointer;
  line-height: 0;
  border: 0;
}

.c-button .c-button__loader-wrapper {
  display: none;
}

.c-button--is-loading .c-button__loader-wrapper {
  display: block;
}

.c-button--with-icon.c-button--is-loading .c-button__content {
  display: none;
}

.c-button__loader-wrapper {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  line-height: 0;
}

.c-button__loader {
  width: 24px;
  height: auto;
  animation: rotation 1s linear infinite;
}

.c-button[disabled] {
  pointer-events: none;
}

.c-button--style-primary,
.c-button--style-secondary,
.c-button--style-stroke,
.c-button--style-critical {
  transition: var(--transition-default);
  border-radius: 5px;
}

.c-button--style-primary .c-button__text,
.c-button--style-secondary .c-button__text,
.c-button--style-stroke .c-button__text,
.c-button--style-critical .c-button__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.c-button--style-primary {
  background-color: #2971F6;
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .c-button--style-primary:hover {
    background-color: #2385e1;
    color: #ffffff;
  }
}

.c-button--style-primary:active {
  background-color: #1d79ce;
}

.c-button--style-primary[disabled] {
  background-color: #cddcea;
}

.c-button--style-secondary {
  background-color: #e1edf5;
  color: #2971F6;
}

@media (hover: hover) and (pointer: fine) {
  .c-button--style-secondary:hover {
    background-color: #e5edf4;
    color: #2971F6;
  }
}

.c-button--style-secondary:active {
  background-color: #dce5ed;
}

.c-button--style-secondary[disabled] {
  background-color: #eff4f9;
  color: #badeff;
}

.c-button--style-stroke {
  border: 2px solid #a9b6c9;
  background-color: transparent;
  color: #101828;
}

@media (hover: hover) and (pointer: fine) {
  .c-button--style-stroke:hover {
    background-color: #e6e9ef;
    color: #101828;
  }
}

.c-button--style-stroke:active {
  background-color: #dde0e7;
}

.c-button--style-stroke[disabled] {
  color: #e3e9f4;
}

.c-button--style-critical {
  border: 0;
  background-color: #f9ebeb;
  color: #f45656;
  padding: 14px 24px;
}

@media (hover: hover) and (pointer: fine) {
  .c-button--style-critical:hover {
    background-color: #f3e2e0;
    color: #f45656;
  }
}

.c-button--style-critical:active {
  background-color: #eedcdc;
}

.c-button--style-critical[disabled] {
  color: #ffc6c6;
}

.c-button--is-loading {
  pointer-events: none;
}

.c-button--is-loading .c-button__text {
  opacity: 0;
  visibility: hidden;
}

.c-button--size-xl {
  height: 44px;
  padding: 0 55px;
}

.c-button--size-l {
  height: 48px;
  padding: 0 24px;
}

.c-button--size-l.c-button--style-stroke {
  padding: 0 22px;
}

.c-button--size-m {
  height: 44px;
  padding: 0 12px;
}

.c-button--size-m2 {
  height: 42px;
  padding: 0 12px;
}

@media only screen and (max-width: 1023px) {
  .c-button--size-m2 {
    height: 32px;
  }
}

.c-button--size-m3 {
  height: 42px;
  padding: 0 12px;
}


.c-button--size-s {
  padding: 0 12px;
  height: 32px;
}

.c-button--size-s .c-button__loader-wrapper {
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.c-button--size-s .c-button__loader {
  width: 16px;
}

.c-button--size-s .c-button__text {
  font-size: 12px;
  line-height: 16px;
}

.c-button--with-icon .c-button__content {
  display: grid;
  align-items: center;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 6px;
}

.c-button--is-full-width {
  width: 100%;
}

.c-button-menu {
  display: inline-grid;
  grid-template-columns: 24px auto;
  align-items: center;
  column-gap: 8px;
  user-select: none;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  background-color: #2971F6;
  border-radius: 8px;
  padding: 0 16px;
  height: 44px;
}

@media (hover: hover) and (pointer: fine) {
  .c-button-menu:hover {
    background-color: #2385e1;
  }
}

.c-button-menu:active {
  background-color: #1d79ce;
}

.c-button-menu__icon--close {
  display: none;
}

.c-button-menu__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.c-button-menu--is-active .c-button-menu__icon--burger {
  display: none;
}

.c-button-menu--is-active .c-button-menu__icon--close {
  display: block;
}

.c-button-action {
  border: 0;
  outline: none;
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
}

.c-button-action:disabled {
  background-color: var(--color-grey-btn);
}

.c-button-action__icon {
  width: 24px;
  height: auto;
  line-height: 0;
}

@media only screen and (max-width: 1023px) {
  .c-button-action {
    width: 24px;
    height: 24px;
    border-radius: 8px;
  }

  .c-button-action .c-button-action__icon {
    width: 16px;
    height: 16px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-button-action:hover:not([disabled]) {
    background-color: #C2CDDD;
  }
}

.c-button-action:active:not([disabled]) {
  background-color: var(--color-dark-grey);
}

.c-button-action:active:not([disabled]) .c-button-action__icon {
  color: #ffffff;
}

.c-button-action[disabled] .c-button-action__icon {
  color: #a9b6c9;
}

.c-button-action--size-s {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.c-button-action--size-s .c-button-action__icon {
  width: 16px;
  height: 16px;
}

.c-button-action--size-xs {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.c-button-action--size-xs .c-button-action__icon {
  width: 16px;
  height: 16px;
}

.c-button-action--theme-default {
  background-color: #d5ddea;
  color: #637088;
}

.c-button-action--theme-white {
  background-color: #ffffff;
  color: #101828;
}

.c-button-text {
  font-weight: 500;
  display: inline-block;
  width: fit-content;
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #2971F6;
  cursor: pointer;
}

.c-button-text:hover {
  color: #2971F6;
}

@media (hover: hover) and (pointer: fine) {
  .c-button-text:hover {
    color: #0077d4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-button-text:active {
    color: #066cbc;
  }
}

.c-button-text__icon-wrapper {
  line-height: 0;
}

.c-button-text__icon {
  width: 20px;
  height: auto;
}

.c-button-text__icon--fav-filled {
  color: #f45656;
}

.c-button-text[disabled] {
  color: #97c7ec;
  pointer-events: none;
}

.c-button-text--with-icon {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 2px;
}

.c-button-text--size-s {
  font-size: 14px;
  line-height: 20px;
}

.c-button-text--size-l {
  font-size: 16px;
  line-height: 24px;
}

.c-button-text--theme-gray {
  color: #637088;
}

.c-button-text--mode-tool {
  gap: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .c-button-text--mode-tool:hover {
    color: #4a5466;
  }

  .c-button-text--mode-tool:hover .c-button-text__icon--fav-filled {
    color: #d43941;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-button-text--mode-tool:active {
    color: #101828;
  }

  .c-button-text--mode-tool:active .c-button-text__icon--fav-filled {
    color: #f45656;
  }
}

.c-button-text--mode-tool[disabled] {
  color: #d5ddea;
}

.c-button-dir {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 2px;
  align-items: center;
  color: #2971F6;
}

@media (hover: hover) and (pointer: fine) {
  .c-button-dir:hover {
    color: #0077d4;
  }
}

.c-button-dir:active {
  color: #066cbc;
}

.c-button-dir__text {
  font-weight: 700;
}

.c-button-dir__icon-wrapper {
  line-height: 0;
}

.c-button-dir__icon {
  width: 24px;
  height: auto;
}

.c-button-favourite, .c-favourite-listed-card .yith-wcwl-add-to-wishlist,
.c-catalog-listed-card__list .yith-wcwl-add-to-wishlist,
.wishlist-list .yith-wcwl-add-to-wishlist {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #f6f8fb;
  border: 0;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
}

.c-favourite-listed-card .yith-wcwl-add-to-wishlist span,
.c-catalog-listed-card__list .yith-wcwl-add-to-wishlist span,
.wishlist-list .yith-wcwl-add-to-wishlist span {
  display: none;
}

.c-button-favourite__icon {
  width: 18px;
  height: auto;
  color: #a9b6c9;
}

.c-button-favourite__icon--filled {
  color: #f45656;
}

@media (hover: hover) and (pointer: fine) {

  .c-button-favourite:hover:not([disabled]), .c-favourite-listed-card .yith-wcwl-add-to-wishlist:hover:not([disabled]),
  .c-catalog-listed-card__list .yith-wcwl-add-to-wishlist:hover:not([disabled]),
  .wishlist-list .yith-wcwl-add-to-wishlist:hover:not([disabled]) {
    background-color: #d5ddea;
  }

  .c-button-favourite:hover:not([disabled]) .c-button-favourite__icon {
    color: #73819a;
  }

  .c-button-favourite:hover:not([disabled]) .c-button-favourite__icon--filled {
    color: #d43941;
  }
}

.c-button-favourite:active:not([disabled]) .c-button-favourite__icon {
  color: #637088;
}

.c-button-favourite:active:not([disabled]) .c-button-favourite__icon--filled {
  color: #f45656;
}

.c-button-favourite[disabled] .c-button-favourite__icon {
  color: #a9b6c9;
}

.c-button-nav {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: rgba(194, 198, 206, 0.3);
  color: #101828;
  border-radius: 100px;
  line-height: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  user-select: none;
}

@media (hover: hover) and (pointer: fine) {
  .c-button-nav:hover {
    background-color: rgba(194, 198, 206, 0.7);
  }
}

.c-button-nav:active {
  background-color: rgba(194, 198, 206, 0.9);
}

.c-button-nav[disabled] {
  background-color: rgba(194, 198, 206, 0.1);
  color: #a9b6c9;
}

.c-button-nav__icon {
  width: 24px;
  height: auto;
}

.c-button-nav--dir-right {
  transform: rotate(180deg);
}

.c-button-nav--dir-up {
  transform: rotate(90deg);
}

.c-button-nav--dir-down {
  transform: rotate(270deg);
}

.c-form-control__label {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
  color: #637088;
}

.c-form-control__error-text {
  font-size: 13px;
  line-height: 18px;
  margin-top: 9px;
  color: #f45656;
}

.c-form-control__action-message {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}

.c-form-control__action-message.warning {
  display: block;
  color: #f45656;
}

.c-form-control__action-message.success {
  display: block;
  color: #1ab69a;
}

.c-form-control__helper-text {
  font-size: 13px;
  line-height: 18px;
  margin-top: 9px;
  color: #637088;
}

.c-form-control__action-helper-wrapper {
  margin-top: 12px;
  text-align: right;
  line-height: 0;
}

.c-form-control--has-error .c-form-control__error-text {
  color: #f45656;
}

.c-add-address__footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  padding: 16px 24px;
  background-color: #f6f8fb;
  border-radius: 12px;
  gap: 40px;
}

@media only screen and (max-width: 1023px) {
  .c-add-address__footer {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
    gap: 16px;
  }
}

.c-add-address__info {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
}

.c-add-address__icon--info {
  width: 24px;
  height: auto;
  color: #637088;
}

.c-add-address__info-text {
  font-size: 16px;
  line-height: 24px;
  color: #637088;
  font-weight: 500;
}

.c-add-address__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-add-address__button {
    width: 100%;
  }
}

.c-add-address--with-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.c-add-address--with-list .c-add-address__footer {
  display: block;
  padding: 0;
  background-color: transparent;
}

.c-add-address--with-list .c-add-address__info {
  display: none;
}

.c-search {
  display: block;
  height: 44px;
}

.c-search__inner {
  position: relative;
  z-index: 0;
}

.c-search__inner::before {
  position: absolute;
  z-index: -1;
  inset: -10px;
  content: '';
  background-color: #ffffff;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.c-search__field-wrapper {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 1px 0 1px 16px;
  border-radius: 6px;
  border: 1px solid #A9B6C9;
}

@media (hover: hover) and (pointer: fine) {
  .c-search__field-wrapper:hover {
  }
}

.c-search__field {
  line-height: 20px;
  grid-row: 1/2;
  display: block;
  border: 0;
  outline: none;
  padding: 10px 10px 10px 6px;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
}

.c-search__field::placeholder {
  color: #A9B6C9;
}

.c-search__button {
  border: 0;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  background-color: transparent;
}

.c-search__button--clear {
  width: 20px;
  height: auto;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  color: #637088;
}

@media (hover: hover) and (pointer: fine) {
  .c-search__button--clear:hover {
    color: #2971F6;
  }
}

.c-search__button--submit {
  grid-row: 1/2;
  align-self: center;
  justify-self: center;
  color: #ffffff;
}

.c-search__clear-wrapper {
  grid-row: 1/2;
  display: grid;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 6px 6px 0;
}

.c-search__icon--clear {
  width: 20px;
}

.c-search__icon--search {
  width: 24px;
  height: auto;
}

.c-search__menu {
  margin-top: 8px;
  max-height: 50vh;
  overflow-y: auto;
}

.c-search__menu::-webkit-scrollbar {
  width: 12px;
}

.c-search__menu::-webkit-scrollbar-track {
  background-color: #f6f8fb;
  border-radius: 12px;
}

.c-search__menu::-webkit-scrollbar-thumb {
  background-color: #d5ddea;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.c-search__overlay {
  background-color: rgba(16, 24, 40, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-search--is-focused {
  position: relative;
  z-index: 1;
}

/*Фокус на input поиска в хедере*/
.c-search--is-focused .c-search__field-wrapper {
  background-color: white;
}

/*Фокус на input поиска в хедере*/
@media (hover: hover) and (pointer: fine) {
  .c-search--is-focused .c-search__field-wrapper:hover {
    background-color: white;
  }
}

.c-search--is-active {
  position: relative;
  z-index: 1;
}

.c-search--is-active .c-search__inner::before {
  opacity: 1;
  visibility: visible;
}

.c-search--is-active .c-search__menu {
  display: block;
}

.c-search--has-value.c-search--is-focused .c-search__button--clear {
  opacity: 1;
  visibility: visible;
}

.c-autocomplete {
  position: relative;
  display: block;
}

.c-autocomplete__input {
  display: grid;
}

.c-autocomplete__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 144px;
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(10, 35, 58, 0.18);
  border-radius: 8px;
  overflow-y: auto;
  z-index: 1;
}

.c-autocomplete--is-active {
  z-index: 1;
}

.c-select {
  position: relative;
  display: block;
}

.c-select__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 144px;
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(10, 35, 58, 0.18);
  border-radius: 8px;
  overflow-y: auto;
}

.c-select--is-active {
  z-index: 1;
}

.c-checkbox {
  position: relative;
  display: inline-block;
  user-select: none;
}

.c-checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.c-checkbox__input:checked~.c-checkbox__box {
  background-color: #2971F6;
  color: #ffffff;
  border: 0;
}

.c-checkbox__input:checked~.c-checkbox__box .c-checkbox__icon {
  opacity: 1;
  visibility: visible;
}

.c-checkbox__box {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1.2px solid #dde7f0;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 2px;
  margin: 3px;
  cursor: pointer;
}

.c-checkbox.c-input--has-error .c-checkbox__box {
  border-color: #f45656;
}

.c-checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.c-checkbox__label {
  font-size: 13px;
  line-height: 18px;
  color: #637088;
}

@media only screen and (max-width: 1023px) {
  .c-checkbox__label {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-checkbox--with-label {
  display: inline-grid;
  grid-template-columns: 24px auto;
  column-gap: 11px;
  align-items: center;
}

.c-checkbox--mode-check-all .c-checkbox__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #101828;
  column-gap: 7px;
}

.c-radio {
  position: relative;
  display: inline-block;
  user-select: none;
}

.c-radio__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.c-radio-box {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.c-radio-box::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #637088;
  content: '';
}

.c-radio-box__icon {
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
  visibility: hidden;
  width: 18px;
  height: auto;
}

input:checked~.c-radio-box,
input:checked~* .c-radio-box {
  color: #2971F6;
  border: 0;
}

input:checked~.c-radio-box .c-radio-box__icon,
input:checked~* .c-radio-box .c-radio-box__icon {
  opacity: 1;
  visibility: visible;
}

.c-radio-complex {
  display: block;
  cursor: pointer;
}

.c-radio-complex__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.c-radio-complex__input:checked~.c-radio-complex__content {
  border-color: #101828;
}

.c-radio-complex__content {
  display: grid;
  background-color: #f6f8fb;
  border: 1px solid #d5ddea;
  border-radius: 12px;
}

.c-radio-complex--type-default .c-radio-complex__content {
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 24px;
  padding: 16px 24px;
}

@media only screen and (max-width: 1023px) {
  .c-radio-complex--type-default .c-radio-complex__content {
    padding: 16px;
    gap: 8px;
  }
}

.c-radio-complex--type-default .c-radio-complex__main {
  grid-row: 1;
  grid-column: 1/3;
}

.c-radio-complex--type-default .c-radio-complex__box-wrapper {
  grid-row: 1;
  grid-column: 2/3;
}

.c-radio-complex--type-horizontal .c-radio-complex__content {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .c-radio-complex--type-horizontal .c-radio-complex__content {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }
}

.c-radio-complex--type-horizontal .c-radio-complex__main {
  grid-column: 2/3;
  grid-row: 1;
}

@media only screen and (max-width: 1023px) {
  .c-radio-complex--type-horizontal .c-radio-complex__main {
    grid-column: auto;
    grid-row: auto;
  }
}

.c-radio-complex--type-horizontal .c-radio-complex__box-wrapper {
  grid-column: 1/2;
  grid-row: 1;
}

@media only screen and (max-width: 1023px) {
  .c-radio-complex--type-horizontal .c-radio-complex__box-wrapper {
    display: none;
  }
}

.c-counter__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 20px 30px 20px;
  justify-content: space-between;
  min-width: 96px;
  width: min-content;
  background-color: #f6f8fb;
  border-radius: 8px;
  user-select: none;
}

.c-cart-row--empty-cart .c-counter__wrapper {
  display: none;
}

@media (max-width: 500px) {
  .c-counter__wrapper {
    grid-template-columns: 17px 22px 17px;
    min-width: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-counter__wrapper {
    width: 100%;
  }
}

.c-counter__input {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  text-align: center;
  color: #101828;
  width: 100%;
}

.c-counter__icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.c-counter__add-to-cart {
  min-width: 96px;
  display: none;
}

.c-cart-row--empty-cart .c-counter__add-to-cart {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .c-counter__add-to-cart {
    width: 100%;
  }
}

.c-counter--size-s .c-button__text {
  font-size: 12px;
  line-height: 16px;
}

.c-counter--size-m .c-counter__wrapper {
  padding: 6px 8px;
}

.c-counter--size-l .c-counter__wrapper {
  padding: 14px 8px;
}


@media only screen and (max-width: 1023px) {
  .c-counter--size-l .c-counter__wrapper {
    padding: 6px 8px;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .c-counter--size-l .c-counter__wrapper {
    padding: 6px 2px;
  }
}


.c-counter--mode-counter-only .c-counter__wrapper {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 20px;
  width: auto;
}

.c-dropdown-menu::-webkit-scrollbar {
  width: 12px;
}

.c-dropdown-menu::-webkit-scrollbar-track {
  background-color: #f6f8fb;
  border-radius: 12px;
}

.c-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #d5ddea;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.c-dropdown-menu__option {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
  color: #101828;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-dropdown-menu__option:hover {
    color: #2971F6;
  }
}

.c-dropdown-menu__option[aria-selected] {
  color: #2971F6;
}

.c-badge-counter {
  font-weight: 700;
  display: inline-block;
  background: #f45656;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  padding: 0 3px;
  min-width: 20px;
}

@media only screen and (max-width: 1023px) {
  .c-badge-counter {
    line-height: 1;
  }
}

.c-steps {
  padding: 12px 0;
  background-color: #ffffff;
}

.c-steps__inner {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 12px;
}

@media only screen and (max-width: 1440px) {
  .c-steps__inner {
    display: grid;
    grid-template-columns: repeat(3, auto minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1023px) {
  .c-steps__inner {
    gap: 4px;
  }
}

.c-steps__item {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-steps__item {
    grid-template-columns: 16px;
    gap: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-steps__item--is-active {
    grid-template-columns: 16px auto;
    gap: 4px;
  }
}

.c-steps__item--is-active .c-steps__index {
  background-color: transparent;
  border-color: #2971f6;
  color: #2971f6;
}

.c-steps__item--is-active .c-steps__text {
  display: block;
}

.c-steps__item--is-active~.c-steps__item .c-steps__index {
  background-color: transparent;
  border-color: #d5ddea;
  color: #73819a;
}

.step-color-non-active{
  border-color: #d5ddea !important;
  background-color: #d5ddea !important;
}

.c-steps__item--is-active~.c-steps__item .c-steps__text {
  color: #73819a;
}

.c-steps__separator {
  border-top: 2px dashed #d5ddea;
  width: 174px;
}

.no-click{
  pointer-events: none;
  cursor: default;
  background-color: #73819a;
}

@media only screen and (max-width: 1440px) {
  .c-steps__separator {
    width: auto;
  }
}

.c-steps__index {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  letter-spacing: -0.2px;
  text-align: center;
  border: 2px solid transparent;
  background-color: #2971f6;
  color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .c-steps__index {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    width: 16px;
    height: 16px;
    letter-spacing: normal;
    border-width: 1px;
  }
}

.c-steps__text {
  font-weight: 500;
  color: #101828;
}

@media only screen and (max-width: 1023px) {
  .c-steps__text {
    display: none;
  }
}

.c-switcher {
  display: inline-block;
  background-color: #f6f8fb;
  border: 1px solid #a9b6c9;
  border-radius: 12px;
  padding: 4px;
}

.c-switcher__list {
  display: grid;
  grid-auto-flow: column;
  gap: 2px;
}

.c-switcher__label {
  display: block;
  cursor: pointer;
}

.c-switcher__item {
  padding: 12px 24px;
  border-radius: 12px;
  color: #73819a;
  line-height: 0;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .c-switcher__item {
    padding: 8px 12px;
  }
}

.c-switcher__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.c-switcher__input:checked~.c-switcher__item {
  background-color: #2971F6;
  color: #ffffff;
}

.c-switcher__item-text {
  font-weight: 700;
}

.c-alert {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
}

.c-alert__icon-wrapper {
  line-height: 0;
}

.c-alert__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.c-alert--template-left {
  grid-template-columns: 24px minmax(0, 1fr);
}

.c-alert--template-left-right {
  grid-template-columns: 24px minmax(0, 1fr) 24px;
}

.c-alert--mode-shipping {
  align-items: center;
  gap: 16px;
}

.c-alert--theme-default {
  background-color: #f6f8fb;
  color: #101828;
}

.c-alert--theme-default .c-alert__icon {
  color: #f45656;
}

.c-alert--theme-default-black {
  background-color: #f6f8fb;
  color: #101828;
}

.c-alert--theme-default-darker {
  background-color: #d5ddea;
  color: #101828;
}

.c-alert--theme-white {
  background-color: #ffffff;
  color: #101828;
}

.c-alert--theme-white .c-alert__icon {
  color: #f45656;
}

.c-alert--theme-error {
  background-color: #fff3f3;
  color: #f45656;
}

.c-alert--theme-dark {
  background-color: #101828;
  color: #ffffff;
}

.c-alert--theme-dark .c-alert__icon {
  color: #f45656;
}

.c-alert--theme-black-n-orange {
  background-color: #101828;
  color: #ffffff;
}

.c-alert--theme-black-n-orange .c-alert__icon {
  color: #f0a81b;
}

.c-alert--theme-minimal {
  grid-template-columns: 16px 1fr;
  gap: 4px;
  color: #101828;
  padding: 0;
}

.c-alert--theme-minimal .c-alert__icon {
  width: 16px;
  height: 16px;
  color: #f45656;
}

.c-alert--theme-minimal .c-alert__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.c-alert--theme-critical {
  color: #ef0000;
  font-weight: 600;
}

.c-catalog-banner-big {
  min-height: 219px;
  background-color: #637088;
  background-image: url(./assets/img/catalog-banner-big.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-radius: 8px;
  padding: 33px 59px 40px;
}

.c-catalog-banner-big__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  width: 609px;
}

.c-catalog-banner-big__description {
  font-size: 12px;
  line-height: 16px;
  width: 310px;
  margin-top: 16px;
}

.c-catalog-banner-big__button {
  margin-top: 25px;
}

@media only screen and (max-width: 1440px) {
  .c-catalog-banner-big__button {
    padding: 0 24px;
  }
}

.c-catalog-banner-small {
  background-color: #101828;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border-radius: 8px;
}

.c-catalog-banner-small__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  width: 216px;
}

@media only screen and (max-width: 1440px) {
  .c-catalog-banner-small__title {
    font-size: 15px;
    line-height: 24px;
    max-width: 229px;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .c-catalog-banner-small__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.c-catalog-banner-small__description {
  font-size: 12px;
  line-height: 16px;
  width: 181px;
  margin-top: 11px;
}

.c-catalog-banner-small__button {
  display: flex;
  align-items: center;
  margin-top: 27px;
}

.c-catalog-banner-small__button-icon {
  margin-left: 5px;
}

.c-dropdown-filter__header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 15px;
}

@media only screen and (max-width: 1440px) {
  .c-dropdown-filter__header {
    padding-right: 9px;
  }
}

.c-dropdown-filter__name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
  word-break: break-word;
}

.c-dropdown-filter__arrow {
  justify-self: end;
}

.c-dropdown-filter__content {
  margin-top: 10px;
}

.c-dropdown-filter__values {
  transition: max-height 0.3s;
  overflow-y: hidden;
}

.c-dropdown-filter__values--checkbox,
.c-dropdown-filter__values--radio {
  font-size: 14px;
  line-height: 20px;
}

.c-dropdown-filter__filter-item {
  margin-bottom: 8px;
  word-break: break-word;
}

.c-dropdown-filter__filter-item:nth-child(n + 9) {
  pointer-events: none;
  touch-action: none;
}

.c-dropdown-filter--all-values .c-dropdown-filter__filter-item:nth-child(n + 9) {
  pointer-events: auto;
  touch-action: auto;
}

.c-checkbox-switch {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  column-gap: 3px;
}

.c-checkbox-switch--disabled .c-checkbox-switch__toggle {
  background-color: #eef1f8;
  cursor: default;
}

.c-checkbox-switch--disabled .c-checkbox-switch__toggle:after {
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .c-checkbox-switch--disabled .c-checkbox-switch__toggle:hover {
    background-color: #eef1f8;
  }
}

.c-checkbox-switch__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
  word-break: break-word;
}

.c-checkbox-switch__input {
  height: 0;
  width: 0;
  visibility: hidden;
  transition: background-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-checkbox-switch__input:hover:checked+.c-checkbox-switch__toggle {
    background-color: #0077d4;
  }
}

.c-checkbox-switch__input:checked+.c-checkbox-switch__toggle {
  background-color: #2971F6;
}

.c-checkbox-switch__input:checked+.c-checkbox-switch__toggle:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.c-checkbox-switch__toggle {
  position: relative;
  display: block;
  justify-self: end;
  width: 38px;
  height: 22px;
  background-color: #d5ddea;
  border-radius: 100px;
  transition: background-color 0.3s;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-checkbox-switch__toggle:hover {
    background-color: #a9b6c9;
  }
}

.c-checkbox-switch__toggle:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 1px 0px 4px rgba(10, 27, 43, 0.16);
  transition: all 0.3s;
}

.c-tooltip {
  position: relative;
  display: grid;
  align-items: center;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-tooltip:hover .c-tooltip__icon {
    color: #2971F6;
  }

  .c-tooltip:hover .c-tooltip__text {
    opacity: 1;
  }
}

@media only screen and (max-width: 1440px) {
  .c-tooltip {
    display: none;
  }
}

.c-tooltip__icon {
  width: 20px;
  height: 20px;
  color: #a9b6c9;
  transition: color 0.3s;
}

.c-tooltip__text {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 30px;
  display: block;
  width: max-content;
  max-width: 350px;
  padding: 8px 12px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px rgba(10, 35, 58, 0.08);
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  touch-action: none;
  z-index: 50;
  color: #101828;
}

@media only screen and (max-width: 1440px) {
  .c-tooltip--style-mode-button {
    display: block;
  }
}

.c-tooltip--style-mode-button .c-tooltip__text {
  left: auto;
  right: -10px;
}

@media only screen and (max-width: 1440px) {
  .c-tooltip--style-mode-top-center {
    display: block;
  }
}

.c-tooltip--style-mode-top-center .c-tooltip__text {
  top: auto;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

.c-radio-simple {
  position: relative;
  display: inline-grid;
  grid-template-columns: 18px auto;
  column-gap: 11px;
  align-items: center;
}

@media (hover: hover) and (pointer: fine) {
  .c-radio-simple:hover .c-radio-simple__input:not(:checked)+.c-radio-simple__icon {
    border-color: #a9b6c9;
  }
}

.c-radio-simple__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.c-radio-simple__input:checked+.c-radio-simple__icon {
  border-color: #2971F6;
}

.c-radio-simple__input:checked+.c-radio-simple__icon:after {
  display: block;
}

.c-radio-simple__icon {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #dde7f0;
  border-radius: 50%;
}

.c-radio-simple__icon::after {
  position: absolute;
  display: none;
  content: '';
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2971F6;
}

:root {
  --handle-size: 18px;
}

.c-range-filter__slider {
  width: 100%;
  margin: 10px 0 22px;
}

.c-range-filter__inputs-wrapper {
  display: grid;
  grid-template-columns: calc(50% - 4px) calc(50% - 4px);
  column-gap: 8px;
}

.c-range-filter__input {
  position: relative;
}

.c-range-filter__input:nth-child(1):before,
.c-range-filter__input:nth-child(2):before {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  content: 'от';
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #637088;
}

.c-range-filter__input:nth-child(1):before {
  content: 'от';
}

.c-range-filter__input:nth-child(2):before {
  content: 'до';
}

.c-range-filter .noUi-base,
.c-range-filter .noUi-connects {
  z-index: 0;
}

.c-range-filter .noUi-target {
  height: 4px;
  background: #dde7f0;
  border-radius: 2px;
  border: none;
  box-shadow: none;
  padding: 0 calc(var(--handle-size) / 2);
}

.c-range-filter .noUi-connects {
  margin: 0 calc(var(--handle-size) / 2 * -1);
  width: calc(100% + var(--handle-size));
}

.c-range-filter .noUi-connect {
  background: #2971F6;
}

.c-range-filter .noUi-handle {
  right: calc(var(--handle-size) / 2 * -1);
  width: var(--handle-size);
  height: var(--handle-size);
  background: #2971F6;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  cursor: default;
}

.c-range-filter .noUi-handle::after,
.c-range-filter .noUi-handle::before {
  content: none;
}

.c-contact {
  display: grid;
  align-items: center;
  color: #101828;
}

@media (hover: hover) and (pointer: fine) {
  .c-contact:hover {
    color: #2971F6;
  }
}

.c-contact__icon {
  height: auto;
}

.c-contact__text {
  font-weight: 500;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 1023px) {
  .c-contact__text {
    letter-spacing: 0;
  }
}

.c-contact--mode-header {
  grid-template-columns: 16px auto;
  column-gap: 9px;
}

@media only screen and (max-width: 1023px) {
  .c-contact--mode-header.header__tel {
    column-gap: 4px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-contact--mode-header.header__phone {
    column-gap: 8px;
  }
}

.c-contact--mode-header .c-contact__icon {
  width: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-contact--mode-header .c-contact__icon {
    width: 14px;
  }
}

.c-contact--mode-header .c-contact__text {
  font-size: 14px;
  line-height: 20px;
}

.c-contact--mode-body {
  grid-template-columns: 20px auto;
  column-gap: 6px;
}

.c-contact--mode-body .c-contact__icon {
  width: 20px;
  color: #637088;
}

.c-contact--mode-body .c-contact__text {
  font-size: 13px;
  line-height: 18px;
}

.c-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-total {
    border-radius: 0;
  }
}

.c-total__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.c-total__row--is-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.c-total__row.c-cart-row {
  display: grid;
  grid-template-columns: 95fr 200fr;
  gap: 8px;
}

.c-total__row.c-cart-row--empty-cart {
  grid-template-columns: 1fr;
}

.c-total__row.c-cart-row--empty-cart .c-total__go-to-cart {
  display: none;
}

.c-total__go-to-cart.c-button--is-loading .c-button__content {
  display: none;
}

.c-total__go-to-cart.c-button--is-loading .c-button__loader-wrapper {
  display: block;
}

.c-total__label {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-total__label--sum {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.c-total__label span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #637088;
}

.c-total__value {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-total__value--sum {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.c-total__value--discount {
  font-weight: 700;
  padding: 0 4px;
  background-color: #f45656;
  border-radius: 4px;
  color: #ffffff;
}

.c-total__separator {
  border-top: 1px solid #dfe4ee;
}

.c-total-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  flex-direction: column;
  gap: 4px;
  width: 100vw;
  background-color: #ffffff;
  box-shadow: 0 -4px 12px 0 rgba(207, 215, 231, 0.5);
  padding: 8px 16px 16px 16px;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .c-total-fixed {
    display: flex;
  }
}

.c-total-fixed--hidden {
  display: none;
}

.c-total-fixed__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.c-total-fixed__row--space-between {
  justify-content: space-between;
}

.c-total-fixed__row.c-cart-row {
  display: grid;
  grid-template-columns: 112fr 176fr;
  gap: 4px;
}

.c-total-fixed__row.c-cart-row--empty-cart {
  grid-template-columns: 1fr;
}

.c-total-fixed__row.c-cart-row--empty-cart .c-total-fixed__go-to-cart {
  display: none;
}

.c-total-fixed__label {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-total-fixed__label--sum {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.c-total-fixed__label span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #637088;
}

.c-total-fixed__value--sum {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.c-total-fixed__cart-button {
  display: flex;
  width: 100%;
}

.c-total-fixed__cart-button>* {
  height: 32px;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.c-total-fixed__go-to-cart {
  flex-shrink: 0;
  padding: 0 24px;
}

.c-total-fixed-cart {
  position: fixed;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  background-color: #ffffff;
  box-shadow: 0 -4px 12px 0 rgba(207, 215, 231, 0.5);
  padding: 8px 16px 16px 16px;
  z-index: 1;
}

.c-total-fixed-cart__sum {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  gap: 8px;
  color: #101828;
}

.c-total-fixed-cart__items {
  font-size: 12px;
  line-height: 16px;
  color: #101828;
}

.c-total-fixed-cart__button-wrapper {
  grid-column: span 2;
}

.c-total-fixed-cart__button {
  width: 100%;
}

.c-warehouse {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
}

@media only screen and (max-width: 1023px) {
  .c-warehouse {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}

.c-warehouse__logo {
  width: 199px;
}

@media only screen and (max-width: 1023px) {
  .c-warehouse__logo {
    width: 110px;
  }
}

.c-warehouse__info-wrapper {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px 76px;
}

@media only screen and (max-width: 1023px) {
  .c-warehouse__info-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}

.c-warehouse__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #101828;
}

.c-warehouse__value {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-warehouse__route-wrapper,
.c-warehouse__button-wrapper {
  grid-column: span 2;
}

@media only screen and (max-width: 1023px) {

  .c-warehouse__route-wrapper,
  .c-warehouse__button-wrapper {
    grid-column: span 1;
  }
}

.c-warehouse__contact-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-warehouse__button {
    width: 100%;
  }
}

.c-proceed {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-proceed {
    border-radius: 0;
  }
}

.c-proceed__acceptance {
  margin-bottom: 15px;
  line-height: 0;
}

@media only screen and (max-width: 1440px) {
  .c-proceed__acceptance {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-proceed__acceptance {
    margin-bottom: 12px;
  }
}

.c-proceed__text {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #637088;
}

@media only screen and (max-width: 1440px) {
  .c-proceed__text {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-proceed__text {
    margin-bottom: 12px;
  }
}

.c-proceed__text a {
  color: #2971F6;
}

.c-proceed__button {
  width: 100%;
}

.c-order-info {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-order-info {
    border-radius: 0;
  }
}

.c-order-info__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  margin-bottom: 16px;
}

.c-order-info__heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #101828;
}

.c-order-info__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

@media only screen and (max-width: 1440px) {
  .c-order-info__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-order-info__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

.c-order-info__label {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #637088;
}

.c-order-info__value {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #101828;
}

.c-order-info__icon {
  width: 24px;
  height: auto;
}

.c-order-info__edit-button {
  display: block;
  line-height: 0;
}

.c-manager {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-manager {
    border-radius: 0;
  }
}

.c-manager__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 16px;
}

.c-manager__heading {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #101828;
}

.c-manager__main {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.c-page-template__wishlist-sider .c-manager__main {
  padding: 16px;
}

.c-manager__info,
.c-manager__contact-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.c-manager__name {
  font-size: 13px;
  line-height: 18px;
  color: #637088;
}

.c-manager__pic {
  border-radius: 8px;
  width: 54px;
}

.c-manager__contact-button {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
}

.c-order-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-areas: 'pic name calc';
  align-items: start;
  gap: 8px 24px;
  padding: 16px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .c-order-card {
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-areas: 'pic name''calc calc';
    gap: 8px 12px;
    padding: 12px 16px;
  }
}

.c-order-card__pic-wrapper {
  grid-area: pic;
}

.c-order-card__name {
  font-size: 14px;
  line-height: 20px;
  display: block;
  grid-area: name;
  color: #101828;
}

@media (hover: hover) and (pointer: fine) {
  .c-order-card__name:hover {
    color: #0077d4;
  }
}

@media only screen and (max-width: 1023px) {
  .c-order-card__name {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-order-card__desc {
  font-size: 13px;
  line-height: 18px;
  grid-area: desc;
  color: #637088;
}

@media only screen and (max-width: 1023px) {
  .c-order-card__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-order-card__calc-wrapper {
  grid-area: calc;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .c-order-card__calc-wrapper {
    text-align: unset;
  }
}

.c-order-card__price-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}

.c-order-card__original-price,
.c-order-card__discount-num {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #a9b6c9;
  text-decoration: line-through;
}

.c-order-card__discount-num {
  color: #8898B4;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  .c-order-card__discount-num,
  .c-order-card__original-price {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-order-card__discount {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: var(--color-red);
}

@media only screen and (max-width: 1023px) {
  .c-order-card__discount {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-order-card__price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #101828;
}

@media only screen and (max-width: 1023px) {
  .c-order-card__price {
    font-size: 14px;
    line-height: 20px;
    order: -1;
  }
}

.c-order-card__per-item,
.c-order-card__item-num {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #73819a;
}

@media only screen and (max-width: 1023px) {

  .c-order-card__per-item,
  .c-order-card__item-num {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-order-card__button-wrapper {
  grid-area: button;
  line-height: 0;
}

.c-order-card__remove-button {
  display: grid;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  line-height: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-order-card__remove-button {
    width: 24px;
    height: 24px;
  }
}

.c-order-card__icon--delete {
  width: 24px;
  height: auto;
  color: #637088;
}

.c-order-card__badge-wrapper {
  grid-area: badges;
  line-height: 0;
}

@media only screen and (max-width: 1023px) {
  .c-order-card__badge-wrapper {
    margin-top: -6px;
  }
}

.c-order-card__badge {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 0 4px;
  border-radius: 4px;
}

.c-order-card__badge--on-order {
  background-color: #73819a;
  color: #ffffff;
}

.c-order-card__badges {
  margin-top: 8px;
}

.c-order-card--is-removable {
  grid-template-areas: 'pic name calc button';
}

@media only screen and (max-width: 1023px) {
  .c-order-card--is-removable {
    grid-template-areas: 'pic name name''calc calc button';
  }
}

.c-order-card--2-rows {
  grid-template-rows: minmax(0, max-content) 1fr;
  grid-template-areas: 'pic name calc''pic desc calc';
}

@media only screen and (max-width: 1023px) {
  .c-order-card--2-rows {
    grid-template-areas: 'pic name''desc desc''calc calc';
  }
}

.c-order-card--2-rows.c-order-card--is-removable {
  grid-template-areas: 'pic name calc button''pic desc calc button';
}

@media only screen and (max-width: 1023px) {
  .c-order-card--2-rows.c-order-card--is-removable {
    grid-template-areas: 'pic name name''desc desc desc''calc calc button';
  }
}

.c-order-card--3-rows {
  grid-template-rows: repeat(2, minmax(0, max-content)) 1fr;
  grid-template-areas: 'pic name calc''pic desc calc''pic badges calc';
}

@media only screen and (max-width: 1023px) {
  .c-order-card--3-rows {
    grid-template-areas: 'pic name''desc desc''calc calc''badges badges';
  }
}

.c-order-card--3-rows.c-order-card--is-removable {
  grid-template-areas: 'pic name calc button''pic desc calc button''pic badges calc button';
}

@media only screen and (max-width: 1023px) {
  .c-order-card--3-rows.c-order-card--is-removable {
    grid-template-areas: 'pic name name''desc desc desc''calc calc button''badges badges button';
  }
}

.c-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101828;
}

@media (hover: hover) and (pointer: fine) {
  .c-navigation:hover {
    color: #2971F6;
  }
}

.c-navigation__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.c-navigation__icon-wrapper {
  line-height: 0;
}

.c-navigation__icon {
  width: 24px;
  height: auto;
}

.c-catalog-listed-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-listed-card {
    margin-left: -40px;
    margin-right: -40px;
    background-color: #f6f8fb;
    border-radius: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .c-catalog-listed-card {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media only screen and (max-width: 1023px) {

  .c-catalog-listed-card .c-catalog-listed-card__title,
  .c-catalog-listed-card .c-catalog-listed-card__body {
    background-color: #ffffff;
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-catalog-listed-card .c-catalog-listed-card__body {
    padding-bottom: 16px;
    margin-bottom: 8px;
  }
}

.c-catalog-listed-card__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #101828;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-listed-card__title {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: unset;
    margin-bottom: 0;
    padding-top: 16px;
  }
}

.c-catalog-listed-card__body {
  display: grid;
  grid-template-columns: 1fr 240px;
  column-gap: 40px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-listed-card__body {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding-top: 8px;
  }
}

.c-catalog-listed-card__info-item:not(:last-child) {
  margin-bottom: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-listed-card__info-item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.c-catalog-listed-card__info-name {
  font-size: 12px;
  line-height: 16px;
  color: #637088;
}

.c-catalog-listed-card__info-value {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-listed-card__info-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-catalog-listed-card__images {
    margin-top: 16px;
  }
}

.c-catalog-listed-card__image {
  width: 240px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-listed-card__image {
    width: 288px;
    height: 145px;
  }
}

.c-catalog-listed-card__list>*:not(:first-child) {
  margin-top: 8px;
}

.c-catalog-subcard {
  display: grid;
  grid-template-columns: 100px 1fr 366px;
  column-gap: 12px;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  border-radius: 8px;
  padding: 9px 8px 9px 20px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-subcard {
    display: none;
  }
}

.c-catalog-subcard__title,
.c-catalog-subcard__info-name,
.c-catalog-subcard__info-value {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

.c-catalog-subcard__title {
  font-size: 14px;
  line-height: 24px;
  color: #101828;
}

.c-catalog-subcard__info {
  display: grid;
  grid-template-columns: repeat(5, 100px);
  justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
  .c-catalog-subcard__info {
    grid-template-columns: repeat(5, 80px);
  }
}

.c-catalog-subcard__info-name {
  font-size: 12px;
  line-height: 16px;
  color: #637088;
  margin-bottom: 2px;
}

.c-catalog-subcard__info-value {
  font-size: 14px;
  line-height: 20px;
}

.c-catalog-subcard__actions {
  margin-top: 12px;
}

.c-catalog-subcard-mobile {
  display: none;
  background-color: #ffffff;
  padding: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-subcard-mobile {
    display: block;
    padding-inline: 0;
  }
}

.c-catalog-subcard-mobile__title,
.c-catalog-subcard-mobile__info-name,
.c-catalog-subcard-mobile__info-value {
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

.c-catalog-subcard-mobile__title {
  -webkit-line-clamp: 2;
  color: #101828;
  margin-bottom: 4px;
}

.c-catalog-subcard-mobile__vendor-code {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #637088;
  margin-bottom: 12px;
}

.c-catalog-subcard-mobile__info-item {
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 6px;
  border-top: 1px solid #d5ddea;
  padding: 4px 0;
}

.c-catalog-subcard-mobile__info-name {
  color: #637088;
}

.c-catalog-subcard-mobile__info-value {
  justify-self: end;
}

.c-catalog-subcard-mobile__info-value--link {
  font-weight: 500;
}

.c-catalog-subcard-mobile__actions {
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 12px 8px;
}

.c-catalog-subcard-mobile__actions .product-card__moreInfo {
  height: 42px;
  max-height: 42px;
}

.c-catalog-subcard-mobile__actions .c-product-card-actions__price-wrapper {
  flex: 0 0 100%;
  display: flex;
  column-gap: 16px;
}

.c-catalog-subcard-mobile__actions .c-product-card-actions__price-wrapper * {
  display: flex;
  align-items: center;
}

.c-catalog-subcard-mobile__actions .c-product-card-actions__price-wrapper .c-product-card-actions__discount {
  padding: 0;
}

.c-no-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-no-result {
    gap: 16px;
  }
}

.c-no-result__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #101828;
}

@media only screen and (max-width: 1023px) {
  .c-no-result__text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-no-result__button {
    width: 100%;
  }
}

.c-cards-slider {
  position: relative;
}

.c-cards-slider__button {
  position: absolute;
  top: calc(50% - 23px);
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .c-cards-slider__button {
    display: none;
  }
}

.c-cards-slider__button--prev {
  left: -23px;
}

.c-cards-slider__button--next {
  right: -23px;
}

.c-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.c-cards-grid--favourite {
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1440px) {
  .c-cards-grid--favourite {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1023px) {
  .c-cards-grid--favourite {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.c-cards-grid--favourite .c-catalog-card {
  grid-template-rows: min-content min-content auto;
}

.c-form-info {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  color: #637088;
}

.c-form-info__icon {
  width: 24px;
  height: auto;
}

.c-form-info__text {
  font-size: 14px;
  line-height: 20px;
}

.c-comment {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas: 'pic title''pic text';
  gap: 4px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 24px;
}

@media only screen and (max-width: 1023px) {
  .c-comment {
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-areas: 'pic title''text text';
    gap: 16px;
    border-radius: 0;
  }
}

.c-comment__pic-wrapper {
  grid-area: pic;
}

.c-comment__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  grid-area: title;
}

@media only screen and (max-width: 1023px) {
  .c-comment__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-comment__text {
  font-size: 16px;
  line-height: 24px;
  grid-area: text;
}

@media only screen and (max-width: 1023px) {
  .c-comment__text {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-product-gallery {
  overflow: hidden;
  display: grid;
  grid-template-columns: 56px auto;
  column-gap: 16px;
  width: 600px;
  height: 414px;
}

@media only screen and (max-width: 1440px) {
  .c-product-gallery {
    width: auto;
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .c-product-gallery {
    width: 624px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-gallery {
    height: 268px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-gallery {
    margin-left: -40px;
    margin-right: -40px;
    grid-template-columns: 1fr;
    width: 100vw;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .c-product-gallery {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.c-product-gallery__side-slider__wrapper {
  position: relative;
  display: grid;
  height: 414px;
}

@media only screen and (max-width: 1440px) {
  .c-product-gallery__side-slider__wrapper {
    height: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-gallery__side-slider__wrapper {
    display: none;
  }
}

.c-product-gallery__side-slider {
  align-self: center;
  height: 312px;
}

@media only screen and (max-width: 1440px) {
  .c-product-gallery__side-slider {
    height: 208px;
  }
}

.c-product-gallery__button {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.c-product-gallery__button--prev {
  top: 0;
  left: 8px;
}

.c-product-gallery__button--next {
  bottom: 0;
  left: 8px;
}

.c-product-gallery__preview-image-wrapper {
  border-radius: 8px;
  border: 1px solid #d5ddea;
}

.c-product-gallery__preview-image-wrapper--active {
  border: 2px solid #2971F6;
}

.c-product-gallery__preview-image {
  height: 100%;
}

.c-product-gallery__preview-image img {
  border-radius: 8px;
}

.c-product-gallery__main-slider-wrapper {
  display: flex;
  height: 414px;
}

@media only screen and (max-width: 1440px) {
  .c-product-gallery__main-slider-wrapper {
    height: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-gallery__main-slider-wrapper {
    max-width: 100vw;
    height: 268px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-gallery__main-slider .swiper-wrapper {
    height: 248px;
  }
}

.c-product-gallery__image-wrapper {
  padding: 36px 46px;
}

@media only screen and (max-width: 1440px) {
  .c-product-gallery__image-wrapper {
    /* padding: 36px 57px; */
    padding: 12px 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .c-product-gallery__image-wrapper {
    height: 300px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-gallery__image-wrapper {
    padding: 12px 16px;
  }
}

.c-product-gallery__image {
  height: 100%;
}

.c-product-gallery__image img {
  border-radius: 12px;
}

.c-product-gallery__pagination {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-product-gallery__pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
}

.c-product-gallery__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  background-color: #d5ddea;
  border-radius: 2px;
}

.c-product-gallery__pagination .swiper-pagination-bullet-active {
  background-color: #2971F6;
}

.c-faq {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #ffffff;
}

.c-faq__question {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #637088;
  padding: 24px 32px;
}

@media (hover: hover) and (pointer: fine) {
  .c-faq__question:hover .c-faq__icon {
    background-color: #d5ddea;
  }
}

@media only screen and (max-width: 1023px) {
  .c-faq__question {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
  }
}

.c-faq__answer {
  color: #637088;
  padding: 0 32px;
  margin: 2px 0 24px;
}

@media only screen and (max-width: 1023px) {
  .c-faq__answer {
    padding: 0 16px;
    margin: 0 0 16px;
  }
}

.c-faq__icon {
  width: 32px;
  height: 100%;
  color: #637088;
  border-radius: 6px;
}

.c-faq__icon--minus {
  display: none;
}

.c-accordion--is-open .c-faq__question {
  color: var(--color-blue-new);
}

.c-accordion--is-open .c-faq__icon--plus {
  display: none;
}

.c-accordion--is-open .c-faq__icon--minus {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .c-file-uploader {
    display: none;
  }
}

.c-file-uploader--hidden {
  display: none;
}

.c-file-uploader__input {
  display: none;
}

.c-file-uploader__label {
  display: flex;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23188FFFFF' stroke-width='3' stroke-dasharray='9' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 4px;
  color: #637088;
  cursor: pointer;
}

.c-file-uploader__label span {
  color: #2971F6;
  margin-left: 5px;
}

.c-file-uploader__icon {
  margin-right: 16px;
}

.c-file-uploader-with-file {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #2971F6;
  padding: 12px 16px;
}

@media only screen and (max-width: 1023px) {
  .c-file-uploader-with-file {
    grid-template-columns: auto 1fr;
    grid-template-areas: 'filename filename''label delete';
    column-gap: 16px;
    row-gap: 8px;
  }
}

.c-file-uploader-with-file--hidden {
  display: none;
}

.c-file-uploader-with-file__input {
  display: none;
}

.c-file-uploader-with-file__filename {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  word-break: break-word;
}

@media only screen and (max-width: 1023px) {
  .c-file-uploader-with-file__filename {
    grid-area: filename;
  }
}

.c-file-uploader-with-file__swap-button,
.c-file-uploader-with-file__delete-button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #637088;
  cursor: pointer;
}

.c-file-uploader-with-file__swap-button {
  user-select: none;
}

@media (hover: hover) and (pointer: fine) {
  .c-file-uploader-with-file__swap-button:hover {
    color: #0077d4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-file-uploader-with-file__swap-button:active {
    color: #066cbc;
  }
}

@media only screen and (max-width: 1023px) {
  .c-file-uploader-with-file__swap-button {
    grid-area: label;
  }
}

.c-file-uploader-with-file__delete-button {
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 0;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-file-uploader-with-file__delete-button:hover {
    color: #f45656;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-file-uploader-with-file__delete-button:active {
    color: #d43941;
  }
}

@media only screen and (max-width: 1023px) {
  .c-file-uploader-with-file__delete-button {
    grid-area: delete;
  }
}

.c-file-uploader-with-file__icon {
  height: 20px;
  width: 20px;
}

.c-file-uploader-mobile {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-file-uploader-mobile {
    display: block;
  }
}

.c-file-uploader-mobile--hidden {
  display: none;
}

.c-file-uploader-mobile__label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background-color: var(--color-white);
  color: #2971F6;
  border-radius: 8px;
  padding: 14px 24px;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-file-uploader-mobile__label:hover {
    background-color: #e5edf4;
  }
}

.c-file-uploader-mobile__label:active {
  background-color: #dce5ed;
}

.c-file-uploader-mobile__icon {
  width: 24px;
  height: 24px;
}

.c-file-uploader-wrapper--has-error .c-file-uploader__label {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23F45656FF' stroke-width='3' stroke-dasharray='9' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}

.c-file-uploader-wrapper--has-error .c-file-uploader-with-file {
  border-color: #f45656;
}

.c-file-uploader-wrapper--has-error .c-file-uploader-with-file__filename {
  color: #f45656;
}

.c-favourite-listed-card {
  display: grid;
  grid-template-columns: min-content 1fr 366px;
  column-gap: 6px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #ffffff;
  padding: 12px 16px 12px 20px;
}

.c-favourite-listed-card:not(:first-child) {
  margin-top: 8px;
}

@media only screen and (max-width: 1023px) {
  .c-favourite-listed-card {
    display: none;
  }
}

.c-favourite-listed-card__image {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  margin-right: 10px;
}

.c-favourite-listed-card__info {
  display: grid;
  row-gap: 8px;
}

.c-favourite-listed-card__title,
.c-favourite-listed-card__characteristic-name,
.c-favourite-listed-card__characteristic-value {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

.c-favourite-listed-card__title {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-favourite-listed-card__characteristics {
  display: flex;
  gap: 16px;
}

.c-favourite-listed-card__characteristic-name {
  font-size: 12px;
  line-height: 16px;
  color: #637088;
  margin-bottom: 2px;
}

.c-favourite-listed-card__characteristic-value {
  font-size: 14px;
  line-height: 20px;
}

.c-favourite-listed-card-mobile {
  margin-left: -40px;
  margin-right: -40px;
  display: none;
  background-color: #ffffff;
  padding: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-favourite-listed-card-mobile {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.c-favourite-listed-card-mobile:not(:first-child) {
  margin-top: 8px;
}

@media only screen and (max-width: 1023px) {
  .c-favourite-listed-card-mobile {
    display: block;
  }
}

.c-favourite-listed-card-mobile__image {
  grid-area: image;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.c-favourite-listed-card-mobile__info-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 12px;
}

.c-favourite-listed-card-mobile__info {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.c-favourite-listed-card-mobile__title,
.c-favourite-listed-card-mobile__characteristic-name,
.c-favourite-listed-card-mobile__characteristic-value {
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

.c-favourite-listed-card-mobile__title {
  grid-area: title;
  -webkit-line-clamp: 2;
  color: #101828;
}

.c-favourite-listed-card-mobile__vendor-code {
  font-size: 12px;
  line-height: 16px;
  grid-area: vendor-code;
  display: block;
  color: #637088;
}

.c-favourite-listed-card-mobile__characteristic {
  margin-top: 12px;
}

.c-favourite-listed-card-mobile__characteristic-item {
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 6px;
  border-top: 1px solid #d5ddea;
  padding: 4px 0;
}

.c-favourite-listed-card-mobile__characteristic-name {
  color: #637088;
}

.c-favourite-listed-card-mobile__characteristic-value {
  justify-self: end;
}

.c-favourite-listed-card-mobile__actions {
  margin-top: 12px;
}

.c-table {
  width: 100%;
}

.c-table__cell,
.c-table__heading {
  font-size: 14px;
  line-height: 20px;
  padding: 16px 8px;
  vertical-align: middle;
}

@media only screen and (max-width: 1023px) {

  .c-table__cell,
  .c-table__heading {
    padding: 0;
  }
}

.c-table__cell:first-child,
.c-table__heading:first-child {
  padding-left: 24px;
}

@media only screen and (max-width: 1023px) {

  .c-table__cell:first-child,
  .c-table__heading:first-child {
    padding: 0;
  }
}

.c-table__cell:last-child,
.c-table__heading:last-child {
  padding-right: 24px;
}

@media only screen and (max-width: 1023px) {

  .c-table__cell:last-child,
  .c-table__heading:last-child {
    padding: 0;
  }
}

.c-table__heading {
  font-weight: 700;
  color: #637088;
  text-align: left !important;
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal {
    margin-left: -40px;
    margin-right: -40px;
    width: auto;
    display: block;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {

  .c-table--mode-order-history-legal {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__head {
    display: none;
  }
}

.c-table--mode-order-history-legal .c-table__heading--name {
  width: 18%;
}

@media only screen and (max-width: 1440px) {

  .c-table--mode-order-history-legal .c-table__heading--name {
    width: 20%;
  }
}

.c-table--mode-order-history-legal .c-table__heading--date,
.c-table--mode-order-history-legal .c-table__heading--price {
  width: 16%;
}

@media only screen and (max-width: 1440px) {

  .c-table--mode-order-history-legal .c-table__heading--date,
  .c-table--mode-order-history-legal .c-table__heading--price {
    width: 14%;
  }
}

.c-table--mode-order-history-legal .c-table__heading--download {
  width: 88px;
}

.c-table--mode-order-history-legal .c-table__heading--navigate {
  width: 56px;
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__body {
    display: block;
  }
}

.c-table--mode-order-history-legal .c-table__body .c-table__row {
  background-color: #ffffff;
  transition: all 0.2s;
}

.c-table--mode-order-history-legal .c-table__body .c-table__row:hover {
  background-color: var(--color-white);
}

.c-table--mode-order-history-legal .c-table__body .c-table__row td:first-child {
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .c-table--mode-order-history-legal .c-table__body .c-table__row td:first-child:before {
    transition: all 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 8px;
    height: 100%;
    background-color: #B1CBF6;
    opacity: 0;
  }

  .c-table--mode-order-history-legal .c-table__body .c-table__row:hover td:first-child:before {
    opacity: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .c-table--mode-order-history-legal .c-table__body .c-table__row {
    display: grid;
    align-items: center;
    gap: 8px 0;
    padding: 12px 16px;
  }
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__body .c-table__row:not(:last-child) {
    border-bottom: 1px solid #dde7f0;
  }
}

.c-table--mode-order-history-legal .c-table__body .c-table__row--is-alert {
  background-color: #fff3f3;
}

.c-table--mode-order-history-legal .c-table__body .c-table__row--is-alert .c-table__cell:first-child {
  position: relative;
}

.c-table--mode-order-history-legal .c-table__body .c-table__row--is-alert .c-table__cell:first-child::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 8px;
  background-color: #f45656;
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__body .c-table__row--is-alert .c-table__cell:first-child::before {
    display: none;
  }
}

.c-table--mode-order-history-legal .c-table__body .c-table__row:not(:last-child) .c-table__cell {
  border-bottom: 1px solid #dde7f0;
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__body .c-table__row:not(:last-child) .c-table__cell {
    border-bottom: 0;
  }
}

.c-table--mode-order-history-legal .c-table__cell {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-table--mode-order-history-legal .c-table__cell--name,
.c-table--mode-order-history-legal .c-table__cell--price {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__cell--name,
  .c-table--mode-order-history-legal .c-table__cell--price {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__cell--name {
    grid-area: name;
  }
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__cell--status {
    grid-area: status;
  }
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__cell--date {
    font-size: 12px;
    line-height: 16px;
    grid-area: date;
    color: #637088;
    justify-self: end;
  }
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__cell--download {
    grid-area: download;
    margin-left:  auto;
  }
}

.c-table--mode-order-history-legal .c-table__cell--navigate {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1023px) {

  .c-table--mode-order-history-legal .c-table__cell--navigate {
    grid-area: navigate;
    margin-left: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-table--mode-order-history-legal .c-table__body .c-table__row {
    grid-template-columns: minmax(0, 1fr) auto auto auto 48px;
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas:
      "name name name date date"
      "status status status status status"
      "download download download download navigate";
  }
}

.c-table__download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.c-order-history:not(:last-child) {
  margin-bottom: 24px;
}

.c-order-history__download-button {
  color: #2971F6;
}

@media (hover: hover) and (pointer: fine) {
  .c-order-history__download-button:hover {
    color: #0077d4;
  }
}

.c-order-history__icon {
  width: 24px;
  height: auto;
}

.c-order-history__icon--arrow {
  color: #637088;
}

.c-order-history__badges-list {
  display: flex;
  gap: 8px;
}

.c-order-history__confirm-wrapper {
  display: flex;
  gap: 16px;
  line-height: 0;
}

.c-order-history__manager-button {
  border: 0;
  padding: 0;
  outline: none;
  background: transparent;
  color: #f0a81b;
  cursor: pointer;
}

.c-order-history__row:hover {
  background-color: transparent;
  cursor: pointer;
}

.c-cart-card {
  display: grid;
  grid-template-columns: 40px 122px minmax(0, 1fr) 26% 124px;
  grid-template-areas: 'checkbox pic info calc calc''checkbox pic tools tools counter';
  row-gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #ffffff;
}

.c-cart-card .c-checkbox {
  cursor: pointer;
}

@media only screen and (max-width: 1470px) {
  .c-cart-card {
    grid-template-columns: 32px 72px minmax(0, 1fr) 13% 124px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-cart-card {
    grid-template-columns: 32px 72px minmax(0, 1fr) 124px;
    grid-template-areas: 'tools tools tools tools''checkbox pic info info' 'badges badges badges badges' 'calc calc calc counter';
    border-radius: 0;
  }
}

.c-cart-card__checkbox-wrapper {
  grid-area: checkbox;
  align-self: center;
  line-height: 0;
}

.c-cart-card__pic-wrapper {
  grid-area: pic;
  align-self: center;
  margin-right: 24px;
}

.c-cart-card__pic {
  width: 98px;
}

@media only screen and (max-width: 1023px) {
  .c-cart-card__pic {
    width: 56px;
  }
}

.c-cart-card__info {
  grid-area: info;
  margin-right: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-cart-card__info {
    margin-right: 0;
  }
}

.c-cart-card__name {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #101828;
}

@media (hover: hover) and (pointer: fine) {
  .c-cart-card__name:hover {
    color: #0077d4;
  }
}

@media only screen and (max-width: 1023px) {
  .c-cart-card__name {
    font-size: 12px;
    line-height: 16px;
  }
}

.c-cart-card__desc {
  font-size: 12px;
  line-height: 16px;
  color: #637088;
  margin-top: 6px;
}

.c-cart-card__badges {
  margin-top: 6px;
}

@media only screen and (max-width: 1023px) {
  .c-cart-card__badges {
    display: none;
  }
}

.c-cart-card__badges-mobile {
  grid-area: badges;
}

@media only screen and (min-width: 1024px) {
  .c-cart-card__badges-mobile {
    display: none;
  }
}

.c-cart-card__calc-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 16px;
  grid-area: calc;
}

@media only screen and (max-width: 1023px) {
  .c-cart-card__calc-wrapper {
    flex-direction: row-reverse;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}

.c-cart-card__discount-num {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #8898B4;
}

.c-cart-card__original-price {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #8898B4;
  text-decoration: line-through;
}

.c-cart-card__price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #101828;
  white-space: nowrap;
}

.c-cart-card__counter-wrapper {
  grid-area: counter;
  display: flex;
  align-items: center;
}

.c-cart-card__tools {
  grid-area: tools;
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-cart-card__tools .yith-wcwl-add-to-wishlist {
  margin-left: 0;
}

@media only screen and (max-width: 1023px) {
  .c-cart-card__tools {
    justify-content: space-between;
  }
}

.c-cart-card__discount {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: var(--color-red);
}

.c-cart-card__price-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 16px
}

@media only screen and (max-width: 1470px) {
  .c-cart-card__price-info {
    gap: 8px 12px
  }
}

/*TODO DE временно изменяю общий layout ранее был grid-auto-rows: 1fr auto; */
.c-layout {
  display: grid;
  grid-auto-rows: auto auto;
  padding-top: var(--header-height);
  background-color: var(--color-white);
}

/*TODO DE временно комментирую отступ, теперь он будет задавать через css переменную, а следить за ней будет js в плагине header*/
/*@media only screen and (max-width: 1023px) {*/
/*  .c-layout {*/
/*    padding-top: 76px;*/
/*  }*/

/*  !*При добавлении submenu паддинг общего layout меняется*!*/
/*  .c-layout:has(.hasSubmenu) {*/
/*    padding-top: 208px;*/
/*  }*/
/*}*/

.c-layout__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  max-width: 100vw;
}

.c-layout--with-steps {
  padding-top: 156px;
}

@media only screen and (max-width: 1023px) {
  .c-layout--with-steps {
    padding-top: 116px;
  }
}

.c-layout--with-steps .c-layout__header {
  box-shadow: 0 4px 12px rgba(207, 215, 231, 0.5);
}

.c-container {
  display: block;
  max-width: 1472px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1023px) {
  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-container--mode-edit,
.c-container--mode-sign-up {
  max-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1023px) {

  .c-container--mode-edit,
  .c-container--mode-sign-up {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-header {
  position: relative;
}

.c-header__main-wrapper {
  position: relative;
  height: 108px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .c-header__main-wrapper {
    height: 76px;
  }
}

.c-header__top {
  background-color: var(--color-flash-white);
}

.c-header__top-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  height: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-header__top-container {
    grid-template-columns: 1fr;
    height: 24px;
  }
}

.c-header__contact-list {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  column-gap: 24px;
  line-height: 0;
}

@media only screen and (max-width: 1240px) {
  .c-header__contact-list {
    column-gap: 5px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__contact-list {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 2px;
    column-gap: 38px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__menu {
    display: none;
  }
}

.c-header__main-container {
  display: grid;
  grid-template-columns: repeat(2, auto) minmax(0, 1fr) auto;
  align-items: center;
  height: 76px;
}

@media only screen and (max-width: 1023px) {
  .c-header__main-container {
    grid-template-columns: repeat(2, auto);
    height: 52px;
    justify-content: space-between;
  }
}

.c-header__logo-wrapper {
  grid-row: 1/2;
  margin-right: 40px;
  line-height: 0;
}

@media screen and (max-width: 480px) {
  .c-header__logo-wrapper {
    max-width: 115px;
  }
}

@media only screen and (max-width: 1440px) {
  .c-header__logo-wrapper {
    margin-right: 24px;
  }
}

.c-header__logo-img {
  width: 162px;
}

@media only screen and (max-width: 1023px) {
  .c-header__logo-img {
    width: 90px;
  }
}

.c-header__button-wrapper {
  grid-row: 1/2;
  margin-right: 16px;
}

@media only screen and (max-width: 1440px) {
  .c-header__button-wrapper {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__button-wrapper {
    display: none;
  }
}

.c-header__search-wrapper {
  grid-row: 1/2;
  margin-right: 40px;
}

@media only screen and (max-width: 1440px) {
  .c-header__search-wrapper {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-header__search-wrapper {
    display: none;
  }
}

.c-header__search {
  width: 100%;
}

.c-header__button-list {
  grid-row: 1/2;
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  column-gap: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-header__button-list {
    column-gap: 32px;
    margin-right: 9px;
  }
}

.c-header__button-list .c-header__list-item--profile:not(.c-header__list-item--is-active),
.c-header__button-list .c-header__list-item--orders,
.c-header__button-list .c-header__list-item--search {
  max-width: 120px;
  overflow: hidden;
}

.c-header__list-item {
  position: relative;
}

@media only screen and (max-width: 1023px) {

  .c-header__list-item--profile,
  .c-header__list-item--orders {
    display: none;
  }
}

.c-header__list-item--search,
.c-header__list-item--burger {
  display: none;
}

@media only screen and (max-width: 1023px) {

  .c-header__list-item--search,
  .c-header__list-item--burger {
    display: block;
  }
}

.c-header__list-item--is-active .c-header-button__text {
  color: #2971F6;
}

.c-header__button-menu {
  position: absolute;
  top: 100%;
  left: -12px;
  z-index: 1;
  padding-top: 8px;
}

.c-header__overlay {
  background-color: rgba(16, 24, 40, 0.5);
  position: fixed;
  top: calc(var(--header-height) + var(--headerSubmenuTopHeight));
  left: 0;
  width: 100%;
  height: 100%;
}

.c-header--catalog-active {
  position: relative;
  z-index: 1;
}

.c-header--catalog-active .c-header__inner {
  filter: drop-shadow(0px 16px 24px rgba(16, 24, 40, 0.08));
}

.c-header__inner {
  position: relative;
  z-index: 5;
}

.c-header-menu ul {
  display: grid;
  grid-auto-flow: column;
  column-gap: 32px;
  align-items: center;
  line-height: 0;
  
  @media (max-width: 1140px) {
    gap: 15px;
  }
}

.c-header-menu a {
  font-weight: 500;
  letter-spacing: -0.2px;
  color: var(--color-black);
  font-size: 12px;
  line-height: 16px;
}

.c-header-menu span {
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #2971F6;
  font-size: 12px;
  line-height: 16px;
}

@media (hover: hover) and (pointer: fine) {
  .c-header-menu a:hover {
    color: #2971F6;
  }
}

.c-header-button {
  position: relative;
  display: grid;
  grid-template-rows: 24px auto;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.c-header-button__top-count {
  /*position: absolute;*/
  /*background: #2971F6;*/
  /*color: #ffffff;*/
  /*font-size: 12px;*/
  /*line-height: 12px;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*left: calc(50% + 18px);*/
  /*transform: translateX(-50%);*/
  /*border-radius: 12px;*/
  /*padding: 3px 6px;*/
  /*новый вариант*/
  position: absolute;
  background: #F45656;
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  translate: calc(50% + 3px);
  top: -5px;
  border-radius: 12px;
  border: 2px solid white;
  padding: 2px 6px;
}

@media (hover: hover) and (pointer: fine) {
  .c-header-button:hover .c-header-button__text {
    color: #2971F6;
  }
}

.c-header-button__top {
  width: 24px;
  position: relative;
  justify-self: center;
  line-height: 0;
}

.c-header-button__icon {
  width: 24px;
  height: auto;
  color: #2971F6;
}

.c-header-button__badge {
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.c-header-button__text {
  font-weight: 500;
  color: #101828;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .c-header-button__text {
    display: none;
  }
}

.c-header-button-menu__window {
  background-color: #ffffff;
  border-radius: 8px;
  min-width: 226px;
  box-shadow: 0px 4px 24px rgba(10, 35, 58, 0.18);
}

.c-header-button-menu__item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 3px;
  align-items: center;
  padding: 8px 16px;
  color: #101828;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-header-button-menu__item:hover {
    color: #2971F6;
  }
}

.c-header-button-menu__icon {
  width: 20px;
  height: auto;
}

.c-catalog {
  position: absolute;
  top: var(--header-height);
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

@media (max-width: 1280px) {
  .c-catalog {
    top: var(--header-height);
  }
}

@media (max-width: 1023px) {
  .c-catalog {
    top: 76px;
  }
}

.c-catalog__container {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
}

@media only screen and (max-width: 1440px) {
  .c-catalog__container {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}

.c-catalog__nav {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #eaecee;
  max-height: calc(100vh - 108px);
  overflow-y: auto;
}

.c-catalog__nav::-webkit-scrollbar {
  width: 12px;
}

.c-catalog__nav::-webkit-scrollbar-track {
  background-color: #f6f8fb;
  border-radius: 12px;
}

.c-catalog__nav::-webkit-scrollbar-thumb {
  background-color: #d5ddea;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.c-catalog__main {
  padding: 24px 0 24px 24px;
  max-height: calc(100vh - 108px);
  overflow-y: auto;
}

.c-catalog__main::-webkit-scrollbar {
  width: 12px;
}

.c-catalog__main::-webkit-scrollbar-track {
  background-color: #f6f8fb;
  border-radius: 12px;
}

.c-catalog__main::-webkit-scrollbar-thumb {
  background-color: #d5ddea;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.c-catalog-nav-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 15px;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #101828;
}

@media (hover: hover) and (pointer: fine) {
  .c-catalog-nav-item:hover {
    background-color: var(--color-white);
  }

  .c-catalog-nav-item:hover .c-catalog-nav-item__icon--arrow {
    opacity: 1;
  }
}

.c-catalog-nav-item:active {
  background-color: var(--color-light-blue1);
  color: var(--color-white);
}

.c-catalog-nav-item:active .c-catalog-nav-item__icon--arrow {
  opacity: 1;
}

.c-catalog-nav-item__icon {
  width: 24px;
  height: auto;
}

.c-catalog-nav-item__icon--arrow {
  opacity: 0;
  color: #637088;
}

.c-catalog-nav-item__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.c-catalog-nav-item--is-active {
  color: #2971F6;
}

.c-catalog-category__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 16px;
  margin-bottom: 32px;
}

.c-catalog-category__title {
  font-weight: 700;
  color: #101828;
}

.c-catalog-category__count {
  font-weight: 700;
  color: #637088;
}

.c-catalog-category__main {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 276px));
  gap: 48px;
  align-items: start;
}

@media only screen and (max-width: 1440px) {
  .c-catalog-category__main {
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
  }
}

.c-catalog-category__column {
  display: grid;
  gap: 32px;
}

.c-catalog-category--in-burger {
  padding: 8px 16px 32px;
}

.c-catalog-category--in-burger .c-catalog-category__header {
  display: block;
  margin-bottom: 16px;
}

.c-catalog-category--in-burger .c-catalog-category__main {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.c-catalog-category--in-burger .c-catalog-category__column {
  gap: 24px;
}

.c-catalog-section__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #101828;
}

@media (hover: hover) and (pointer: fine) {
  .c-catalog-section__title:hover {
    color: #2971F6;
  }
}

.c-catalog-section__list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
  /* max-height: 200px; */
}

.c-catalog-section__list::-webkit-scrollbar {
  width: 12px;
}

.c-catalog-section__list::-webkit-scrollbar-track {
  background-color: #f6f8fb;
  border-radius: 12px;
}

.c-catalog-section__list::-webkit-scrollbar-thumb {
  background-color: #d5ddea;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.c-catalog-section__item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #637088;
}

@media (hover: hover) and (pointer: fine) {
  .c-catalog-section__item:hover {
    color: #2971F6;
  }
}

.c-burger-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

@media only screen and (max-width: 1023px) {
  .c-burger-menu {
    top: 0;
  }
}

.c-burger-menu__header {
  background-color: #ffffff;
}

.c-burger-menu__container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.c-burger-menu__logo-wrapper {
  line-height: 0;
}

.c-burger-menu__logo-img {
  width: 162px;
}

@media only screen and (max-width: 1023px) {
  .c-burger-menu__logo-img {
    width: 90px;
  }
}

.c-burger-menu__section-list {
  display: grid;
  gap: 24px;
}

.c-burger-menu__section-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 12px;
  padding: 0 16px;
}

.c-burger-menu__list li {
  border-bottom: 1px solid #d5ddea;
}

.c-burger-menu__section:last-child .c-burger-menu__list li:last-child {
  border: 0;
}

.c-burger-menu__screen--main {
  padding-top: 24px;
}

.c-burger-menu__main {
  overflow-y: auto;
}

.c-burger-menu__main::-webkit-scrollbar {
  width: 12px;
}

.c-burger-menu__main::-webkit-scrollbar-track {
  background-color: #f6f8fb;
  border-radius: 12px;
}

.c-burger-menu__main::-webkit-scrollbar-thumb {
  background-color: #d5ddea;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.c-burger-menu-item, .c-burger-menu__list-item span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border: 0;
  outline: none;
  background-color: #ffffff;
  width: 100%;
  cursor: pointer;
}


.c-burger-menu-item__icon {
  width: 24px;
  height: auto;
  line-height: 0;
  color: #637088;
}

.c-burger-menu-item__icon--arrow {
  width: 20px;
}

.c-burger-menu-item__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  color: #101828;
}

.c-burger-menu-item__main-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.c-burger-menu-item__sub-text {
  text-align: left;
  margin-top: 2px;
}

.c-burger-menu-item--template-left {
  grid-template-columns: 24px minmax(0, 1fr) 20px;
}

.c-burger-menu-nav {
  display: grid;
  align-items: center;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  padding: 8px 16px;
  cursor: pointer;
  color: #101828;
}

.c-burger-menu-nav__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.c-search-mobile {
  position: fixed;
  top: 108px;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

@media only screen and (max-width: 1023px) {
  .c-search-mobile {
    top: 76px;
  }
}

.c-search-mobile__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  line-height: 0;
}

.c-search-mobile__field {
  width: 100%;
}

.c-search-mobile__main {
  overflow-y: auto;
}

.c-search-mobile__main::-webkit-scrollbar {
  width: 12px;
}

.c-search-mobile__main::-webkit-scrollbar-track {
  background-color: #f6f8fb;
  border-radius: 12px;
}

.c-search-mobile__main::-webkit-scrollbar-thumb {
  background-color: #d5ddea;
  border-radius: 12px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.c-search-mobile--is-active .c-search-mobile__main {
  display: block;
}

.c-footer__main {
  padding: 22px 0 66px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1440px) {
  .c-footer__main {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__main {
    padding: 24px 0;
  }
}

.c-footer__main-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 150px;
}

@media only screen and (max-width: 1440px) {
  .c-footer__main-container {
    grid-template-columns: auto auto;
    gap: 40px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__main-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}

.c-footer__menu-cols-wrapper {
  display: grid;
  grid-template-columns: repeat(3, fit-content(33%));
  gap: 194px;
}

@media only screen and (max-width: 1440px) {
  .c-footer__menu-cols-wrapper {
    gap: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__menu-cols-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 41px;
  }
}

.c-footer__logo {
  width: 160px;
}

@media only screen and (max-width: 1023px) {
  .c-footer__logo {
    width: 105px;
  }
}

.c-footer__col--logo {
  display: grid;
  justify-content: end;
  align-items: start;
}

@media only screen and (max-width: 1440px) {
  .c-footer__col--logo {
    display: block;
    grid-column: 1/5;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__col--logo {
    grid-column: auto;
  }
}

@media only screen and (max-width: 1440px) {
  .c-footer__col--contacts {
    min-width: 213px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer__col--contacts {
    min-width: none;
  }
}

.c-footer__col-title {
  font-size: 14px;
  line-height: 20px;
  color: #637088;
  margin-bottom: 8px;
}

.c-footer__contact-list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
  line-height: 0;
}

.c-footer__address {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-footer__bottom {
  padding: 24px 0;
  background-color: #f6f8fb;
}

.c-footer__bottom-container {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .c-footer__bottom-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}

.c-footer__payments-wrapper {
  line-height: 0;
}

.c-footer__copyright {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-footer__payments {
  max-width: 100%;
}

.c-footer-menu ul {
  display: grid;
  gap: 12px;
}

.c-footer-menu a,
.c-footer-menu .current-menu-item {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  white-space: nowrap;
}

.current-menu-item span {
  color: #2971F6;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .c-footer-menu a:hover {
    color: #2971F6;
  }
}

.c-footer-contact {
  display: grid;
  align-items: center;
  grid-template-columns: 32px minmax(0, 1fr) 24px;
  gap: 4px;
  line-height: 0;
}

@media (hover: hover) and (pointer: fine) {
  .c-footer-contact:hover .c-footer-contact__icon {
    color: #2971F6;
  }

  .c-footer-contact:hover .c-footer-contact__text {
    color: #2971F6;
  }
}

@media only screen and (max-width: 1440px) {
  .c-footer-contact {
    display: inline-grid;
  }
}

@media only screen and (max-width: 1023px) {
  .c-footer-contact {
    display: grid;
  }
}

.c-footer-contact__icon {
  width: 24px;
  height: auto;
  color: #637088;
}

.c-footer-contact__icon--arrow {
  color: #2971F6;
}

.c-footer-contact__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #101828;
  white-space: nowrap;
}

@media only screen and (max-width: 1440px) {
  .c-footer-contact__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-page-template__controls {
  margin-top: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-page-template__controls {
    margin-top: 16px;
  }
}

.c-page-template[class*='sider'],
.c-page-template--mode-cart {
  display: grid;
}

.c-page-template[class*='sider'] .c-page-template__main,
.c-page-template--mode-cart .c-page-template__main {
  grid-area: main;
}

.c-page-template[class*='sider'] .c-page-template__sider,
.c-page-template--mode-cart .c-page-template__sider {
  grid-area: sider;
}

.c-page-template--sider-right {
  grid-template-areas: 'main sider';
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: 16px;
}

@media only screen and (max-width: 1024px) {
  .c-page-template--sider-right {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: 'main''sider';
  }
}

.c-page-template--sider-left {
  grid-template-areas: 'sider main';
  grid-template-columns: 296px minmax(0, 1fr);
  gap: 56px;
}

@media only screen and (max-width: 1440px) {
  .c-page-template--sider-left {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-page-template--sider-left {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .c-page-template--sider-only-on-desktop {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .c-page-template--sider-only-on-desktop .c-page-template__sider {
    display: none;
  }
}

.c-page-template--mode-cart {
  grid-template-areas: 'main sider';
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: 16px;
}

@media only screen and (max-width: 1440px) {
  .c-page-template--mode-cart {
    grid-template-columns: minmax(0, 1fr) 303px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-page-template--mode-cart {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: 'main''sider';
  }
}

.c-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-form {
    gap: 4px;
  }
}

.c-form--type-account {
  gap: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-form--type-account {
    gap: 16px;
  }
}

.c-form__section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-form__section {
    margin-left: -40px;
    margin-right: -40px;
    border-radius: 0;
    padding: 24px 16px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .c-form__section {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.c-form__group-title {
  font-weight: 700;
  margin-bottom: 24px;
}

.c-form__group-title--sub {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-form__submit-button {
    width: 100%;
  }
}

.c-modal {
  background-color: rgba(16, 24, 40, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: minmax(0, 1fr);
  overflow-y: auto;
  padding: 40px;
}

.c-modal.show {
  display: grid;
}

@media only screen and (max-width: 1023px) {
  .c-modal {
    padding: 16px;
    padding-top: 16px;
  }
}

.c-modal__window {
  background-color: #ffffff;
  padding: 24px 40px;
  border-radius: 8px;
}

@media only screen and (max-width: 1023px) {
  .c-modal__window {
    padding: 16px;
  }
}

.c-modal__pre-header {
  margin-bottom: 8px;
}

.c-modal__header {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-modal__header {
    margin-bottom: 24px;
  }
}

.c-modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: rgb(16, 24, 40);
}

@media only screen and (max-width: 1023px) {
  .c-modal__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-modal__close-wrapper {
  line-height: 0;
}

@media only screen and (max-width: 1023px) {
  .c-modal__close-wrapper {
    padding-top: 2px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-modal__button {
    width: 100%;
  }
}

.c-modal__text {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.c-modal__button-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-modal__button-list {
    gap: 12px;
  }
}

.c-modal__button-title {
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 4px;
  align-items: center;
  text-align: left;
  color: #101828;
}

.c-modal__icon {
  width: 24px;
  height: auto;
}

.c-modal__subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.c-modal--has-close .c-modal__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
}

.c-modal--has-subtitle .c-modal__header {
  display: grid;
  row-gap: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-modal--has-subtitle .c-modal__header {
    row-gap: 8px;
  }
}

@media only screen and (max-width: 1023px) {

  .c-modal--type-form,
  .c-modal--type-login,
  .c-modal--type-recovery,
  .c-modal--type-change-password,
  .c-modal--type-contact-manager {
    padding: 0;
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
  }
}

@media only screen and (max-width: 1023px) {

  .c-modal--type-form .c-modal__window,
  .c-modal--type-login .c-modal__window,
  .c-modal--type-recovery .c-modal__window,
  .c-modal--type-change-password .c-modal__window,
  .c-modal--type-contact-manager .c-modal__window {
    border-radius: 0;
  }
}

.c-modal--type-form {
  grid-template-columns: minmax(0, 919px);
}

@media only screen and (max-width: 1440px) {
  .c-modal--type-form {
    grid-template-columns: minmax(0, 800px);
  }
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-form {
    grid-template-columns: minmax(0, 1fr);
  }
}

.c-modal--type-form .c-modal__controls {
  margin-top: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-form .c-modal__controls {
    margin-top: 24px;
  }
}

.c-modal--type-login,
.c-modal--type-recovery,
.c-modal--type-recovery-reset,
.c-modal--type-remove-cart-item,
.c-modal--type-order-cancel {
  grid-template-columns: minmax(0, 488px);
}

.c-modal--type-remove-cart-item .c-modal__title {
  font-size: 16px;
  line-height: 24px;
}

.c-modal--type-remove-cart-item .c-modal__main {
  row-gap: 8px;
}

.c-modal--type-remove-cart-item .c-modal__controls {
  display: flex;
  column-gap: 8px;
  padding-top: 16px;
}

.c-modal--type-remove-cart-item .c-modal__controls > * {
  flex: 1 1 50%;
}

.c-modal--type-recovery-reset .c-modal__controls {
  margin-top: 24px;
}

.c-modal--type-order-cancel .c-modal__header {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {

  .c-modal--type-login,
  .c-modal--type-recovery {
    grid-template-columns: minmax(0, 1fr);
  }
}

.c-modal--type-login .c-modal__header,
.c-modal--type-recovery .c-modal__header {
  margin-bottom: 32px;
}

.c-modal--type-login .c-modal__controls,
.c-modal--type-recovery .c-modal__controls {
  margin-top: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-recovery .c-modal__title {
    font-size: 16px;
  }
}

.c-modal--type-remove {
  grid-template-columns: minmax(0, 416px);
}

.c-modal--type-remove .c-modal__header {
  margin-bottom: 12px;
}

.c-modal--type-remove .c-modal__title {
  font-size: 16px;
  line-height: 24px;
}

.c-modal--type-remove .c-modal__controls {
  margin-top: 24px;
}

.c-modal--type-leave {
  grid-template-columns: minmax(0, 488px);
}

.c-modal--type-leave .c-modal__header {
  margin-bottom: 12px;
}

.c-modal--type-leave .c-modal__title {
  font-size: 16px;
  line-height: 24px;
}

.c-modal--type-leave .c-modal__controls {
  margin-top: 24px;
}

.c-modal--type-result {
  grid-template-columns: minmax(0, 488px);
}

.c-modal--type-result.show {
  display: grid;
}

.c-modal--type-result .c-modal__header {
  margin-bottom: 16px;
}

.c-modal--type-result .c-modal__controls {
  margin-top: 24px;
}

.c-modal--type-result-image-only {
  grid-template-columns: minmax(0, 378px);
}

.c-modal--type-result-image-only .c-modal__header {
  margin-bottom: 16px;
}

.c-modal--type-result-image-only .c-modal__controls {
  margin-top: 24px;
}

.c-modal--type-change-password {
  grid-template-columns: minmax(0, 580px);
}

@media only screen and (max-width: 1440px) {
  .c-modal--type-change-password {
    grid-template-columns: minmax(0, 500px);
  }
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-change-password {
    grid-template-columns: minmax(0, 1fr);
  }
}

.c-modal--type-change-password .c-modal__header {
  margin-bottom: 24px;
}

.c-modal--type-change-password .c-modal__controls {
  margin-top: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-change-password .c-modal__controls {
    margin-top: 24px;
  }
}

.c-modal--type-logout {
  grid-template-columns: minmax(0, 488px);
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-logout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.c-modal--type-logout .c-modal__header {
  margin-bottom: 24px;
}

.c-modal--type-logout .c-modal__title {
  font-size: 16px;
  line-height: 24px;
}

.c-modal--type-remove-address {
  grid-template-columns: minmax(0, 488px);
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-remove-address {
    grid-template-columns: minmax(0, 1fr);
  }
}

.c-modal--type-remove-address .c-modal__header {
  margin-bottom: 12px;
}

.c-modal--type-remove-address .c-modal__title {
  font-size: 16px;
  line-height: 24px;
}

.c-modal--type-remove-address .c-modal__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.c-modal--type-contact-manager {
  grid-template-columns: minmax(0, 813px);
}

@media only screen and (max-width: 1440px) {
  .c-modal--type-contact-manager {
    grid-template-columns: minmax(0, 718px);
  }
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-contact-manager {
    grid-template-columns: minmax(0, 1fr);
  }
}

.c-modal--type-contact-manager .c-modal__header {
  margin-bottom: 12px;
}

.c-modal--type-contact-manager .c-modal__controls {
  margin-top: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-modal--type-contact-manager .c-modal__controls {
    margin-top: 24px;
  }
}

.c-modal--close-is-outside .c-modal__window {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .c-modal--close-is-outside .c-modal__window {
    position: static;
  }
}

.c-modal--close-is-outside .c-modal__close-wrapper {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 1023px) {
  .c-modal--close-is-outside .c-modal__close-wrapper {
    position: static;
  }
}

.c-modal--close-outside-position-left .c-modal__close-wrapper {
  right: calc(100% + 16px);
}

.c-modal--close-outside-position-right .c-modal__close-wrapper {
  left: calc(100% + 16px);
}

@media (min-width: 1023px) {
  .c-catalog-aside {
    position: sticky;
    top: var(--header-height);
    overflow-y: auto;
    max-height: calc(100vh - var(--header-height));
    scrollbar-color: transparent transparent;
    scrollbar-gutter: auto;
    scrollbar-width: thin;
  }

  .c-catalog-aside * {
    scrollbar-color: auto;
    scrollbar-gutter: auto;
    scrollbar-width: auto;
  }
}

.c-catalog-aside__wrapper {
  display: grid;
  grid-template-rows: min-content;
  row-gap: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-aside__wrapper {
    position: fixed;
    width: 344px;
    height: 100vh;
    top: 0;
    left: -344px;
    bottom: 0;
    background-color: #ffffff;
    overflow-y: auto;
    transition: left 0.3s;
    padding: 32px 24px 32px 24px;
  }

  .c-catalog-aside__wrapper .c-catalog-aside__list {
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-catalog-aside__wrapper {
    max-width: calc(100vw - var(--scrollbar-width));
    width: 100vw;
    height: 100%;
    bottom: 0;
    left: -100vw;
    top: 33px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px 16px 32px;
  }

  .c-catalog-aside__wrapper::after {
    content: '';
    display: block;
  }
}

.c-catalog-aside--showed .c-catalog-aside__wrapper {
  left: 0;
  z-index: 100;
}

@media only screen and (max-width: 1440px) {
  .c-catalog-aside--showed::before {
    background-color: rgba(16, 24, 40, 0.5);
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    pointer-events: auto;
    touch-action: auto;
  }
}

.c-catalog-aside__header {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-aside__header {
    display: flex;
  }
}

.c-catalog-aside__list {
  display: grid;
  grid-template-rows: min-content;
  row-gap: 20px;
  background-color: #ffffff;
  padding: 16px 20px 12px 16px;
  border-radius: 8px;
}

.c-catalog-aside__controls {
  display: grid;
  grid-template-rows: min-content;
  row-gap: 16px;
}

@media only screen and (max-width: 1024px) {
  .c-catalog-aside__banner {
    height: max-content;
    min-height: max-content;
  }
}

.c-page-title {
  position: relative;
}

.c-page-title__badges-list {
  display: flex;
  gap: 8px;
}

.c-page-title__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2971F6;
}

@media only screen and (max-width: 1023px) {
  .c-page-title__text {
    order: -1;
  }
}

.c-page-title__text-button {
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  color: #2971F6;
}

.c-page-title--template-right {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .c-page-title--template-right {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}

.c-order-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-order-content {
    gap: 16px;
  }
}

.c-order-content__header {
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
}

@media only screen and (max-width: 1023px) {
  .c-order-content__header {
    padding: 12px 16px;
    border-radius: 0;
  }
}

.c-order-content__header--has-alert {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .c-order-content__header--has-alert {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}

.c-order-content__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .c-order-content__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-order-content__title--is-confirm {
  color: #f45656;
}

.c-order-content__title--is-delivered {
  color: #1ab69a;
}

.c-order-content__desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #637088;
  margin-top: 8px;
}

@media only screen and (max-width: 1023px) {
  .c-order-content__desc {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
}

.c-order-content__group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
}

.c-order-content__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
}

.c-order-content__list-item:last-child .c-order-content__card {
  border-radius: 0 0 12px 12px;
}

@media only screen and (max-width: 1023px) {
  .c-order-content__list-item:last-child .c-order-content__card {
    border-radius: 0;
  }
}

.c-form-sider {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.c-form-sider__button {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .c-form-sider--template-grid-1 {
    display: flex;
    flex-direction: column;
  }

}
@media only screen and (max-width: 1440px) {
  .c-form-sider--template-grid-2 {
    grid-template-columns: minmax(0, 1fr) 304px;
  }

  .c-form-sider--template-grid-2>* {
    grid-column: span 2;
  }

  .c-form-sider--template-grid-2 .c-form-sider__manager,
  .c-form-sider--template-grid-2 .c-form-sider__info {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1023px) {
  .c-form-sider--template-grid-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .c-form-sider--template-grid-2 .c-form-sider__manager, .c-form-sider--template-grid-2 .c-form-sider__info {
      grid-column: span 1;
  }

  .c-form-sider--template-grid-2>* {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1440px) {
  .c-form-sider--template-grid-3 {
    grid-template-columns: 304px minmax(0, 1fr);
  }

  .c-form-sider--template-grid-3>* {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1023px) {
  .c-form-sider--template-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .c-form-sider--template-grid-3>* {
    grid-column: span 1;
  }
}

.c-catalog-cards-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}

.c-catalog-cards-grid.list {
  position: relative;
  display: grid;
  gap: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    column-gap: 13px;
  }
}

.c-catalog-cards-grid__banner {
  grid-column: 1/-1;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-cards-grid__banner {
    display: none;
  }
}

.c-catalog-list-grid {
  display: grid;
  row-gap: 24px;
}

.c-catalog-top-filters {
  display: flex;
  margin-bottom: 12px;
}

.c-catalog-top-filters__button-list {
  scrollbar-width: none;
  display: flex;
  flex-wrap: wrap;
}

.c-catalog-top-filters__button-list::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.c-catalog-top-filters__button-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.c-catalog-top-filters__button-list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}

.c-catalog-top-filters__button-list::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.c-catalog-top-filters__button-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media only screen and (max-width: 1440px) {
  .c-catalog-top-filters__button-list {
    flex-wrap: wrap;
    width: calc(100vw - 80px - 58px);
    overflow-x: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .c-catalog-top-filters__button-list {
    width: calc(100vw - 32px);
  }
}

.c-catalog-top-filters__filter-button {
  font-size: 14px;
  line-height: 20px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 6px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 16px 0 4px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 500;
  transition: var(--transition-default);
}

.c-catalog-top-filters__filter-button:hover a {
  color: var(--color-blue-new);
}

.c-catalog-top-filters__filter-button a {
  transition: var(--transition-default);
  color: var(--color-black);
}


.c-catalog-top-filters__filter-button:hover {
  border: 1px solid var(--color-blue-new);
}

.c-catalog-top-filters__filter-button:not(:last-child) {
  margin-right: 8px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-top-filters__filter-button {
    height: 32px;
    padding: 0 8px 0 2px;
  }
}

.c-catalog-top-filters__filter-button--active {
  border-color: #2971F6;
  color: #2971F6;
}

.c-catalog-top-filters__filter-button--show-filters {
  display: none;
  width: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-top-filters__filter-button--show-filters {
    width: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-catalog-top-filters__filter-button--show-filters {
    display: flex;
  }
}

.c-catalog-top-filters__image {
  object-fit: contain;
  object-position: center;
  max-width: 46px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-top-filters__image {
    max-width: 32px;
  }
}

.c-slider-section {
  position: relative;
  z-index: 0;
}

.c-slider-section__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #101828;
}

@media only screen and (max-width: 1023px) {
  .c-slider-section__heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 1440px) {
  .c-slider-section .c-cards-slider {
    display: none;
  }
}

@media only screen and (min-width: 1441px) {
  .c-slider-section .c-cards-grid {
    display: none;
  }
}

.c-catalog-top-sorting {
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .c-catalog-top-sorting {
    width: 100%;
  }
}

.c-catalog-top-sorting--header {
  margin-bottom: 0;
}

.c-catalog-top-sorting--without-view-count {
  grid-template-columns: 1fr auto;
}

.c-catalog-top-sorting--without-view-count .c-catalog-top-sorting__view-count {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-top-sorting {
    grid-template-columns: 1fr auto;
  }
}

.c-catalog-top-sorting__price-toggle {
  display: none;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 32px;
  color: rgb(37, 44, 50);
  padding-left: 12px;
  padding-right: 11px;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  user-select: none;
}

.c-catalog-top-sorting__price-toggle--active {
  display: flex;
}

.c-catalog-top-sorting__icon {
  width: 18px;
  height: 10px;
  color: #a9b6c9;
  margin-left: 8px;
}

.c-catalog-top-sorting__icon--to-low {
  transform: rotate(180deg);
}

.c-catalog-top-sorting__view-count {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-top-sorting__view-count {
    display: none;
  }
}

.c-catalog-top-sorting__view-count-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 4px;
  margin-left: 16px;
}

.c-catalog-top-sorting__view-count-item {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #f6f8fb;
  border: 1.7px solid #ffffff;
  border-radius: 6px;
  color: #637088;
  cursor: pointer;
  user-select: none;
}

.c-catalog-top-sorting__view-count-item a {
  color: inherit;
}

.c-catalog-top-sorting__view-count-item--active {
  background-color: #ffffff;
  color: #101828;
}

.c-catalog-top-sorting__view-type-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 64px;
  height: 32px;
  background-color: var(--color-white);
  border: 1.7px solid #ffffff;
  border-radius: 6px;
}

.c-catalog-top-sorting__view-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ddd;
  padding: 8px;
  cursor: pointer;
  user-select: none;
}

.c-catalog-top-sorting__view-type--active {
  background-color: #ffffff;
  color: #101828;
}

.c-catalog-top-sorting__view-type--cards {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.c-catalog-top-sorting__view-type--list {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.c-catalog-page-header {
  display: grid;
  align-items: end;
  grid-template-rows: auto auto;
  row-gap: 24px;
  margin: 20px 0 16px 0;
}

.c-catalog-page-header__title {
  color: #101828;
}

@media only screen and (max-width: 1440px) {
  .c-catalog-page-header {
    margin: 32px 0 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-catalog-page-header {
    margin: 16px 0 32px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-no-result-search__main .c-catalog-page-header {
    margin: 16px 0 24px;
  }
}

.c-catalog-page-header__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .c-catalog-page-header__heading {
    align-items: start;
    gap: 16px;
  }
}

.c-catalog-page-header__heading-left {
  display: flex;
  align-items: end;
}

@media screen and (max-width: 1024px) {
  .c-catalog-page-header__heading-left {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
}

.c-catalog-page-header__products-count {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  flex-shrink: 0;
  color: #637088;
  margin-bottom: 6px;
  margin-left: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-page-header__products-count {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.c-catalog-page-content__wysiwyg {
  margin-top: 100px;
}

@media only screen and (max-width: 1440px) {
  .c-catalog-page-content__wysiwyg {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-catalog-page-content__wysiwyg {
    margin-top: 40px;
  }
}

.c-pagination {
  margin-top: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-pagination {
    display: none;
  }
}

.c-pagination__list {
  display: flex;
  justify-content: center;
}

.c-pagination__button {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  user-select: none;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .c-pagination__button {
    width: 32px;
    height: 32px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-pagination__button:not([class$='--out-of-range']):not([class$='--previous']):not([class$='--next']):hover:not([data-disabled]):not(:active):not([class$='--active']) {
    background-color: #d5ddea;
  }
}

.c-pagination__button:not([class$='--out-of-range']):not([class$='--previous']):not([class$='--next']):active:not([data-disabled]):not([class$='--active']) {
  background-color: #a9b6c9;
}

.c-pagination__button:not([class$='--out-of-range']):not([class$='--previous']):not([class$='--next'])[data-disabled] {
  color: #a9b6c9;
}

.c-pagination__button:not(:last-child):not([class$='--previous']):not([class$='--next']) {
  margin-right: 8px;
}

.c-pagination__button--previous,
.c-pagination__button--next {
  font-weight: 500;
  width: fit-content;
  background-color: #d5ddea;
}

.c-pagination__button--previous a,
.c-pagination__button--next a {
  padding: 20px 16px;
}

@media screen and (max-width: 768px) {
  .c-pagination__button--previous a,
  .c-pagination__button--next a {
    padding: 0 4px;
  }
}

@media (hover: hover) and (pointer: fine) {

  .c-pagination__button--previous:hover:not([data-disabled]),
  .c-pagination__button--next:hover:not([data-disabled]) {
    background-color: #a9b6c9;
  }
}

.c-pagination__button--previous:active:not([data-disabled]),
.c-pagination__button--next:active:not([data-disabled]) {
  background-color: #101828;
  color: #ffffff;
}

.c-pagination__button--previous[data-disabled],
.c-pagination__button--next[data-disabled] {
  color: #a9b6c9;
  cursor: default;
}

.c-pagination__button--previous {
  margin-right: 16px;
}

@media screen and (max-width: 480px) {
  .c-pagination__button--previous  {
    margin-right: auto;
  }
}

.c-pagination__button--next {
  margin-left: 8px;
}

@media screen and (max-width: 480px) {
  .c-pagination__button--next {
    margin-left: auto;
  }
}

.c-pagination__button--active {
  font-weight: 500;
  background-color: #2971F6;
  color: #ffffff;
  cursor: default;
}


.c-pagination__button--out-of-range {
  cursor: default;
}

.c-pagination-mobile {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-pagination-mobile {
    display: block;
    margin-top: 24px;
  }

  .c-pagination-mobile__list {
    display: flex;
    justify-content: center;
  }

  .c-pagination-mobile__button {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    user-select: none;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1023px) and (hover: hover) and (pointer: fine) {
  .c-pagination-mobile__button:not([class$='--out-of-range']):not([class$='--previous']):not([class$='--next']):hover:not([data-disabled]):not(:active):not([class$='--active']) {
    background-color: #d5ddea;
  }
}

@media only screen and (max-width: 1023px) {
  .c-pagination-mobile__button:not([class$='--out-of-range']):not([class$='--previous']):not([class$='--next']):active:not([data-disabled]) {
    background-color: #a9b6c9;
  }

  .c-pagination-mobile__button:not([class$='--out-of-range']):not([class$='--previous']):not([class$='--next'])[data-disabled] {
    color: #a9b6c9;
  }

  .c-pagination-mobile__button:not(:last-child):not([class$='--previous']):not([class$='--next']) {
    margin-right: 8px;
  }

  .c-pagination-mobile__button--previous,
  .c-pagination-mobile__button--next {
    font-weight: 500;
    background-color: #d5ddea;
  }
}

@media only screen and (max-width: 1023px) and (hover: hover) and (pointer: fine) {

  .c-pagination-mobile__button--previous:hover:not([data-disabled]),
  .c-pagination-mobile__button--next:hover:not([data-disabled]) {
    background-color: #a9b6c9;
  }
}

@media only screen and (max-width: 1023px) {

  .c-pagination-mobile__button--previous:active:not([data-disabled]),
  .c-pagination-mobile__button--next:active:not([data-disabled]) {
    background-color: #101828;
    color: #ffffff;
  }

  .c-pagination-mobile__button--previous[data-disabled],
  .c-pagination-mobile__button--next[data-disabled] {
    color: #a9b6c9;
    cursor: default;
  }

  .c-pagination-mobile__button--previous {
    margin-right: 16px;
  }

  .c-pagination-mobile__button--next {
    margin-left: 8px;
    transform: rotate(180deg);
  }

  .c-pagination-mobile__button--active {
    font-weight: 500;
    background-color: #2971F6;
    color: #ffffff;
  }

  .c-pagination-mobile__button--out-of-range {
    cursor: default;
  }
}

.c-checkbox-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.woocommerce .c-checkbox-list {
  margin-top: 16px;
}

@media only screen and (max-width: 1023px) {
  .c-checkbox-list {
    gap: 12px;
  }
}

.c-product-sider {
  display: grid;
  row-gap: 16px;
}

.c-product-sider__total,
.c-product-sider__manager {
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(10, 35, 58, 0.18);
}

.c-product-sider__total .product-card__discount {
  font-size: 14px;
  line-height: 20px;
}

.c-product-sider__total .c-total__value--sum,
.c-total-fixed__value--sum {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-product-main-info__total {
  gap: 0;
}

.c-product-main-info__total .product-card__discount {
  display: flex;
}

.c-total__label--isLarge {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.c-product-main-info__short-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 400px;
  column-gap: 40px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  .c-product-main-info__short-info-wrapper {
    grid-template-columns: 1fr 300px;
    margin-bottom: 70px;
    column-gap: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-product-main-info__short-info-wrapper {
    grid-template-columns: 1fr 298px;
    column-gap: 16px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-main-info__short-info-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}

.c-product-main-info__characteristics-wrapper {
  display: grid;
  row-gap: 16px;
  height: min-content;
}

@media only screen and (max-width: 1024px) {
  .c-product-main-info__characteristics-wrapper {
    display: none;
  }
}

.c-product-main-info__characteristics-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.c-product-main-info__characteristics-list {
  display: grid;
  row-gap: 12px;
}

.c-product-main-info__characteristics-list--full .c-product-main-info__characteristics-item {
  font-size: 16px;
  line-height: 24px;
}

.c-product-main-info__characteristics-item {
  font-size: 14px;
  line-height: 20px;
}

.c-product-main-info__characteristics-name {
  color: #637088;
}

.c-product-main-info__characteristics-name[title="Производитель"] + .c-product-main-info__characteristics-value {
  color: var(--color-blue-new);
}

.c-product-main-info__characteristics-value {
  display: inline-block;
  color: #101828;
}

.c-product-main-info__characteristics-value--link {
  color: #2971F6;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .c-product-main-info__characteristics-value--link:hover {
    color: #0077d4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-product-main-info__characteristics-value--link:active {
    color: #066cbc;
  }
}

.c-product-main-info__all-characteristics {
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 2px;
}

@media only screen and (max-width: 1023px) {

  .c-product-main-info__tabs,
  .c-product-main-info__content {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {

  .c-product-main-info__tabs,
  .c-product-main-info__content {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.c-product-main-info__tabs {
  border-bottom: 2px solid #d5ddea;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .c-product-main-info__tabs {
    margin-bottom: 16px;
  }
}

.c-product-main-info__tab {
  font-weight: 500;
  display: inline-block;
  color: #637088;
  text-transform: uppercase;
  padding: 0 16px 14px;
  margin-bottom: -2px;
}

.c-product-main-info__tab--active {
  color: #101828;
  border-bottom: 2px solid #2971F6;
}

.c-product-main-info__content {
  border-radius: 12px;
  box-shadow: 0px 4px 24px 0px rgba(10, 35, 58, 0.18);
  padding: 24px 32px;
  margin-top: 32px;
  scroll-margin-top: calc(var(--header-height) * 1.1);
}

@media only screen and (max-width: 1023px) {
  .c-product-main-info__content {
    border-radius: 0;
    padding: 24px 16px;
    margin-top: 16px;
  }
}

.c-product-main-info__content-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-product-main-info__content-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-product-main-info__content-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 140px;
}

@media only screen and (max-width: 1023px) {
  .c-product-main-info__content-columns {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

.c-product-main-info__sider-info {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .c-product-main-info__sider-info {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .c-product-main-info__sider-info {
    display: none;
  }
}

.c-product-additional-info {
  padding-top: 60px;
}

@media only screen and (max-width: 1023px) {
  .c-product-additional-info {
    padding-top: 40px;
  }
}

.c-product-additional-info .c-container {
  padding: 0;
}

.c-product-additional-info__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-product-additional-info__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-product-additional-info__similar-slider,
.c-product-additional-info__similar-list {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
  .c-product-additional-info__similar-slider {
    display: none;
  }
}

.c-product-additional-info__similar-list {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .c-product-additional-info__similar-list {
    display: grid;
  }
}

@media only screen and (max-width: 1023px) {

  .c-product-additional-info__faq,
  .c-product-additional-info__manager {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {

  .c-product-additional-info__faq,
  .c-product-additional-info__manager {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.c-product-additional-info__faq:not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1023px) {
  .c-product-additional-info__faq {
    border-radius: 0;
  }

  .c-product-additional-info__faq:last-child {
    margin-bottom: 40px;
  }
}

.c-product-additional-info__manager {
  display: none;
  box-shadow: 0px 4px 24px 0px rgba(10, 35, 58, 0.18);
  margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .c-product-additional-info__manager {
    display: block;
  }
}

.c-product-detailed-page-header {
  margin-top: 20px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1440px) {
  .c-product-detailed-page-header {
    margin-top: 12px;
    margin-bottom: 16px;
  }
}

.c-product-detailed-page-header__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-product-detailed-page-header__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-product-detailed-page-header__info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.c-product-detailed-page-header__vendor-code {
  font-size: 14px;
  line-height: 20px;
  color: #637088;
}

.c-product-detailed-page-header__favourite a {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  gap: 4px;
  color: #637088;
  cursor: pointer;
  user-select: none;
}

@media (hover: hover) and (pointer: fine) {
  .c-product-detailed-page-header__favourite:hover {
    color: #4a5466;
  }

  .c-product-detailed-page-header__favourite:hover .c-product-detailed-page-header__favourite-icon--filled {
    color: #d43941;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-product-detailed-page-header__favourite:active {
    color: #101828;
  }

  .c-product-detailed-page-header__favourite:active .c-product-detailed-page-header__favourite-icon--filled {
    color: #f45656;
  }
}

.c-product-detailed-page-header__favourite[disabled] {
  color: #d5ddea;
}

.c-product-detailed-page-header__favourite-icon {
  width: 20px;
  height: 20px;
}

.c-product-detailed-page-header__favourite-icon--filled {
  color: #f45656;
}

.c-cart-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-cart-header {
    margin-bottom: 16px;
  }
}

.c-cart-header__heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .c-cart-header__heading {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-cart-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-cart-content {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .c-cart-content {
    gap: 4px;
  }
}

.c-cart-content:not(:last-child) {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  .c-cart-content:not(:last-child) {
    margin-bottom: 24px;
  }
}

.c-cart-content__header {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .c-cart-content__header {
    margin-bottom: 16px;
  }
}

.c-cart-content__group,
.c-cart-content__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

@media only screen and (max-width: 1023px) {

  .c-cart-content__group,
  .c-cart-content__list {
    gap: 4px;
  }
}

.c-cart-content__tools {
  display: grid;
  grid-template-columns: 162px minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #ffffff;
  line-height: 0;
}

@media screen and (max-width: 1023px) {
  .c-cart-content__tools {
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-cart-content__tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }
}

.c-cart-content__remove-selected {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .c-cart-content__remove-selected {
    margin-left: initial;
  }
}

.c-cart-content__uncheck-all-link[disabled] {
  color: #B4BEC8;
}

.c-shipping-controls {
  display: flex;
  gap: 8px;
}

@media only screen and (max-width: 1440px) {
  .c-shipping-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1023px) {
  .c-shipping-controls {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media only screen and (max-width: 1440px) {
  .c-shipping-controls__button {
    width: 100%;
  }
}

.c-no-result-search__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.c-transport {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  justify-items: start;
}

@media only screen and (max-width: 1023px) {
  .c-transport {
    min-height: 44px;
  }
}

.c-transport__title {
  font-weight: 700;
  color: #101828;
}

.c-transport__desc {
  color: #637088;
}

.c-address {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(2, 24px);
  gap: 24px;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .c-address {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

.c-address__button {
  padding: 0;
  border: 0;
  line-height: 0;
  background-color: transparent;
  cursor: pointer;
}

.c-address__icon {
  width: 24px;
  height: auto;
  color: #637088;
}

.c-address__text {
  color: #101828;
}

.c-address__button-list {
  display: flex;
}

.c-address__button-list-item {
  line-height: 0;
}

.c-address__button-list-item:not(:last-child) {
  margin-right: 24px;
}

.c-shipping {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.c-shipping p:not(:last-child) {
  margin-bottom: 0.4em;
}

.c-result-text {
  font-size: 14px;
  line-height: 20px;
}

.c-result-text p:not(:last-child) {
  margin-bottom: 1.14em;
}

.c-address-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

@media only screen and (max-width: 1023px) {
  .c-address-form {
    gap: 24px;
  }
}

.c-address-form__field-wrapper {
  font-size: 13px;
  line-height: 18px;
  line-height: 0;
  margin-top: 32px;
}

.c-catalog-card {
  position: relative;
  display: grid;
  grid-template-rows: min-content min-content min-content auto;
  row-gap: 12px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  transition: .2s;
}

.c-catalog-card:hover {
  box-shadow: 0 0 20px 0 #00000026;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card {
    row-gap: 0;
    padding: 8px;
  }
}

.c-catalog-card__favourite {
  position: absolute;
  top: 28px;
  right: 27px;
  color: #a9b6c9;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__favourite {
    top: 11px;
    right: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-catalog-card__favourite:hover {
    color: #d43941;
  }

  .c-catalog-card__favourite:hover:not(.c-catalog-card__favourite--filled) {
    color: #73819a;
  }
}

.c-catalog-card__favourite:active {
  color: #f45656;
}

.c-catalog-card__favourite:not(.c-catalog-card__favourite--filled):active {
  color: #637088;
}

.c-catalog-card__favourite--filled {
  color: #f45656;
}

.c-catalog-card__badges {
  position: absolute;
  top: 12px;
  left: 8px;
  display: grid;
  grid-template-rows: min-content;
  row-gap: 4px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__badges {
    row-gap: 2px;
  }
}

.c-catalog-card__image {
  width: 100%;
  height: 127px;
  border: 1px solid #d5ddea;
  border-radius: 8px;
}

.c-catalog-card__image img {
  border-radius: 8px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__image {
    height: 95px;
    margin-bottom: 8px;
  }
}

.c-catalog-card__name {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #101828;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 2.8em;
}

a .c-catalog-card__name {
  margin-top: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__name {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}

.c-catalog-card__info {
  display: grid;
  row-gap: 8px;
  min-height: 116px;
  grid-auto-rows: max-content;
}

.c-catalog-card__info p:first-child {
  margin-bottom: 4px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__info {
    row-gap: 2px;
    margin-bottom: 8px;
    min-height: 84px;
  }
}

.c-catalog-card__info-row {
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 6px;
}

.c-catalog-card__info-name,
.c-catalog-card__info-value {
  font-size: 12px;
  line-height: 16px;
  max-width: 100%;
  color: #101828;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {

  .c-catalog-card__info-name,
  .c-catalog-card__info-value {
    font-size: 10px;
    line-height: 14px;
  }
}

.c-catalog-card__info-name {
  color: #637088;
}

.c-catalog-card__info-value {
  justify-self: end;
}

.c-catalog-card__info-value--link {
  font-weight: 700;
  color: #2971F6;
}

.c-catalog-card__footer {
  display: grid;
  grid-template-areas: 'price button''final-price button';
  align-items: end;
  justify-content: space-between;
  align-self: end;
  grid-template-columns: 1fr 1fr;
}

.c-catalog-card__footer .c-catalog-card__footer-price-block {
  display: flex;
  flex-direction: column;
}

.c-catalog-card__footer.is-empty .c-counter__wrapper {
  display: none;
}

.c-catalog-card__footer.is-empty .c-counter__add-to-cart {
  display: grid;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__footer {
    grid-template-columns: 1fr;
    grid-template-areas: 'price''final-price''button';
  }
}

.c-catalog-card__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  grid-area: price;
  color: #8898B4;
  text-decoration: line-through;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__price {
    font-size: 12px;
    line-height: 16px;
    color: #59667D;
  }
}

.c-catalog-card__final-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  grid-area: final-price;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__final-price {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-catalog-card__button {
  grid-area: button;
  width: 96px;
}

@media only screen and (max-width: 1023px) {
  .c-catalog-card__button {
    width: 100%;
    height: 32px;
    margin-top: 6px;
  }

  .c-catalog-card__button>* {
    height: 32px;
  }
}

.c-badge {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  display: block;
  width: fit-content;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  background-color: var(--color-blue-new);
}

@media only screen and (max-width: 1023px) {
  .c-badge--catalog {
    padding: 0 4px;
  }
}

/*ожидает оформления*/
.c-badge--color-primary-200 {
  background-color: #B8C4D6;
}

/*отменён*/
.c-badge--color-primary-300 {
  background-color: #626B80;
}

/*Доставлен*/
.c-badge--color-green-400 {
  background-color: #02B4AB;
}

/*Оплачен. Передан в доставку*/
.c-badge--color-secondary-300 {
  background-color: #02B4AB80;
}

/*Подтвержден. Ожидает оплаты, Подтвержден. Подготовка счета*/
.c-badge--color-secondary-600 {
  background-color: #0067B0;
}

/*Оформление заказа, Оформлен. Ожидает подтверждения*/
.c-badge--color-secondary-700 {
  background-color: #4C94FF;
}

/*Не оплачен. Снят с резерва*/
.c-badge--color-critical-700 {
  background-color: #EF0000;
}

.c-bread-crumbs {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #637088;
}

.c-bread-crumbs a {
  color: inherit;
}

.c-bread-crumbs :not(:last-child)::after {
  content: ' / ';
  white-space: pre;
}

@media only screen and (max-width: 1440px) {
  .c-bread-crumbs {
    scrollbar-width: none;
    width: calc(100vw - 80px);
    overflow-x: auto;
    flex-wrap: wrap;
    white-space: nowrap;
  }

  .c-bread-crumbs::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 0;
    height: 0;
  }

  .c-bread-crumbs::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .c-bread-crumbs::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent;
  }

  .c-bread-crumbs::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 0;
    height: 0;
  }

  .c-bread-crumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-bread-crumbs {
    width: calc(100vw - 32px);
  }
}

.c-bread-crumbs__item {
  user-select: none;
  cursor: pointer;
  text-wrap: initial;
  display: inline;
}

.c-bread-crumbs__item:last-child {
  color: #101828;
}

.c-wysiwyg-section * {
  all: revert;
  max-width: 100%;
}

.c-wysiwyg-section a {
  color: inherit;
}

.c-wysiwyg-section a:hover {
  color: #2971F6;
}

.c-toast {
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: fixed;
  right: var(--container-offset);
  top: calc(40px + var(--header-height));
  width: fit-content;
  max-width: 80vw;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  border-radius: 8px;
  background-color: var(--color-blue-new);
  box-shadow: 0px 4px 24px 0px rgba(10, 35, 58, 0.18);
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .c-toast {
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
}

.c-toast--showed {
  display: flex;
}

.c-toast svg {
  margin-right: 8px;
}

.c-product-card-actions {
  display: grid;
  grid-template-areas: 'badges cart-button favourite-button''prices cart-button favourite-button';
  grid-template-columns: 1fr auto auto;
  align-items: center;
  row-gap: 4px;
  height: 72px;
  padding: 0 16px;
  background-color: #f6f8fb;
  border-radius: 8px;
}

.c-product-card-actions.is-empty .c-counter__wrapper {
  display: none;
}

.c-product-card-actions.is-empty .c-counter__add-to-cart {
  display: grid;
}

@media only screen and (max-width: 1023px) {
  .c-product-card-actions {
    grid-template-areas: 'badges badges''prices prices''cart-button favourite-button';
    grid-template-columns: 1fr auto;
    column-gap: 8px;
    height: auto;
    padding: 0;
  }
}

.c-product-card-actions--on-order {
  grid-template-areas: 'badges cart-button favourite-button';
}

@media only screen and (max-width: 1023px) {
  .c-product-card-actions--on-order {
    grid-template-areas: 'badges badges''prices prices''cart-button favourite-button';
  }
}

.c-product-card-actions--on-order .c-product-card-actions__badges {
  align-self: auto;
}

@media only screen and (max-width: 1023px) {
  .c-product-card-actions--on-order .c-product-card-actions__badges {
    width: fit-content;
  }
}

.c-product-card-actions--on-order .c-product-card-actions__badges span {
  width: 100%;
}

.c-product-card-actions__badges {
  grid-area: badges;
  display: flex;
  align-self: end;
}

.c-product-card-actions__badges .c-product-card-actions__badges-col .product-card-actions__discount {
  padding: 0;
}

.c-product-card-actions__badges .c-product-card-actions__badges-col .c-product-card-actions__price,
.c-product-card-actions__badges .c-product-card-actions__badges-col .c-product-card-actions__final-price {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}

.c-product-card-actions__badges .c-product-card-actions__badges-col .c-product-card-actions__price {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
  color: #637088;
}

.c-product-card-actions__badges-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px
}

.c-product-card-actions__discount {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: var(--color-red);
}

.c-product-card-actions__price-wrapper {
  grid-area: prices;
}

.c-product-card-actions__price {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #637088;
  text-decoration: line-through;
}

@media only screen and (max-width: 1023px) {
  .c-product-card-actions__price {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-product-card-actions__final-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.c-product-card-actions__cart-button {
  grid-area: cart-button;
  margin-left: 16px;
}

.c-product-card-actions__cart-button.is-empty .c-counter__wrapper {
  display: none;
}

.c-product-card-actions__cart-button.is-empty .c-counter__add-to-cart {
  display: grid;
}

.c-product-card-actions__cart-button>* {
  width: 100px;
  height: 42px;
  padding: 0 8px !important;
  border-radius: 8px;
}

@media only screen and (max-width: 1023px) {
  .c-product-card-actions__cart-button {
    margin-left: 0;
  }

  .c-product-card-actions__cart-button>* {
    width: 100%;
  }
}

.c-product-card-actions__favourite-button, .yith-wcwl-add-to-wishlist {
  grid-area: favourite-button;
  margin-left: 8px;
}


.c-empty-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  max-width: 415px;
  margin: 56px auto 0;
}

@media only screen and (max-width: 1023px) {
  .c-product-card-actions {
    background: #FFFFFF;
  }

  .c-empty-page {
    row-gap: 0;
    max-width: 100%;
    margin-top: 0;
  }
}

.c-empty-page__image {
  width: 300px;
  height: 300px;
}

@media only screen and (max-width: 1023px) {
  .c-empty-page__image {
    width: 200px;
    height: 200px;
  }
}

.c-empty-page__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #637088;
}

@media only screen and (max-width: 1023px) {
  .c-empty-page__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-empty-page__button {
    width: 100%;
    margin-top: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .c-hidden-if-desktop {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .c-hidden-if-small-desktop-n-smaller {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .c-hidden-if-small-desktop-n-bigger {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .c-hidden-if-tablet-n-smaller {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .c-negative-offset-on-tablet {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .c-negative-offset-on-tablet {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.wpfFilterWrapper .wfpTitle {
  color: rgb(16, 24, 40);
}

.c-page-title--personal-data,
.c-form--type-account .c-form__group-title {
  color: rgb(16, 24, 40);
}

#sign-up-thanks-modal .c-modal__title,
#password-changed-modal .c-modal__title {
  font-weight: 500;
  color: rgb(16, 24, 40);
}

#sign-up-thanks-modal .c-modal__main {
  color: rgb(16, 24, 40);
}

.c-text-h1,
.c-modal__title,
.c-modal__subtitle {
  color: rgb(16, 24, 40);
}

@media (max-width: 1023px) {
  .c-burger-menu__list-item span {
    padding: 0;
  }
}

#password-reset-modal .c-modal__title,
#order-thanks-modal .c-modal__title {
  font-weight: 500;
}

.c-transport img {
  height: 18px;
}