@charset "UTF-8";

/* stylelint-disable */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* stylelint-disable */

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

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

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

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

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

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

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

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

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

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

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

/* Auto Height */

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

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

/* 3D Effects */

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

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

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

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

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

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

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

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

/* CSS Mode */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Progress */

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

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

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

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

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

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

/* Scrollbar */

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

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

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

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

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

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

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

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

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

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

/* a11y */

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/* 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

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

/* 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;
  -webkit-transform-style: flat;
  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;
  outline: none;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px 0 rgba(74, 95, 109, 0.15);
  box-shadow: 0 3px 5px 0 rgba(74, 95, 109, 0.15);
  border-radius: 6px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.noUi-touch-area:hover {
  background-color: #ffdd00;
}

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

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -17px;
  top: -8px;
  border-radius: 6px;
  background-color: #FFE81D;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

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

.noUi-connect {
  background-color: #FFE81D;
}

/* 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;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

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

/* Handle stripes;
 */

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

.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 * {
  -webkit-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%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

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

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

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

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

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

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
  animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
  animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
  animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
  animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
  animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
  animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
  animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
  animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

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

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

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

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

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

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

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

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

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

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.fancybox__backdrop {
  background: rgba(0, 30, 52, 0.25);
}

.fancybox__carousel--gallery .fancybox__slide {
  padding: 94px;
}

.fancybox__carousel--gallery .fancybox__content {
  max-width: 836px;
  max-height: 836px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox__carousel--gallery .fancybox__content .carousel__button.is-close {
  top: 12px;
  right: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #001e34;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fancybox__carousel--gallery .fancybox__content .carousel__button.is-close:hover {
  opacity: 0.6;
}

.fancybox__carousel--gallery .fancybox__content .carousel__button.is-close svg {
  -webkit-filter: none;
  filter: none;
}

.fancybox__carousel--gallery .carousel__button.is-next,
.fancybox__carousel--gallery .carousel__button.is-prev {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #001e34;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fancybox__carousel--gallery .carousel__button.is-next:hover,
.fancybox__carousel--gallery .carousel__button.is-prev:hover {
  opacity: 0.6;
}

.fancybox__carousel--gallery .carousel__button.is-next svg,
.fancybox__carousel--gallery .carousel__button.is-prev svg {
  -webkit-filter: none;
  filter: none;
}

.fancybox__carousel--gallery .has-image[data-image-fit="cover"] .fancybox__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* stylelint-disable */

/* stylelint-enable */

@font-face {
  font-weight: 300;
  font-family: "DIN2014Web";
  font-style: normal;
  src: url("../fonts/DIN-2014_Light.woff2") format("woff2"), url("../fonts/DIN-2014_Light.woff") format("woff");
  font-display: swap;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 0.85938vw;
  font-family: "DIN2014Web", "Arial", sans-serif;
  color: #001e34;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

a {
  color: #001e34;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #001e34;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

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 {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type="email"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  flex-shrink: 0;
}

.wrapper main {
  flex-grow: 1;
}

.rouble {
  font-family: "Rouble", "Arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  font-weight: 400 !important;
  /* stylelint-enable */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.separator {
  display: inline-flex;
}

.separator::before {
  content: "";
  display: inline-flex;
  width: 1px;
  height: auto;
  margin-right: 8px;
  background-color: #ebf2f7;
}

.opacity {
  opacity: 0.5;
}

.scaffold-color > * {
  background-color: rgba(255, 165, 0, 0.1);
  border: solid rgba(255, 0, 0, 0.3);
}

.scaffold-item {
  background-color: rgba(95, 255, 62, 0.1);
  border: solid rgba(255, 165, 0, 0.6);
}

.container-mini {
  max-width: 552px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 5.75rem;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 30, 52, 0.25);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 3.75rem 2.5rem;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 37.5rem;
  max-height: 100%;
  padding: 2.5rem;
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__close-btn {
  position: absolute;
  top: 1.375rem;
  right: 1.375rem;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal__close-btn svg {
  fill: #b3c2cd;
}

.modal__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  color: #001e34;
  margin-bottom: 24px;
  margin-top: 0;
}

.modal__info {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #67859b;
  margin: 0;
  margin-bottom: 10px;
}

.modal__info:last-of-type {
  margin-bottom: 0;
}

.modal__info .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4a5f6d;
  padding-bottom: 1px;
  border-bottom: 1px solid #4a5f6d;
}

.modal__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #001e34;
  margin: 0;
  margin-bottom: 32px;
}

.modal__table-wrapper {
  border-radius: 12px;
  border: 2px solid #ebf2f7;
  width: 100%;
  max-width: 39.5rem;
}

.modal__table {
  border-collapse: collapse;
  width: 100%;
}

.modal__table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001e34;
  padding: 16px 24px;
  vertical-align: top;
}

.modal__table td:nth-of-type(2) {
  text-align: right;
  padding-left: 0;
  min-width: 96px;
}

.modal__table tr:nth-of-type(odd) {
  background-color: #f6f6f4;
}

.modal__item {
  display: flex;
  flex-direction: row;
}

.modal__item img {
  width: 120px;
}

.modal__sub-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #001e34;
  margin: 0;
  margin-bottom: 8px;
}

.modal__title-img {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.modal__return-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-right: 9px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, background-color, border-color, color;
  -o-transition-property: opacity, background-color, border-color, color;
  transition-property: opacity, background-color, border-color, color;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal--contacts .modal__content {
  display: flex;
  width: 51.0625rem;
  max-height: 100%;
  border-radius: 0.75rem;
}

.modal--contacts .modal__wrapper {
  padding: 3.5rem 2.5rem;
}

.modal--city .modal__content {
  display: flex;
  width: 35.25rem;
  max-height: 100%;
  padding: 2.5rem 2.5rem 1.5rem;
  border-radius: 0.75rem;
}

.modal--city .modal__wrapper {
  padding: 3.5rem 2.5rem;
}

.modal--cart .modal__content {
  max-width: 25.625rem;
  width: auto;
  border-radius: 0.75rem;
}

.modal--cart .modal__overlay {
  cursor: default;
}

.modal--cart .modal__close-btn {
  width: 2rem;
  height: 2rem;
  top: 0.875rem;
  right: 0.75rem;
}

.modal--cart .modal__close-btn svg {
  width: 1.0625rem;
  height: 1.0625rem;
}

.modal--filter .modal__content {
  width: 43rem;
  border-radius: 0.75rem;
}

.modal--filter .modal__wrapper {
  padding: 1.25rem;
}

.modal--with-map .modal__title {
  display: flex;
  align-items: center;
}

.modal--with-map .select-pickup-point {
  flex-direction: column;
  flex-wrap: nowrap;
}

.modal--with-map .modal__content {
  width: auto;
  flex-grow: 0;
  flex-shrink: 1;
  border-radius: 12px;
}

.modal--with-map .select-pickup-point__column {
  display: flex;
}

.modal--with-map .select-pickup-point__checkbox-list {
  align-items: center;
}

.modal--with-map .custom-input {
  flex-grow: 1;
  margin-right: 24px;
  align-items: center;
  max-width: 35rem;
}

.modal--with-map .select-pickup-point__map,
.modal--with-map .select-pickup-point__wrapper {
  width: 25.625rem;
  min-width: 25.625rem;
  max-width: 25.625rem;
}

.modal--with-map .select-pickup-point__wrapper.is-active {
  width: 48rem;
  min-width: 48rem;
}

.modal--with-map .select-pickup-point__delivery-locations > .delivery-locations {
  position: static;
}

.modal--with-map .select-pickup-point__wrapper.is-active .select-pickup-point__delivery-locations {
  max-width: 21rem;
}

.modal--with-map .select-pickup-point__wrapper.is-active .select-pickup-point__delivery-locations {
  margin-right: 1.5rem;
}

.modal--with-map .custom-input__label {
  width: calc(100% - 60px);
}

.modal--delivery .modal__content {
  width: 43rem;
  padding-top: 1.1875rem;
  padding-bottom: 2.0625rem;
  border-radius: 12px;
}

.modal--delivery .modal__title {
  display: none;
}

.modal--cheap .modal__title {
  margin-bottom: 12px;
}

.modal--cheap .modal__content {
  width: 25.625rem;
  border-radius: 12px;
}

.modal--cheap form {
  display: flex;
  flex-direction: column;
}

.modal--cheap .custom-input {
  margin-bottom: 8px;
}

.modal--cheap .custom-input:nth-of-type(2) {
  margin-bottom: 16px;
}

.modal--cheap .custom-textarea {
  margin-bottom: 30px;
  min-height: 8.4375rem;
}

.modal--cheap [type="reset"],
.modal--cheap [type="submit"] {
  margin-bottom: 8px;
  padding: 17px;
  font-weight: 600;
}

.modal--cheap [type="reset"] {
  margin-bottom: 24px;
}

.modal--install .modal__title {
  margin-bottom: 12px;
}

.modal--install .modal__content {
  border-radius: 12px;
  width: auto;
}

.modal--install .modal__description {
  margin-bottom: 25px;
}

.modal--buy .modal__title {
  margin-bottom: 32px;
}

.modal--buy .modal__content {
  border-radius: 12px;
  width: 100%;
  max-width: calc(848px);
}

.modal--buy form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal--buy form .custom-input {
  width: calc(50% - 4px);
  margin-bottom: 16px;
}

.modal--buy form .custom-textarea {
  width: 100%;
  margin-bottom: 32px;
  height: 135px;
}

.modal--buy form [type="submit"] {
  width: 100%;
  margin-bottom: 32px;
}

.modal--parts .modal__title {
  display: none;
}

.modal--parts .modal__content {
  border-radius: 12px;
  width: 100%;
  max-width: calc(724px);
}

.modal--parts .modal__sub-title,
.modal--parts .modal__description {
  text-align: center;
}

.modal--parts .modal__description {
  margin-bottom: 24px;
}

.modal--parts .modal__info {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.modal-contacts {
  width: 100%;
  max-height: 100%;
}

.modal-contacts__wrp {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  scrollbar-color: rgba(103, 133, 155, 0.3) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
}

.modal-contacts__content {
  flex-grow: 2;
  display: flex;
}

.modal-contacts__text {
  margin: 0.5rem 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4a5f6d;
}

.modal-contacts__sections {
  width: 44%;
  margin: 0 1.5rem 0 0;
}

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

.modal-contacts__info-list {
  margin: 0;
  padding: 0.375rem 1rem 1rem;
  list-style: none;
}

.modal-contacts__sections-btn {
  justify-content: space-between;
  width: 100%;
  min-height: 3rem;
  padding: 0.5625rem 1rem;
  background-color: rgba(255, 255, 255, 0);
}

.modal-contacts__sections-btn span {
  margin: 0 0.75rem 0 0;
  white-space: break-spaces;
  text-align: left;
}

.modal-contacts__sections-btn svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: #b3c2cd;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-contacts__sections-item {
  background-color: #f6f6f4;
  border-radius: 0.75rem;
}

.modal-contacts__sections-item:not(:last-child) {
  margin: 0 0 0.5rem;
}

.modal-contacts__sections-item.is-active .modal-contacts__sections-btn svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.modal-contacts__address {
  display: flex;
  flex-direction: column;
  width: calc(56% - 1.5rem);
}

.modal-contacts__info-link .link__icon-wrp {
  display: flex;
  margin: 0 0.5rem 0 0;
  color: #67859b;
}

.modal-contacts__info-link .link__icon {
  fill: rgba(255, 255, 255, 0);
}

.modal-contacts__info-subtitle {
  margin: 0 0 0 0.25rem;
  color: #67859b;
}

.modal-contacts__info-item {
  display: flex;
  color: #4a5f6d;
}

.modal-contacts__info-item:not(:last-child) {
  margin: 0 0 0.75rem;
}

.modal-contacts__info-icon {
  margin: 0.25rem 0.5rem 0 0;
}

.modal-contacts__map {
  display: flex;
  min-height: 23.625rem;
  margin: 0 0 2rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.modal-contacts__map iframe {
  width: 100%;
  border: none;
}

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

.modal-contacts__map-item {
  display: flex;
}

.modal-contacts__map-item--map-link {
  display: none;
}

.modal-contacts__map-item:not(:last-child) {
  margin: 0 0 1rem;
}

.modal-contacts__map-item-icon {
  margin: 0.125rem 0.75rem 0 0;
  color: #67859b;
}

.modal-contacts__map-item-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: rgba(255, 255, 255, 0);
}

.modal-contacts__map-item-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4a5f6d;
  border-bottom: 1px solid #4a5f6d;
}

.modal-contacts__map-item-text {
  display: block;
  margin: 0.3125rem 0 0;
  color: #4a5f6d;
}

.modal-contacts__map-post {
  margin: auto 0 0;
  color: #4a5f6d;
}

.modal-contacts__map-wrp {
  margin: 0 0 1rem;
}

.modal-contacts__map-wrp.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-contacts__map-wrp.is-open .modal-contacts__map-close-btn {
  display: flex;
}

.modal-contacts__map-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 30, 52, 0.14), 0 0 3px rgba(0, 30, 52, 0.04);
  box-shadow: 0 10px 20px rgba(0, 30, 52, 0.14), 0 0 3px rgba(0, 30, 52, 0.04);
  border-radius: 0.5rem;
}

.modal-contacts__map-close-btn svg {
  width: 0.75rem;
  height: 0.75rem;
}

.modal-city {
  width: 100%;
  max-height: 100%;
}

.modal-city form {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin: 1rem 0 0;
}

.modal-city .custom-input {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

.modal-city__navbar {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #ffffff;
}

.modal-city__input-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-city__input-icon .btn {
  width: 3rem;
  height: 3rem;
  padding: 0;
  color: #67859b;
  background-color: rgba(255, 255, 255, 0);
}

.modal-city__input-icon .btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.modal-city__wrp,
.modal-city__wrap-list {
  height: 100%;
  overflow: hidden;
  scrollbar-color: rgba(103, 133, 155, 0.3) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
}

.modal-city__wrp .custom-input[data-validate-type="email"] {
  flex-grow: 1;
}

.modal-city__wrp .custom-input[data-validate-type="email"] label span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  pointer-events: none;
  -webkit-transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: font-size 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #67859b;
}

.modal-city__wrp .custom-input[data-validate-type="email"] label input:focus ~ span {
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 0.75rem;
  -webkit-transform: translateY(calc(-50% - (10 / 11 * 1rem)));
  -ms-transform: translateY(calc(-50% - (10 / 11 * 1rem)));
  transform: translateY(calc(-50% - (10 / 11 * 1rem)));
}

.modal-city__city-btn {
  align-self: flex-start;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4a5f6d;
  border-bottom: 1px solid rgba(74, 95, 109, 0.5);
}

.modal-city__wrap-list {
  overflow: auto;
  height: 30rem;
}

.modal-city__list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3.25rem;
  -moz-column-gap: 3.25rem;
  column-gap: 3.25rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.modal-city__item {
  color: #4a5f6d;
}

.modal-city__item .custom-input label {
  cursor: pointer;
}

.modal-city__item .custom-input label span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-city__item .custom-input input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.modal-city__search-list {
  position: fixed;
  top: 30.3%;
  right: 0.125rem;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-city__search-item {
  display: flex;
  justify-content: center;
}

.modal-city__search-link {
  justify-content: center;
  width: 100%;
  padding: 0 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #b3c2cd;
  text-transform: uppercase;
}

.modal-city__search-link.is-active {
  color: #67859b;
}

.modal-filter__title {
  margin-bottom: 1rem;
}

.modal-filter__search {
  position: relative;
  margin-bottom: 1.5rem;
}

.modal-filter__search label input {
  padding: 0.8125rem 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

.modal-filter__search-icon {
  position: absolute;
  top: 0.875rem;
  right: 1rem;
  color: #67859b;
}

.modal-filter__accordions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  height: 23.5rem;
  max-height: 36vh;
  overflow: auto;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.modal-filter__accordions .checkbox-accordion__button {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.modal-filter__btns {
  padding: 1.5rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-bottom: -2.5rem;
  -webkit-box-shadow: 0px 0.5rem 2rem rgba(0, 30, 52, 0.08), 0px 0px 0.1875rem rgba(0, 30, 52, 0.03);
  box-shadow: 0px 0.5rem 2rem rgba(0, 30, 52, 0.08), 0px 0px 0.1875rem rgba(0, 30, 52, 0.03);
}

.modal-filter__btns .btn {
  margin-right: 0.5rem;
  padding-inline: 1.5rem;
}

.modal-cart__title {
  margin-bottom: 0.75rem;
}

.modal-cart__description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #001e34;
  margin: 0 0 2rem 0;
}

.modal-cart__btn {
  width: 100%;
}

.modal-cart__btn--delete {
  margin-bottom: 0.5rem;
}

.modal--point-info {
  overflow-y: auto;
}

.modal--point-info .modal__wrapper {
  max-height: none;
}

.modal--point-info .modal__content {
  padding: 0;
  background-color: transparent;
}

.modal--point-info .modal__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  width: 1.25rem;
  height: 1.25rem;
}

.modal--point-info .modal__close-btn svg {
  width: 0.6875rem;
  height: 0.6875rem;
}

.modal--map .modal__wrapper {
  padding: 0;
}

.modal--map .modal__content {
  padding: 0;
  height: 100%;
}

.modal--map .modal__close-btn {
  width: 2rem;
  height: 2rem;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 30, 52, 0.05), 0px 12px 24px rgba(0, 30, 52, 0.2);
  box-shadow: 0px 0px 1px rgba(0, 30, 52, 0.05), 0px 12px 24px rgba(0, 30, 52, 0.2);
}

.modal--map .modal__close-btn svg {
  width: 0.5625rem;
  height: 0.5625rem;
  color: #001e34;
}

.modal-map {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  height: 100%;
}

.modal-map__map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-map__form {
  margin-top: auto;
}

.modal-map__form-wrap {
  display: flex;
  flex-direction: column;
}

.modal-map__location.btn {
  padding: 0.3125rem;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  margin-left: auto;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 30, 52, 0.05), 0px 12px 24px rgba(0, 30, 52, 0.2);
  box-shadow: 0px 0px 1px rgba(0, 30, 52, 0.05), 0px 12px 24px rgba(0, 30, 52, 0.2);
}

.modal-map__location.btn svg {
  width: 0.6875rem;
  height: 0.5625rem;
}

.modal-map__input {
  margin-bottom: 0.5rem;
}

.modal-map__btn.btn {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.modal--alas .modal__content {
  width: 25.625rem;
  border-radius: 12px;
}

.modal--alas .modal__close-btn {
  top: 0.625rem;
  right: 0.625rem;
}

.modal-alas__title {
  margin-bottom: 0.875rem;
}

.modal-alas__description {
  margin: 0;
  margin-bottom: 1.875rem;
}

.modal--authorization .modal__content {
  width: 31.25rem;
  border-radius: 12px;
}

.modal--authorization .modal__close-btn {
  top: 0.625rem;
  right: 0.625rem;
}

.modal-authorization__title {
  margin: 0;
  margin-bottom: 0.9375rem;
}

.modal-authorization__description {
  margin: 0;
  margin-bottom: 1.875rem;
}

.modal-authorization__input-wrapper {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9375rem;
}

.modal-authorization__form {
  margin-bottom: 0.9375rem;
}

.popup-question__wrap-icon {
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 2px solid #b3c2cd;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color, border-color, color;
  -o-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
}

.popup-question__content {
  color: #001e34;
}

.popup-question__icon {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  width: 45%;
  height: 75%;
  color: #b3c2cd;
}

.popup-question {
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
}

.popup-question:hover .popup-question__wrap-icon {
  background-color: #ffdd00;
  border-color: #ffdd00;
}

.popup-question:hover .popup-question__icon {
  color: #4a5f6d;
}

.cost-estimate-field {
  margin: 0;
  display: flex;
}

.cost-estimate-field--size-big .cost-estimate-field__label,
.cost-estimate-field--size-big .cost-estimate-field__value {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.cost-estimate-field__label {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-right: auto;
}

.cost-estimate-field__value {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.cost-estimate-field__value--accent {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.cost-estimate-field__value--accent-red {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #ff3055;
}

.cost-estimate-field__value--margin-right {
  margin-right: 0.5rem;
}

.cost-estimate-field__tooltip {
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.125rem;
}

.cost-estimate-field__tooltip-text {
  max-width: 10.5rem;
  color: #001e34;
  margin-bottom: 1rem;
}

.cost-estimate-field__tooltip-content {
  display: flex;
  flex-direction: column;
}

.cost-estimate-field__tooltip-link {
  color: #4a5f6d;
  border-bottom: 1px solid #4a5f6d;
}

.main-logo {
  display: inline-flex;
  width: 159px;
  height: 44px;
}

.main-logo--type-mini {
  width: 32px;
  height: 32px;
}

.tippy-box[data-theme="custom-light"] {
  width: 12.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: inherit;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08), 0 0 0.1875rem rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08), 0 0 0.1875rem rgba(0, 0, 0, 0.03);
  pointer-events: auto;
}

.tippy-box[data-theme="custom-light"] .tippy-content {
  padding: 0.1875rem;
}

.tippy-box[data-theme="custom-light"] .tippy-arrow {
  color: #ffffff;
}

.tippy-box[data-theme="custom-light--designer-card"] {
  min-width: 141px;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: inherit;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08), 0 0 0.1875rem rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08), 0 0 0.1875rem rgba(0, 0, 0, 0.03);
  pointer-events: auto;
}

.tippy-box[data-theme="custom-light--designer-card"] .tippy-content {
  padding: 0.1875rem;
}

.tippy-box[data-theme="custom-light--designer-card"] .tippy-arrow {
  color: #ffffff;
}

.tippy-box[data-theme="custom-alert"] {
  min-width: 218px;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: inherit;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08), 0 0 0.1875rem rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08), 0 0 0.1875rem rgba(0, 0, 0, 0.03);
  pointer-events: auto;
}

.tippy-box[data-theme="custom-alert"] .tippy-content {
  padding: 0.1875rem;
}

.tippy-box[data-theme="custom-alert"] .tippy-arrow {
  color: #ffffff;
}

.tippy-box[data-theme="custom-big"] {
  min-width: 21.375rem;
  padding: 1.375rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: inherit;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  pointer-events: auto;
}

.tippy-box[data-theme="custom-big"] .tippy-content {
  padding: 0;
}

.tippy-box[data-theme="custom-big"] .tippy-content .reviews-number {
  margin-bottom: 1rem;
}

.tippy-box[data-theme="custom-big"] .tooltip-content__button-close {
  top: -16px;
  right: -13px;
}

.tippy-box[data-theme="custom-big"] .tippy-arrow {
  color: #ffffff;
}

.tippy-box[data-theme="custom-big--very-big"] {
  min-width: 23.5rem;
  max-width: 23.5rem;
  padding: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: inherit;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  pointer-events: auto;
}

.tippy-box[data-theme="custom-big--very-big"] .tippy-content {
  padding: 0;
}

.tippy-box[data-theme="custom-big--very-big"] .tooltip-content__text {
  font-size: 12px;
  line-height: 16px;
}

.tippy-box[data-theme="custom-big--very-big"] .tooltip-content__title {
  margin: 0 0 1rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.tippy-box[data-theme="custom-big--very-big"] .btn--tooltip-info {
  margin-bottom: 1rem;
}

.tippy-box[data-theme="custom-big--very-big"] .tooltip-content__button-close {
  top: -0.625rem;
  right: -0.625rem;
}

.tippy-box[data-theme="custom-big--very-big"] label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.3125rem 1.0625rem;
}

.tippy-box[data-theme="custom-big--very-big"] .custom-input {
  margin-bottom: 1rem;
  border: 2px solid #ffdd00;
  border-radius: 8px;
  height: 48px;
}

.tippy-box[data-theme="custom-big--very-big"] .custom-input__label {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #67859b;
}

.tippy-box[data-theme="custom-big--very-big"] .custom-input label input {
  width: 100%;
  padding: 0;
  border: none;
  min-height: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.tippy-box[data-theme="custom-big--very-big"] .custom-input.custom-input--filled label span,
.tippy-box[data-theme="custom-big--very-big"] .custom-input.is-valid label span {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tippy-box[data-theme="custom-big--very-big"] .custom-input__error {
  bottom: 0.1875rem;
  right: 0.3125rem;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8125rem;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: inherit;
  color: #001e34;
  background-color: #ffe81d;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, background-color, border-color, color;
  -o-transition-property: opacity, background-color, border-color, color;
  transition-property: opacity, background-color, border-color, color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:disabled {
  color: #b5c4ce;
  pointer-events: none;
  background-color: #e6ebef;
}

.btn--size-small {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.btn--size-medium {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.btn--wight-medium {
  font-weight: 600;
}

.btn--width100 {
  width: 100%;
}

.btn--padding-16 {
  padding: 1rem;
}

.btn--padding-12 {
  padding: 0.25rem 0.75rem;
}

.btn__icon {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.btn__icon--margin-left {
  margin-left: 0.625rem;
}

.btn__icon--margin-right {
  margin-right: 0.625rem;
}

.btn__icon--margin-top {
  margin-top: 0.4375rem;
}

.btn__icon--margin-bottom {
  margin-bottom: 0.4375rem;
}

.btn--red {
  background-color: #fe0018;
}

.btn--secondary {
  color: #4a5f6d;
  background-color: #ebf2f7;
}

.btn--secondary:disabled {
  color: #b3c2cd;
}

.btn--third {
  color: #4a5f6d;
  background-color: #f4f6f8;
}

.btn--outline {
  background-color: #ffffff;
  border: 0.125rem solid #ebf2f7;
}

.btn--light {
  background-color: #ffffff;
  border: solid 0.125rem #ebf2f7;
}

.btn--light-second {
  padding: 0.875rem;
  background-color: #ffffff;
  border: solid 0.125rem #f4f6f8;
  color: #4a5f6d;
}

.btn--light-third {
  padding: 0.875rem;
  background-color: #ffffff;
  border: solid 0.125rem #f4f6f8;
  color: #67859b;
}

.btn--light-third .icon {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn--true-light {
  background-color: #ffffff;
  border: solid 0.125rem #f4f6f8;
  color: #4a5f6d;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 24px;
}

.btn--true-secondary {
  background-color: #f4f6f8;
  border: solid 0.125rem #f4f6f8;
  color: #4a5f6d;
  font-size: 16px;
  line-height: 22px;
  padding: 11px 22px;
}

.btn--ghost {
  background-color: transparent;
  padding: 0;
  opacity: 1;
}

.btn--direction-column {
  flex-direction: column;
}

.btn--fiord {
  color: #4a5f6d;
}

.btn--underline {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.03125rem;
  -webkit-text-decoration-color: #4a5f6d;
  text-decoration-color: #4a5f6d;
  border-radius: 0;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.btn--rating {
  display: flex;
  align-items: center;
  color: #4a5f6d;
  background-color: transparent;
  padding: 0;
  opacity: 1;
}

.btn--rating .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.3;
}

.btn--comment {
  display: flex;
  align-items: center;
  color: #4a5f6d;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  opacity: 1;
}

.btn--comment .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  color: #67859b;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn .badge {
  position: absolute;
  top: -0.3125rem;
  left: -0.3125rem;
  z-index: 1;
  -webkit-transform: rotate(-12deg) perspective(100px) translate3d(0, 0, 0) translateZ(0);
  transform: rotate(-12deg) perspective(100px) translate3d(0, 0, 0) translateZ(0);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(0deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 50%  51%;
  -webkit-transform: perspective(1px) rotate(-12deg) perspective(100px) translate3d(0, 0, 0) translateZ(0);
  zoom: 1.005;
  will-change: transform;
}

.btn--next,
.btn--prev {
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.1875rem 0 rgba(0, 30, 52, 0.02), 0 0.5rem 0.875rem 0 rgba(0, 30, 52, 0.08);
  box-shadow: 0 0 0.1875rem 0 rgba(0, 30, 52, 0.02), 0 0.5rem 0.875rem 0 rgba(0, 30, 52, 0.08);
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

.btn--next svg,
.btn--prev svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn--next svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
  box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
}

.header__top-menu {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
  background-color: #f6f6f4;
}

.header__top-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__top-menu .link__icon {
  fill: rgba(255, 255, 255, 0);
}

.header__contacts {
  display: flex;
  flex-shrink: 0;
  margin: 0 1.5rem 0 0;
}

.header__contacts-link {
  padding: 0.6875rem 1.25rem;
}

.header__contacts-link span {
  display: block;
}

.header__contacts-link--city {
  margin: 0 0.5625rem 0 0;
  padding-left: 0;
}

.header__contacts-link-inner {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__contacts-link-text {
  align-self: flex-end;
  margin: 0 0 0 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.header__main {
  padding: 1rem 0 0.4375rem;
}

.header__main .container {
  display: flex;
  align-items: center;
}

.header__catalog-search {
  display: flex;
  flex-grow: 5;
}

.header__catalog-search .form-search {
  flex-grow: 5;
}

.header__catalog-btn {
  flex-shrink: 0;
  margin: 0 1rem 0 0;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.header__catalog-btn .btn__icon--margin-right {
  margin: 0 0.375rem 0 0;
}

.header__catalog-btn-label {
  padding: 0.125rem 0 0;
}

.header__user-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 1.875rem;
  padding: 0;
  list-style: none;
}

.header__user-menu-item {
  position: relative;
  font-weight: 600;
}

.header__user-menu-item .link {
  flex-direction: column;
  padding: 0 1.25rem;
}

.header__user-menu-item .link__icon-wrp {
  position: relative;
  display: flex;
  margin: 0 0 0.25rem;
}

.header__user-menu-item .link__icon-wrp .badge {
  position: absolute;
  top: -0.25rem;
  left: 1rem;
  display: none;
  padding: 0.0625rem 0.3125rem;
  font-size: 0.5625rem;
}

.header__user-menu-item .link__icon-wrp .badge--circle {
  top: 0;
  left: 1.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  padding: 0;
  border-radius: 50%;
}

.header__user-menu-item .link__icon {
  fill: rgba(255, 255, 255, 0);
}

.header__user-menu-item .link__icon:first-child:not(:last-child) {
  margin: 0;
}

.header__user-menu-item:last-child .link {
  padding-right: 0;
}

.header__user-menu-item--disabled {
  color: #b5c4ce;
  pointer-events: none;
}

.header__user-menu-item--yellow-color .link__icon-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.5rem;
  color: #001e34;
}

.header__user-menu-item--yellow-color .link__icon-wrp svg {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.header__user-menu-item--yellow-color .link__icon {
  fill: #ffe81d;
}

.header__user-menu-item--notice .link__icon-wrp .badge {
  display: inline-flex;
}

.header__logo {
  flex-shrink: 0;
  margin: 0 2.5rem 0 0;
}

.header__catalog-icon-wrp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__catalog-icon-wrp .header__catalog-close-icon {
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__catalog-burger-icon {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.is-catalog-open .header-catalog {
  opacity: 1;
  pointer-events: auto;
}

.header.is-catalog-open .header__catalog-btn {
  z-index: 11;
  background-color: #ffffff;
}

.header.is-catalog-open .header__catalog-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 3px);
  left: 0;
  top: 0;
}

.header.is-catalog-open .header__catalog-close-icon {
  opacity: 1;
}

.header.is-catalog-open .header__catalog-burger-icon {
  opacity: 0;
}

.header.is-menu-open .header-catalog {
  z-index: 12;
}

.header.is-menu-open .header-catalog__content-wrp {
  z-index: 2;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-nav__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__item {
  color: #67859b;
}

.main-nav__item:last-child .main-nav__link {
  padding-right: 0;
}

.main-nav__link {
  padding: 0.6875rem 1.25rem;
}

.main-nav__link span {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer {
  padding: 4rem 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
  background-color: #f6f6f4;
}

.footer__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer__content {
  display: grid;
  grid-template-areas: "form nav contacts" "socials    nav contacts" "tv-event   nav partners" "copyright  nav partners";
  grid-template-columns: minmax(auto, 27.5625rem) minmax(auto, 29.3125rem) auto;
  -webkit-column-gap: 5.375rem;
  -moz-column-gap: 5.375rem;
  column-gap: 5.375rem;
}

.footer__form {
  grid-area: form;
  margin-bottom: 1.5rem;
}

.footer__copyright {
  grid-area: copyright;
  margin-top: 0;
  margin-bottom: 0;
}

.footer__contacts {
  justify-self: flex-start;
  grid-area: contacts;
}

.footer__partners {
  grid-area: partners;
  margin-top: 1.625rem;
}

.footer .custom-input {
  flex-grow: 1;
}

.footer .custom-input label span {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  pointer-events: none;
  -webkit-transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: font-size 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer .btn {
  padding: 0.9375rem 1rem;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 600;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.footer form {
  display: flex;
  align-items: flex-start;
}

.footer .custom-input input {
  align-items: stretch;
  border-radius: 0;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-color: transparent;
}

.footer .custom-input label {
  align-items: stretch;
}

.footer__larger-text {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #001e34;
}

.footer__form-desc {
  margin-bottom: 0.875rem;
}

.footer__socials {
  display: grid;
  grid-area: socials;
  grid-auto-columns: 2.5rem;
  grid-auto-flow: column;
  grid-auto-rows: 2.5rem;
  margin-bottom: 1.5rem;
  gap: 0.75rem;
}

.footer__social-item {
  display: flex;
}

.footer__social-link {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  color: #67859b;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer__tv-event {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  grid-area: tv-event;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #001e34;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__wrap-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background-color: #fcff59;
}

.footer__tv-event-icon {
  width: 1.0625rem;
  height: 1rem;
}

.footer__nav {
  display: grid;
  justify-content: space-between;
  gap: 1.5rem;
  grid-area: nav;
  grid-auto-columns: minmax(auto, 12rem);
  grid-auto-flow: column;
}

.footer__nav-list {
  display: grid;
  gap: 0.75rem;
}

.footer__nav-heading {
  margin-bottom: 1.5rem;
}

.footer__nav-link {
  color: #4a5f6d;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__phone {
  display: inline-flex;
  margin-bottom: 1rem;
}

.footer__phone-desc {
  margin-top: 0;
  margin-bottom: 2rem;
}

.footer__email {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
  white-space: nowrap;
}

.footer__accent-text {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #001e34;
  background-color: #fcff59;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__partner-logo img {
  width: 11rem;
  height: 2.75rem;
}

.light-footer {
  font-size: 14px;
  line-height: 18px;
  background-color: #f6f6f4;
}

.light-footer__content {
  display: grid;
  align-items: flex-start;
  padding: 2.375rem 0;
  gap: 0 120px;
  grid-template-columns: 25.875rem auto;
  justify-items: flex-start;
}

.light-footer__content--grid-mini {
  gap: 0 8px;
  grid-template-columns: 16.5625rem auto;
}

.light-footer__copyright,
.light-footer__phone,
.light-footer__working-hours {
  grid-column: 1 / 2;
}

.light-footer__copyright {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: rgba(74, 95, 109, 0.8);
}

.light-footer__phone {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  padding: 0 0.375rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #001e34;
  background-color: #fcff59;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.light-footer__working-hours {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(0, 30, 52, 0.7);
}

.light-footer__email {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0.125rem;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #001e34;
  background-color: #fcff59;
  grid-column: 2 / 3;
  grid-row: 2 / span 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.custom-input,
.custom-textarea {
  position: relative;
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  /*&.is-valid {
    input {
      border: 2px solid $color-malachite;

      &:focus,
      &:hover {
        border: 2px solid rgba($color-malachite, 0.5);
      }
    }
  }*/
}

.custom-input.custom-input--filled label span,
.custom-input.is-valid label span,
.custom-textarea.custom-input--filled label span,
.custom-textarea.is-valid label span {
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 0.75rem;
  -webkit-transform: translateY(calc(-50% - (10 / 16 * 1rem)));
  -ms-transform: translateY(calc(-50% - (10 / 16 * 1rem)));
  transform: translateY(calc(-50% - (10 / 16 * 1rem)));
}

.custom-input label,
.custom-textarea label {
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-input label input,
.custom-input label textarea,
.custom-textarea label input,
.custom-textarea label textarea {
  flex-grow: 1;
  min-height: 2.5rem;
  padding: 0.625rem;
  font: inherit;
  color: inherit;
  border: 0.125rem solid transparent;
  border-radius: 0.3125rem;
  outline: none;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-input label input:hover,
.custom-input label textarea:hover,
.custom-textarea label input:hover,
.custom-textarea label textarea:hover {
  border: 0.125rem solid #ffdd00;
}

.custom-input label input:focus,
.custom-input label textarea:focus,
.custom-textarea label input:focus,
.custom-textarea label textarea:focus {
  border: 0.125rem solid #ffdd00;
}

.custom-input label input::-webkit-input-placeholder,
.custom-textarea label input::-webkit-input-placeholder {
  font: inherit;
  color: #67859b;
}

.custom-input label input::-moz-placeholder,
.custom-textarea label input::-moz-placeholder {
  font: inherit;
  color: #67859b;
}

.custom-input label input:-ms-input-placeholder,
.custom-textarea label input:-ms-input-placeholder {
  font: inherit;
  color: #67859b;
}

.custom-input label input::-ms-input-placeholder,
.custom-textarea label input::-ms-input-placeholder {
  font: inherit;
  color: #67859b;
}

.custom-input label input::placeholder,
.custom-textarea label input::placeholder {
  font: inherit;
  color: #67859b;
}

.custom-input__error,
.custom-textarea__error {
  position: absolute;
  right: 0;
  bottom: -0.3125rem;
  color: #fe0018;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-input.is-invalid [requared] ~ .custom-input__label,
.custom-input.is-invalid [requared] ~ .custom-textarea__label,
.custom-textarea.is-invalid [requared] ~ .custom-input__label,
.custom-textarea.is-invalid [requared] ~ .custom-textarea__label {
  color: #ff3055;
}

.custom-input.is-invalid .custom-input__error,
.custom-textarea.is-invalid .custom-input__error {
  opacity: 1;
}

.custom-input--grey label input,
.custom-input--grey label textarea,
.custom-textarea--grey label input,
.custom-textarea--grey label textarea {
  border: 0.125rem solid #ebf2f7;
}

.custom-input.selected-helper .custom-input__error,
.custom-textarea.selected-helper .custom-input__error {
  opacity: 1;
  color: #67859b;
}

.custom-input .requared-color,
.custom-textarea .requared-color {
  color: #ff3055;
}

.custom-input--simple-type,
.custom-textarea--simple-type {
  display: flex;
  flex-direction: column;
}

.custom-input--simple-type .custom-input__error,
.custom-textarea--simple-type .custom-input__error {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 1rem;
  color: #ff3055;
  opacity: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.custom-input--simple-type.is-invalid .custom-input__error,
.custom-input--simple-type.selected-helper .custom-input__error,
.custom-textarea--simple-type.is-invalid .custom-input__error,
.custom-textarea--simple-type.selected-helper .custom-input__error {
  opacity: 1;
  position: static;
  margin-top: 4px;
}

.custom-input--simple-type label,
.custom-textarea--simple-type label {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
}

.custom-input--simple-type label input,
.custom-input--simple-type label textarea,
.custom-textarea--simple-type label input,
.custom-textarea--simple-type label textarea {
  border: 0.125rem solid #ebf2f7;
  border-radius: 0.5rem;
  padding: 1.0625rem 0.875rem 0.3125rem;
  font-weight: 400;
  font-size: 1rem;
  caret-color: #001e34;
  color: #4a5f6d;
  line-height: 1.375rem;
  min-height: 3rem;
  max-width: inherit;
  width: inherit;
}

.custom-input--simple-type label input:focus ~ .custom-input__label,
.custom-input--simple-type label input:focus ~ .custom-textarea__label,
.custom-input--simple-type label textarea:focus ~ .custom-input__label,
.custom-input--simple-type label textarea:focus ~ .custom-textarea__label,
.custom-textarea--simple-type label input:focus ~ .custom-input__label,
.custom-textarea--simple-type label input:focus ~ .custom-textarea__label,
.custom-textarea--simple-type label textarea:focus ~ .custom-input__label,
.custom-textarea--simple-type label textarea:focus ~ .custom-textarea__label {
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.75rem;
  -webkit-transform: translateY(calc(-50% - 0.625rem));
  -ms-transform: translateY(calc(-50% - 0.625rem));
  transform: translateY(calc(-50% - 0.625rem));
}

.custom-input--simple-type label textarea,
.custom-textarea--simple-type label textarea {
  padding-top: 1.5625rem;
}

.custom-input--simple-type label .custom-input__label,
.custom-input--simple-type label .custom-textarea__label,
.custom-textarea--simple-type label .custom-input__label,
.custom-textarea--simple-type label .custom-textarea__label {
  color: #67859b;
  font-weight: 400;
  font-size: 1rem;
  line-height: 138%;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  pointer-events: none;
  -webkit-transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: font-size 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-input--simple-type label textarea + .custom-input__label,
.custom-input--simple-type label textarea + .custom-textarea__label,
.custom-textarea--simple-type label textarea + .custom-input__label,
.custom-textarea--simple-type label textarea + .custom-textarea__label {
  top: 1.5625rem;
}

.custom-input--simple-type .is-value .custom-input__label,
.custom-input--simple-type .is-value .custom-textarea__label,
.custom-textarea--simple-type .is-value .custom-input__label,
.custom-textarea--simple-type .is-value .custom-textarea__label {
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.75rem;
  -webkit-transform: translateY(calc(-50% - 0.625rem));
  -ms-transform: translateY(calc(-50% - 0.625rem));
  transform: translateY(calc(-50% - 0.625rem));
}

.custom-input--simple-type .custom-input__button,
.custom-textarea--simple-type .custom-input__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0 18px;
  cursor: pointer;
  color: #67859b;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.custom-input--label-on-top label {
  flex-direction: column;
  align-items: flex-start;
}

.custom-input--label-on-top label .custom-input__label {
  margin-bottom: 0.25rem;
}

.custom-input--label-on-top label input {
  width: 100%;
}

.custom-input--label-on-top.is-invalid .custom-input__error {
  bottom: -1rem;
}

.custom-input--label-on-top.custom-input--filled label span,
.custom-input--label-on-top.is-valid label span {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.custom-toggle {
  position: relative;
  display: flex;
  /*&.is-valid {
    label span {
      color: $color-eucalyptus;
    }
  }*/
}

.custom-toggle__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fe0018;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-toggle label {
  display: flex;
  align-items: flex-start;
  color: #4a5f6d;
  font-size: 1rem;
  line-height: 1.375rem;
  position: relative;
  cursor: pointer;
}

.custom-toggle label span {
  margin-bottom: 0;
  margin-left: 0;
}

.custom-toggle--checkbox .custom-toggle__icon {
  flex-shrink: 0;
  display: inline-flex;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #e5ebf0;
  border-radius: 4px;
  margin-right: 8px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--checkbox .custom-toggle__icon::before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, background-color;
  -o-transition-property: opacity, background-color;
  transition-property: opacity, background-color;
}

.custom-toggle--radio .custom-toggle__icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 30, 52, 0.2);
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-toggle input:checked + .custom-toggle__icon {
  border: 2px solid #ffe81d;
  background-color: #ffe81d;
}

.custom-toggle input:checked + .custom-toggle__icon::before {
  opacity: 1;
  background-color: transparent;
  background-image: url("../img/sprite/check.svg");
  width: 13px;
  height: 9px;
}

.custom-toggle.is-invalid .custom-toggle__icon {
  border: 1px solid #fe0018;
}

.custom-toggle.is-invalid .custom-toggle__error {
  opacity: 1;
}

.custom-select {
  position: relative;
  width: 250px;
  padding: 30px 0;
  /* &.is-valid {
    .custom-select__button {
      border: 2px solid $color-eucalyptus;

      &:focus,
      &:hover {
        border: 2px solid rgba($color-eucalyptus, 0.5);
      }
    }
  } */
}

.custom-select__label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.custom-select__button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(0, 30, 52, 0.2);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-select__button:hover {
  border: 2px solid rgba(0, 30, 52, 0.5);
}

.custom-select__button:focus {
  border: 2px solid rgba(0, 30, 52, 0.8);
}

.custom-select__list {
  position: absolute;
  bottom: 32px;
  z-index: 1;
  width: 100%;
  max-height: 100px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  background-color: #ffffff;
  border: 2px solid #001e34;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-select__item {
  padding: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__item[aria-selected="true"] {
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-select__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fe0018;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  flex-shrink: 0;
  width: 80%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.custom-select__text br {
  display: none;
}

.custom-select__icon {
  flex-shrink: 0;
  width: 20px;
  height: 10px;
  margin-left: auto;
  background-color: #001e34;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
  clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
}

.custom-select.open-up .custom-select__list {
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(calc(-100% + 30px));
  -ms-transform: translateY(calc(-100% + 30px));
  transform: translateY(calc(-100% + 30px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.is-open .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select.is-invalid .custom-select__button {
  border: 2px solid #fe0018;
}

.custom-select.is-invalid .custom-select__button:focus,
.custom-select.is-invalid .custom-select__button:hover {
  border: 2px solid rgba(254, 0, 24, 0.5);
}

.custom-select--placeholder .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text,
.custom-select.slide-up.is-open .custom-select__text {
  opacity: 1;
}

.link {
  display: inline-flex;
  align-items: center;
  font: inherit;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, background-color, border-color, color;
  -o-transition-property: opacity, background-color, border-color, color;
  transition-property: opacity, background-color, border-color, color;
}

.link--secondary {
  color: #001e34;
}

.link--color-fiord {
  color: #4a5f6d;
}

.link--color-black {
  color: #001e34;
  border-radius: 12px;
}

.link:disabled,
.link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.link__icon:last-child:not(:first-child) {
  margin-left: 4px;
}

.link__icon:first-child:not(:last-child) {
  margin-right: 4px;
}

.link__icon {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
  fill: #ffe81d;
}

.link--underline {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.03125rem;
  -webkit-text-decoration-color: #4a5f6d;
  text-decoration-color: #4a5f6d;
  border-radius: 0;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

button.badge,
a.badge {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0.1875rem 0.625rem;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  color: #ffffff;
  background-color: #01b98d;
  border-radius: 0.75rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.badge--size-larget {
  padding: 0.1875rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-width: 0.125rem;
}

.badge--size-large {
  padding: 0.1875rem 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.badge--outline {
  color: rgba(0, 30, 52, 0.7);
  background-color: #ffffff;
  border: 0.125rem solid #ebf2f7;
}

.badge__icon:first-child:not(:last-child) {
  margin-right: 0.125rem;
}

.badge__icon:last-child:not(:first-child) {
  margin-left: 0.125rem;
}

.badge--discount-color {
  background-color: #ff3055;
}

.badge--gift-color {
  background-color: #ff3055;
}

.badge--cashback-color {
  background-color: #4a5f6d;
}

.badge--new-item-color {
  background-color: #0997ff;
}

.badge--big-discount-color {
  background-color: #e41b3f;
}

.form-search {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.form-search form {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.form-search .custom-input {
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
}

.form-search .custom-input label {
  padding: 0.125rem 3.125rem 0.125rem 0.125rem;
  pointer-events: all;
}

.form-search .custom-input label input {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.5625rem 3rem 0.5625rem 0.8125rem;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
}

.form-search .custom-input label input:hover,
.form-search .custom-input label input:focus {
  border-color: rgba(255, 255, 255, 0);
}

.form-search .custom-input label input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  opacity: 0.5;
}

.form-search .custom-input label input::-moz-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  opacity: 0.5;
}

.form-search .custom-input label input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  opacity: 0.5;
}

.form-search .custom-input label input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  opacity: 0.5;
}

.form-search .custom-input label input::placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  opacity: 0.5;
}

.form-search__icon-wrp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #ffe81d;
  border-radius: 0.75rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-search__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0);
}

.form-search__btn--image {
  right: 4rem;
  padding: 0.25rem;
  color: #67859b;
}

.form-search__btn--image svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.form-search__btn--search {
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.5rem;
}

.form-search--brands {
  min-width: 31.875rem;
}

.form-search--brands .custom-input label {
  padding: 0;
}

.form-search--brands .custom-input label input {
  border: 0.125rem solid #ebf2f7;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding-right: 3rem;
}

.form-search--brands .custom-input label input::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
  opacity: 1;
  color: #67859b;
}

.form-search--brands .custom-input label input::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
  opacity: 1;
  color: #67859b;
}

.form-search--brands .custom-input label input:-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
  opacity: 1;
  color: #67859b;
}

.form-search--brands .custom-input label input::-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
  opacity: 1;
  color: #67859b;
}

.form-search--brands .custom-input label input::placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
  opacity: 1;
  color: #67859b;
}

.form-search--brands .form-search__search-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.75rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-search--brands .form-search__btn {
  color: #67859b;
}

.form-search--brands .form-search__btn .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.form-search--brands .custom-input label input:hover,
.form-search--brands .custom-input label input:focus {
  border-color: #67859b;
}

.tabbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
}

.tabbar .container {
  padding: 0 0.75rem 1.125rem;
}

.tabbar__user-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0.9375rem 1.5rem;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px rgba(0, 30, 52, 0.05), 0 12px 24px rgba(0, 30, 52, 0.2);
  box-shadow: 0 0 1px rgba(0, 30, 52, 0.05), 0 12px 24px rgba(0, 30, 52, 0.2);
  border-radius: 0.75rem;
}

.tabbar__user-menu-item.is-active {
  position: relative;
}

.tabbar__user-menu-item.is-active::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffdd00;
  border-radius: 50%;
}

.tabbar__user-menu-item.is-active svg {
  z-index: 1;
}

.tabbar__user-menu-item {
  display: flex;
}

.tabbar__user-menu-item .link {
  position: relative;
}

.tabbar__user-menu-item .link__icon {
  width: 1.5rem;
  height: auto;
  fill: rgba(255, 255, 255, 0);
}

.tabbar__user-menu-item .link .link__icon {
  margin: 0;
}

.tabbar__user-menu-item .link .badge {
  position: absolute;
  top: -0.25rem;
  left: 1rem;
  display: none;
  padding: 0.0625rem 0.3125rem;
  font-size: 0.5625rem;
  z-index: 2;
}

.tabbar__user-menu-item .link .badge--circle {
  top: 0;
  left: 1.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  padding: 0;
  border-radius: 50%;
}

.tabbar__user-menu-item button {
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.tabbar__user-menu-item--notice .link .badge {
  display: inline-flex;
}

.header-catalog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-catalog__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #001e34;
  opacity: 0.25;
}

.header-catalog__menu {
  position: relative;
  z-index: 1;
  background-color: #f5f5f3;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-catalog__menu::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 18.625rem);
  z-index: -1;
  background-color: #ffffff;
}

.header-catalog__tabs.tabs {
  display: flex;
  margin: 0;
  height: 100%;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 5.75rem;
}

.header-catalog__tabs.tabs::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: calc((100% - 9.5rem) / 100 * 29 + 4.75rem);
  z-index: -1;
  display: none;
  background-color: #ffffff;
}

.header-catalog__controls.tabs__controls {
  flex-direction: column;
  align-items: flex-end;
  width: 29%;
  margin: 0;
  padding: 1.5rem 0 1rem;
  overflow: auto;
  scrollbar-color: rgba(103, 133, 155, 0.3) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
}

.header-catalog .tabs__element {
  overflow: auto;
  scrollbar-color: rgba(103, 133, 155, 0.3) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
  padding: 1.5rem 0 1.5rem 2.375rem;
}

.header-catalog__types {
  display: grid;
  grid-template-columns: repeat(6, -webkit-max-content);
  grid-template-columns: repeat(6, max-content);
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-catalog__types-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 5.0625rem;
  max-height: 5rem;
  margin: 0 0 auto;
}

.header-catalog__types-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.header-catalog .tabs__control {
  justify-content: flex-start;
  width: 13.125rem;
  margin: 0;
  padding: 0.8125rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: none;
  color: #001e34;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.75rem 0 0 0.75rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  cursor: auto;
}

.header-catalog .tabs__control.is-active {
  background-color: #ffffff;
}

.header-catalog .tabs__control span {
  white-space: break-spaces;
  text-align: left;
}

.header-catalog .tabs__control svg {
  margin: 0 0.375rem 0 0;
}

.header-catalog__tab-link--yellow-color svg {
  border-radius: 50%;
  fill: #ffe81d;
}

.header-catalog__content-wrp {
  width: 71%;
  height: 100%;
  background-color: #ffffff;
}

.header-catalog__content {
  max-height: 100%;
}

.header-catalog__types-item {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.header-catalog__types-item .link {
  flex-direction: column;
  width: 6.5rem;
  min-height: 8.375rem;
  padding: 0.375rem;
  border-radius: 0.75rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-catalog__types-item--all .link {
  justify-content: center;
  padding: 0.75rem;
  border: 2px solid #f4f6f8;
}

.header-catalog__types-title {
  display: flex;
  align-items: center;
  min-height: 2.25rem;
  text-align: center;
}

.header-catalog__types-title-text {
  display: none;
}

.header-catalog__filter {
  padding: 0 1.5rem 0 0;
}

.header-catalog__filters-wrp {
  display: flex;
  width: 100%;
  padding: 4.375rem 0 1.5rem 0;
}

.header-catalog__filters-inner {
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
  padding: 0 1.5rem 0 0;
}

.header-catalog__filters-inner > .header-catalog__filter {
  width: calc((100% - 3.5rem) / 5);
}

.header-catalog__filter-title {
  pointer-events: none;
}

.header-catalog__filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-catalog__filter-item {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.header-catalog__filter-item:first-child {
  margin: 0.375rem 0 0;
}

.header-catalog__filter-item .link {
  padding: 0.375rem 0;
}

.header-catalog__filter-item--underline .link {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(74, 95, 109, 0.5);
}

.header-catalog__filter-text {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-catalog__short-filters {
  display: grid;
  grid-template-columns: 56% 44%;
  align-self: flex-start;
  width: calc((100% - 1.5rem) / 5 * 2 - 2.25rem);
}

.header-catalog__selection-btn-wrp {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  margin: 3rem 0 0;
}

.header-catalog__selection-btn {
  width: 100%;
  max-width: 16rem;
  min-height: 3.5rem;
  background-color: #f6f6f4;
}

.header-catalog__selection-btn span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.header-catalog__selection-btn .btn__icon {
  color: #001e34;
}

.header-catalog__selection-btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.625rem 0 0;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-catalog__selection-btn-icon .btn__icon {
  width: 100%;
  height: auto;
  fill: rgba(255, 255, 255, 0);
}

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

.header-catalog__brands-filter {
  flex-shrink: 0;
}

.header-catalog__brands-item {
  display: flex;
  justify-content: center;
  max-width: 6.3125rem;
  min-height: 4.5rem;
}

.header-catalog__brands-item:not(:last-child) {
  margin: 0 0 1.5rem;
}

.header-catalog__brands-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.header-catalog__controls-contacts {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1.25rem;
  color: #4a5f6d;
  border-bottom: 1px solid #ebf2f7;
}

.header-catalog__contacts-link {
  padding: 1rem 0.75rem;
}

.header-catalog__contacts-link--city {
  margin: 0 1rem 0 0;
}

.header-catalog__contacts-link .link__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  fill: rgba(255, 255, 255, 0);
}

.header-catalog__contacts-link-text {
  margin: 0 0 0 0.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.header-catalog__controls-selection {
  display: none;
  width: 100%;
  padding: 1rem 2rem;
  border-bottom: 1px solid #ebf2f7;
}

.header-catalog__controls-nav {
  display: none;
  width: 100%;
  padding: 1rem 2rem 1.5rem;
}

.header-catalog__nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
  padding: 0;
  list-style: none;
}

.header-catalog__nav-item {
  margin: 0 0.5rem 0.5rem 0;
  color: #4a5f6d;
  background-color: #f4f6f8;
  border-radius: 0.75rem;
}

.header-catalog__nav-link {
  padding: 0.3125rem 0.75rem;
}

.header-catalog__comparison-and-favorites {
  display: none;
}

.header-catalog__comparison-and-favorites-comparison .icon,
.header-catalog__comparison-and-favorites-favorites .icon {
  margin-right: 0.625rem;
}

.header-catalog__comparison-and-favorites-comparison,
.header-catalog__comparison-and-favorites-favorites {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.header-catalog__comparison-and-favorites-comparison {
  margin-right: 3.0625rem;
}

[data-tabs="parent"] {
  overflow: hidden;
}

[data-tabs="parent"].no-transition > [data-tabs="control"],
[data-tabs="parent"].no-transition > [data-tabs="content"],
[data-tabs="parent"].no-transition > [data-tabs="element"] {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

[data-tabs="parent"].no-transition-global [data-tabs="control"],
[data-tabs="parent"].no-transition-global [data-tabs="content"],
[data-tabs="parent"].no-transition-global [data-tabs="element"] {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

[data-tabs="parent"] [data-tabs="content"] {
  position: relative;
}

[data-tabs="element"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

[data-tabs="element"].is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.tabs {
  margin-top: 50px;
  max-width: 100%;
}

.tabs__controls {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.tabs__control {
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 40px;
  opacity: 0.5;
  min-width: auto;
  width: 25%;
}

.tabs__control.is-active {
  opacity: 1;
  pointer-events: none;
}

.tabs__content {
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.tabs__element {
  padding: 10px;
  width: 100%;
}

.mobile-navbar {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5625rem 0.375rem 0.3125rem 0.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
  box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
}

.mobile-navbar__back-btn {
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0);
}

.mobile-navbar__back-btn .btn__icon {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-navbar__close-btn {
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0);
}

.mobile-navbar__close-btn .btn__icon {
  width: 0.75rem;
  height: 0.75rem;
}

.mobile-navbar__title {
  padding: 0 0.75rem;
  font-weight: 600;
  text-align: center;
}

.product-card {
  display: flex;
  width: 21rem;
  position: relative;
  flex-direction: column;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 0.75rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: height, -webkit-box-shadow;
  transition-property: height, -webkit-box-shadow;
  -o-transition-property: box-shadow, height;
  transition-property: box-shadow, height;
  transition-property: box-shadow, height, -webkit-box-shadow;
}

.product-card .icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.product-card .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0.3125rem;
}

.product-card--is-not-sale .swiper {
  pointer-events: none;
}

.product-card--is-not-sale .product-card__images,
.product-card--is-not-sale .product-card__badges,
.product-card--is-not-sale .product-card__content {
  opacity: 0.7;
}

.product-card--is-slider-card.is-open .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0.5rem;
}

.product-card--is-slider-card.is-open .product-card__cost {
  margin-bottom: 0;
}

.product-card--is-slider-card.is-open .product-card__column-buy {
  width: 100%;
}

.product-card--is-slider-card.is-open .product-card__wrap-cost {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin-bottom: 8px;
}

.product-card--is-slider-card.is-open .product-card__product-counter-col {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: margin-left, margin-right;
  -o-transition-property: margin-left, margin-right;
  transition-property: margin-left, margin-right;
}

.product-card--is-slider-card.is-open .product-card__images-list {
  max-height: 8.5rem;
  margin-bottom: 0.5rem;
}

.product-card--is-slider-card .product-card__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-card--is-slider-card .product-card__badges {
  top: 0.25rem;
  left: 0.25rem;
}

.product-card--is-slider-card .product-card__wrap-badges-mobyle {
  margin-bottom: 0;
}

.product-card--is-slider-card .product-card__badge-news-item {
  margin-bottom: 0.1875rem;
}

.product-card--is-slider-card .product-card__toggle-buttons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  flex-direction: column;
}

.product-card--is-slider-card .product-card__matching-button {
  order: 0;
  margin-right: 0;
}

.product-card--is-slider-card .product-card__images img {
  width: 11rem;
  height: 11rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}

.product-card--is-slider-card.is-open .product-card__images img {
  width: 11rem;
  height: 8.5rem;
}

.product-card--is-slider-card .product-card__row-price {
  flex-wrap: wrap;
}

.product-card__cost {
  font-weight: 600;
  white-space: nowrap;
  order: -1;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.product-card--is-slider-card .product-card__cost {
  font-size: 1.125rem;
  line-height: 1;
}

.product-card--is-slider-card .product-card__old-cost + .product-card__cost {
  margin-bottom: 0;
}

.product-card--is-slider-card .product-card__old-cost {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.product-card--is-slider-card .product-card__old-cost::before {
  width: 100%;
}

.product-card--is-slider-card .product-card__product-properties {
  margin-right: 0.5rem;
}

.product-card--is-slider-card .product-card__product-properties:nth-child(n + 3) {
  width: 100%;
}

.product-card--is-slider-card .product-card__product-properties:nth-child(n + 3)::before {
  display: none;
}

.product-card--is-slider-card .product-card__product-properties-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-bottom: -0.125rem;
  gap: 0;
}

.product-card--is-slider-card .product-card__rating-counter,
.product-card--is-slider-card .product-card__comment-counter {
  font-size: 0.75rem;
  line-height: 1rem;
}

.product-card--is-slider-card .product-card__product-number {
  font-size: 0.75rem;
  line-height: 1rem;
}

.product-card--is-slider-card .product-card__icon-rating {
  width: 0.6875rem;
  height: 0.6875rem;
}

.product-card--is-slider-card .product-card__icon-comment {
  width: 0.75rem;
  height: 0.6875rem;
}

.product-card--is-slider-card .product-card__product-counter {
  display: none;
}

.product-card--is-slider-card .product-card__product-counter-col {
  justify-content: center;
}

.product-card--is-slider-card .product-card__favorite-button {
  margin-bottom: 0.875rem;
}

.product-card--is-slider-card .product-card__images-list {
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 0.375rem;
}

.product-card__wrap-cost {
  display: flex;
  flex-direction: column;
}

.product-card--is-slider-card .product-card__badges-bottom {
  left: 0.1875rem;
  bottom: 0.1875rem;
}

.product-card--is-slider-card .product-card__link {
  background-color: #f6f6f4;
}

.product-card__badge-sale-close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.product-card__badge-sale-close-icon {
  width: 0.5625rem;
  height: 0.5625rem;
  color: #67859b;
}

.product-card__badge-content-title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #ff3055;
}

.product-card__badge-content-desc {
  margin-top: 0;
  margin-bottom: 0;
}

.product-card__badges-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-card--is-slider-card .product-card__badges-top {
  top: 0.25rem;
  left: 0.25rem;
}

.product-card__badges-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
}

.product-card__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.product-card__images {
  position: relative;
  display: flex;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}

.product-card__row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.375rem;
}

.product-card__user-menu {
  display: flex;
  color: #4a5f6d;
}

.product-card__rating-counter {
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
  margin-right: 0.75rem;
}

.product-card__icon-rating {
  width: 1rem;
  height: 1rem;
  margin-right: 0.3125rem;
  color: #c2a661;
}

.product-card__icon-comment {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  color: #67859b;
}

.product-card__icon-favorite {
  width: 1.25rem;
  height: 1.125rem;
}

.product-card__icon-matching {
  width: 1.0625rem;
  height: 1.125rem;
}

.product-card__comment-counter {
  color: #4a5f6d;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 140%;
}

.product-card__title {
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* stylelint-enable */
  margin-bottom: 0.4375rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.product-card .badge {
  padding: 3px 8px;
  font-size: 12px;
  line-height: 16px;
}

.product-card .badge--outline {
  padding: 1px 6px;
}

.product-card .badge--outline .badge--size-larget {
  padding: 0.0625rem 0.4375rem;
}

.product-card .badge--discount-color {
  font-size: 0.6875rem;
}

.product-card__sale-item {
  margin-top: auto;
}

.product-card__badge-news-item {
  margin-bottom: 0.1875rem;
}

.product-card__product-properties-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4a5f6d;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-bottom: -0.125rem;
}

.product-card__product-properties {
  display: inline-flex;
  margin-right: 0.5rem;
  margin-bottom: 0.125rem;
}

.product-card__product-properties:nth-child(3n + 3)::before,
.product-card__product-properties:nth-child(3n + 2)::before {
  display: none;
}

.product-card__product-properties:nth-child(n + 3) {
  width: 100%;
}

.product-card__product-properties:nth-child(2)::before {
  content: "";
  display: inline-flex;
  width: 0.0625rem;
  height: auto;
  margin-right: 0.5rem;
  background-color: #ebf2f7;
}

.product-card__buy-button {
  padding: 0.5625rem 1rem;
  opacity: 1;
}

.product-card__buy-icon {
  width: 1.25rem;
  height: 1.125rem;
}

.product-card__row-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
  margin-top: 0.8125rem;
}

.product-card__old-cost {
  align-self: flex-start;
  position: relative;
  display: inline-flex;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: rgba(0, 30, 52, 0.6);
  white-space: nowrap;
}

.product-card__old-cost::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #ff3055;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-card__toggle-buttons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-card__favorite-button {
  margin-bottom: 1.375rem;
}

.product-card__column-buy {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.product-card__column-buy .badge {
  height: 1.125rem;
  width: 2.0625rem;
}

.product-card__add-product {
  flex-shrink: 0;
  padding: 0.625rem 0.75rem;
}

.product-card__remove-product {
  flex-shrink: 0;
  margin-right: 0.125rem;
  padding: 1.0625rem 0.625rem;
  color: #001e34;
}

.product-card__remove-icon {
  width: 1rem;
  height: 0.125rem;
}

.product-card__product-counter {
  display: none;
}

.product-card__product-counter-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3.75rem;
  margin-right: 0.125rem;
}

.product-card__add-icon {
  width: 1rem;
  height: 1rem;
}

.product-card__product-counter-value {
  font-size: 1rem;
  line-height: 1.375rem;
}

.product-card__product-counter-limit {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #67859b;
}

.product-card__product-number {
  margin-left: 0.625rem;
  color: #67859b;
}

.product-card__badges-mobyle {
  display: none;
}

.product-card__badges-mobyle .badge {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.product-card__badges-mobyle .badge:last-child {
  margin-right: 0;
}

.product-card__book-button {
  width: auto;
  padding: 0.4375rem 0.875rem;
}

.product-card__wrap-product-properties-list {
  margin-bottom: auto;
}

.product-card__is-not-sale {
  position: absolute;
  right: 1rem;
  bottom: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #ff3055;
}

.product-card__counter-list {
  display: flex;
}

.product-card__link {
  flex-grow: 1;
}

.product-card__badge-content-title,
.product-card__badge-content-desc {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-card__favorite-button,
.product-card__matching-button {
  color: #b3c2cd;
  opacity: 0.6;
}

.product-card__product-counter-value,
.product-card__product-counter-limit {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.product-card__images img {
  width: 12.5rem;
  height: 12.5rem;
  margin-right: auto;
  margin-left: auto;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card__toggle-buttons .is-active {
  color: #ff3055;
  opacity: 1;
}

.is-open .product-card__book-button {
  width: 0;
  padding: 0;
}

.is-open .product-card__product-counter {
  display: flex;
  width: 100%;
}

.product-card__swiper-pagination.swiper-pagination {
  margin-top: 0.125rem;
  margin-bottom: 0.9375rem;
  position: static;
  z-index: 0;
  height: 4px;
}

.product-card__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  pointer-events: none;
  width: 0.25rem;
  height: 0.25rem;
  opacity: 1;
  background-color: rgba(103, 133, 155, 0.3);
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.product-card__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67859b;
}

.is-open .product-card__buy-button,
.is-open .product-card__book-button {
  display: none;
}

.product-card--is-slider-card {
  min-height: 22.625rem;
  width: 12rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.product-card--is-slider-card .badge {
  padding: 0.125rem 0.375rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.product-card--is-slider-card .badge--outline {
  padding: 0 0.3125rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.product-card--is-slider-card .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0.6875rem;
}

.product-card--is-slider-card .is-open .product-card__book-button {
  width: 0;
  padding: 0;
}

.product-card--is-slider-card .is-open .product-card__product-counter {
  display: flex;
  width: 100%;
  opacity: 1;
}

.product-card--is-slider-card .product-card__swiper-pagination.swiper-pagination {
  margin-top: 0;
  margin-bottom: 1.125rem;
  position: static;
  height: 4px;
}

.product-card--is-slider-card.is-open .product-card__swiper-pagination.swiper-pagination {
  margin-bottom: 15px;
}

.product-card--is-slider-card .product-card__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  pointer-events: none;
  width: 0.25rem;
  height: 0.25rem;
  opacity: 1;
  background-color: rgba(103, 133, 155, 0.3);
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.product-card--is-slider-card .product-card__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67859b;
}

.product-card--is-slider-card .is-open .product-card__buy-button,
.product-card--is-slider-card .is-open .product-card__book-button {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}

.product-card--is-slider-card .product-card__column-buy .badge {
  height: auto;
  width: auto;
}

.slider-cards {
  position: relative;
}

.slider-cards[data-slider-cards="small"] .swiper-slide {
  width: auto;
}

.slider-cards[data-slider-cards="small"] .slider-cards__swiper-button-next {
  right: -0.125rem;
  top: 2rem;
}

.slider-cards[data-slider-cards="small"] .slider-cards__swiper-button-prev {
  left: -0.125rem;
  top: 2rem;
}

.slider-cards__swiper-button-next,
.slider-cards__swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.5rem 0.875rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.02);
  box-shadow: 0 0.5rem 0.875rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.02);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color, opacity, -webkit-box-shadow;
  transition-property: background-color, opacity, -webkit-box-shadow;
  -o-transition-property: box-shadow, background-color, opacity;
  transition-property: box-shadow, background-color, opacity;
  transition-property: box-shadow, background-color, opacity, -webkit-box-shadow;
  top: calc(50% - 16px);
}

.slider-cards__swiper-button-next--transparent,
.slider-cards__swiper-button-prev--transparent {
  background-color: rgba(255, 255, 255, 0.7);
}

.slider-cards__swiper-button-next--small,
.slider-cards__swiper-button-prev--small {
  width: 2rem;
  height: 2rem;
}

.slider-cards .slider-cards__swiper-button-next--small::after,
.slider-cards .slider-cards__swiper-button-prev--small::after {
  font-size: 0.75rem;
}

.slider-cards__swiper-button-next::after,
.slider-cards__swiper-button-prev::after {
  font-size: 1.375rem;
  color: #001e34;
  font-weight: 600;
}

.slider-cards__swiper-button-next.swiper-button-disabled,
.slider-cards__swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.slider-cards--type-slider .slider-cards__swiper,
.slider-cards--type-catalog .slider-cards__swiper,
.slider-cards--type-categories .slider-cards__swiper {
  padding: 2rem;
  margin: -2rem;
  margin-right: 0;
}

.slider-cards--type-slider .slider-cards__swiper-slide {
  display: flex;
  height: auto;
  width: 12rem;
}

.slider-cards--type-catalog .slider-cards__swiper-slide {
  display: flex;
  height: auto;
  width: 21rem;
}

.slider-cards--type-categories .slider-cards__swiper-slide {
  height: auto;
  display: flex;
  width: 24rem;
}

.popular-products .slider-cards__swiper-button-next {
  right: 0;
}

.popular-products .slider-cards__swiper-button-prev {
  left: 0;
}

.popular-products .section-heading {
  margin-bottom: 2rem;
}

.section-heading {
  display: flex;
  align-items: center;
}

.section-heading__title {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  margin-right: 1rem;
  font-size: 2.25rem;
  line-height: 2.75rem;
}

.section-heading__title:only-child {
  margin-right: 0;
}

.section-heading__wrap-icon-title {
  background-color: #ff3055;
  display: inline-flex;
  align-self: center;
  margin-right: 0.5rem;
  border-radius: 0.75rem;
  padding: 0.25rem;
}

.section-heading__icon-title {
  color: #ffffff;
  fill: #ffffff;
  stroke: #ffffff;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
}

.section-heading__button-more {
  border: 2px solid transparent;
  border-radius: 0.75rem;
  padding: 0.6875rem 1rem;
  background-color: #f4f6f8;
}

.section-heading .section-heading__button-more {
  white-space: normal;
}

.section-heading .section-heading__button-more--icon {
  background-color: #f4f6f8;
  color: #67859b;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
}

.section-heading .section-heading__button-more.is-active {
  border-color: #ffdd00;
  background-color: #ffffff;
}

.section-heading__icon-more {
  pointer-events: none;
  width: 1.4375rem;
  height: 0.3125rem;
}

.section-heading__info {
  color: #b3c2cd;
}

.title {
  margin: 0;
}

.title-2 h1,
.title-2 h2,
.title-2 h3 {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin: 0;
}

.title--h3 {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.section__title {
  margin-bottom: 2rem;
}

.page {
  padding-top: 1.5rem;
}

.page__title {
  margin-top: 0;
  font-size: 2.25rem;
  font-weight: 300;
}

.page--main .section {
  margin-bottom: 5rem;
}

.page--production {
  padding: 3.125rem 0;
}

.page--catalog {
  padding-top: 0.6875rem;
}

.page--catalog .choice {
  margin-bottom: 4rem;
}

.page--catalog .you-watched {
  margin-bottom: 5rem;
}

.page__section-heading {
  margin-bottom: 2rem;
}

.page__section-heading--small-margin-bottom {
  margin-bottom: 1rem;
}

.page--checkout {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.page--checkout .page__title {
  margin-bottom: 2rem;
  padding-left: 10.25rem;
  padding-right: 10.25rem;
  line-height: 122%;
}

.page--active {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.page--active .page__title {
  margin-bottom: 2rem;
}

.page--active .page__promo-code {
  margin-bottom: 3rem;
}

.page--active .page__place-order-button {
  width: 100%;
}

.page--active .bonus {
  margin-bottom: 3rem;
}

.page--active .shopping-widget {
  margin-bottom: 3rem;
}

.page--active .cost-estimate {
  margin-bottom: 2rem;
}

.page--active .checkout-active {
  margin-bottom: 3rem;
}

.page--active .delivery-wishes {
  margin-bottom: 3rem;
}

.page .intro {
  margin-bottom: 3.375rem;
}

.page .popular-products {
  margin-bottom: 5.0625rem;
}

.page .popular-categories {
  margin-bottom: 5.0625rem;
}

.page .sellout {
  margin-bottom: 5.0625rem;
}

.page--basket {
  padding-top: 11px;
}

.page--basket .breadcrumbs,
.page--basket .breadcrumbs.is-active {
  margin-bottom: 1rem;
}

.page--basket .basket-section {
  margin-bottom: 5.5rem;
}

.page--basket .might-like {
  padding-bottom: 4.0625rem;
}

.grid-hover {
  position: absolute;
  z-index: 5;
  display: flex;
  width: 100%;
  height: 100%;
}

.grid-hover__hover-item {
  flex-grow: 1;
}

.chips {
  border-radius: 0.75rem;
  background-color: #f4f6f8;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #4a5f6d;
  padding: 0.5rem 1rem;
  text-transform: none;
}

.tabs-lighting {
  margin-top: 0;
}

.tabs-lighting .tabs-lighting__element {
  background-color: #f6f6f4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  border-radius: 0.75rem;
}

.tabs-lighting__controls {
  margin-left: -0.5625rem;
  margin-bottom: 2rem;
  z-index: 2;
}

.tabs-lighting__images {
  position: relative;
}

.tabs-lighting__image {
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tabs-lighting__image.is-show {
  opacity: 1;
}

.tabs-lighting__image.is-hide {
  opacity: 0;
}

.tabs-lighting__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.tabs-lighting__image img {
  width: 100%;
  height: 100%;
  border-radius: 0 0.75rem 0.75rem 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs-lighting__control {
  margin-left: 0.5625rem;
  margin-right: 0;
  width: auto;
  height: auto;
  opacity: 1;
}

.tabs-lighting__control.is-active {
  background-color: #ffe81d;
  color: #001e34;
}

.tabs-lighting__text-content {
  padding: 5.0625rem 5rem 5.375rem;
}

.tabs-lighting__title {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5625rem;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
  color: #67859b;
}

.tabs-lighting__list {
  list-style: none;
  margin: -1.5rem 0 0 0;
  padding: 0 0 0 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 27rem;
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-color: rgba(103, 133, 155, 0.3) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
}

.tabs-lighting__item {
  margin-top: 1.5rem;
}

.tabs-lighting__link {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #4a5f6d;
  -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
  -o-transition: color 0.3s ease, font-weight 0.3s ease;
  transition: color 0.3s ease, font-weight 0.3s ease;
  position: relative;
}

.tabs-lighting__link::before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: calc(100% + 10px);
  height: 100%;
  left: -4px;
  top: 0;
  background-color: #fcff59;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.tabs-lighting__new {
  color: #ff3055;
}

.accordion {
  max-width: 500px;
  margin: 0 auto 150px auto;
}

.accordion .accordion {
  width: 90%;
  margin: 0 auto;
}

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

.accordion__element {
  margin-bottom: 50px;
  padding: 10px;
}

.accordion__element.is-active > .accordion__button {
  opacity: 0.5;
}

.accordion__button {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.accordion__wrapper {
  padding: 10px;
}

[data-accordion="element"].is-active > [data-accordion="content"] {
  max-height: 100%;
}

[data-accordion="parent"].no-transition [data-accordion="content"] {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

[data-accordion="content"] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.select-lighting__tabs {
  margin-top: -0.5rem;
}

.write-review {
  width: 16.5rem;
}

.write-review__inner {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.8125rem;
  margin-bottom: 0.5rem;
  background-color: #f5f5f3;
  border-radius: 12px;
}

.write-review__logo {
  margin-bottom: 0.75rem;
}

.write-review__text {
  margin: 0 30px 0 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.write-review__rating .rating {
  padding-left: 0.3125rem;
}

.write-review .rating__value {
  margin: 0 0 0 4px;
}

.write-review .rating__value span:first-of-type {
  font-size: 1.75rem;
  line-height: 129%;
}

.write-review .rating__value span:last-of-type {
  font-size: 1.125rem;
  line-height: 133%;
}

.write-review__btn {
  display: block;
  width: 100%;
  padding: 0.8125rem;
  border-radius: 12px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.reviews {
  position: relative;
}

.reviews__wrapper {
  position: relative;
}

.reviews__write-review {
  position: absolute;
  top: 16px;
  left: 0;
  margin-right: 1.5rem;
}

.reviews__slider {
  position: relative;
  margin-left: 18rem;
  overflow: hidden;
}

.reviews__slider .swiper-slide {
  padding-top: 1rem;
  width: 21rem;
}

.reviews__slider .slider-cards__swiper-wrapper {
  padding-left: 2rem;
}

.reviews__slider .slider-cards__swiper {
  padding: 0;
}

.reviews__slider .slider-cards__swiper-button-prev,
.reviews__slider .slider-cards__swiper-button-next {
  top: 30%;
}

.reviews__slider .swiper {
  padding-bottom: 4.875rem;
}

.reviews__bottom {
  position: relative;
}

.reviews__link--write {
  display: none;
}

.reviews__link--video {
  position: absolute;
  right: 3.375rem;
  bottom: -64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #fcff59;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.reviews__link--video span {
  display: inline-block;
  text-align: center;
  width: 6rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.reviews .section-heading {
  margin-bottom: 15px;
}

.review {
  padding: 1.5625rem;
  border-radius: 12px;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

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

.review__img {
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f4;
  border-radius: 12px;
  margin-right: 1rem;
}

.review__img svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #67859b;
}

.review__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.review__name {
  margin: 0 0 0.125rem;
  font-size: 1.125rem;
  line-height: 133%;
}

.review .rating__value span:first-of-type {
  font-size: 1.125rem;
  line-height: 129%;
}

.review .rating__value span:last-of-type {
  font-size: 0.75rem;
  line-height: 133%;
}

.review__text {
  position: relative;
  margin: 1rem 0 0.8125rem;
  font-size: 0.875rem;
  line-height: 143%;
  color: #001e34;
  opacity: 0.7;
  -webkit-transition: max-height .3s ease;
  -o-transition: max-height .3s ease;
  transition: max-height .3s ease;
}

.review__footer {
  margin: 0;
  font-size: 0.875rem;
  line-height: 129%;
  color: #67859b;
}

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

.rating__value {
  margin: 0 0 0 4px;
}

.rating__value span:first-of-type {
  font-weight: 600;
}

.rating__value span:last-of-type {
  font-weight: 400;
  padding-left: 2px;
  color: #67859b;
}

.rating svg {
  color: #c2a661;
}

.category-card {
  justify-content: space-between;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  background-color: #f6f6f4;
  border-radius: 0.75rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.category-card__image {
  margin-bottom: 1rem;
}

.category-card__image img {
  mix-blend-mode: multiply;
  height: 19rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.category-card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
}

.intro__slide {
  display: flex;
}

.intro__content {
  flex-shrink: 0;
  width: 44.3125rem;
  position: relative;
  padding: 3.75rem 6.8125rem 2.9375rem 11rem;
  background-color: #efeee5;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.intro__larget-text {
  font-weight: 400;
  margin-bottom: 2.3125rem;
  font-size: 5rem;
  line-height: 4.375rem;
}

.intro__desc {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #001e34;
  text-shadow: #ffffff 0 1px, #ffffff 0.0625rem 0, #ffffff -0.0625rem 0, #ffffff 0 -0.0625rem, #ffffff -0.0625rem -0.0625rem, #ffffff 0.0625rem 0.0625rem, #ffffff 0.0625rem -0.0625rem, #ffffff -0.0625rem 0.0625rem;
}

.intro__desc::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin-left: -1.3125rem;
  margin-top: -0.3125rem;
  background-color: #fe0018;
}

.intro__logo {
  position: absolute;
  top: 2.125rem;
  left: 2.5625rem;
  width: 5.0625rem;
  height: 5.0625rem;
}

.intro__logo img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.intro__image {
  position: relative;
  flex-grow: 1;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  overflow: hidden;
}

.intro__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.intro__desc-item {
  margin-bottom: 1rem;
}

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

.intro__accent {
  display: inline-flex;
  position: relative;
  z-index: 5;
}

.intro__accent::before {
  z-index: 4;
  content: "";
  position: absolute;
  left: -0.5625rem;
  bottom: 0;
  width: 27.0625rem;
  background-color: #ffffff;
  height: 3.625rem;
}

.intro__accent-text {
  position: relative;
  z-index: 5;
}

.intro .swiper-pagination {
  bottom: 0.375rem;
}

.intro .swiper-pagination-bullet {
  opacity: 1;
  background-color: #ffffff;
  width: 0.75rem;
  height: 0.75rem;
}

.intro .swiper-horizontal > .swiper-pagination-bullets-dynamic {
  left: 48.6%;
}

.intro .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 0.375rem;
  margin-left: 0.375rem;
}

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

.intro .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.intro .swiper-pagination-bullet-active {
  background-color: #67859b;
}

.sellout .section-heading {
  margin-bottom: 2rem;
}

.sellout .slider-cards__swiper-button-next {
  right: 0;
}

.sellout .slider-cards__swiper-button-prev {
  left: 0;
}

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

.banners__item {
  width: auto;
}

.banners__image img {
  width: 43.5rem;
  height: 13rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.banners__swiper-button-next,
.banners__swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color, opacity, -webkit-box-shadow;
  transition-property: background-color, opacity, -webkit-box-shadow;
  -o-transition-property: box-shadow, background-color, opacity;
  transition-property: box-shadow, background-color, opacity;
  transition-property: box-shadow, background-color, opacity, -webkit-box-shadow;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
}

.banners__swiper-button-next {
  right: 8px;
}

.banners__swiper-button-prev {
  left: 8px;
}

.banners__swiper-button-next::after,
.banners__swiper-button-prev::after {
  font-size: 1.375rem;
  font-weight: 600;
  color: #001e34;
}

.banners__swiper-button-next.swiper-button-disabled,
.banners__swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.designers {
  padding: 5rem 0;
  margin-bottom: 5rem;
  background-color: #efeee5;
}

.designers__title {
  margin: 0 0 2rem;
  font-family: "DIN2014Web", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 122%;
}

.designers .slider-cards__swiper-slide {
  width: 21rem;
  height: auto;
}

.designers .slider-cards__swiper-button-prev,
.designers .slider-cards__swiper-button-next {
  opacity: 0.7;
}

.designers .slider-cards__swiper-button-prev.swiper-button-disabled,
.designers .slider-cards__swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.designer-card {
  border-radius: 12px;
  background-color: #ffffff;
  height: 100%;
}

.designer-card__img {
  width: 100%;
  height: 25rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.designer-card__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.designer-card__info {
  padding: 1rem;
  display: flex;
}

.designer-card__designer-photo {
  min-width: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}

.designer-card__designer-photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.designer-card__desc {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-row: auto auto;
}

.designer-card__name {
  margin: 0;
  padding-right: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 133%;
}

.designer-card__contacts {
  display: flex;
  flex-wrap: wrap;
  max-width: 7.1875rem;
  justify-content: flex-end;
  margin-right: -0.875rem;
}

.designer-card__link {
  display: flex;
  align-items: center;
  color: #4a5f6d;
  margin-right: 0.875rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.designer-card__link svg {
  color: #67859b;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.designer-card__tags {
  grid-row: 2/3;
  grid-column: 1/3;
  list-style: none;
  margin: 0.375rem 0 -0.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.designer-card__tag {
  padding: 0.1875rem 0.5rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background: #f4f6f8;
  border-radius: 8px;
  color: #4a5f6d;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
}

.designer-card__popup {
  position: absolute;
  z-index: 13;
  top: 1rem;
  right: -0.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.designer-card__popup.hidden {
  display: none;
}

.designer-card__popup-inner {
  position: relative;
  width: 8.8125rem;
  padding: 1rem;
  margin-top: 0.9375rem;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0px 8px 36px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0px 8px 36px rgba(0, 0, 0, 0.12));
  background: #ffffff;
  border-radius: 12px;
}

.designer-card__popup-inner:after {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 0.75rem;
  width: 1rem;
  height: 0.5rem;
  background-image: url("../img/sprite/rectangle-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.designer-card__phone-link {
  position: relative;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
  color: #4a5f6d;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.designer-card__phone-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4a5f6d;
  width: 100%;
  height: 1px;
}

.designer-card__link-popup {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 0.75rem;
}

.designer-card__link-popup svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #67859b;
}

.designer-card__close-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  padding: 0;
  margin: 0;
  height: 1rem;
  top: 0.5rem;
  right: 0.5rem;
  color: #67859b;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.designer-card__close-btn svg {
  width: 1rem;
  height: 1rem;
}

.read-more__text {
  display: block;
}

.read-more__text--before {
  display: inline;
}

.read-more__text--after {
  display: inline;
}

.read-more__text:last-child {
  margin-bottom: 0;
}

.read-more__separator-before {
  display: none;
}

.read-more__text-after .read-more__text {
  display: none;
}

.read-more__button {
  position: relative;
  display: inline;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #4a5f6d;
  font-size: 0.875rem;
  line-height: 129%;
  font-weight: 400;
  padding: 0;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.read-more__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4a5f6d;
  width: 100%;
  height: 1px;
}

.read-more.is-open .read-more__button {
  display: none;
}

.read-more.is-open .read-more__separator-before {
  display: inline;
}

.read-more.is-open .read-more__separator-after {
  display: none;
}

.read-more.is-open .read-more__text-after .read-more__text {
  display: block;
}

.read-more.is-open .read-more__text-after .read-more__text--after {
  display: inline;
}

.filters {
  width: 20%;
}

.filters__btn {
  width: 93%;
  color: #4a5f6d;
  white-space: normal;
}

.filters__show {
  display: none;
}

.filters__button {
  margin-top: 0.5625rem;
  margin-bottom: 0.5rem;
  background-color: #f4f6f8;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.filters__reset {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #f4f6f8;
  -webkit-transition: border-color 0.3s ease, opacity 0.3s ease;
  -o-transition: border-color 0.3s ease, opacity 0.3s ease;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

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

.filters__toggle {
  display: none;
}

.input-range-accordion {
  position: relative;
  max-width: unset;
  margin: 0;
  margin-bottom: 0.3125rem;
}

.input-range-accordion__element {
  padding: 0;
}

.input-range-accordion__element.is-active {
  margin-bottom: 1.6875rem;
}

.input-range-accordion__element.is-active svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.input-range-accordion__element.is-active .input-range-accordion__content {
  position: relative;
  margin-top: 0.375rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s, max-height 0.3s, margin 0.3s;
  -o-transition: opacity 0.3s, max-height 0.3s, margin 0.3s;
  transition: opacity 0.3s, max-height 0.3s, margin 0.3s;
}

.input-range-accordion__element.is-active .input-range-accordion__content .input-range-accordion__wrap--step {
  margin-top: 1.5625rem;
}

.input-range-accordion__element.is-active .input-range-accordion__content .input-range-accordion__steps {
  pointer-events: all;
}

.input-range-accordion__element.is-active .input-range-accordion__content.is-active .show-filter-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.input-range-accordion__element.is-active > .input-range-accordion__button {
  opacity: 1;
}

.input-range-accordion__content {
  padding-right: 1.1875rem;
  -webkit-transition: opacity 0.3s, max-height 0.5s;
  -o-transition: opacity 0.3s, max-height 0.5s;
  transition: opacity 0.3s, max-height 0.5s;
  opacity: 0;
  overflow: visible;
}

.input-range-accordion .show-filter-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: -180px;
  top: 0;
  z-index: 3;
}

.input-range-accordion .show-filter-btn:hover::before {
  border-right-color: #ffdd00;
}

.input-range-accordion .show-filter-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 11px solid rgba(255, 255, 255, 0);
  border-right: 11px solid #ffe81d;
  background: rgba(255, 255, 255, 0);
}

.input-range-accordion__button {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  padding-left: 0;
  padding-right: 1.375rem;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #b3c2cd;
  font-weight: 600;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  outline: none;
  white-space: normal;
  text-align: left;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.input-range-accordion__button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}

.input-range-accordion__button span {
  width: 93%;
  color: #4a5f6d;
}

.input-range-accordion__wrap {
  padding: 0;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.input-range-accordion__info {
  display: flex;
  justify-content: space-between;
  padding-right: 0.125rem;
}

.input-range-accordion__info-block {
  position: relative;
  width: 48%;
}

.input-range-accordion__info-block span {
  position: absolute;
  top: 0.875rem;
  left: 1.125rem;
  color: #67859b;
}

.input-range-accordion__min-price,
.input-range-accordion__max-price {
  width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  padding-left: 2.25rem;
  border: 2px solid #ebf2f7;
  border-radius: 0.5rem;
  line-height: 1.375rem;
  color: #67859b;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.input-range-accordion__slider {
  width: auto;
  height: 0.25rem;
  margin-bottom: 1.3125rem;
  margin-left: 0.25rem;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffe81d;
  cursor: pointer;
  position: relative;
}

.input-range-accordion__slider:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  top: -8px;
  border-radius: 6px;
  background-color: #ffe81d;
  -webkit-box-shadow: 0 3px 5px 0 rgba(74, 95, 109, 0.15);
  box-shadow: 0 3px 5px 0 rgba(74, 95, 109, 0.15);
  border: 6px;
}

.input-range-accordion__slider:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
  border-radius: 6px;
  background-color: #ffe81d;
  -webkit-box-shadow: 0 3px 5px 0 rgba(74, 95, 109, 0.15);
  box-shadow: 0 3px 5px 0 rgba(74, 95, 109, 0.15);
  border: 6px;
}

.input-range-accordion__slider.noUi-target:before,
.input-range-accordion__slider.noUi-target:after {
  display: none;
}

.input-range-accordion__slider .noUi-handle {
  right: -10px;
}

.input-range-accordion__slider--step {
  position: relative;
  padding-top: 33px;
  background-color: transparent;
}

.input-range-accordion__slider--step::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #edf1f5;
  position: relative;
  bottom: 0;
  left: 0;
}

.input-range-accordion__slider--step .noUi-pips {
  top: auto;
  bottom: -4px;
  height: 37px;
  padding: 0;
}

.input-range-accordion__slider--step .noUi-marker-horizontal.noUi-marker {
  bottom: 0;
  height: 7px;
  background-color: #edf1f5;
}

.input-range-accordion__slider--step .noUi-marker-horizontal.noUi-marker--active {
  background-color: #ffe81d;
}

.input-range-accordion__slider--step .noUi-value {
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #b3c2cd;
  font-size: 14px;
  line-height: 18px;
}

.input-range-accordion__slider--step .noUi-connects {
  height: 4px;
}

.input-range-accordion__steps {
  position: absolute;
  top: -2.125rem;
  display: flex;
  width: 106%;
  justify-content: space-between;
  pointer-events: none;
}

.input-range-accordion__step {
  position: relative;
  font-size: 0.875rem;
  color: #b3c2cd;
  left: -1%;
}

.input-range-accordion__step:after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  right: 0;
  width: 0.125rem;
  height: 0.4375rem;
  margin: 0 auto;
  background-color: #ffe81d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: -1;
}

.toggle-switch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-right: 1.1875rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.toggle-switch.is-active .show-filter-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.toggle-switch__title {
  width: 80%;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4a5f6d;
  font-weight: 600;
}

.toggle-switch__wrap {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
}

.toggle-switch input {
  display: none;
}

.toggle-switch input:checked + .toggle-switch__round {
  background-color: #ffe81d;
}

.toggle-switch input:checked + .toggle-switch__round:before {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}

.toggle-switch__round {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5ebf0;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
  border-radius: 0.75rem;
  outline: none;
}

.toggle-switch__round:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 50%;
}

.toggle-switch .show-filter-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: -180px;
  top: 0;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  z-index: 3;
}

.toggle-switch .show-filter-btn:hover::before {
  border-right-color: #ffdd00;
}

.toggle-switch .show-filter-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 11px solid rgba(255, 255, 255, 0);
  border-right: 11px solid #ffe81d;
  background: rgba(255, 255, 255, 0);
}

.checkbox-accordion {
  max-width: unset;
  margin: 0;
  margin-bottom: 0.5rem;
}

.checkbox-accordion__element {
  position: relative;
  padding: 0;
}

.checkbox-accordion__element.is-active svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.checkbox-accordion__element.is-active > .checkbox-accordion__button {
  opacity: 1;
}

.checkbox-accordion__content {
  padding-right: 1.25rem;
}

.checkbox-accordion__button {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  padding-left: 0;
  padding-right: 1.375rem;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #b3c2cd;
  font-weight: 600;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  outline: none;
  white-space: normal;
  text-align: left;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.checkbox-accordion__button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}

.checkbox-accordion__button svg:last-of-type {
  display: none;
}

.checkbox-accordion__button span {
  width: 93%;
  color: #4a5f6d;
}

.checkbox-accordion__active-filters {
  display: none;
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 22px;
  color: #001e34;
  gap: 8px;
  grid-auto-flow: column;
}

.pagination .link {
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 4px;
  border-radius: 12px;
}

.pagination .is-active {
  background-color: #ffe81d;
}

.go-page form {
  display: grid;
  justify-content: flex-start;
  gap: 8px;
  grid-auto-flow: column;
}

.go-page label {
  display: grid;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  color: #67859b;
  gap: 8px;
  grid-auto-flow: column;
  grid-template-columns: auto 73px;
}

.go-page .custom-input input {
  border-color: #ebf2f7;
  height: 40px;
  color: #4a5f6d;
  font-size: 16px;
  line-height: 22px;
}

.go-page .btn {
  color: #4a5f6d;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 24px;
  background-color: #f4f6f8;
}

.about-chandeliers {
  border: 1px solid #ebf2f7;
  border-radius: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #4a5f6d;
}

.about-chandeliers .icon {
  color: #67859b;
  position: absolute;
  right: 27px;
  top: 31px;
  width: 24px;
  height: 15px;
  cursor: pointer;
  padding: 20px;
  margin: -20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.about-chandeliers .is-active .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.is-active .about-chandeliers__row {
  bottom: 16px;
}

.is-active .about-chandeliers__hide {
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 1;
}

.about-chandeliers p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.about-chandeliers__head {
  position: relative;
  width: auto;
  margin: 0;
  overflow: visible;
  padding: 16px 24px 12px 24px;
  font: inherit;
  text-align: left;
  color: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
}

.about-chandeliers__head p {
  padding-right: 50px;
  margin-top: 0;
  margin-bottom: 0;
}

.about-chandeliers__body {
  padding: 0 24px 3px 24px;
}

.about-chandeliers__body h2 {
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
}

.about-chandeliers__body p + p {
  margin-bottom: 12px;
}

.about-chandeliers__body ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.about-chandeliers__body li {
  padding-left: 16px;
  position: relative;
}

.about-chandeliers__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffdd00;
}

.about-chandeliers__body li + li {
  margin-top: 12px;
}

.about-chandeliers__body .images-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  gap: 24px;
}

.about-chandeliers__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.about-chandeliers__read-more {
  display: none;
  opacity: 0;
}

.about-chandeliers__hide {
  display: none;
}

.choice {
  display: grid;
  align-items: flex-start;
  padding-top: 0.8125rem;
  grid-template-areas: "filters row" "filters row";
  grid-template-columns: 284px minmax(auto, 1128px);
  grid-template-rows: minmax(0, auto);
  grid-column-gap: 0.3125rem;
}

.choice__sorting-desktop {
  grid-area: sorting-desktop;
  margin-bottom: 0.875rem;
}

.choice__filters {
  grid-area: filters;
}

.choice__row {
  grid-area: row;
}

.choice__enabled-filtering-options {
  display: none;
}

.choice__sorting-mobile {
  display: none;
  grid-area: sorting-mobile;
}

.choice .filters {
  width: auto;
}

.catalog-checkbox-content {
  max-height: 13.4375rem;
  padding: 0;
  overflow: auto;
  scrollbar-width: 0.25rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0) #e5ebf0;
  /* стили для активного чекбокса (при нажатии на него) */
  /* стили для чекбокса, находящегося в фокусе */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}

.catalog-checkbox-content--mobile {
  display: none;
}

.catalog-checkbox-content--mobile.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
}

.catalog-checkbox-content::-webkit-scrollbar {
  width: 4px;
  background: rgba(255, 255, 255, 0);
}

.catalog-checkbox-content::-webkit-scrollbar-thumb {
  background-color: #e5ebf0;
  border-radius: 3.125rem;
}

.catalog-checkbox-content.is-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.catalog-checkbox-content.is-active .catalog-checkbox-content__show-button {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.catalog-checkbox-content__item {
  margin-bottom: 0.25rem;
}

.catalog-checkbox-content__item span span {
  max-width: 10.6875rem;
  margin-right: 0.25rem;
  padding-top: 0.0625rem;
  color: #4a5f6d;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.catalog-checkbox-content__item span span:last-child {
  padding-top: 0.0625rem;
  font-size: 0.875rem;
  color: #b3c2cd;
}

.catalog-checkbox-content input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.catalog-checkbox-content label > span {
  display: inline-flex;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.catalog-checkbox-content label > span::before {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #e5ebf0;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.3s ease, background-image 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-image 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-image 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.catalog-checkbox-content label > input:not(:disabled):not(:checked) + span:hover {
  cursor: pointer;
}

.catalog-checkbox-content label > input:not(:disabled):not(:checked) + span:hover span:first-child {
  color: #001e34;
}

.catalog-checkbox-content label > input:not(:disabled):not(:checked) + span:hover span:last-child {
  color: #67859b;
}

.catalog-checkbox-content label > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #d1dae1;
}

.catalog-checkbox-content label > input:not(:disabled):active + span {
  opacity: 0.5;
}

.catalog-checkbox-content label > input:checked + span {
  cursor: pointer;
}

.catalog-checkbox-content label > input:checked + span:hover {
  cursor: pointer;
}

.catalog-checkbox-content label > input:checked + span:hover:before {
  background-color: #ffdd00;
}

.catalog-checkbox-content label > input:checked + span::before {
  border-color: rgba(255, 255, 255, 0);
  background-color: #ffe81d;
  background-image: url("../img/svg/icon-check.svg");
  background-size: 0.8125rem 0.5625rem;
  background-repeat: no-repeat;
}

.catalog-checkbox-content label > input:disabled + span {
  opacity: 0.5;
}

.catalog-checkbox-content__color {
  width: 1rem;
  height: 1rem;
  margin: auto;
  margin-right: 0.25rem;
  border-radius: 50%;
}

.catalog-checkbox-content__color--white {
  border: 1px solid #b3c2cd;
}

.catalog-checkbox-content__show-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: -180px;
  top: 0;
  z-index: 3;
}

.catalog-checkbox-content__show-button:hover::before {
  border-right-color: #ffdd00;
}

.catalog-checkbox-content__show-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 11px solid rgba(255, 255, 255, 0);
  border-right: 11px solid #ffe81d;
  background: rgba(255, 255, 255, 0);
}

.filter-btn {
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  scrollbar-width: none;
  scrollbar-color: rgba(255, 255, 255, 0);
}

.filter-btn::-webkit-scrollbar {
  width: 0;
  display: none;
}

.filter-btn__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.filter-btn__title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.125rem;
}

.filter-btn__reset {
  padding: 0.25rem 1.125rem 0.25rem 0.875rem;
  font-size: 1rem;
  line-height: 1.375rem;
  border: 2px solid #ebf2f7;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  color: #4a5f6d;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.filters .filter-btn__reset {
  padding: 0.1875rem 1.1875rem 0.1875rem 0.9375rem;
}

.filter-btn__reset svg {
  margin-left: 0.5625rem;
}

.filter-btn__title {
  display: none;
  margin: 0;
  margin-right: 5.875rem;
  color: #4a5f6d;
}

.filter-btn__button {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.3125rem 1.0625rem 0.3125rem 0.75rem;
}

.filter-btn__button:last-child {
  margin-right: 0;
}

.filter-btn__button span {
  margin-right: 0.5625rem;
}

.filter-select-list {
  position: relative;
  width: 11.6875rem;
  padding: 0;
  padding-bottom: 0.625rem;
}

.filter-select-list.is-open {
  z-index: 7;
}

.filter-select-list.is-open .filter-select-list__button svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.filter-select-list__button {
  width: 11.125rem;
  height: 3rem;
  padding-left: 0.8125rem;
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #f4f6f8;
  border-radius: 0.75rem;
  color: #67859b;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.filter-select-list__button:focus {
  border-color: #ffe81d;
}

.filter-select-list__button span {
  color: #001e34;
}

.filter-select-list__button svg {
  will-change: transform;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}

.filter-select-list__list {
  bottom: 10px;
  max-height: 12.1875rem;
  border: none;
  -webkit-box-shadow: 0 0 0.1875rem 0 rgba(0, 30, 52, 0.03), 0 0.5rem 2rem 0 rgba(0, 30, 52, 0.08);
  box-shadow: 0 0 0.1875rem 0 rgba(0, 30, 52, 0.03), 0 0.5rem 2rem 0 rgba(0, 30, 52, 0.08);
  border-radius: 0.75rem;
}

.filter-select-list__item {
  position: relative;
  padding: 0.75rem 0.375rem 0.75rem 2.5rem;
  color: #4a5f6d;
}

.filter-select-list__item[aria-selected='true'] {
  color: #001e34;
}

.filter-select-list__item[aria-selected='true']::before {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 0.875rem;
  width: 1rem;
  height: 0.6875rem;
  background-size: 1rem 0.6875rem;
  background-image: url("../img/svg/icon-check.svg");
  background-repeat: no-repeat;
}

.filter-select-list__btn-show {
  display: none;
}

.breadcrumbs {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, margin 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, margin 0.3s ease;
}

.breadcrumbs.is-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  margin-top: 1.125rem;
  margin-bottom: 1.4375rem;
}

.breadcrumbs.is-active.breadcrumbs--big-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.breadcrumbs__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  scrollbar-width: none;
}

.breadcrumbs__list::-webkit-scrollbar {
  display: none;
}

.breadcrumbs__item {
  position: relative;
  padding-left: 1.4375rem;
  white-space: nowrap;
}

.breadcrumbs__item a {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumbs__item:last-child a {
  color: #67859b;
  pointer-events: none;
}

.breadcrumbs__item:first-child {
  padding-left: 0;
}

.breadcrumbs__item:first-child::before {
  display: none;
}

.breadcrumbs__item:before {
  content: '';
  position: absolute;
  top: 0.375rem;
  left: 0.4375rem;
  width: 0.5rem;
  height: 0.75rem;
  background-image: url("../img/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.breadcrumbs__item:only-child {
  padding-left: 1.4375rem;
}

.breadcrumbs__item:only-child a {
  pointer-events: all;
}

.breadcrumbs__item:only-child::before {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0.4375rem;
  width: 0.5rem;
  height: 0.75rem;
  background-image: url("../img/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.breadcrumbs--big .breadcrumbs__item a {
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 300;
  color: #001e34;
}

.breadcrumbs--big .breadcrumbs__item:only-child {
  padding-left: 2rem;
}

.breadcrumbs--big .breadcrumbs__item:only-child::before {
  top: 0.5rem;
  left: 0.625rem;
  width: 1rem;
  height: 1.5rem;
}

.breadcrumbs__sublist {
  min-width: 9.3125rem;
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  border-radius: 0.75rem;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

.breadcrumbs__item .breadcrumbs__sublist-link {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #4a5f6d;
  font-size: 1rem;
  line-height: 1.375rem;
}

.breadcrumbs__item .breadcrumbs__sublist-link:hover {
  background-color: #f6f6f4;
}

.breadcrumbs__item--list:hover .breadcrumbs__link--active {
  background-color: #fcff59;
  cursor: pointer;
}

.breadcrumbs__item--list:hover .breadcrumbs__sublist {
  display: block;
}

.breadcrumbs__link--active {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.03125rem;
  -webkit-text-decoration-color: #4a5f6d;
  text-decoration-color: #4a5f6d;
  border-radius: 0;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.found {
  display: flex;
  flex-direction: column;
}

.found__row {
  position: relative;
  display: grid;
  gap: 3rem 1.5rem;
  grid-auto-flow: dense;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2.5rem;
}

.found .product-card {
  position: relative;
  width: auto;
  min-height: 27.125rem;
}

.found__banner {
  grid-column: 1 / -1;
  max-height: 6.75rem;
  display: flex;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  max-width: 1056px;
}

.found__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.75rem;
}

.found__more-btn.btn {
  width: 100%;
  background-color: #f4f6f8;
  color: #4a5f6d;
  margin-bottom: 1.5rem;
}

.found__bottom-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}

.you-watched .section-heading {
  margin-bottom: 32px;
}

.you-watched .slider-cards {
  margin-top: -16px;
  margin-bottom: -16px;
}

.filter-type {
  display: none;
}

.filter-type span {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
}

.filter-type__back {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  opacity: 0;
  visibility: 0;
  pointer-events: none;
  color: #4a5f6d;
}

.catalog-checkbox-content--mobile .filter-type__back {
  opacity: 1;
  visibility: 1;
  pointer-events: all;
}

.filter-type__close {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  color: #4a5f6d;
}

.filter-type__close svg {
  display: block;
  margin-left: auto;
}

.is-open.basket-popup {
  display: flex;
}

.basket-popup {
  display: none;
  position: absolute;
  width: 20rem;
  height: 25.25rem;
  background-color: #ffffff;
  z-index: 5;
  right: -1.5625rem;
  top: 4.0625rem;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.03);
  box-shadow: 0 8px 32px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.03);
}

.basket-popup__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 5;
  position: relative;
}

.basket-popup__content::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 2.5rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}

.basket-popup__top {
  padding-right: 0.25rem;
  min-height: 20.25rem;
  padding-top: 1rem;
  display: flex;
  flex-grow: 1;
}

.basket-popup__inner-top {
  scrollbar-color: rgba(103, 133, 155, 0.3) rgba(246, 246, 244, 0.8);
  scrollbar-width: thin;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr;
  align-content: flex-start;
  gap: 1rem;
  flex-grow: 1;
  overflow: auto;
}

.basket-popup__inner-top::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.5rem;
  right: 0;
  background-color: #ffffff;
}

.basket-popup__inner-top::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2.1875rem;
  right: 0;
  bottom: 5rem;
  background-color: #ffffff;
}

.basket-popup__item-card {
  display: flex;
  min-height: 5.375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.basket-popup__item-card:hover {
  opacity: 0.6;
}

.basket-popup__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 5rem;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 3px 0 5px rgba(74, 95, 109, 0.15);
  box-shadow: 3px 0 5px rgba(74, 95, 109, 0.15);
}

.basket-popup .btn {
  padding: 0.8125rem 1.5rem;
}

.basket-popup__current-price,
.basket-popup__old-price,
.basket-popup__item-current-price,
.basket-popup__item-old-price {
  margin-top: 0;
  margin-bottom: 0;
}

.basket-popup__item-old-price,
.basket-popup__old-price {
  display: inline-flex;
  position: relative;
  opacity: 0.6;
}

.basket-popup__item-old-price::before,
.basket-popup__old-price::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #ff3055;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.basket-popup__current-price {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.basket-popup__old-price {
  font-size: 1rem;
  line-height: 1.375rem;
}

.basket-popup__item-card-image {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-right: 0.75rem;
  border-radius: 12px;
  overflow: hidden;
}

.basket-popup__item-current-price {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.basket-popup__item-old-price {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.basket-popup__item-card-title {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.basket-section__heading {
  margin-bottom: 2rem;
  position: relative;
}

.basket-section__row {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: 1fr 25.5rem;
  align-items: flex-start;
}

.basket-section__heading-popup-content {
  opacity: 0;
  position: absolute;
  width: 12.5rem;
  top: 2.875rem;
  left: 9.125rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.03);
  box-shadow: 0 0.5rem 2rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.03);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.section-heading__button-more--icon.is-active ~ .basket-section__heading-popup-content {
  opacity: 1;
  pointer-events: auto;
}

.basket-section__popup-btn {
  border: none;
  background-color: #ffffff;
  padding: 0;
  width: 100%;
  color: #4a5f6d;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  padding: 0.75rem 1.5rem;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-bottom: -0.0625rem;
}

.basket-section__popup-btn:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}

.basket-section__popup-btn:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
  margin-bottom: 0;
}

.basket-section__popup-btn--empty {
  color: #ff3055;
}

.basket-section__popup {
  position: sticky;
  top: 2.6875rem;
  right: 0;
}

.basket-section__content__content {
  max-width: 936px;
}

.basket-section__notification {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: grid;
  grid-template-columns: 1.5rem auto;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding: 1rem;
  min-height: 3.5rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 0.125rem rgba(0, 30, 52, 0.05), 0 0.5rem 2.25rem rgba(0, 30, 52, 0.12);
  box-shadow: 0 0 0.125rem rgba(0, 30, 52, 0.05), 0 0.5rem 2.25rem rgba(0, 30, 52, 0.12);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.basket-section__notification.is-active {
  opacity: 1;
  pointer-events: auto;
}

.basket-section__notification p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #001e34;
}

.basket-section__notification span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
  margin-top: 0.25rem;
}

.basket-section__notification-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.might-like__category-list-image {
  margin-bottom: 8px;
  width: 96px;
  height: 96px;
}

.might-like__category-list-item {
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  background: transparent;
}

.might-like__category-list-item::after {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  content: "";
  display: block;
  height: 3px;
  background-color: transparent;
}

.might-like__category-list-item.is-active::after {
  background-color: #ffe81d;
}

.might-like__category-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  justify-content: flex-start;
  grid-auto-flow: column;
  grid-template-columns: repeat(96px);
  gap: 32px;
  margin-bottom: 32px;
}

.might-like__category-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300vw;
  height: 1px;
  background-color: #ebf2f7;
}

.might-like__filters {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
}

.might-like__filters-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 24px;
  color: #4a5f6d;
  white-space: nowrap;
  background-color: #f4f6f8;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.might-like__filters-item.is-active {
  color: #001e34;
  background-color: #ffe81d;
}

.might-like__filters-item-icon {
  width: 15px;
  height: 15px;
  margin-left: 9px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  transition-property: opacity, color;
}

.might-like__section-heading {
  margin-bottom: 32px;
}

.might-like {
  overflow: hidden;
}

.might-like__filters-swiper {
  margin-bottom: 17px;
}

.might-like .slider-cards__swiper {
  padding-top: 16px;
  margin-top: -16px;
}

.might-like__tab-element {
  width: 100%;
}

.basket-menu {
  padding: 1.5rem;
  min-height: 26.25rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.03);
  box-shadow: 0 0.5rem 2rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.03);
}

.basket-menu--unauthorized {
  min-height: 21.25rem;
}

.basket-menu--unauthorized .basket-menu__switch {
  display: none;
}

.basket-menu__promo form {
  display: flex;
}

.basket-menu__promo-btn-wrap {
  max-width: 0;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-transition: max-width 0.3s ease;
  -o-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
}

.active ~ .basket-menu__promo-btn-wrap {
  max-width: 7.125rem;
}

.basket-menu__promo-btn {
  flex-shrink: 0;
  margin-left: 0.75rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f4f6f8;
  color: #4a5f6d;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.basket-menu__promo-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}

.basket-menu__promo-btn-icon {
  display: none;
}

.basket-menu__promo-btn-text {
  display: block;
}

.basket-menu__input {
  flex-grow: 1;
  color: #67859b;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.basket-menu__input.invalid .basket-menu__invalid {
  display: block;
}

.basket-menu__input.invalid label span {
  color: #ff3055;
}

.basket-menu__input label {
  position: relative;
  width: 100%;
  max-width: inherit;
}

.basket-menu__input label span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  pointer-events: none;
  -webkit-transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: font-size 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.basket-menu__input label input {
  border: 0.125rem solid #ebf2f7;
  border-radius: 0.5rem;
  padding: 1.0625rem 0.875rem 0.3125rem;
  font-weight: 400;
  font-size: 1rem;
  color: #001e34;
  line-height: 1.375rem;
  min-height: 3rem;
  max-width: inherit;
  width: inherit;
}

.basket-menu__input label input:focus ~ span {
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.75rem;
  -webkit-transform: translateY(calc(-50% - (10 / 16 * 1rem)));
  -ms-transform: translateY(calc(-50% - (10 / 16 * 1rem)));
  transform: translateY(calc(-50% - (10 / 16 * 1rem)));
}

.basket-menu__invalid {
  display: none;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #ff3055;
  margin: 0.25rem 0 0 0;
}

.basket-menu__switch {
  padding: 1rem;
  min-height: 3.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  background-color: #f6f6f4;
  border-radius: 0.75rem;
}

.basket-menu__switch .toggle-switch__round {
  background-color: #dbe0e5;
}

.basket-menu__total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #001e34;
  margin-top: 1rem;
}

.basket-menu__total-text {
  width: 80%;
}

.basket-menu__info {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
}

.basket-menu__info-item {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #001e34;
}

.basket-menu__info-description {
  width: 80%;
}

.basket-menu__info-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.basket-menu__info-price--discount {
  font-weight: 600;
  color: #ff3055;
}

.basket-menu__info-price--starting {
  font-weight: 600;
}

.basket-menu__info-delivery {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.basket-menu__info-delivery[aria-describedby="tippy-1"] .basket-menu__info-svg--default {
  opacity: 0;
}

.basket-menu__info-delivery[aria-describedby="tippy-1"] .basket-menu__info-svg--active {
  opacity: 1;
}

.basket-menu__info-delivery svg {
  width: inherit;
  height: inherit;
}

.basket-menu__info-svg {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.basket-menu__info-svg--active {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.basket-menu__ordering {
  margin-top: 2rem;
  width: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.basket-menu__question-close-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.basket-menu__question-close-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.basket-menu__question-close-icon {
  width: 0.5625rem;
  height: 0.5625rem;
  color: #67859b;
}

.basket-menu__question-text {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #001e34;
}

.shopping__badge {
  margin-bottom: 4px;
  padding: 2px 6px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}

.shopping__badge:last-child {
  margin-top: auto;
  margin-bottom: 0;
}

.shopping__badge:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

.shopping__badges-list {
  position: absolute;
  left: -144px;
  height: 100%;
  grid-column: second-col-start / span 1;
}

.shopping__card {
  position: relative;
  display: flex;
  padding: 40px 0 40px 0;
}

.shopping__card:first-child {
  padding-top: 0;
}

.shopping__card:last-child {
  padding-bottom: 0;
}

.shopping__card:not(:only-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #ebf2f7;
}

.shopping__card:last-child:not(:first-child)::before {
  display: none;
}

.shopping__card-content {
  flex-grow: 1;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: -webkit-min-content [second-col-start] 460px [third-col-start] -webkit-min-content [fourth-col-start] 108px;
  grid-template-columns: min-content [second-col-start] 460px [third-col-start] min-content [fourth-col-start] 108px;
  align-items: flex-start;
  position: relative;
}

.shopping__counter {
  margin-right: 56px;
  margin-left: 24px;
  margin-top: 8px;
  grid-column: third-col-start / span 1;
  grid-row: span 1;
}

.shopping__delete-button {
  padding-bottom: 1px;
  font-size: 14px;
  line-height: 18px;
  color: #4a5f6d;
  border-bottom: 1px solid #4a5f6d;
  border-radius: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: border-color, color, background-color;
  -o-transition-property: border-color, color, background-color;
  transition-property: border-color, color, background-color;
}

.tooltip-content__text + .shopping__delete-button {
  margin-top: 16px;
}

.shopping__delete-item {
  margin-top: 24px;
  grid-column: second-col-start / span 1;
  justify-self: flex-start;
}

.shopping__delete-item-content {
  display: flex;
  justify-self: flex-start;
}

.shopping__favorite {
  margin-top: calc(4px + 8px);
  margin-right: 4px;
  margin-left: 26px;
  grid-column: -1 / span 1;
  justify-self: flex-end;
}

.shopping__gift {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ff3055;
  grid-column: fourth-col-start / span 1;
  justify-self: flex-end;
  margin-top: 8px;
}

.shopping__gift .icon {
  flex-shrink: 0;
  margin-right: 7px;
}

.shopping__image {
  width: 120px;
  height: 120px;
  margin-right: 24px;
  grid-column: 1 / span 1;
  grid-row: 1 / span 4;
}

.shopping__inner-badges-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  max-height: 120px;
}

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

.shopping__need-installation {
  display: flex;
  align-items: center;
  margin-top: 12px;
  grid-column: second-col-start / span 1;
}

.shopping__product-under-order + .shopping__need-installation {
  margin-top: 16px;
}

.shopping__on-request-button.btn {
  margin-right: 56px;
  margin-left: 24px;
  padding: 7px 14px;
  border-color: #f4f6f8;
  font-weight: 600;
  grid-column: third-col-start / span 1;
  justify-self: flex-start;
}

.shopping__price {
  grid-column: fourth-col-start / span 1;
  grid-row: span 2;
  margin-top: 8px;
}

.shopping__private-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #67859b;
  grid-column: second-col-start / span 1;
}

.shopping__product-under-order {
  margin-top: 12px;
  margin-bottom: 0;
  grid-column: second-col-start / span 2;
  justify-self: flex-start;
}

.shopping__title {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  grid-column: second-col-start / span 1;
}

.shopping__withdrawn-sale + .shopping__title {
  max-width: 612px;
  grid-column: second-col-start / span 3;
}

.shopping__withdrawn-sale {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 0;
  padding-right: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ff3055;
  grid-column: -1 / span 1;
}

.shopping .popup-question {
  display: flex;
  align-items: center;
}

.shopping .toggle-switch-second {
  margin-right: 5px;
}

.shopping .badge--discount-color {
  padding: 2px 7px;
  font-size: 10px;
  line-height: 12px;
}

.shopping .badge--outline {
  font-size: 10px;
  line-height: 12px;
}

.toggle-switch-second {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.toggle-switch-second:hover input:checked + .toggle-switch-second__toggle-switch {
  background-color: #ffdd00;
}

.toggle-switch-second:hover .toggle-switch-second__toggle-switch {
  background-color: #d1dae1;
}

.toggle-switch-second__toggle-switch {
  width: 40px;
  height: 24px;
  margin: 0;
  margin-right: 8px;
  padding: 4px;
  overflow: visible;
  background-color: #dbe0e5;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

input:checked + .toggle-switch-second__toggle-switch {
  background-color: #ffe81d;
}

input:checked + .toggle-switch-second__toggle-switch:hover {
  background-color: rgba(219, 224, 229, 0.5);
}

.toggle-switch-second__switcher {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}

input:checked ~ .toggle-switch-second__toggle-switch .toggle-switch-second__switcher {
  -webkit-transform: translate(16px);
  -ms-transform: translate(16px);
  transform: translate(16px);
}

.toggle-switch-second__toggle-switch-label {
  font-size: 14px;
  line-height: 18px;
  color: #4a5f6d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.info-message {
  display: flex;
  align-items: flex-start;
  padding: 8px;
  background-color: #f6f6f4;
  border-radius: 12px;
  font-size: 12px;
  line-height: 16px;
}

.info-message .icon {
  margin-right: 5px;
  flex-shrink: 0;
}

.counter__button-minus {
  margin-right: 2px;
  background-color: #f4f6f8;
}

.counter__button-plus {
  grid-column: -1 \ span 1;
  background-color: #ffe81d;
}

.counter__discount-badge.badge--discount-color {
  padding: 1px 4px;
}

.counter__row {
  min-width: 36px;
  text-align: center;
  margin-right: 2px;
}

.counter__quantity-products {
  font-size: 14px;
  line-height: 18px;
  color: #001e34;
}

.counter__quantity-restrictions {
  font-size: 9px;
  line-height: 10px;
  color: #67859b;
}

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

.counter .btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 8px;
  color: #001e34;
}

.counter .btn:disabled {
  color: #b5c4ce;
}

.price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price__current-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.price__old-price {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 30, 52, 0.6);
}

.price__old-price::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 9px;
  left: 0;
  height: 1px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background-color: #ff3055;
}

.favorite-togle {
  position: relative;
  display: flex;
  color: rgba(179, 194, 205, 0.6);
  cursor: pointer;
  width: 20px;
  height: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  transition-property: opacity, color;
}

.favorite-togle::before {
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  position: absolute;
}

input:checked + .favorite-togle__icon {
  color: #ff3055;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.favorite-togle__icon {
  position: absolute;
  width: 100%;
  height: 100%;
}

.favorite-togle__icon--hover {
  opacity: 0;
  color: #ff3055;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  transition-property: opacity, color;
}

.tooltip-content {
  position: relative;
  display: block;
}

.tooltip-content__button-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #67859b;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.tooltip-content__button-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px;
  padding: 15px;
}

.tooltip-content__icon {
  width: 0.375rem;
  height: 0.625rem;
}

.tooltip-content__larget-text {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.tooltip-content__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.sale-badge {
  border-width: 1px;
  padding: 1px 5px;
}

.sale-badge__larget-text {
  margin-top: 0;
  margin-bottom: 4px;
  color: #ff3055;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.sale-badge__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.popular-categories .section-heading {
  margin-bottom: 2rem;
}

.light-header__content {
  display: grid;
  grid-template-columns: -webkit-min-content auto -webkit-min-content -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content auto min-content min-content min-content;
  align-items: center;
}

.light-header__logo .main-logo--type-mini {
  display: none;
}

.light-header__payment-security {
  margin-right: 120px;
  white-space: nowrap;
  padding: 0 3px;
}

.light-header__payment-security .icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.light-header__phone {
  white-space: nowrap;
  justify-self: flex-end;
  margin-right: 50px;
  padding: 0 2px;
}

.light-header__return-guarantee {
  white-space: nowrap;
  margin-right: 50px;
  padding: 0 3px;
}

.light-header__return-guarantee .icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.light-header__return-to-car {
  padding: 7px 22px;
}

.light-header {
  padding: 24px 0;
  font-size: 14px;
  line-height: 18px;
  color: #67859b;
  background-color: #f6f6f4;
}

.light-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.light-header.is-fixed + .page {
  padding-top: 8.125rem;
}

.phone-link__icon {
  width: 12px;
  height: 12px;
}

.phone-link__icon:first-child {
  margin-right: 5px;
}

.phone-link__icon:last-child {
  margin-left: 5px;
}

.phone-link__icon:only-child {
  margin-left: 0;
  margin-right: 0;
}

.delivery-point {
  position: relative;
  padding: 1.125rem 1rem;
  background-color: #ffffff;
}

.delivery-point:not(:last-child) {
  margin-bottom: 1.75rem;
}

.delivery-point:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 1px;
  background-color: #ebf2f7;
}

.delivery-point__title {
  margin: 0;
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 138%;
  color: #001e34;
}

.delivery-point__address {
  margin-bottom: 0.3125rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 138%;
  color: #001e34;
}

.delivery-point__metro-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}

.delivery-point__metro-item:not(:last-child) {
  margin-right: 1rem;
}

.delivery-point__metro-station {
  position: relative;
  padding-left: 0.875rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
  color: #4a5f6d;
}

.delivery-point__metro-station::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.delivery-point__metro-station--green::before {
  background-color: #16b912;
}

.delivery-point__metro-station--red::before {
  background-color: #e41d10;
}

.delivery-point__metro-station--blue::before {
  background-color: #0277bd;
}

.delivery-point__metro-station--light-blue::before {
  background-color: #1ac0f0;
}

.delivery-point__metro-station--orange::before {
  background-color: #f28532;
}

.delivery-point__metro-station--purple::before {
  background-color: #8e469c;
}

.delivery-point__metro-station--yellow::before {
  background-color: #ffca2e;
}

.delivery-point__metro-station--grey::before {
  background-color: #a0a1a3;
}

.delivery-point__metro-station--lime::before {
  background-color: #b2d348;
}

.delivery-point__metro-station--teal::before {
  background-color: #7bcccf;
}

.delivery-point__metro-station--blue-grey::before {
  background-color: #aabfdc;
}

.delivery-point__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.delivery-point__info span {
  position: relative;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
  color: #4a5f6d;
}

.delivery-point__info span:not(:last-child) {
  margin-right: 1.1875rem;
}

.delivery-point__info span:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  width: 3px;
  height: 3px;
  background-color: currentColor;
  border-radius: 50%;
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
}

.delivery-point__descr {
  margin: 0;
  padding: 0.75rem;
  margin-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
  background-color: #f6f6f4;
  border-radius: 12px;
}

.delivery-point__slider {
  margin-bottom: 1rem;
}

.delivery-point__slider .swiper-slide {
  width: 3.75rem;
  height: 3.75rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.delivery-point .btn {
  position: static;
  padding: 0.5625rem;
  min-width: 9.0625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.delivery-point .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 12px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.recipient-details__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(12.5rem, auto);
  grid-auto-rows: minmax(3rem, auto);
  gap: 0.5rem;
  align-items: flex-start;
}

.recipient-details__title {
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.recipient-details__email {
  grid-column: 1 / -1;
}

.making-order {
  padding-left: 10.25rem;
  padding-right: 10.25rem;
}

.making-order.is-error .popup-info--error {
  display: flex;
}

.making-order.is-success .popup-info--success {
  display: flex;
}

.making-order.is-info .popup-info--info {
  display: flex;
}

.making-order__wrapper {
  display: flex;
  justify-content: space-between;
}

.making-order__column {
  width: 60.4%;
}

.making-order__container {
  display: grid;
  max-width: 408px;
}

.making-order__recipient-details {
  margin-bottom: 3rem;
}

.making-order__way-get {
  width: 100%;
  margin-bottom: 3rem;
}

.making-order__payment-method {
  margin-bottom: 3rem;
}

.making-order__promo-code {
  margin-bottom: 2rem;
}

.making-order__wrap-shopping-widget {
  position: relative;
  width: 32%;
}

.making-order__popups {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(calc(-100% - 0.75rem));
  -ms-transform: translateY(calc(-100% - 0.75rem));
  transform: translateY(calc(-100% - 0.75rem));
}

.making-order__popups .popup-info {
  display: none;
}

.making-order__aside {
  padding: 1.5rem;
  position: sticky;
  top: 12.5rem;
  right: 0;
  -webkit-box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  border-radius: 12px;
}

.making-order__aside .bonus {
  margin-top: -1rem;
}

.making-order__aside .bonus__toggle-switch {
  margin-bottom: 2rem;
}

.making-order__mobyle-shopping-widget {
  display: none;
  max-width: 19.5rem;
}

.making-order__cost-estimate {
  margin-bottom: 2rem;
}

.making-order__place-order-button {
  width: 100%;
  margin-bottom: 1.5rem;
}

.making-order__get-receipt {
  justify-self: flex-start;
  margin-bottom: 1.625rem;
}

.making-order__subscribe-news {
  justify-self: flex-start;
  margin-bottom: 1.5rem;
}

.making-order__subscribe-news:last-child {
  margin-bottom: 0;
}

.making-order__offer-rules {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #67859b;
}

.making-order__check-email {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.making-order__check-email .custom-input {
  margin-bottom: 1.5rem;
}

.way-get__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.way-get__tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.875rem;
  white-space: normal;
  border-radius: 0.75rem;
}

.way-get__tab-list {
  display: grid;
  margin-bottom: 2rem;
  gap: 1rem;
  grid-auto-rows: minmax(6rem, auto);
  grid-template-columns: repeat(3, 1fr);
}

.way-get__tab-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #001e34;
}

.way-get__tab-desc {
  margin-top: 0.3125rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.way-get__tab.is-active {
  border-color: #ffe81d;
}

.delivery-courier {
  display: grid;
  row-gap: 1.5rem;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  grid-template-columns: 1fr 21.25rem;
  width: 100%;
}

.delivery-courier__title,
.delivery-courier__delivery-adress-input,
.delivery-courier__wrap-delivery-adress,
.delivery-courier__comment,
.delivery-courier__contactless-delivery {
  grid-column: 1 / 1;
}

.delivery-courier__delivery-map {
  grid-column: 2 / -1;
  grid-row: 2 / span 4;
}

.delivery-courier__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #4a5f6d;
  margin-top: 0;
  margin-bottom: 0;
}

.delivery-courier__wrap-delivery-adress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(48px, auto);
  grid-auto-columns: minmax(96px, auto);
  grid-gap: 0.5rem;
  align-items: flex-start;
}

.delivery-courier__delivery-city,
.delivery-courier__delivery-street {
  grid-column: 1 / -1;
}

.delivery-courier__delivery-adress-input {
  min-height: 3rem;
}

.delivery-courier__comment {
  min-height: 8.4375rem;
}

.delivery-courier__contactless-delivery {
  justify-self: flex-start;
}

.delivery-courier__map-button {
  display: none;
}

.delivery-courier__map-button .icon {
  margin-right: 0.375rem;
}

.delivery-courier__delivery-porch.custom-input--simple-type .custom-input__label::before {
  content: "Пд.";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}

.payment-method__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.payment-method__list {
  display: grid;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  gap: 1rem;
  grid-auto-rows: minmax(6rem, auto);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.payment-method__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.875rem;
  white-space: normal;
  border-radius: 0.75rem;
}

.payment-method__item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #001e34;
}

.payment-method__item-desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.payment-method__item-title + .payment-method__item-desc {
  margin-top: 0.5rem;
}

.payment-method__item.is-active {
  border-color: #ffe81d;
}

.payment-method__item-big-image {
  margin: auto;
  width: 6rem;
  height: 3rem;
}

.payment-method__item-title + .payment-method__item-image-list {
  margin-top: 0.5rem;
}

.payment-method__item-image-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 1.5rem);
  gap: 0.5rem;
}

.promo-code {
  display: flex;
  align-items: flex-start;
}

.promo-code .custom-input .custom-input__error {
  opacity: 0;
  height: 0;
  margin-top: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, margin-top, height, visibility;
  -o-transition-property: opacity, margin-top, height, visibility;
  transition-property: opacity, margin-top, height, visibility;
}

.promo-code.is-value .custom-input .custom-input__error {
  opacity: 1;
  height: unset;
  margin-top: 0.25rem;
}

.promo-code.is-value .promo-code__wrap-button {
  opacity: 1;
  max-width: 100%;
}

.promo-code__title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.promo-code__input {
  flex-grow: 1;
  min-height: 48px;
}

.promo-code__button {
  margin-left: 0.75rem;
}

.promo-code__wrap-button {
  flex-shrink: 0;
  max-width: 0;
  opacity: 0;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: max-width;
  -o-transition-property: max-width;
  transition-property: max-width;
}

.shopping-widget__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.shopping-widget__product {
  display: grid;
  width: 66px;
}

.shopping-widget__products-list {
  margin-top: 1rem;
}

.shopping-widget__image {
  height: 4.125rem;
  margin-bottom: 0.5rem;
  background-color: #f6f6f4;
  border-radius: 4px;
  overflow: hidden;
}

.shopping-widget__image img {
  mix-blend-mode: multiply;
  -o-object-fit: contain;
  object-fit: contain;
}

.shopping-widget__price {
  justify-self: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: #4a5f6d;
}

.shopping-widget__row {
  margin-top: 1rem;
}

.select-pickup-point {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.select-pickup-point__column {
  display: grid;
  width: 100%;
  margin-bottom: 1.5rem;
  gap: 1.5rem 0;
}

.select-pickup-point__title,
.select-pickup-point__search-input,
.select-pickup-point__checkbox-list {
  grid-column: 1 / span 1;
}

.select-pickup-point__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4a5f6d;
}

.select-pickup-point__checkbox-list {
  display: grid;
  justify-content: flex-start;
  grid-auto-flow: column;
  gap: 1.625rem;
}

.select-pickup-point__wrapper {
  display: flex;
  width: 100%;
  height: 27.5rem;
}

.select-pickup-point__map {
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  border-radius: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: min-height;
  -o-transition-property: min-height;
  transition-property: min-height;
}

.select-pickup-point__wrapper.is-active {
  min-height: 33.5625rem;
}

.select-pickup-point__delivery-locations {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 0;
  max-height: 0;
  margin-right: 0;
  overflow: hidden;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-property: max-width, margin-right, opacity, min-height, max-height;
  -o-transition-property: max-width, margin-right, opacity, min-height, max-height;
  transition-property: max-width, margin-right, opacity, min-height, max-height;
}

.select-pickup-point__wrapper.is-active .select-pickup-point__delivery-locations {
  width: 100%;
  max-width: 21.75rem;
  max-height: 100%;
  margin-right: 0.75rem;
  border-width: 0.125rem;
}

.select-pickup-point__delivery-locations > .delivery-locations {
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-property: min-height;
  -o-transition-property: min-height;
  transition-property: min-height;
  position: absolute;
  width: 100%;
  height: 100%;
}

.delivery-transport-company {
  max-width: 408px;
}

.delivery-transport-company__desc {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #4a5f6d;
}

.delivery-transport-company__info-message {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.125rem;
  background-color: #f6f6f4;
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.delivery-transport-company__bold-text {
  font-weight: 600;
}

.delivery-transport-company__icon {
  margin-right: 0.4375rem;
}

.cost-estimate {
  display: grid;
  align-content: flex-start;
  gap: 1.25rem;
}

.cost-estimate__field {
  display: flex;
  justify-content: space-between;
}

.cost-estimate__field--size-big {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.cost-estimate__label {
  font-size: 1rem;
  line-height: 1.375rem;
}

.cost-estimate__value {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.cost-estimate__value--accent {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.cost-estimate__value--accent-red {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #ff3055;
}

.cost-estimate__row {
  display: grid;
  gap: 0.75rem;
}

.delivery-locations {
  scrollbar-color: #e5ebf0 #f6f6f4;
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
  /* толщина */
}

.delivery-locations ::-webkit-scrollbar {
  width: 4px;
  background-color: #f6f6f4;
}

.delivery-locations ::-webkit-scrollbar-thumb {
  background-color: rgba(229, 235, 240, 0.8);
  border-radius: 50px;
}

.delivery-locations ::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: #d1dae1;
}

.delivery-locations__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 8px;
  height: 100%;
  overflow: auto;
}

.delivery-locations__list > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delivery-info {
  background: #f6f6f4;
  border-radius: 12px;
  padding: 6px 21px;
  margin-bottom: 13px;
}

.delivery-info table {
  width: 100%;
  table-layout: fixed;
}

.delivery-info td {
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #001e34;
}

.delivery-info td:last-of-type {
  padding-left: 12px;
  text-align: right;
}

.delivery-info th {
  font-weight: 600;
  color: #67859b;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.delivery-info th:last-of-type {
  padding-left: 12px;
  text-align: right;
}

.delivery-info tr:last-of-type td {
  padding-bottom: 0;
}

.delivery-info--mobile {
  display: none;
}

.map .clusterIcon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: red;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.map [class*=-default-cluster] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map__main-marker svg {
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 30, 52, 0.05)) drop-shadow(0px 12px 24px rgba(0, 30, 52, 0.2));
  filter: drop-shadow(0px 0px 1px rgba(0, 30, 52, 0.05)) drop-shadow(0px 12px 24px rgba(0, 30, 52, 0.2));
}

.tooltip-alert {
  cursor: pointer;
}

.tooltip-alert__icon {
  color: #ff3055;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  width: inherit;
  height: inherit;
}

.checkout-active {
  margin-bottom: 2.4375rem;
}

.checkout-active__title {
  margin-top: 0;
  margin-bottom: 1.625rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 300;
}

.checkout-active__list {
  max-width: 34.375rem;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: flex-start;
  gap: 24px;
  grid-auto-rows: minmax(3.125rem, auto);
}

.checkout-active__list > li {
  margin-bottom: 1.625rem;
}

.checkout-active__list > li:last-child {
  margin-bottom: 0;
}

.checkout-item {
  display: grid;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.125rem;
  grid-template-columns: -webkit-min-content auto -webkit-min-content;
  grid-template-columns: min-content auto min-content;
}

.checkout-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375rem;
}

.checkout-item__icon {
  margin-top: 0.1875rem;
  margin-left: 0.1875rem;
}

.checkout-item__button {
  margin-left: auto;
  padding: 0.3125rem 0.625rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.checkout-item__phone {
  margin-top: 0.5rem;
}

.checkout-item__text {
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.checkout-item__column {
  margin-left: 0.6875rem;
}

.checkout-item__note {
  padding: 11px 18px;
  margin: 7px 0px;
  background-color: #f6f6f4;
  border-radius: 12px;
}

.bonus__title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.bonus__toggle-switch {
  padding: 1rem;
  background-color: #f6f6f4;
  border-radius: 0.75rem;
}

.delivery-wishes__title {
  margin-right: 11px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.delivery-wishes__button {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  border: none;
  font-family: inherit;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: margin-bottom;
  -o-transition-property: margin-bottom;
  transition-property: margin-bottom;
}

.is-active[data-accordion="element"] .delivery-wishes__button {
  margin-bottom: 1rem;
}

.delivery-wishes__icon {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  -o-transition-property: color, transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  color: #4a5f6d;
}

.delivery-wishes__content {
  display: grid;
  gap: 1rem;
}

.delivery-wishes__textarea {
  min-height: 8.4375rem;
}

.is-active[data-accordion="element"] .delivery-wishes__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-info {
  display: flex;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 30, 52, 0.05), 0px 8px 36px rgba(0, 30, 52, 0.12);
  box-shadow: 0px 0px 2px rgba(0, 30, 52, 0.05), 0px 8px 36px rgba(0, 30, 52, 0.12);
}

.popup-info svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.popup-info__title {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

.popup-info__text {
  margin: 0;
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.popup-info--error svg {
  color: #ff3055;
}

.popup-info--success svg {
  color: #19c416;
}

.point-selected {
  max-width: 39rem;
  margin-bottom: 2rem;
}

.point-selected svg {
  position: absolute;
  top: 0;
  left: 0.1875rem;
}

.point-selected__title {
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 125%;
}

.point-selected__item {
  position: relative;
  display: flex;
}

.point-selected__item-wrap {
  max-width: 100%;
  padding-left: 2rem;
}

.point-selected .btn--true-secondary {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3125rem 0.625rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
}

.point-selected__delivery-point {
  padding: 0;
  margin-bottom: 0;
}

.point-selected__delivery-point:not(:last-child) {
  margin-bottom: 0;
}

.point-selected__delivery-point:not(:last-child)::before {
  display: none;
}

.point-selected__delivery-point .delivery-point__title {
  margin-bottom: 0.5rem;
}

.point-selected__delivery-point .btn {
  display: none;
}

.product-review {
  margin-bottom: 5.3125rem;
}

.product-review__product {
  display: flex;
}

.product-review__rating {
  margin-bottom: 3.4375rem;
}

.product-review__criteria .product-review__title {
  margin-bottom: 1.375rem;
}

.product-review__img-upload {
  flex-grow: 1;
  display: flex;
  max-width: 48rem;
  min-width: 25rem;
  padding: 0.9375rem 0.625rem 1rem 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #67859b;
  border: 2px dashed #ebf2f7;
  border-radius: 12px;
}

.product-review__img-upload label {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 27.75rem;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0);
}

.product-review__img-upload label svg {
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-right: 1.25rem;
}

.product-review__img-upload label p {
  max-width: 23.75rem;
  margin: 0;
  padding: 0;
  text-align: left;
}

.product-review__img-container {
  max-width: 48rem;
  margin-bottom: 1.4375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product-review__user-img {
  margin-right: 1.375rem;
  margin-bottom: 1.25rem;
  width: 5rem;
  height: 5rem;
  border: 2px solid #ebf2f7;
  border-radius: 12px;
}

.product-review__user-img.is-hide {
  display: none;
}

.product-review__user-img img {
  width: 4.75rem;
  height: 4.75rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
}

.product-review__publishing-rules {
  display: block;
  margin-bottom: 3.125rem;
  width: 9.0625rem;
}

.product-review__comment {
  max-width: 48rem;
  margin-bottom: 1.375rem;
}

.product-review__comment.custom-input--simple-type textarea {
  min-height: 8.4375rem;
}

.product-review__criteria {
  margin-bottom: 1.5rem;
}

.product-review__btn-reset {
  margin-right: 0.875rem;
}

.product-review__btn-submit {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.product-review__wrapper-btn {
  display: flex;
}

.product-review__text-upload {
  text-align: left;
}

.product-review__title {
  margin: 0;
  margin-bottom: 1.375rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.rating-diagram {
  position: relative;
  width: 240px;
  line-height: 0;
  height: 100%;
}

.rating-diagram svg {
  width: 240px;
  height: 48px;
}

.rating-diagram .rating-diagram__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rating-diagram--size-160-32 {
  width: 160px;
  height: 32px;
}

.rating-diagram--size-160-32 svg {
  width: 160px;
  height: 32px;
}

.rating-diagram--size-80-16 {
  width: 80px;
  height: 16px;
}

.rating-diagram--size-80-16 svg {
  width: 80px;
  height: 16px;
}

.rating-diagram--size-194-16 {
  width: 194px;
  height: 16px;
}

.rating-diagram--size-194-16 svg {
  width: 194px;
  height: 16px;
}

.rating-diagram--size-264-6 {
  width: 264px;
  height: 6px;
}

.rating-diagram--size-264-6 svg {
  width: 264px;
  height: 6px;
}

.product-rate {
  width: 14.875rem;
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  border: none;
}

.product-rate__caption {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.product-rate__wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background-image: url("../img/svg/star-rate.svg");
  background-size: 20% 100%;
  background-repeat: repeat-x;
}

.product-rate__stars-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background-image: url("../img/svg/star-color-rate.svg");
  background-repeat: repeat-x;
}

.product-rate__stars-color:nth-of-type(1) {
  z-index: 5;
  width: 20%;
  background-size: 100% 100%;
}

.product-rate__stars-color:nth-of-type(2) {
  z-index: 4;
  width: 40%;
  background-size: 50% 100%;
}

.product-rate__stars-color:nth-of-type(3) {
  z-index: 3;
  width: 60%;
  background-size: 33.3% 100%;
}

.product-rate__stars-color:nth-of-type(4) {
  z-index: 2;
  width: 80%;
  background-size: 25% 100%;
}

.product-rate__stars-color:nth-of-type(5) {
  z-index: 1;
  width: 100%;
  background-size: 20% 100%;
}

.product-rate__evaluation + label {
  opacity: 0;
}

.product-rate__evaluation:checked + label {
  opacity: 1;
}

.product-rate__stars-focus {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 48px;
  top: 50%;
  left: 0;
  margin-top: -24px;
  z-index: -1;
  opacity: 0;
}

.product-rate--line-svg {
  width: 17.875rem;
}

.product-rate--line-svg .product-rate__wrapper {
  height: 6px;
  background-image: url("../img/svg/line-rate.svg");
}

.product-rate--line-svg .product-rate__stars-color {
  background-image: url("../img/svg/line-color-rate.svg");
}

.product-rate--line-svg .product-rate__stars-focus {
  height: 14px;
  top: 50%;
  left: 0;
  margin-top: -9px;
}

.product-rate__value-rating {
  margin-left: 0.9375rem;
}

.product-rate--rating-none .product-rate__value-rating {
  display: none;
}

.similar-goods,
.series-goods {
  margin-bottom: 5rem;
}

.similar-goods .section-heading,
.series-goods .section-heading {
  margin-bottom: 2rem;
}

.interiors {
  padding: 5rem 0 7.3125rem;
  background-color: #efeee5;
}

.interiors__title {
  margin: 0;
  font-family: "DIN2014Web", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 122%;
}

.interiors .slider-cards__swiper {
  padding: 2rem 0 0;
}

.interiors .slider-cards__swiper-slide {
  width: 21rem;
  height: auto;
}

.interiors .slider-cards__swiper-button-prev,
.interiors .slider-cards__swiper-button-next {
  opacity: 0.7;
}

.interiors .slider-cards__swiper-button-prev.swiper-button-disabled,
.interiors .slider-cards__swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.picture-card {
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.picture-card__img {
  width: 100%;
  height: 25rem;
  overflow: hidden;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.picture-card__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.picture-card__info {
  padding: 1rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.picture-card__name {
  margin: 0;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4a5f6d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.info-card {
  position: relative;
  display: grid;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 0.75rem;
  grid-column-gap: 0.5rem;
  grid-template-columns: 80px 160px;
}

.info-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 8px 32px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.03);
  box-shadow: 0 8px 32px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.03);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.info-card:hover::after {
  opacity: 1;
}

.info-card__img {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  background-color: #f6f6f4;
  border-radius: 0.75rem;
}

.info-card__img img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
  object-fit: contain;
}

.info-card__title {
  display: inline-block;
  margin: 0 0 0.4375rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.info-card .icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.info-card__row-price {
  display: flex;
  min-height: 2rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.info-card .price-block {
  min-width: 3.75rem;
}

.info-card .price-block__old::after {
  top: 0.5625rem;
}

.info-card .price-block__cost {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.info-card .price-block__old {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
}

.info-card .column-buy {
  margin-left: auto;
}

.info-card .column-buy__button {
  padding: 0.25rem 0.75rem;
  opacity: 1;
}

.info-card .column-buy__button .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.info-card .column-buy__counter {
  display: none;
}

.info-card.is-open .product-counter {
  display: flex;
  align-items: center;
}

.info-card.is-open .column-buy__button {
  display: none;
}

.info-card .product-counter {
  display: none;
  width: 5.25rem;
}

.info-card .product-counter__remove-product {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.125rem;
  padding: 0.4375rem;
  color: #001e34;
  border-radius: 0.5rem;
}

.info-card .product-counter__remove-icon {
  width: 0.75rem;
  height: 0.125rem;
}

.info-card .product-counter__add-product {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.4375rem;
  border-radius: 0.5rem;
}

.info-card .product-counter__col {
  display: flex;
}

.info-card.is-open .product-counter__col {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: margin-left, margin-right;
  -o-transition-property: margin-left, margin-right;
  transition-property: margin-left, margin-right;
}

.info-card .product-counter__value {
  margin: 0;
  font-size: 1rem;
  line-height: 1.375rem;
}

.accessory-parts {
  margin-bottom: 5rem;
}

.accessory-parts .section-heading {
  margin-bottom: 2rem;
}

.accessory-parts .slider-cards--type-slider .slider-cards__swiper-slide {
  display: flex;
  height: auto;
  width: 16.5rem;
}

.accessory-parts .slider-cards__swiper-button-next,
.accessory-parts .slider-cards__swiper-button-prev {
  width: 4rem;
  height: 4rem;
  top: calc(50% - 8px);
}

.accessory-parts .slider-cards__swiper-button-next::after,
.accessory-parts .slider-cards__swiper-button-prev::after {
  font-size: 1.0625rem;
}

.characteristics {
  margin-bottom: 5rem;
}

.characteristics .section-heading {
  margin-bottom: 2rem;
}

.characteristics__wrapper {
  margin: 0 auto;
  padding: 3rem;
  border-radius: 0.75rem;
  background: #f6f6f4;
}

.characteristics__list {
  margin-bottom: 1rem;
  -webkit-columns: 3 22.3125rem;
  -moz-columns: 3 22.3125rem;
  columns: 3 22.3125rem;
  -webkit-column-gap: 7.75rem;
  -moz-column-gap: 7.75rem;
  column-gap: 7.75rem;
}

.characteristics__list table:nth-child(n+7) {
  display: none;
}

.characteristics__list-btn {
  text-align: center;
}

.characteristics table {
  width: 100%;
  margin-bottom: 4rem;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.characteristics table caption {
  margin-bottom: 0.875rem;
  text-align: left;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #001e34;
}

.characteristics td {
  padding: 0 0 1.625rem;
}

.characteristics td:first-child {
  color: #4a5f6d;
}

.characteristics td:nth-child(2) {
  text-align: right;
}

.characteristics tr:last-child td {
  padding-bottom: 0;
}

.fancybox-img {
  margin-right: 0.5rem;
}

.fancybox-img .swiper-slide {
  width: 7.5rem;
  height: 7.5rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.great-reviews {
  padding-bottom: 5.0625rem;
}

.great-reviews__wrapper {
  display: flex;
}

.product {
  position: relative;
  margin-bottom: 3rem;
}

.product .container {
  display: flex;
}

.product__information {
  width: 30rem;
  margin-left: auto;
}

.product--poor .slider-controls {
  display: none;
}

.product--min .slider-controls {
  display: none;
}

.product-block {
  margin-left: auto;
  color: #4a5f6d;
}

.product-info {
  width: 30rem;
  padding: 1.5rem;
  color: #4a5f6d;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 8px 32px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.03);
  box-shadow: 0 8px 32px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.03);
}

.product-info__popups {
  position: absolute;
  top: 0.3125rem;
  left: auto;
  width: 100%;
  max-width: 30rem;
  -webkit-transform: translateY(calc(-100% - 0.5rem)) translateX(-24px);
  -ms-transform: translateY(calc(-100% - 0.5rem)) translateX(-24px);
  transform: translateY(calc(-100% - 0.5rem)) translateX(-24px);
}

.product-info__popups .popup-info {
  display: none;
}

.product-info .popup-info--error-favorite,
.product-info .popup-info--error-compare {
  width: 100%;
}

.product-info .popup-info--error-favorite svg,
.product-info .popup-info--error-compare svg {
  color: #ff3055;
}

.product-info.is-error-favorite .popup-info--error-favorite {
  display: inline-flex;
}

.product-info.is-error-compare .popup-info--error-compare {
  display: inline-flex;
}

.product-info .popup-info__title {
  color: #001e34;
}

.product-info .popup-info__link {
  text-decoration: underline;
  -webkit-text-decoration-color: #4a5f6d;
  text-decoration-color: #4a5f6d;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.03125rem;
  text-underline-offset: 0.25rem;
}

.product-info__badges {
  margin-bottom: 0.6875rem;
}

.product-info .badge {
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.product-info .badge:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.product-info__block-title {
  margin: 0 0 0.9375rem;
}

.product-info .title-2 h2 {
  margin-bottom: 0.25rem;
  color: #001e34;
}

.product-info__code {
  margin: 0;
}

.product-info__offer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.product-info__payment {
  display: flex;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.product-info__payment-item {
  width: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.product-info__form {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 0.0625rem solid #ebf2f7;
  border-bottom: 0.0625rem solid #ebf2f7;
}

.product-info__add-btn {
  margin-bottom: 0.75rem;
}

.product-info__add-basket {
  width: 100%;
  white-space: normal;
}

.product-info__add-basket.is-hide {
  display: none;
}

.product-info__btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.product-info__one-click {
  min-width: 18.5rem;
  margin-right: 0.625rem;
  white-space: normal;
}

.product-info__btns-icon-mobile {
  display: none;
}

.product-info__btns-icon-mobile .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.product-info__btns-icon .btn {
  margin-right: 0.4375rem;
}

.product-info__btns-icon .btn:last-child {
  margin-right: 0;
}

.product-info__btns-icon .icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.product-info__available {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.product-info__available .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.4375rem;
  color: #19c416;
}

.product-info__counter-block {
  display: none;
  margin-bottom: 0.75rem;
}

.product-info__counter-block.is-open {
  display: flex;
}

.product-info__counter {
  min-width: 12.5rem;
  margin-right: 0.75rem;
}

.product-info__counter .btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
}

.product-info__counter .btn .icon {
  width: 1rem;
  height: 1rem;
}

.product-info__counter .counter__row {
  min-width: 5.25rem;
}

.product-info__counter .counter__quantity-products {
  font-size: 1rem;
  line-height: 1.375rem;
}

.product-info__counter .counter__quantity-restrictions {
  font-size: 0.75rem;
  line-height: 1rem;
}

.product-info__counter .counter__button-plus {
  background-color: #f4f6f8;
}

.product-info__go-basket {
  width: 100%;
}

.product-info__similar {
  min-width: 18.5rem;
  margin-right: 0.625rem;
  color: #ffffff;
  white-space: normal;
  background-color: #001e34;
}

.product-info__order {
  min-width: 18.5rem;
  margin-right: 0.625rem;
  color: #4a5f6d;
  white-space: normal;
  background-color: #ffffff;
}

.product-info--poor .product-info__offer {
  align-items: center;
}

.product-info--poor .product-info__payment {
  margin-bottom: 2rem;
}

.product-info--poor .product-info__payment-item {
  width: 100%;
  margin-bottom: 0;
}

.product-info--poor .payment-variants__options {
  flex-direction: row;
  align-items: center;
}

.product-info--poor .payment-variants__name {
  margin-right: 1rem;
  margin-bottom: 0;
}

.product-info--poor .payment-variants {
  padding: 1.1875rem 1rem;
}

.product-info--poor .product-info__one-click {
  margin-bottom: 0;
}

.product-info--poor .product-info__btns {
  margin-bottom: 2rem;
}

.product-info--min .product-info__offer {
  align-items: center;
  margin-bottom: 1.625rem;
}

.product-info--min .product-info__form {
  padding-top: 1.125rem;
}

.product-info--min .radio-block--min,
.product-info--min .color-radio {
  pointer-events: none;
}

.product-info--min .radio-block--min {
  margin-bottom: 0.375rem;
}

.product-info--min .radio-block--min .radio-block__variants {
  padding: 0;
  background: rgba(255, 255, 255, 0);
}

.product-info--min .radio-block--min label {
  padding: 0;
}

.product-info--min .product-info__one-click {
  margin-bottom: 0;
}

.product-info--min .product-info__btns {
  margin-bottom: 1.5rem;
}

.product-info--max .radio-block {
  margin-bottom: 1.4375rem;
}

.product-info--not-available .product-info__offer {
  align-items: center;
  margin-bottom: 1.5rem;
}

.product-info--not-available .price-block {
  opacity: 0.5;
}

.product-info--not-available .product-info__form {
  padding-top: 1.125rem;
  opacity: 0.6;
}

.product-info--not-available .radio-block--min,
.product-info--not-available .color-radio {
  pointer-events: none;
}

.product-info--not-available .radio-block--min {
  margin-bottom: 0.375rem;
}

.product-info--not-available .radio-block--min .radio-block__variants {
  padding: 0;
  background: rgba(255, 255, 255, 0);
}

.product-info--not-available .radio-block--min label {
  padding: 0;
}

.product-info--not-available .product-info__btns {
  margin-bottom: 2rem;
}

.product-info--not-available .product-info__btns .btn {
  margin-bottom: 0;
}

.product-info--not-available .product-info__available--not {
  color: #ff3055;
}

.product-info--order .product-info__btns {
  margin-bottom: 1.5rem;
}

.product-info--order .product-info__btns .btn {
  margin-bottom: 0;
}

.bonus-block {
  margin-bottom: -12px;
  font-size: 16px;
  line-height: 22px;
}

.bonus-block .icon {
  width: 20px;
  height: 20px;
}

.bonus-block__btn {
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.bonus-block__bonus,
.bonus-block__delivery {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-column-gap: 8px;
  margin-bottom: 12px;
}

.bonus-block__bonus .icon {
  color: #19c416;
}

.bonus-block--delivery .bonus-block__delivery .icon {
  color: #19c416;
}

.bonus-block__question-text {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #001e34;
}

.bonus-block__btn {
  position: relative;
}

.bonus-block__btn .bonus-block__info-svg--default {
  opacity: 1;
}

.bonus-block__btn .bonus-block__info-svg--active {
  opacity: 0;
}

.bonus-block__info-svg {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.bonus-block__info-svg--active {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 7.0625rem;
  margin-right: 1.25rem;
}

.price-block__cost {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  font-variant: small-caps;
  color: #001e34;
}

.price-block__old {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #001e34;
  opacity: 0.6;
}

.price-block__old::after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0.00375rem;
  width: 100%;
  height: 0.075rem;
  background: #ff3055;
  border-radius: 0.025rem;
  -webkit-transform: matrix(1, -0.04, -0.05, -1, 0, 0);
  -ms-transform: matrix(1, -0.04, -0.05, -1, 0, 0);
  transform: matrix(1, -0.04, -0.05, -1, 0, 0);
}

.payment-variants {
  height: 100%;
  display: flex;
  white-space: normal;
  width: 100%;
  padding: 0.5rem 0.8125rem;
  text-align: left;
  border: 2px solid #f4f6f8;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0);
}

.payment-variants .icon {
  width: 22px;
  height: 22px;
  margin-left: auto;
  color: #67859b;
}

.payment-variants__options {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 0.375rem;
}

.payment-variants__name {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 0.375rem;
  padding: 0.1875rem 0.375rem;
  color: #ffffff;
  background: #001e34;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.payment-variants__name .icon {
  width: 17px;
  height: 13px;
  color: #ffffff;
}

.payment-variants__price {
  display: inline-flex;
  align-items: flex-start;
  align-self: flex-start;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4a5f6d;
}

.info-block {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.info-block__list {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0 -10px;
  padding: 0;
  list-style: none;
}

.info-block__item {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.info-block__item:last-child {
  margin-right: 0;
}

.info-block__btn {
  border-radius: 0.75rem;
  background-color: #f4f6f8;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #4a5f6d;
  padding: 0.3125rem 0.6875rem;
  border-color: rgba(255, 255, 255, 0);
}

.about-product {
  margin-bottom: 5rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.about-product .section-heading {
  margin-bottom: 2rem;
}

.about-product__text {
  max-width: 57.1875rem;
  width: 100%;
  margin: 0;
  color: #4a5f6d;
}

.about-product__text-all {
  display: none;
}

.about-product__text-all.is-open {
  display: inline;
}

.about-product .btn.is-hide {
  display: none;
}

.text-block {
  margin: 5rem 0;
  color: #4a5f6d;
}

.text-block p {
  margin: 0;
}

.radio-block {
  display: grid;
  align-items: center;
  margin-bottom: 0.9375rem;
  grid-column-gap: 1rem;
  grid-template-columns: 96px 1fr;
  /* Checked */
}

.radio-block__variants {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.125rem;
  background: #f4f6f8;
  border-radius: 0.75rem;
}

.radio-block__variants input[type=radio] {
  display: none;
}

.radio-block__name {
  min-width: 6rem;
  margin-right: 1rem;
  font-size: 18px;
  line-height: 24px;
}

.radio-block .btn-radio {
  display: flex;
  align-items: center;
}

.radio-block label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.75rem;
  font-weight: 600;
  line-height: 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-block .btn-radio input[type=radio]:checked + label {
  line-height: 36px;
  color: #ff3055;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 5px rgba(74, 95, 109, 0.15);
  box-shadow: 0 3px 5px rgba(74, 95, 109, 0.15);
}

.radio-block--max {
  grid-template-columns: 125px 255px;
}

.radio-block--max .noUi-target {
  width: 100%;
  max-width: 320px;
  height: 2px;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio-block--max .noUi-origin {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.radio-block--max .noUi-connect {
  height: 2px;
  background: #ff3055;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.radio-block--max .noUi-connects {
  position: relative;
  background: #d9d9d9;
  border-radius: 8px;
  overflow: visible;
}

.radio-block--max .noUi-connects::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 29px;
  height: 2px;
  border-radius: 8px 0 0 8px;
  background: #ff3055;
}

.radio-block--max .noUi-connects::after {
  content: "";
  position: absolute;
  right: -29px;
  top: 0;
  width: 29px;
  height: 2px;
  border-radius: 0 8px 8px 0;
  background: #d9d9d9;
}

.radio-block--max .noUi-marker {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.radio-block--max .noUi-marker.red {
  background-color: #ff3055;
}

.radio-block--max .noUi-tooltip {
  bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ff3055;
  border: none;
}

.radio-block--max .noUi-pips {
  height: auto;
  padding: 0;
  color: inherit;
  pointer-events: none;
}

.radio-block--max .noUi-value {
  display: none;
}

.radio-block--max .noUi-handle {
  top: 0;
  right: -35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 4.0625rem;
  height: 36px;
  padding: 0;
  font-size: 15px;
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 5px rgba(74, 95, 109, 0.15);
  box-shadow: 0 3px 5px rgba(74, 95, 109, 0.15);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio-block--max .noUi-touch-area:hover {
  background-color: #ffffff;
}

.color-radio {
  display: grid;
  align-items: center;
  grid-column-gap: 1rem;
  grid-template-columns: 96px 1fr;
  /* Checked */
}

.color-radio__name {
  min-width: 6rem;
  margin-right: 1rem;
  font-size: 18px;
  line-height: 24px;
}

.color-radio__variants {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.3125rem;
}

.color-radio__variants input[type=radio] {
  display: none;
}

.color-radio__variants label {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 12px;
}

.color-radio .btn-radio {
  margin-bottom: 0.3125rem;
}

.color-radio .btn-radio input[type=radio] + label {
  position: relative;
  -webkit-transition: border-color 0.3s ease color 0.3s ease;
  -o-transition: border-color 0.3s ease color 0.3s ease;
  transition: border-color 0.3s ease color 0.3s ease;
}

.color-radio .btn-radio input[type=radio] + label:hover::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 44px;
  height: 44px;
  border: 2px solid #e6ebef;
  border-radius: 14px;
}

.color-radio #color1 + label {
  background: #d4c1a1;
  border: 2px solid rgba(255, 255, 255, 0);
}

.color-radio #color2 + label {
  background: #e0b0b0;
  border: 2px solid rgba(255, 255, 255, 0);
}

.color-radio #color3 + label {
  background: #c8c8c8;
  border: 2px solid rgba(255, 255, 255, 0);
}

.color-radio #color4 + label {
  background: #ffffff;
  border: 2px solid #e5ebf0;
}

.color-radio .btn-radio {
  display: flex;
  align-items: center;
}

.color-radio label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.color-radio .btn-radio input[type=radio]:checked + label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40x;
  height: 40x;
}

.color-radio .btn-radio input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 44px;
  height: 44px;
  border: 2px solid #ff3055;
  border-radius: 14px;
}

.color-radio .btn-radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}

.product-img {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.product-img__title {
  width: 15.625rem;
  margin: 0;
  margin-bottom: 0.8125rem;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.product-img__img {
  min-width: 80px;
  min-height: 80px;
  margin-right: 1.4375rem;
}

.product-img__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-rating {
  margin-bottom: 1.9375rem;
}

.product-rating__stars {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}

.product-rating__value {
  margin: 0 0 0 0.5rem;
  padding: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #4a5f6d;
}

.product-rating__customers-percent {
  margin: 0;
  padding: 0;
  color: #4a5f6d;
}

.criteria-rating {
  margin-top: 3.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

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

.criteria-rating__item {
  margin-bottom: 0.5625rem;
}

.criteria-rating__item:last-child {
  margin-bottom: 0;
}

.criteria-rating-title {
  padding: 0;
  margin: 0;
  margin-bottom: 0.25rem;
}

.criteria-rating__diagram {
  display: flex;
  align-items: center;
}

.criteria-rating__value {
  margin: 0;
  padding: 0;
  margin-left: 0.75rem;
  min-width: 1.125rem;
  text-align: center;
}

.reviews-number {
  margin-bottom: 3.75rem;
}

.reviews-number__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.reviews-number__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.reviews-number__item:last-child {
  margin-bottom: 0;
}

.reviews-number__stars-number {
  padding: 0;
  margin: 0;
  width: 3.375rem;
  margin-right: 1.125rem;
}

.reviews-number__value {
  min-width: 1.25rem;
  margin-left: 0.75rem;
  text-align: center;
}

.reviews-number__value .link {
  width: 100%;
  justify-content: center;
}

.product-reviews .fancybox-img {
  margin-top: 1rem;
}

.product-reviews__reviews {
  flex-grow: 1;
}

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

.product-reviews__review {
  display: flex;
  margin-bottom: 4rem;
}

.product-reviews__review:last-child {
  margin-bottom: 0;
}

.product-reviews__column {
  max-width: 39.25rem;
}

.product-reviews__author {
  width: 7.25rem;
  margin-right: 1.5rem;
  font-weight: 600;
}

.product-reviews__rating {
  margin-bottom: 1.0625rem;
  display: flex;
  align-items: flex-end;
  padding-top: 0.125rem;
}

.product-reviews__date {
  margin-left: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4a5f6d;
}

.product-reviews__text {
  padding: 0;
  margin: 0;
}

.product-reviews__text p {
  margin-top: 0;
  padding: 0;
}

.product-reviews__text.is-hide {
  display: none;
}

.product-reviews__text-btn {
  margin-top: 0.5625rem;
}

.product-reviews__text-btn.is-hide {
  display: none;
}

.product-reviews__btn {
  margin-top: 4rem;
  margin-left: 8.75rem;
}

.product-diagrams {
  margin-right: 7.5rem;
}

.product-diagrams__btn {
  width: 100%;
}

.reviews-header {
  padding-top: 0.5rem;
  margin-left: 0;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.reviews-header .reviews-header__link-back {
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
  fill: #b3c2cd;
}

.reviews-header.is-hide {
  display: none;
}

.reviews-header__wrapper {
  display: flex;
  align-items: center;
}

.reviews-header__header-close {
  display: none;
}

.reviews-header__header-close svg {
  width: 20px;
  height: 20px;
}

.thanks {
  margin-bottom: 3.25rem;
}

.thanks__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks__img {
  margin-top: 3.4375rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 264px;
  height: 264px;
}

.thanks__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thanks__text {
  text-align: center;
  margin-bottom: 2.5rem;
}

.thanks__message {
  margin: 0;
  margin-bottom: 0.625rem;
  padding: 0;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.75rem;
}

.thanks__explanation {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.thanks__btn {
  margin-top: auto;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.info-rating {
  display: flex;
  flex-wrap: wrap;
  margin-right: 1rem;
}

.info-rating .btn {
  margin-right: 1rem;
}

.info-rating .btn:last-child {
  margin-right: 0;
}

.info-rating--data .btn--rating .icon {
  opacity: 1;
}

.card-review {
  margin-bottom: 5rem;
}

.card-review .section-heading {
  margin-bottom: 2rem;
}

.card-review__wrapper {
  display: flex;
}

.card-review__wrapper .product-reviews__review:nth-child(n+5) {
  display: none;
}

.delivery-return__tab-list {
  display: flex;
  flex-direction: row;
}

.delivery-return__table {
  padding: 21px 24px;
  border: 2px solid #ebf2f7;
  border-radius: 12px;
  margin-bottom: 16px;
}

.delivery-return__table-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001e34;
  padding-bottom: 14px;
}

.delivery-return__table-content span {
  display: none;
}

.delivery-return__table-content:first-child {
  width: 36%;
}

.delivery-return__table-content:nth-child(2) {
  width: 51%;
}

.delivery-return__table-content:last-child {
  width: 12.99%;
}

.delivery-return__table-content--description span:nth-child(2) {
  display: none;
}

.delivery-return__table-content--price {
  text-align: right;
}

.delivery-return__table-row {
  display: flex;
  flex-direction: row;
}

.delivery-return__table-row:nth-of-type(2) .delivery-return__table-content:first-of-type {
  opacity: 0;
}

.delivery-return__table-row--title {
  padding: 0 0 16px 0;
}

.delivery-return__table-row--title .delivery-return__table-content {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4a5f6d;
}

.delivery-return__table-item {
  padding: 0 0 16px 0;
}

.delivery-return__table-item:last-child {
  padding-bottom: 0;
}

.delivery-return__table-item:last-child .delivery-return__table-row:last-child .delivery-return__table-content {
  padding-bottom: 0;
}

.delivery-return__element {
  width: 100%;
}

.delivery-return__tab-list {
  border-bottom: 1px solid #ebf2f7;
  justify-content: space-between;
}

.delivery-return__btn {
  padding: 21px;
  background-color: #ffffff;
  color: #4a5f6d;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  width: calc(50% - 12px);
}

.delivery-return__btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #ffe81d;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.delivery-return__btn.is-active {
  color: #001e34;
}

.delivery-return__btn.is-active:after {
  opacity: 1;
}

.delivery-return__description {
  margin: 0;
  padding: 24px 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #001e34;
}

.delivery-return__free {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 0;
  margin-bottom: 24px;
  background-color: #f6f6f4;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001e34;
  border-radius: 12px;
}

.delivery-return__accent {
  font-weight: 600;
}

.delivery-return__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4a5f6d;
}

.delivery-return__link .link__icon {
  margin-right: 8px;
}

.delivery-return__link span {
  border-bottom: 0.5px solid #4a5f6d;
}

.delivery-return__img img {
  margin: 62px auto 46px;
}

.delivery-return__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #001e34;
  text-align: center;
  max-width: 485px;
  margin: 0 auto 16px;
}

.delivery-return__text:last-of-type {
  margin-bottom: 29px;
}

.buy-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 32px;
}

.buy-item__description,
.buy-item__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.buy-item__wrapper {
  flex-grow: 1;
  align-items: center;
}

.buy-item__description {
  width: 100%;
  padding-top: 8px;
}

.buy-item__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #001e34;
  margin: 0;
  padding-right: 24px;
  padding-left: 24px;
}

.buy-item img {
  width: 120px;
  min-width: 120px;
}

.buy-item .price {
  margin: 0;
  margin-right: 65px;
  white-space: nowrap;
}

.buy-item .counter {
  margin-top: 0;
}

.pay-by-parts-scheme {
  background: #f6f6f4;
  border-radius: 12px;
  padding: 23px 25px 14px 25px;
  margin-right: 80px;
  margin-left: 80px;
  margin-bottom: 23px;
}

.pay-by-parts-scheme__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 17px;
  margin-right: 4px;
}

.pay-by-parts-scheme__list--icons {
  margin-left: 33px;
  margin-right: 33px;
  position: relative;
}

.pay-by-parts-scheme__list--icons:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4a5f6d;
  top: 13px;
  left: 0;
  z-index: 1;
}

.pay-by-parts-scheme__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pay-by-parts-scheme__percent {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4a5f6d;
  margin: 0;
  margin-bottom: 6px;
}

.pay-by-parts-scheme__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #4a5f6d;
  text-align: center;
}

.pay-by-parts-scheme__icon {
  position: relative;
  width: 26px;
  height: 26px;
  z-index: 2;
  background-color: #f6f6f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay-by-parts-scheme__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-left: 33px;
  padding-right: 33px;
}

.pay-by-parts-scheme__benefit {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #4a5f6d;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pay-by-parts-scheme__benefit svg {
  margin-right: 8px;
  color: #64A3A0;
  min-width: 20px;
}

.tags {
  margin-bottom: 5rem;
}

.tags .section-heading {
  margin-bottom: 2.5rem;
}

.tags__block {
  margin-bottom: 2.5rem;
}

.tags__name {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-brand {
  position: relative;
  max-width: 61.4375rem;
  width: 100%;
  border: 0.0625rem solid #ebf2f7;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4a5f6d;
}

.about-brand__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, background-color, border-color, color;
  -o-transition-property: opacity, background-color, border-color, color;
  transition-property: opacity, background-color, border-color, color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.about-brand__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.about-brand .icon {
  color: #67859b;
  width: 1.5rem;
  height: 0.9375rem;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.about-brand .is-active .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.is-active .about-brand__hide {
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 1;
}

.about-brand__accordion {
  padding: 1rem 1.5rem 1rem 1.5rem;
}

.about-brand__head {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: visible;
  font: inherit;
  text-align: left;
  color: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
}

.about-brand__head-content {
  display: flex;
  align-items: center;
}

.about-brand__head-content p {
  max-width: 61.3125rem;
  width: 100%;
  padding-right: 1.25rem;
  margin: 0 0 0 1.5rem;
}

.about-brand__img {
  min-width: 6.5rem;
  margin: auto 0;
  align-self: start;
  padding: 1.25rem 0.3125rem;
  background-color: #f6f6f4;
  border-radius: 0.5rem;
}

.about-brand__img img {
  width: 5.875rem;
  height: 1.9375rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-brand__body {
  max-width: 51.8125rem;
  width: 100%;
  margin-left: auto;
  padding: 0 3.75rem 0 1.5rem;
}

.about-brand__body p {
  margin: 0.5rem 0 0 0;
}

.about-brand__read-more {
  display: none;
  opacity: 0;
}

.about-brand__hide {
  display: none;
}

.brand .section-heading {
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.brand .section-heading__title {
  margin-right: 0.5rem;
}

.brand__info {
  margin-bottom: 2rem;
}

.brand__slider .title {
  margin-bottom: 1rem;
}

.brand__slider .chips {
  padding: 0.3125rem 0.75rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

.brand .choice.container {
  padding-top: 1.875rem;
}

.brand .choice.container .filter-select-list__button {
  margin-top: 0.5rem;
}

.brands {
  margin-bottom: 5rem;
  overflow: hidden;
}

.brands .section-heading {
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.brands .section-heading__title {
  margin-right: 0.5rem;
}

.brands__head {
  margin-bottom: 2.75rem;
  display: flex;
  align-items: flex-start;
}

.brands__alphabet {
  margin-right: 3.125rem;
}

.brands__alphabet-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625rem;
}

.brands__alphabet-block:last-child {
  margin-bottom: 0;
}

.brands__alphabet-btn {
  margin-right: 1rem;
  padding: 0.1875rem 0.375rem;
}

.brands__alphabet-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -0.6875rem;
  padding: 0;
  list-style: none;
}

.brands__alphabet-item {
  margin-left: 0.25rem;
}

.brands__alphabet-link {
  padding: 0.1875rem 0.375rem;
  border-radius: 12px;
}

.brands__alphabet-link.active,
.brands__alphabet-link:active {
  color: #001e34;
  background-color: #ffe81d;
}

.brands__block {
  margin-bottom: 3rem;
}

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

.brands-block__list {
  width: calc(100% + 1.5rem);
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -0.375rem;
}

.brands-block__title {
  margin: 0;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #001e34;
}

.brands-block__item {
  width: calc(25% - 1.5rem);
  margin-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.brands-block__link {
  padding: 0 0.375rem;
}

.header-slider .container {
  position: relative;
}

.header-slider__wrp {
  position: relative;
}

.header-slider__slide-link {
  padding: 1.0625rem 1.3125rem 1.5rem;
}

.header-slider__slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #4a5f6d;
}

.header-slider__slide:first-child .header-slider__slide-link {
  padding-left: 0;
}

.header-slider__slide:last-child .header-slider__slide-link {
  padding-right: 0;
}

.header-slider__slide-inner {
  display: flex;
  align-items: center;
}

.header-slider__slide-inner .link__icon {
  color: #001e34;
  border-radius: 50%;
}

.header-slider__slide-inner .link__icon:first-child:not(:last-child) {
  margin: 0 0.375rem 0 0;
}

.header-slider .slider-controls {
  right: 0;
  left: 0;
}

.header-slider .slider-controls button {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
}

.header-slider .slider-controls button svg {
  width: 1rem;
  height: 1rem;
}

.header-slider__swiper {
  position: relative;
}

.slider-controls {
  position: absolute;
  top: 0.5625rem;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.slider-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0;
  color: #001e34;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 8px 14px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.02);
  box-shadow: 0 8px 14px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.02);
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-controls button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slider-controls__button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-slider__title {
  display: flex;
  align-items: baseline;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 300;
}

.top-slider__title span:last-child {
  margin-left: 0.625rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #b3c2cd;
}

.top-slider__filters {
  display: flex;
  flex-wrap: wrap;
}

.top-slider__filters::-webkit-scrollbar {
  width: 0;
  display: none;
}

.top-slider__button {
  margin-right: 0.375rem;
  margin-bottom: 0.5rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  background-color: #f4f6f8;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  color: #4a5f6d;
}

.top-slider__button.is-active {
  color: #001e34;
  background-color: #ffe81d;
}

.top-slider__slider {
  position: relative;
  margin: 0 -1rem;
  padding: 1.5rem 1rem 1.5rem 1rem;
}

.top-slider__slider::-webkit-scrollbar {
  width: 0;
  display: none;
}

.top-slider__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.top-slider__slide-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.25rem;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #4a5f6d;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.top-slider__img {
  position: relative;
  width: 6rem;
  height: 0;
  padding-bottom: calc(90% * 96 / 96);
  overflow: hidden;
}

.top-slider__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-slider-next,
.top-slider-prev {
  position: absolute;
  top: 39%;
  right: 1rem;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.top-slider-prev {
  right: unset;
  left: 1rem;
}

.top-slider .swiper-button-disabled {
  opacity: 0;
}

.top-slider__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 0.75rem 0.5rem;
  border-radius: 0.75rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.top-slider__item {
  width: calc((100% - 54px) / 10);
  margin-right: 6px;
}

.product-slider {
  display: flex;
  width: 52.875rem;
  height: 44.25rem;
  justify-content: space-between;
}

.product-slider__slider {
  position: relative;
  overflow: hidden;
}

.product-slider__thumbs {
  position: relative;
  min-width: 8.5rem;
  width: 8.5rem;
  display: flex;
  margin-right: 1.5rem;
  height: 44.6875rem;
  overflow: hidden;
  margin-top: -0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  margin-left: -0.5rem;
}

.product-slider__thumbs-list {
  display: flex;
}

.product-slider__thumbs-item {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.product-slider__thumbs-img {
  width: 7.5rem;
  height: 7.5rem;
}

.product-slider__thumbs-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.75rem;
}

.product-slider .swiper-slide-thumb-active {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.75rem;
}

.product-slider .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 1rem;
  border: 0.125rem solid #ebf2f7;
}

.product-slider .product-slider__thumbs-item--graphic.swiper-slide-thumb-active,
.product-slider .product-slider__thumbs-item--video.swiper-slide-thumb-active {
  border-color: rgba(255, 255, 255, 0);
}

.product-slider .product-slider__thumbs-item--graphic.swiper-slide-thumb-active .product-slider__thumbs-text,
.product-slider .product-slider__thumbs-item--video.swiper-slide-thumb-active .product-slider__thumbs-text {
  color: #4a5f6d;
}

.product-slider .product-slider__thumbs-item--graphic.swiper-slide-thumb-active .icon,
.product-slider .product-slider__thumbs-item--video.swiper-slide-thumb-active .icon {
  color: #4a5f6d;
}

.product-slider__thumbs-item--small {
  height: 6.5rem;
}

.product-slider__thumbs-item--small .product-slider__thumbs-img {
  height: 6.5rem;
}

.product-slider__thumbs-item--video,
.product-slider__thumbs-item--graphic {
  height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 0.125rem solid #f4f6f8;
  border-radius: 0.75rem;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.product-slider__thumbs-item--video svg,
.product-slider__thumbs-item--graphic svg {
  width: 1.0625rem;
  height: 1.125rem;
  margin-right: 0.5rem;
}

.product-slider__thumbs-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #67859b;
}

.product-slider__thumbs-list,
.product-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-slider__item {
  width: 43.5rem;
  height: 43.5rem;
}

.product-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.75rem;
}

.product-slider__item--graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
}

.product-slider__item--video {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider .slider-controls {
  flex-direction: column;
  align-items: center;
  top: 0;
  bottom: 0;
}

.product-slider .slider-controls .icon {
  width: 1.4375rem;
  height: 2rem;
}

.product-slider .slider-controls__button-prev,
.product-slider .slider-controls__button-next {
  width: 4rem;
  height: 4rem;
}

.product-slider .slider-controls__button-prev {
  margin-top: 1.6875rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-slider .slider-controls__button-next {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 1.6875rem;
}

.product-slider__swiper-pagination {
  display: none;
}

.product-slider .swiper-pagination-bullets {
  bottom: 0;
}

.product-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.slider-list__container {
  margin-left: -0.5rem;
}

.slider-list__item {
  margin-left: 0.5rem;
  margin-right: 0;
  width: auto;
  height: auto;
}

.slider-list__item.swiper-slide-active {
  background-color: #ffe81d;
  color: #001e34;
  pointer-events: none;
}

/* @media (hover: hover), screen and (min-width: 0\0) {
  &:hover,
  &:focus {
    color: $color-default-white;
  }
} */

@media (hover: hover), screen and (min-width: 0\0) {
  .modal__close-btn:hover:not(.focus-visible):hover,
  .modal__close-btn.focus-visible:focus:hover {
    opacity: 0.5;
  }

  .modal__return-btn:hover:not(.focus-visible):hover,
  .modal__return-btn.focus-visible:focus:hover {
    color: #67859b;
    background-color: transparent;
    opacity: 0.7;
  }

  .modal-contacts__wrp::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0);
  }

  .modal-contacts__wrp::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }

  .modal-contacts__wrp::-webkit-scrollbar-thumb {
    background-color: rgba(103, 133, 155, 0.3);
    border-radius: 0.5rem;
  }

  .modal-contacts__sections-btn:hover:not(.focus-visible):hover,
  .modal-contacts__sections-btn.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .modal-city__input-icon .btn:hover:not(.focus-visible):hover,
  .modal-city__input-icon .btn.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .modal-city__wrp::-webkit-scrollbar,
  .modal-city__wrap-list::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0);
  }

  .modal-city__wrp::-webkit-scrollbar-track,
  .modal-city__wrap-list::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }

  .modal-city__wrp::-webkit-scrollbar-thumb,
  .modal-city__wrap-list::-webkit-scrollbar-thumb {
    background-color: rgba(103, 133, 155, 0.3);
    border-radius: 0.5rem;
  }

  .modal-city__item .custom-input label:hover:not(.focus-visible):hover span,
  .modal-city__item .custom-input label.focus-visible:focus:hover span {
    background-color: #fcff59;
  }

  .tippy-box[data-theme="custom-big--very-big"] .tooltip-content__button-close:hover:not(.focus-visible):hover,
  .tippy-box[data-theme="custom-big--very-big"] .tooltip-content__button-close.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .btn:hover:not(.focus-visible):hover,
  .btn.focus-visible:focus:hover {
    background-color: #ffdd00;
  }

  .btn--secondary:hover:not(.focus-visible):hover,
  .btn--secondary.focus-visible:focus:hover {
    color: #4a5f6d;
    background-color: #e5ebf0;
  }

  .btn--third:hover:not(.focus-visible):hover,
  .btn--third.focus-visible:focus:hover {
    color: #4a5f6d;
    background-color: #e5ebf0;
  }

  .btn--outline:hover:not(.focus-visible):hover,
  .btn--outline.focus-visible:focus:hover {
    border-color: #e5ebf0;
    background-color: #ffffff;
  }

  .btn--light:hover:not(.focus-visible):hover,
  .btn--light.focus-visible:focus:hover {
    background-color: #f6f6f4;
    border-color: #f6f6f4;
  }

  .btn--light-second:hover:not(.focus-visible):hover,
  .btn--light-second.focus-visible:focus:hover {
    background-color: #ffffff;
    border-color: #e6ebef;
    color: #4a5f6d;
  }

  .btn--light-third:hover:not(.focus-visible):hover,
  .btn--light-third.focus-visible:focus:hover {
    background-color: #ffffff;
    border-color: #e6ebef;
    color: #4a5f6d;
  }

  .btn--true-light:hover:not(.focus-visible):hover,
  .btn--true-light.focus-visible:focus:hover {
    background-color: #ffffff;
    border-color: #e6ebef;
    color: #4a5f6d;
  }

  .btn--true-secondary:hover:not(.focus-visible):hover,
  .btn--true-secondary.focus-visible:focus:hover {
    background-color: #e6ebef;
    border-color: #e6ebef;
    color: #4a5f6d;
  }

  .btn--ghost:hover:not(.focus-visible):hover,
  .btn--ghost.focus-visible:focus:hover {
    color: #67859b;
    background-color: transparent;
  }

  .btn--ghost:hover:not(.focus-visible):hover .btn__icon,
  .btn--ghost.focus-visible:focus:hover .btn__icon {
    opacity: 0.7;
  }

  .btn--fiord:hover:not(.focus-visible):hover,
  .btn--fiord.focus-visible:focus:hover {
    color: #4a5f6d;
  }

  .btn--rating:hover:not(.focus-visible):hover,
  .btn--rating.focus-visible:focus:hover {
    color: #001e34;
    background-color: transparent;
  }

  .btn--rating:hover:not(.focus-visible):hover .icon,
  .btn--rating.focus-visible:focus:hover .icon {
    opacity: 1;
  }

  .btn--comment:hover:not(.focus-visible):hover,
  .btn--comment.focus-visible:focus:hover {
    color: #001e34;
    background-color: rgba(255, 255, 255, 0);
  }

  .btn--comment:hover:not(.focus-visible):hover .icon,
  .btn--comment.focus-visible:focus:hover .icon {
    color: #001e34;
  }

  .btn--next:hover:not(.focus-visible):hover,
  .btn--next.focus-visible:focus:hover,
  .btn--prev:hover:not(.focus-visible):hover,
  .btn--prev.focus-visible:focus:hover {
    background-color: #ffffff;
    border-color: #ffe81d;
  }

  .btn--hover-lemon:hover:not(.focus-visible):hover,
  .btn--hover-lemon.focus-visible:focus:hover {
    background-color: #fcff59;
    color: #001e34;
  }

  .header__top-menu .link:hover:not(.focus-visible):hover,
  .header__top-menu .link.focus-visible:focus:hover {
    color: #001e34;
  }

  .header__top-menu .link:hover:not(.focus-visible):hover .link__icon,
  .header__top-menu .link.focus-visible:focus:hover .link__icon {
    fill: rgba(255, 255, 255, 0);
  }

  .header__contacts .header__contacts-link:hover:not(.focus-visible):hover,
  .header__contacts .header__contacts-link.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .header__contacts .header__contacts-link:hover:not(.focus-visible):hover .header__contacts-link-inner,
  .header__contacts .header__contacts-link.focus-visible:focus:hover .header__contacts-link-inner {
    background-color: #fcff59;
  }

  .header__user-menu-item:hover:not(.focus-visible) .link:hover,
  .header__user-menu-item.focus-visible:focus .link:hover {
    color: #67859b;
    background-color: rgba(255, 255, 255, 0);
  }

  .header__user-menu-item:hover:not(.focus-visible) .link__icon:hover,
  .header__user-menu-item.focus-visible:focus .link__icon:hover {
    fill: rgba(255, 255, 255, 0);
  }

  .header__user-menu-item--yellow-color .link:hover:not(.focus-visible):hover .link__icon,
  .header__user-menu-item--yellow-color .link.focus-visible:focus:hover .link__icon {
    fill: #ffe81d;
  }

  .header.is-catalog-open .header__catalog-btn:hover:not(.focus-visible),
  .header.is-catalog-open .header__catalog-btn.focus-visible:focus {
    background-color: #e6ebef;
  }

  .main-nav__list .main-nav__link:hover:not(.focus-visible):hover,
  .main-nav__list .main-nav__link.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .main-nav__list .main-nav__link:hover:not(.focus-visible):hover span,
  .main-nav__list .main-nav__link.focus-visible:focus:hover span {
    background-color: #fcff59;
  }

  .footer__social-link:hover:not(.focus-visible):hover,
  .footer__social-link.focus-visible:focus:hover {
    color: rgba(103, 133, 155, 0.7);
  }

  .footer__tv-event:hover:not(.focus-visible):hover,
  .footer__tv-event.focus-visible:focus:hover {
    color: rgba(74, 95, 109, 0.7);
  }

  .footer__nav-link:hover:not(.focus-visible):hover,
  .footer__nav-link.focus-visible:focus:hover {
    color: rgba(74, 95, 109, 0.7);
  }

  .footer__accent-text:hover:not(.focus-visible):hover,
  .footer__accent-text.focus-visible:focus:hover {
    color: rgba(0, 30, 52, 0.7);
  }

  .light-footer__phone:hover:not(.focus-visible):hover,
  .light-footer__phone.focus-visible:focus:hover {
    color: rgba(0, 30, 52, 0.7);
  }

  .light-footer__email:hover:not(.focus-visible):hover,
  .light-footer__email.focus-visible:focus:hover {
    color: rgba(0, 30, 52, 0.7);
  }

  .custom-input--simple-type .custom-input__button:hover:not(.focus-visible):hover,
  .custom-input--simple-type .custom-input__button.focus-visible:focus:hover,
  .custom-textarea--simple-type .custom-input__button:hover:not(.focus-visible):hover,
  .custom-textarea--simple-type .custom-input__button.focus-visible:focus:hover {
    opacity: 0.7;
  }

  .custom-toggle label:hover:not(.focus-visible):hover .custom-toggle__icon,
  .custom-toggle label.focus-visible:focus:hover .custom-toggle__icon {
    border-color: #d1dae1;
  }

  .custom-toggle:hover:not(.focus-visible) label:hover input:checked + .custom-toggle__icon,
  .custom-toggle.focus-visible:focus label:hover input:checked + .custom-toggle__icon {
    border-color: #ffdd00;
    background-color: #ffdd00;
  }

  .custom-toggle:hover:not(.focus-visible) label:hover input:checked + .custom-toggle__icon::before,
  .custom-toggle.focus-visible:focus label:hover input:checked + .custom-toggle__icon::before {
    background-color: #ffdd00;
  }

  .custom-select__item[aria-selected="true"]:hover,
  .custom-select__item[aria-selected="true"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .custom-select__item:hover,
  .custom-select__item:focus {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .link:hover:not(.focus-visible):hover,
  .link.focus-visible:focus:hover {
    background-color: #fcff59;
  }

  .link:hover:not(.focus-visible):hover .link__icon,
  .link.focus-visible:focus:hover .link__icon {
    fill: #fcff59;
  }

  .link--secondary:hover:not(.focus-visible):hover,
  .link--secondary.focus-visible:focus:hover {
    color: #67859b;
    background-color: transparent;
  }

  .link--color-fiord:hover:not(.focus-visible):hover,
  .link--color-fiord.focus-visible:focus:hover {
    color: #67859b;
    background-color: #e6ebef;
  }

  .link--color-black:hover:not(.focus-visible):hover,
  .link--color-black.focus-visible:focus:hover {
    background-color: #f4f6f8;
  }

  .link--fill-black:hover:not(.focus-visible):hover,
  .link--fill-black.focus-visible:focus:hover {
    background-color: #fcff59;
  }

  .link--fill-black:hover:not(.focus-visible):hover svg,
  .link--fill-black.focus-visible:focus:hover svg {
    fill: #001e34;
  }

  button.badge:hover:hover:not(.focus-visible),
  button.badge:hover.focus-visible:focus,
  a.badge:hover:hover:not(.focus-visible),
  a.badge:hover.focus-visible:focus {
    opacity: 0.7;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .form-search .custom-input label:hover ~ .form-search__icon-wrp,
  .form-search .custom-input label:focus ~ .form-search__icon-wrp {
    background-color: #ffdd00;
  }

  .form-search__icon-wrp:hover,
  .form-search__icon-wrp:focus {
    background-color: #ffdd00;
  }

  .form-search__btn:hover:not(.focus-visible):hover,
  .form-search__btn.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .form-search__btn--image:hover:not(.focus-visible):hover svg,
  .form-search__btn--image.focus-visible:focus:hover svg {
    color: #4a5f6d;
  }

  .form-search__btn--image:hover ~ .form-search__icon-wrp,
  .form-search__btn--image:focus ~ .form-search__icon-wrp {
    background-color: #ffdd00;
  }

  .form-search--brands .custom-input label input:hover,
  .form-search--brands .custom-input label input:focus {
    border-color: #67859b;
  }

  .header-catalog__controls.tabs__controls::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0);
  }

  .header-catalog__controls.tabs__controls::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }

  .header-catalog__controls.tabs__controls::-webkit-scrollbar-thumb {
    background-color: rgba(103, 133, 155, 0.3);
    border-radius: 0.5rem;
  }

  .header-catalog .tabs__element::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0);
  }

  .header-catalog .tabs__element::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }

  .header-catalog .tabs__element::-webkit-scrollbar-thumb {
    background-color: rgba(103, 133, 155, 0.3);
    border-radius: 0.5rem;
  }

  .header-catalog .tabs__control:hover:not(.focus-visible):hover,
  .header-catalog .tabs__control.focus-visible:focus:hover {
    background-color: #ffffff;
  }

  .header-catalog__content-wrp::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0);
  }

  .header-catalog__content-wrp::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }

  .header-catalog__content-wrp::-webkit-scrollbar-thumb {
    background-color: rgba(103, 133, 155, 0.3);
    border-radius: 0.5rem;
  }

  .header-catalog__types-item .link:hover:not(.focus-visible):hover,
  .header-catalog__types-item .link.focus-visible:focus:hover {
    z-index: 1;
    color: #001e34;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 8px 32px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.03);
    box-shadow: 0 8px 32px rgba(0, 30, 52, 0.08), 0 0 3px rgba(0, 30, 52, 0.03);
  }

  .header-catalog__filter-item .link:hover:not(.focus-visible):hover,
  .header-catalog__filter-item .link.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .header-catalog__filter-item .link:hover:not(.focus-visible):hover .header-catalog__filter-text,
  .header-catalog__filter-item .link.focus-visible:focus:hover .header-catalog__filter-text {
    background-color: #fcff59;
  }

  .header-catalog__selection-btn:hover:not(.focus-visible):hover,
  .header-catalog__selection-btn.focus-visible:focus:hover {
    background-color: #f6f6f4;
  }

  .header-catalog__selection-btn:hover:not(.focus-visible):hover .header-catalog__selection-btn-icon,
  .header-catalog__selection-btn.focus-visible:focus:hover .header-catalog__selection-btn-icon {
    background-color: #ffdd00;
  }

  .header-catalog__brands-item .link:hover:not(.focus-visible):hover,
  .header-catalog__brands-item .link.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .header-catalog__contacts-link:hover,
  .header-catalog__contacts-link:focus {
    background-color: rgba(255, 255, 255, 0);
  }

  .header-catalog__contacts-link:hover .link__icon,
  .header-catalog__contacts-link:focus .link__icon {
    fill: rgba(255, 255, 255, 0);
  }

  .product-card:hover:not(.focus-visible):hover,
  .product-card.focus-visible:focus:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 30, 52, 0.03), 0 8px 32px 0 rgba(0, 30, 52, 0.12);
    box-shadow: 0 0 3px 0 rgba(0, 30, 52, 0.03), 0 8px 32px 0 rgba(0, 30, 52, 0.12);
  }

  .product-card:hover:not(.focus-visible):hover .product-card__toggle-buttons,
  .product-card.focus-visible:focus:hover .product-card__toggle-buttons {
    opacity: 1;
  }

  .product-card__toggle-buttons .is-active:hover:not(.focus-visible):hover,
  .product-card__toggle-buttons .is-active.focus-visible:focus:hover {
    color: rgba(255, 48, 85, 0.7);
  }

  .slider-cards__swiper-button-next:hover:not(.focus-visible):hover,
  .slider-cards__swiper-button-next.focus-visible:focus:hover,
  .slider-cards__swiper-button-prev:hover:not(.focus-visible):hover,
  .slider-cards__swiper-button-prev.focus-visible:focus:hover {
    background-color: #f6f6f4;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .section-heading .section-heading__button-more--icon:hover:not(.focus-visible),
  .section-heading .section-heading__button-more--icon.focus-visible:focus {
    background-color: #e6ebef;
    color: #67859b;
  }

  .section-heading .section-heading__button-more.is-active:hover:not(.focus-visible),
  .section-heading .section-heading__button-more.is-active.focus-visible:focus {
    background-color: #ffffff;
  }

  .tabs-lighting .tabs-lighting__element:hover .tabs-lighting__list,
  .tabs-lighting .tabs-lighting__element:focus .tabs-lighting__list {
    overflow-y: auto;
  }

  .tabs-lighting__control:hover,
  .tabs-lighting__control:focus {
    background-color: #e6ebef;
  }

  .tabs-lighting__list::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0);
  }

  .tabs-lighting__list::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }

  .tabs-lighting__list::-webkit-scrollbar-thumb {
    background-color: rgba(103, 133, 155, 0.3);
    border-radius: 0.5rem;
  }

  .tabs-lighting__link:hover,
  .tabs-lighting__link:focus {
    color: #001e34;
  }

  .tabs-lighting__link:hover::before,
  .tabs-lighting__link:focus::before {
    opacity: 1;
  }

  .reviews__link--video:hover,
  .reviews__link--video:focus {
    color: rgba(0, 30, 52, 0.7);
  }

  .review:hover,
  .review:focus {
    background: #ffffff;
    /* med */
    -webkit-box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
    box-shadow: 0px 8px 32px rgba(0, 30, 52, 0.08), 0px 0px 3px rgba(0, 30, 52, 0.03);
  }

  .category-card:hover:not(.focus-visible):hover,
  .category-card.focus-visible:focus:hover {
    -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.03);
    box-shadow: 0 0.25rem 1rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.03);
  }

  .banners__swiper-button-next:hover:not(.focus-visible):hover,
  .banners__swiper-button-next.focus-visible:focus:hover,
  .banners__swiper-button-prev:hover:not(.focus-visible):hover,
  .banners__swiper-button-prev.focus-visible:focus:hover {
    background-color: #f6f6f4;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .designer-card__link:hover svg,
  .designer-card__link:focus svg {
    color: #001e34;
  }

  .designer-card__phone-link:hover,
  .designer-card__phone-link:focus {
    opacity: 0.5;
  }

  .designer-card__link-popup:hover svg,
  .designer-card__link-popup:focus svg {
    color: #001e34;
  }

  .designer-card__close-btn:hover,
  .designer-card__close-btn:focus {
    opacity: 0.5;
  }

  .read-more__button:hover,
  .read-more__button:focus {
    -webkit-filter: none;
    filter: none;
    background-color: #fcff59;
  }

  .filters__button:hover:not(.focus-visible):hover,
  .filters__button.focus-visible:focus:hover {
    color: #001e34;
    background-color: #e6ebef;
  }

  .filters__reset:hover:not(.focus-visible):hover,
  .filters__reset.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: #e6ebef;
  }

  .input-range-accordion__button:hover:not(.focus-visible):hover,
  .input-range-accordion__button.focus-visible:focus:hover {
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0);
  }

  .input-range-accordion__min-price:hover:not(.focus-visible):hover,
  .input-range-accordion__min-price.focus-visible:focus:hover,
  .input-range-accordion__max-price:hover:not(.focus-visible):hover,
  .input-range-accordion__max-price.focus-visible:focus:hover {
    border-color: #ffdd00;
  }

  .toggle-switch input:checked + .toggle-switch__round:hover:not(.focus-visible):hover,
  .toggle-switch input:checked + .toggle-switch__round.focus-visible:focus:hover {
    background-color: #ffdd00;
  }

  .toggle-switch__round:hover:not(.focus-visible):hover,
  .toggle-switch__round.focus-visible:focus:hover {
    background-color: #d1dae1;
  }

  .checkbox-accordion__button:hover:not(.focus-visible):hover,
  .checkbox-accordion__button.focus-visible:focus:hover {
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0);
  }

  .pagination .link:hover:not(.focus-visible):hover,
  .pagination .link.focus-visible:focus:hover {
    background-color: #edf1f5;
  }

  .pagination .is-active:hover:not(.focus-visible):hover,
  .pagination .is-active.focus-visible:focus:hover {
    background-color: #ffdd00;
  }

  .go-page .btn:hover:not(.focus-visible):hover,
  .go-page .btn.focus-visible:focus:hover {
    background-color: #e6ebef;
  }

  .about-chandeliers .icon:hover:not(.focus-visible),
  .about-chandeliers .icon.focus-visible:focus {
    opacity: 0.7;
  }

  .filter-btn__reset:hover:not(.focus-visible):hover,
  .filter-btn__reset.focus-visible:focus:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: #e6ebef;
  }

  .filter-select-list__button:hover:not(.focus-visible):hover,
  .filter-select-list__button.focus-visible:focus:hover {
    border-color: #ffe81d;
  }

  .filter-select-list__item:hover:not(.focus-visible):hover,
  .filter-select-list__item.focus-visible:focus:hover {
    background-color: #f6f6f4;
    color: #001e34;
  }

  .breadcrumbs__item a:hover:not(.focus-visible):hover,
  .breadcrumbs__item a.focus-visible:focus:hover {
    color: #001e34;
  }

  .found__banner:hover:not(.focus-visible),
  .found__banner.focus-visible:focus {
    -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.03);
    box-shadow: 0 0.25rem 1rem rgba(0, 30, 52, 0.08), 0 0 0.1875rem rgba(0, 30, 52, 0.03);
  }

  .found__more-btn.btn:hover:not(.focus-visible),
  .found__more-btn.btn.focus-visible:focus {
    background-color: #e6ebef;
    color: #4a5f6d;
  }

  .basket-popup__inner-top::-webkit-scrollbar {
    width: 0.25rem;
    height: 15.5625rem;
    background-color: rgba(246, 246, 244, 0.8);
  }

  .basket-popup__inner-top::-webkit-scrollbar-track {
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -webkit-box-shadow: none;
  }

  .basket-popup__inner-top::-webkit-scrollbar-thumb {
    background-color: rgba(103, 133, 155, 0.3);
    border-radius: 0.5rem;
  }

  .basket-section__popup-btn:hover:not(.focus-visible):hover,
  .basket-section__popup-btn:hover:not(.focus-visible):focus,
  .basket-section__popup-btn.focus-visible:focus:hover,
  .basket-section__popup-btn.focus-visible:focus:focus {
    background-color: #f6f6f4;
  }

  .might-like__filters-item:hover:not(.focus-visible):hover,
  .might-like__filters-item.focus-visible:focus:hover {
    background-color: #e6ebef;
  }

  .might-like__filters-item.is-active:hover:not(.focus-visible):hover,
  .might-like__filters-item.is-active.focus-visible:focus:hover {
    background-color: #ffdd00;
  }

  .basket-menu__promo-btn:hover:not(.focus-visible):hover,
  .basket-menu__promo-btn:hover:not(.focus-visible):focus,
  .basket-menu__promo-btn.focus-visible:focus:hover,
  .basket-menu__promo-btn.focus-visible:focus:focus {
    background-color: #e6ebef;
  }

  .basket-menu__info-delivery:hover:not(.focus-visible):hover .basket-menu__info-svg--default,
  .basket-menu__info-delivery.focus-visible:focus:hover .basket-menu__info-svg--default {
    opacity: 0;
  }

  .basket-menu__info-delivery:hover:not(.focus-visible):hover .basket-menu__info-svg--active,
  .basket-menu__info-delivery.focus-visible:focus:hover .basket-menu__info-svg--active {
    opacity: 1;
  }

  .shopping__delete-button:hover:not(.focus-visible):hover,
  .shopping__delete-button.focus-visible:focus:hover {
    color: #001e34;
    background-color: #fcff59;
    border-color: #001e34;
  }

  .shopping__on-request-button.btn:hover:not(.focus-visible),
  .shopping__on-request-button.btn.focus-visible:focus {
    border-color: #e6ebef;
  }

  .toggle-switch-second:hover:not(.focus-visible):hover .toggle-switch-second__toggle-switch-label,
  .toggle-switch-second.focus-visible:focus:hover .toggle-switch-second__toggle-switch-label {
    color: rgba(74, 95, 109, 0.7);
  }

  .counter__button-minus:hover:not(.focus-visible),
  .counter__button-minus.focus-visible:focus {
    background-color: #e5ebf0;
  }

  .counter__button-plus:hover:not(.focus-visible),
  .counter__button-plus.focus-visible:focus {
    background-color: #ffdd00;
  }

  .favorite-togle:hover:not(.focus-visible):hover .favorite-togle__icon,
  .favorite-togle.focus-visible:focus:hover .favorite-togle__icon {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .favorite-togle:hover:not(.focus-visible):hover .favorite-togle__icon--hover,
  .favorite-togle.focus-visible:focus:hover .favorite-togle__icon--hover {
    opacity: 1;
  }

  .tooltip-content__button-close:hover:not(.focus-visible),
  .tooltip-content__button-close.focus-visible:focus {
    color: #001e34;
  }

  .light-header__payment-security:hover:not(.focus-visible),
  .light-header__payment-security.focus-visible:focus {
    color: #001e34;
  }

  .light-header__phone:hover:not(.focus-visible),
  .light-header__phone.focus-visible:focus {
    color: #001e34;
  }

  .light-header__return-guarantee:hover:not(.focus-visible),
  .light-header__return-guarantee.focus-visible:focus {
    color: #001e34;
  }

  .delivery-point .btn:hover:not(.focus-visible)::before,
  .delivery-point .btn.focus-visible:focus::before {
    border-color: #ffe81d;
  }

  .way-get__tab.is-active:hover:not(.focus-visible):hover,
  .way-get__tab.is-active.focus-visible:focus:hover {
    border-color: #ffdd00;
  }

  .payment-method__item.is-active:hover:not(.focus-visible):hover,
  .payment-method__item.is-active.focus-visible:focus:hover {
    border-color: #ffdd00;
  }

  .tooltip-alert__icon:hover:not(.focus-visible):hover,
  .tooltip-alert__icon.focus-visible:focus:hover {
    color: rgba(255, 48, 85, 0.7);
  }

  .delivery-wishes__button:hover:not(.focus-visible):hover .delivery-wishes__icon,
  .delivery-wishes__button.focus-visible:focus:hover .delivery-wishes__icon {
    color: rgba(74, 95, 109, 0.7);
  }

  .product-review__upload:focus + label {
    border-radius: 5px;
    border: 0.125rem solid #ffdd00;
  }

  .product-rate__evaluation:hover + label {
    opacity: 1;
  }

  .product-rate__evaluation:hover ~ .product-rate__evaluation + label {
    opacity: 0;
  }

  .product-rate__evaluation:focus ~ .product-rate__stars-focus {
    opacity: 1;
    border-radius: 5px;
    border: 0.125rem solid #ffdd00;
  }

  .picture-card:hover:not(.focus-visible):hover,
  .picture-card.focus-visible:focus:hover {
    -webkit-transform: translateY(-1.5rem);
    -ms-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
  }

  .info-card .column-buy__button:hover:not(.focus-visible):hover,
  .info-card .column-buy__button.focus-visible:focus:hover {
    border-color: #f4f6f8;
  }

  .product-info__btns-icon .btn:hover:not(.focus-visible):hover .icon,
  .product-info__btns-icon .btn.focus-visible:focus:hover .icon {
    color: #ff3055;
  }

  .bonus-block__btn:hover:not(.focus-visible):hover .bonus-block__info-svg--default,
  .bonus-block__btn.focus-visible:focus:hover .bonus-block__info-svg--default {
    opacity: 0;
  }

  .bonus-block__btn:hover:not(.focus-visible):hover .bonus-block__info-svg--active,
  .bonus-block__btn.focus-visible:focus:hover .bonus-block__info-svg--active {
    opacity: 1;
  }

  .payment-variants:hover:not(.focus-visible):hover,
  .payment-variants.focus-visible:focus:hover {
    border-color: #ffdd00;
  }

  .info-block__btn:hover:not(.focus-visible):hover,
  .info-block__btn.focus-visible:focus:hover {
    background-color: #e6ebef;
  }

  .delivery-return__btn:hover:not(.focus-visible):hover,
  .delivery-return__btn.focus-visible:focus:hover {
    background-color: #ffffff;
  }

  .delivery-return__btn:hover:not(.focus-visible):hover:after,
  .delivery-return__btn.focus-visible:focus:hover:after {
    opacity: 0.5;
  }

  .about-brand__btn:hover:not(.focus-visible):hover .icon,
  .about-brand__btn.focus-visible:focus:hover .icon {
    opacity: 0.7;
  }

  .about-brand .icon:hover:not(.focus-visible),
  .about-brand .icon.focus-visible:focus {
    opacity: 0.7;
  }

  .header-slider__slide-link:hover:not(.focus-visible):hover,
  .header-slider__slide-link.focus-visible:focus:hover {
    color: #001e34;
    background-color: rgba(255, 255, 255, 0);
  }

  .header-slider__slide-link:hover:not(.focus-visible):hover .header-slider__slide-inner,
  .header-slider__slide-link.focus-visible:focus:hover .header-slider__slide-inner {
    background-color: #fcff59;
  }

  .slider-controls button:hover:not(.focus-visible),
  .slider-controls button.focus-visible:focus {
    background-color: #f6f6f4;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .top-slider__link:hover:not(.focus-visible):hover,
  .top-slider__link.focus-visible:focus:hover {
    -webkit-box-shadow: 0 0 0.1875rem 0 rgba(0, 30, 52, 0.02), 0 0.5rem 0.875rem 0 rgba(0, 30, 52, 0.08);
    box-shadow: 0 0 0.1875rem 0 rgba(0, 30, 52, 0.02), 0 0.5rem 0.875rem 0 rgba(0, 30, 52, 0.08);
  }

  .top-slider__link:hover:not(.focus-visible):hover .top-slider__slide-title,
  .top-slider__link.focus-visible:focus:hover .top-slider__slide-title {
    color: #001e34;
  }

  .slider-list__item:hover,
  .slider-list__item:focus {
    background-color: #e6ebef;
  }
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media (max-width: 2600px) {
  .product-slider {
    width: 52.9375rem;
  }
}

@media (max-width: 2559px) {
  html {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1599px) {
  .container {
    padding: 0 76px;
  }

  .header-catalog__menu::before {
    display: none;
  }

  .header-catalog__tabs.tabs {
    padding: 0 76px;
  }

  .header-catalog__tabs.tabs::before {
    display: block;
  }

  .page--checkout .page__title {
    padding-left: 10.25rem;
    padding-right: 10.25rem;
  }

  .tabs-lighting__text-content {
    padding: 57px 72px 79px 40px;
  }

  .tabs-lighting__list {
    padding-left: 24px;
  }

  .write-review {
    width: 264px;
  }

  .write-review__inner {
    padding: 24px 29px;
    margin-bottom: 8px;
  }

  .write-review__logo {
    margin-bottom: 9px;
  }

  .write-review__text {
    font-size: 14px;
    line-height: 18px;
  }

  .write-review__rating .rating {
    padding-left: 5px;
  }

  .write-review .rating__value span:first-of-type {
    font-size: 28px;
  }

  .write-review .rating__value span:last-of-type {
    font-size: 18px;
  }

  .write-review__btn {
    padding: 13px;
    font-size: 16px;
    line-height: 22px;
  }

  .reviews__write-review {
    margin-right: 24px;
  }

  .reviews__slider {
    margin-left: 288px;
  }

  .reviews__slider .swiper-slide {
    width: 336px;
  }

  .reviews__slider .swiper {
    padding-bottom: 4rem;
  }

  .reviews__link--video {
    width: 120px;
    height: 120px;
    right: 83px;
    bottom: -78px;
  }

  .reviews__link--video span {
    width: 96px;
    font-size: 14px;
    line-height: 18px;
  }

  .review {
    padding: 25px;
  }

  .review__img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
  }

  .review__img svg {
    width: 20px;
    height: 20px;
  }

  .review__name {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .review .rating__value span:first-of-type {
    font-size: 18px;
  }

  .review .rating__value span:last-of-type {
    font-size: 12px;
  }

  .review__text {
    font-size: 14px;
    margin: 16px 0 12px;
  }

  .review__footer {
    font-size: 14px;
  }

  .intro .swiper-horizontal > .swiper-pagination-bullets-dynamic {
    left: 48%;
  }

  .banners__image img {
    width: 100%;
    height: 196px;
  }

  .designers {
    padding: 80px 0;
  }

  .designers__title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .designers .slider-cards__swiper-slide {
    width: 336px;
  }

  .designer-card__img {
    height: 400px;
  }

  .designer-card__info {
    padding: 16px;
  }

  .designer-card__designer-photo {
    width: 56px;
    height: 56px;
    margin-right: 17px;
  }

  .designer-card__name {
    padding-right: 8px;
    font-size: 18px;
  }

  .designer-card__contacts {
    max-width: 115px;
    margin-right: -14px;
  }

  .designer-card__link {
    margin-right: 16px;
  }

  .designer-card__link svg {
    width: 18px;
    height: 18px;
  }

  .designer-card__tags {
    margin: 6px 0 -4px;
  }

  .designer-card__tag {
    padding: 3px 8px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .designer-card__link-popup {
    margin-right: 16px;
  }

  .designer-card__link-popup svg {
    width: 18px;
    height: 18px;
  }

  .designer-card__close-btn svg {
    width: 16px;
    height: 16px;
  }

  .read-more__button {
    font-size: 14px;
  }

  .found__row {
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .basket-section__row {
    grid-template-columns: 1fr 336px;
  }

  .basket-menu__total-text {
    width: 75%;
  }

  .basket-menu__info-description {
    width: 75%;
  }

  .making-order {
    padding-left: 10.25rem;
    padding-right: 10.25rem;
  }

  .delivery-courier__delivery-porch.custom-input--simple-type .custom-input__label {
    color: transparent;
  }

  .delivery-courier__delivery-porch.custom-input--simple-type .custom-input__label::before {
    color: #67859b;
  }

  .interiors__title {
    font-size: 36px;
  }

  .interiors .slider-cards__swiper {
    padding: 1.875rem 0 0;
  }

  .interiors .slider-cards__swiper-slide {
    width: 336px;
  }

  .picture-card__img {
    height: 25rem;
  }

  .picture-card__info {
    padding: 1rem;
  }

  .picture-card__name {
    font-size: 1.125rem;
  }

  .characteristics__list {
    -webkit-columns: 3 18.8125rem;
    -moz-columns: 3 18.8125rem;
    columns: 3 18.8125rem;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .product__information {
    width: 25.5rem;
  }

  .product-info {
    width: 25.5rem;
  }

  .product-info__popups {
    max-width: 25.5rem;
  }

  .product-info__form {
    margin-bottom: 1.6875rem;
  }

  .product-info__one-click {
    min-width: 14rem;
  }

  .product-info__counter {
    min-width: 10.5rem;
  }

  .product-info__counter .btn {
    width: 2.5rem;
    height: 3.5rem;
  }

  .product-info__similar {
    min-width: 14rem;
  }

  .product-info__order {
    min-width: 14rem;
  }

  .payment-variants {
    padding: 0.5625rem 0.6875rem 0.4375rem 1rem;
  }

  .radio-block--max {
    grid-template-columns: 125px 192px;
  }

  .top-slider-next,
  .top-slider-prev {
    top: 42%;
  }

  .top-slider__item {
    width: calc(100% / 8);
  }
}

@media (max-width: 1440px), (max-height: 900px) {
  .fancybox__carousel--gallery .fancybox__slide {
    padding: 32px 64px;
  }
}

@media (max-width: 1439px) {
  .header__contacts-link--city {
    margin: 0;
  }

  .header__main {
    padding: 1rem 0 0.3125rem;
  }

  .header__catalog-btn {
    margin: 0 0.75rem 0 0;
  }

  .header__user-menu {
    margin: 0 0 0 1rem;
  }

  .header__user-menu-item .link {
    padding: 0 1rem;
  }

  .header__logo {
    margin: 0 2rem 0 0;
  }

  .footer__content {
    grid-template-columns: minmax(auto, 21.6875rem) minmax(auto, 22.25rem) auto;
    -webkit-column-gap: 4.5rem;
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }

  .footer__nav {
    gap: 2.875rem;
  }

  .footer__phone {
    padding-right: 0.1875rem;
    padding-left: 0.1875rem;
  }

  .light-footer__content {
    gap: 0 162px;
  }

  .light-footer__content--grid-mini {
    gap: 0 8px;
  }

  .form-search--brands {
    min-width: 14.875rem;
  }

  .header-catalog__tabs.tabs::before {
    left: calc((100% - 9.5rem) / 100 * 25.25 + 4.75rem);
  }

  .header-catalog__controls.tabs__controls {
    width: 25.25%;
  }

  .header-catalog__content-wrp {
    width: 74.75%;
  }

  .product-card {
    width: 16.5rem;
  }

  .product-card--is-slider-card.is-open .product-card__images-list {
    margin-bottom: 0.4375rem;
  }

  .product-card--is-slider-card {
    min-height: 22.625rem;
    width: 12rem;
  }

  .product-card--is-slider-card.is-open .product-card__swiper-pagination.swiper-pagination {
    margin-bottom: 14px;
  }

  .slider-cards--type-catalog .slider-cards__swiper-slide {
    width: 20.5rem;
  }

  .slider-cards--type-categories .slider-cards__swiper-slide {
    width: 20.5rem;
  }

  .popular-products .section-heading {
    margin-bottom: 2rem;
  }

  .page--checkout .page__title {
    margin-bottom: 1.5rem;
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .page--active .page__title {
    margin-bottom: 1.5rem;
  }

  .page .intro {
    margin-bottom: 3.5rem;
  }

  .page .popular-products {
    margin-bottom: 5.0625rem;
  }

  .page .popular-categories {
    margin-bottom: 5.0625rem;
  }

  .reviews__slider .swiper {
    padding-bottom: 5rem;
  }

  .reviews .section-heading {
    margin-bottom: 14px;
  }

  .category-card {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }

  .category-card__image img {
    height: 16.25rem;
  }

  .intro__content {
    width: 35.25rem;
    padding: 3rem 5.25rem 1.9375rem 8.75rem;
  }

  .intro__larget-text {
    margin-bottom: 1.8125rem;
    font-size: 3.875rem;
    line-height: 3.5rem;
  }

  .intro__desc {
    font-size: 1rem;
    line-height: 1.1875rem;
  }

  .intro__desc::before {
    width: 0.625rem;
    height: 0.625rem;
    margin-left: -0.9375rem;
    margin-top: -0.3125rem;
  }

  .intro__logo {
    top: 1.6875rem;
    left: 2.0625rem;
    width: 4rem;
    height: 4rem;
  }

  .intro__image {
    width: 35.5625rem;
  }

  .intro__accent::before {
    left: -0.5rem;
    width: 21.5rem;
    height: 2.875rem;
  }

  .intro .swiper-pagination {
    bottom: 0.9375rem;
  }

  .intro .swiper-horizontal > .swiper-pagination-bullets-dynamic {
    bottom: 0;
    left: 48.1%;
  }

  .sellout .section-heading {
    margin-bottom: 2.375rem;
  }

  .filters {
    width: 22.4%;
  }

  .input-range-accordion__slider {
    width: 89%;
  }

  .about-chandeliers .icon {
    width: 18px;
  }

  .choice {
    grid-template-columns: 264px minmax(840px, 1fr);
    padding-top: 2.5625rem;
  }

  .choice.container {
    padding-top: 0.75rem;
  }

  .choice__row {
    margin-left: 24px;
  }

  .found .product-card {
    width: auto;
  }

  .found__banner {
    min-height: 5.375rem;
  }

  .basket-section__content__content {
    max-width: 720px;
  }

  .shopping__card-content {
    grid-template-columns: -webkit-min-content [second-col-start] 244px [third-col-start] -webkit-min-content [fourth-col-start] 108px;
    grid-template-columns: min-content [second-col-start] 244px [third-col-start] min-content [fourth-col-start] 108px;
  }

  .shopping__withdrawn-sale + .shopping__title {
    grid-column: second-col-start / span 2;
  }

  .shopping__withdrawn-sale {
    font-size: 20px;
    line-height: 26px;
  }

  .popular-categories .section-heading {
    margin-bottom: 2rem;
  }

  .light-header__payment-security {
    margin-right: 63px;
  }

  .making-order {
    margin-bottom: 1.5rem;
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .making-order__column {
    width: 61.7%;
  }

  .making-order__wrap-shopping-widget {
    width: 29.7%;
  }

  .payment-method__item {
    padding-bottom: 0.5rem;
  }

  .bonus__toggle-switch {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .rating-diagram--size-194-16 {
    width: 162px;
  }

  .rating-diagram--size-194-16 svg {
    width: 162px;
  }

  .rating-diagram--size-264-6 {
    width: 230px;
  }

  .rating-diagram--size-264-6 svg {
    width: 230px;
  }

  .characteristics__list {
    margin-bottom: 1.875rem;
  }

  .characteristics table {
    margin-bottom: 3.5rem;
  }

  .reviews-number__stars-number {
    margin-right: 16px;
  }

  .product-diagrams {
    margin-right: 6rem;
    width: 16.5rem;
  }

  .about-brand {
    max-width: 70.5rem;
  }

  .about-brand__head-content p {
    max-width: 100%;
    padding-right: 3.75rem;
  }

  .about-brand__img {
    padding: 1.125rem 0.3125rem;
  }

  .about-brand__img img {
    width: 105px;
  }

  .about-brand__body {
    max-width: 60.9375rem;
    padding-right: 4.75rem;
  }

  .about-brand__body p {
    margin-top: 6px;
  }

  .brand .choice.container {
    padding-top: 1.875rem;
  }

  .brands__alphabet {
    margin-right: 2.1875rem;
  }

  .top-slider__slider {
    padding-top: 1.3125rem;
  }

  .product-slider {
    width: 44.1875rem;
    height: 39rem;
  }

  .product-slider__thumbs {
    min-width: 6.25rem;
    width: 6.25rem;
    height: 35.5rem;
  }

  .product-slider__thumbs-item {
    width: 5rem;
    height: 5rem;
  }

  .product-slider__thumbs-img {
    width: 5rem;
    height: 5rem;
  }

  .product-slider__thumbs-item--small {
    height: 5rem;
  }

  .product-slider__thumbs-item--small .product-slider__thumbs-img {
    height: 5rem;
  }

  .product-slider__thumbs-item--video,
  .product-slider__thumbs-item--graphic {
    height: 4.75rem;
  }

  .product-slider__thumbs-item--video svg,
  .product-slider__thumbs-item--graphic svg {
    margin-bottom: 0.25rem;
    margin-right: 0;
  }

  .product-slider__thumbs-text {
    flex-direction: column;
  }

  .product-slider__item {
    width: 37rem;
    height: 37rem;
  }

  .product-slider .slider-controls .icon {
    width: 1rem;
    height: 1rem;
  }

  .product-slider .slider-controls__button-prev,
  .product-slider .slider-controls__button-next {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
  }

  .product-slider .slider-controls__button-prev {
    margin-top: 1rem;
  }

  .product-slider .slider-controls__button-next {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1279px) {
  .container {
    padding: 0 44px;
  }

  .header__contacts-link {
    padding: 0.6875rem 0.75rem;
  }

  .header__contacts-link--city {
    padding-left: 0;
  }

  .header__main {
    padding: 1rem 0 0.4375rem;
  }

  .header__catalog-search .form-search {
    width: auto;
  }

  .header__catalog-btn {
    margin: 0 0.5rem 0 0;
    padding: 0.75rem 1rem;
  }

  .header__user-menu-item {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .header__user-menu-item .link {
    padding: 0 0.75rem;
  }

  .header__logo {
    max-width: 7.6875rem;
    margin: 0 1rem 0 0;
  }

  .main-nav__item:last-child .main-nav__link {
    padding-right: 0;
  }

  .main-nav__link {
    padding: 0.6875rem 0.75rem;
  }

  .footer__content {
    grid-template-columns: 18.5rem minmax(auto, 22.25rem) auto;
    -webkit-column-gap: 2.625rem;
    -moz-column-gap: 2.625rem;
    column-gap: 2.625rem;
  }

  .footer__nav {
    grid-auto-columns: 8.5rem;
  }

  .footer__phone {
    margin-bottom: 0.75rem;
  }

  .footer__accent-text {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    font-size: 1.97vw;
    white-space: nowrap;
  }

  .light-footer__content {
    gap: 0 146px;
  }

  .light-footer__content--grid-mini {
    gap: 0 8px;
  }

  .form-search .custom-input label {
    padding: 0.125rem 3rem 0.125rem 0.125rem;
  }

  .form-search .custom-input label input {
    min-height: 2.75rem;
  }

  .form-search--brands {
    min-width: 18rem;
  }

  .form-search--brands .custom-input label {
    padding: 0;
  }

  .header-catalog__tabs.tabs {
    padding: 0 44px 0 0;
  }

  .header-catalog__tabs.tabs::before {
    left: calc((100% - 2.75rem) / 100 * 24.75);
  }

  .header-catalog__controls.tabs__controls {
    width: 24.75%;
  }

  .header-catalog .tabs__element {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }

  .header-catalog__content-wrp {
    width: 76.75%;
  }

  .header-catalog__filters-wrp {
    flex-wrap: wrap;
    padding: 3.5rem 0 1.375rem 0;
  }

  .header-catalog__filters-inner {
    width: 100%;
    padding: 0;
  }

  .header-catalog__short-filters {
    grid-template-columns: 63% 37%;
    width: calc((100% - 4.75rem) / 5 * 2);
  }

  .header-catalog__short-filters > .header-catalog__filter:last-of-type {
    padding: 0;
  }

  .header-catalog__brands-list {
    display: flex;
    padding: 3rem 0 0;
  }

  .header-catalog__brands-item {
    min-width: 6.5rem;
    max-height: 4.5rem;
  }

  .header-catalog__brands-item:not(:last-child) {
    margin: 0 1.5rem 0 0;
  }

  .product-card {
    padding: 0.75rem;
    width: 13.5rem;
  }

  .product-card--is-slider-card.is-open .product-card__images-list {
    max-height: 7.125rem;
  }

  .product-card--is-slider-card .product-card__toggle-buttons {
    top: 0.9375rem;
    right: 0.875rem;
  }

  .product-card--is-slider-card.is-open .product-card__images img {
    max-height: 7.125rem;
  }

  .product-card__wrap-cost {
    justify-content: center;
  }

  .is-open .product-card__wrap-cost {
    min-height: 48px;
  }

  .product-card__row-top {
    margin-bottom: 0.5rem;
  }

  .product-card__icon-rating {
    margin-right: 4px;
  }

  .product-card__comment-counter {
    align-items: center;
    line-height: 129%;
  }

  .product-card__title {
    height: 4.5rem;
    overflow: hidden;
  }

  .product-card__title .link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .is-open .product-card__badge-news-item {
    padding: 0 0.4375rem 0 0.375rem;
    font-size: 0.625rem;
  }

  .is-open .product-card__badge-video {
    padding: 0 0.4375rem 0 0.375rem;
    font-size: 0.625rem;
  }

  .product-card__product-properties {
    margin-bottom: 0.25rem;
  }

  .product-card__row-price {
    flex-wrap: wrap;
    margin-top: 0.5rem;
    min-height: 2.625rem;
  }

  .is-open .product-card__row-price {
    margin-top: 0.375rem;
  }

  .is-open .product-card__column-buy {
    width: 100%;
    margin-top: 8px;
  }

  .product-card__remove-product {
    padding: 1.0625rem 0.625rem;
  }

  .is-open .product-card__product-counter-col {
    margin-left: auto;
    margin-right: auto;
  }

  .product-card__images img {
    width: 10rem;
    height: 10rem;
  }

  .is-open .product-card__images img {
    width: 114px;
    height: 114px;
  }

  .product-card--is-slider-card {
    min-height: 22.625rem;
    width: 12rem;
    padding: 0.5rem;
  }

  .slider-cards__swiper-button-next,
  .slider-cards__swiper-button-prev {
    top: calc(50% - 30px);
  }

  .slider-cards__swiper-button-next--size-small-tablet,
  .slider-cards__swiper-button-prev--size-small-tablet {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 10px);
    font-size: 10px;
  }

  .slider-cards__swiper-button-next--size-small-tablet::after,
  .slider-cards__swiper-button-prev--size-small-tablet::after {
    font-size: 17px;
  }

  .slider-cards--type-categories .slider-cards__swiper-slide {
    width: 17rem;
  }

  .popular-products .section-heading {
    margin-bottom: 1.375rem;
  }

  .section__title {
    margin-bottom: 24px;
  }

  .page--catalog {
    padding-top: 0.5625rem;
  }

  .page__section-heading {
    margin-bottom: 1.625rem;
  }

  .page__section-heading--small-margin-bottom {
    margin-bottom: 0.625rem;
  }

  .page--checkout .page__title {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .page--active {
    padding-bottom: 48px;
  }

  .page .intro {
    margin-bottom: 2.5rem;
  }

  .page .popular-products {
    margin-bottom: 5.0625rem;
  }

  .page .popular-categories {
    margin-bottom: 5.0625rem;
  }

  .tabs-lighting__controls {
    margin-bottom: 24px;
  }

  .tabs-lighting__text-content {
    padding: 54px 92px 56px 40px;
  }

  .tabs-lighting__title {
    font-size: 26px;
    line-height: 33px;
  }

  .tabs-lighting__list {
    margin-top: -17px;
    max-height: 328px;
  }

  .tabs-lighting__item {
    margin-top: 17px;
  }

  .tabs-lighting__link {
    font-size: 18px;
    line-height: 24px;
  }

  .reviews__slider .swiper {
    padding-bottom: 9.125rem;
  }

  .reviews__link--video {
    right: 66px;
    bottom: -50px;
  }

  .reviews .section-heading {
    margin-bottom: 12px;
  }

  .review {
    padding: 24px;
  }

  .category-card__image img {
    height: 12.25rem;
  }

  .category-card__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .intro__content {
    width: 29.25rem;
    padding: 2.4375rem 4.375rem 1.6875rem 7.25rem;
  }

  .intro__larget-text {
    margin-bottom: 1.5rem;
    font-size: 3.125rem;
    line-height: 2.9375rem;
  }

  .intro__desc {
    font-size: 0.875rem;
    line-height: 1rem;
  }

  .intro__desc::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: -0.8125rem;
    margin-top: -0.25rem;
  }

  .intro__logo {
    top: 1.375rem;
    left: 1.6875rem;
    width: 3.3125rem;
    height: 3.3125rem;
  }

  .intro__image {
    width: 29.4375rem;
  }

  .intro__desc-item {
    margin-bottom: 0.75rem;
  }

  .intro__accent::before {
    left: -0.4375rem;
    width: 17.875rem;
    height: 2.375rem;
  }

  .intro .swiper-pagination {
    bottom: 0.75rem;
  }

  .intro .swiper-horizontal > .swiper-pagination-bullets-dynamic {
    left: 47.8%;
  }

  .sellout .section-heading {
    margin-bottom: 1.25rem;
  }

  .banners__image img {
    width: 696px;
    height: 208px;
  }

  .designers {
    padding: 56px 0;
  }

  .designers__title {
    margin-bottom: 24px;
  }

  .designers .slider-cards__swiper-slide {
    width: 296px;
  }

  .designer-card__img {
    height: 351px;
  }

  .designer-card__info {
    padding: 12px;
  }

  .designer-card__designer-photo {
    margin-right: 12px;
  }

  .designer-card__desc {
    grid-template-columns: 1fr;
    grid-row: repeat(3, auto);
  }

  .designer-card__name {
    margin-bottom: 5px;
  }

  .designer-card__contacts {
    justify-content: start;
    grid-row: 2/3;
  }

  .designer-card__link {
    margin-right: 12px;
  }

  .designer-card__link svg {
    width: 17px;
    height: 17px;
  }

  .designer-card__tags {
    grid-row: 3/4;
    margin-top: 12px;
  }

  .designer-card__popup {
    right: auto;
    left: -20px;
  }

  .designer-card__popup-inner {
    padding: 16px;
    margin-top: 15px;
    width: 141px;
  }

  .designer-card__popup-inner:after {
    width: 16px;
    height: 8px;
    top: -8px;
    right: auto;
    left: 20px;
  }

  .designer-card__link-popup {
    margin-right: 12px;
  }

  .designer-card__link-popup svg {
    width: 17px;
    height: 17px;
  }

  .designer-card__close-btn svg {
    width: 16px;
    height: 16px;
  }

  .filters {
    width: 24.5%;
  }

  .input-range-accordion__button {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .input-range-accordion__info-block span {
    top: 0.375rem;
    left: 0.625rem;
  }

  .input-range-accordion__min-price,
  .input-range-accordion__max-price {
    padding: 0.375rem 0.75rem;
    padding-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.375;
  }

  .input-range-accordion__step {
    left: 2%;
  }

  .toggle-switch__title {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .checkbox-accordion__button {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .about-chandeliers .icon {
    top: 40px;
  }

  .choice {
    grid-template-columns: 216px minmax(696px, 1fr);
    padding-top: 2.5625rem;
  }

  .choice.container {
    margin-bottom: 2.8125rem;
  }

  .catalog-checkbox-content label > span::before {
    margin-right: 0.375rem;
  }

  .found__row {
    gap: 2.5rem 1.5rem;
    margin-bottom: 2.5rem;
  }

  .found .product-card {
    width: auto;
    min-height: 25.625rem;
  }

  .found__banner {
    min-height: 4.375rem;
  }

  .you-watched .product-card {
    padding: 8px;
  }

  .basket-section__row {
    grid-template-columns: 1fr;
    -webkit-column-gap: 88px;
    -moz-column-gap: 88px;
    column-gap: 88px;
    row-gap: 48px;
  }

  .basket-section__popup {
    justify-self: center;
    top: 0;
  }

  .basket-section__content__content {
    max-width: 100%;
  }

  .basket-menu {
    min-height: 26.25rem;
    min-width: 38.5rem;
  }

  .basket-menu__input label {
    width: inherit;
  }

  .basket-menu__switch .toggle-switch__title {
    font-size: 18px;
    line-height: 24px;
  }

  .shopping__card-content {
    grid-template-columns: -webkit-min-content [second-col-start] 460px [third-col-start] auto [fourth-col-start] 108px auto;
    grid-template-columns: min-content [second-col-start] 460px [third-col-start] auto [fourth-col-start] 108px auto;
  }

  .shopping__withdrawn-sale + .shopping__title {
    grid-column: second-col-start / span 3;
  }

  .shopping__withdrawn-sale {
    font-size: 18px;
    line-height: 24px;
  }

  .popular-categories .section-heading {
    margin-bottom: 1.625rem;
  }

  .light-header__payment-security {
    margin-right: 24px;
  }

  .light-header__phone {
    margin-right: 34px;
  }

  .light-header__return-guarantee {
    margin-right: 34px;
  }

  .making-order {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .making-order__wrapper {
    flex-direction: column;
  }

  .making-order__column {
    width: 100%;
    margin-bottom: 2.4375rem;
  }

  .making-order__container {
    max-width: 456px;
  }

  .making-order__recipient-details {
    margin-bottom: 2.5rem;
  }

  .making-order__way-get {
    margin-bottom: 2.5rem;
    max-width: 100%;
  }

  .making-order__payment-method {
    margin-bottom: 2.5rem;
  }

  .making-order__wrap-shopping-widget {
    width: 100%;
  }

  .making-order__popups {
    width: calc(100% - 20px * 2);
    max-width: 25rem;
    position: fixed;
    top: 1.5rem;
    z-index: 1000;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .making-order__aside {
    position: relative;
    top: auto;
    max-width: 38.5rem;
    margin: 0 auto;
  }

  .making-order__mobyle-shopping-widget {
    display: block;
    margin-bottom: 2.5rem;
  }

  .way-get {
    max-width: 100%;
  }

  .way-get__tab-list {
    margin-bottom: 1.625rem;
  }

  .delivery-courier {
    grid-template-columns: repeat(2, minmax(456px, 1fr));
  }

  .payment-method {
    max-width: 100%;
  }

  .payment-method__list {
    margin-bottom: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .payment-method__item {
    padding: 1rem 0.875rem 0.75rem;
  }

  .payment-method__item-title {
    line-height: 1.25rem;
  }

  .payment-method__item-title + .payment-method__item-desc {
    margin-top: 0.5625rem;
  }

  .bonus__toggle-switch {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .rating-diagram--size-194-16 {
    width: 194px;
  }

  .rating-diagram--size-194-16 svg {
    width: 194px;
  }

  .rating-diagram--size-264-6 {
    width: 262px;
  }

  .rating-diagram--size-264-6 svg {
    width: 262px;
  }

  .similar-goods .section-heading,
  .series-goods .section-heading {
    margin-bottom: 1.625rem;
  }

  .interiors {
    padding: 3.5rem 0 6.9375rem;
  }

  .interiors .slider-cards__swiper {
    padding: 1.5rem 0 0;
  }

  .interiors .slider-cards__swiper-slide {
    width: 296px;
  }

  .picture-card__img {
    height: 21.9375rem;
  }

  .picture-card__info {
    padding: 0.9375rem;
  }

  .characteristics__wrapper {
    padding: 2rem 1.5rem;
  }

  .characteristics__list {
    -webkit-columns: 3 14.9375rem;
    -moz-columns: 3 14.9375rem;
    columns: 3 14.9375rem;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }

  .product__information {
    width: 23.5rem;
    margin-top: 4.5rem;
  }

  .product-block {
    margin-top: 5.25rem;
  }

  .product-block {
    margin-top: 0;
  }

  .product-info {
    width: 23.5rem;
  }

  .product-info__popups {
    position: fixed;
    top: 1.5rem;
    left: 50%;
    z-index: 1000;
    width: calc(100% - 20px * 2);
    max-width: 26rem;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .product-info__badges {
    position: absolute;
    top: 6.25rem;
    left: 24.6875rem;
    z-index: 2;
    margin-bottom: 0;
  }

  .product-info__block-title {
    position: absolute;
    top: -1.25rem;
    left: 2.75rem;
    z-index: 2;
  }

  .product-info .title-2 h2 {
    margin-bottom: 0.5625rem;
  }

  .product-info__one-click {
    min-width: 12rem;
  }

  .product-info__counter {
    min-width: 8.75rem;
  }

  .product-info__counter .btn {
    width: 2rem;
    height: 3.5rem;
  }

  .product-info__counter .btn .icon {
    width: 0.75rem;
    height: 0.75rem;
  }

  .product-info__counter .counter__row {
    min-width: 4.25rem;
  }

  .product-info__similar {
    min-width: 12rem;
  }

  .product-info__order {
    min-width: 12rem;
  }

  .payment-variants {
    padding: 0.6875rem 0.8125rem;
  }

  .payment-variants__name {
    margin-bottom: 0;
  }

  .payment-variants__price {
    display: none;
  }

  .radio-block--max {
    grid-template-columns: 125px 161px;
  }

  .product-reviews__review {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .product-reviews__author {
    width: auto;
    margin-bottom: 0.375rem;
  }

  .product-reviews__rating {
    margin-bottom: 0.625rem;
  }

  .product-reviews__btn {
    margin: 0 auto;
  }

  .product-diagrams {
    width: 18.625rem;
    margin-right: 5rem;
  }

  .about-brand__body {
    max-width: 48.875rem;
    padding-right: 6.25rem;
  }

  .about-brand__body p {
    margin-top: 4px;
  }

  .brand .choice.container {
    padding-top: 1.4375rem;
  }

  .brands__head {
    flex-direction: column;
  }

  .brands__alphabet {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }

  .header-slider__slide-link {
    padding: 1.0625rem 0.8125rem 1.5rem;
  }

  .top-slider__title span:last-child {
    margin-left: 0.4375rem;
  }

  .top-slider__slider {
    margin: 0;
    padding-top: 0.875rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .top-slider__img {
    margin-bottom: 0.3125rem;
  }

  .top-slider-next,
  .top-slider-prev {
    right: 0;
  }

  .top-slider-prev {
    left: 0;
  }

  .top-slider__item {
    width: calc((100% - 34px) / 6.6);
  }

  .product-slider {
    width: 33.5rem;
    height: 35.4375rem;
    margin-top: 4.5rem;
  }

  .product-slider__thumbs {
    display: none;
  }

  .product-slider__item {
    width: 33.5rem;
    height: 33.5rem;
  }

  .product-slider__swiper-pagination {
    display: block;
  }

  .product-slider__swiper-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    background: #e5ebf0;
    opacity: 1;
  }

  .product-slider__swiper-pagination .swiper-pagination-bullet-active {
    background: #ffe81d;
  }
}

@media (max-width: 1279px) and (max-width: 1023px) {
  .product-slider__swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .product-slider__swiper-pagination .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
  }
}

@media (max-width: 1024px) {
  .fancybox__carousel--gallery .fancybox__slide {
    padding: 78px 32px;
  }

  .fancybox__carousel--gallery .fancybox__content {
    max-width: 704px;
    max-height: 704px;
  }

  .shopping__card {
    padding: 24px 0 24px 0;
  }
}

@media (max-width: 1023px) {
  .fancybox__carousel--gallery .carousel__button.is-next,
  .fancybox__carousel--gallery .carousel__button.is-prev {
    display: none;
  }

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

  .container {
    padding: 0 32px;
  }

  .modal--cart .modal__content {
    max-width: 18rem;
    padding: 24px;
  }

  .modal--cart .modal__close-btn {
    width: 20px;
    height: 20px;
    top: 9px;
    right: 8px;
  }

  .modal--cart .modal__close-btn svg {
    width: 11px;
    height: 11px;
  }

  .modal--with-map .custom-input--simple-type label .custom-input__label {
    font-size: 1rem;
    line-height: 138%;
  }

  .modal-cart__title h2 {
    font-size: 20px;
    line-height: 26px;
  }

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

  .tippy-box[data-theme="custom-big"] {
    padding: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .tippy-box[data-theme="custom-big"] .tippy-content .reviews-number {
    width: 100%;
  }

  .tippy-box[data-theme="custom-big"] .tooltip-content__button-close {
    top: -10px;
    right: -7px;
  }

  .btn--padding-16 {
    padding: 0.8125rem;
  }

  .header__top-menu {
    display: none;
  }

  .header__main {
    padding: 1rem 0 0.3125rem;
  }

  .header__main .container {
    flex-wrap: wrap;
  }

  .header__catalog-search {
    order: 2;
    width: 100%;
    margin: 1rem 0 0;
  }

  .header__catalog-btn {
    padding: 0.5rem 1rem;
  }

  .header__catalog-btn-label {
    padding: 0;
  }

  .header__user-menu {
    margin: 0 0 0 auto;
    padding: 0.25rem 0 0;
  }

  .header__user-menu-item .link {
    padding: 0 1rem 0 0.9375rem;
  }

  .header__user-menu-item:last-child .link {
    padding-right: 1rem;
  }

  .header__user-menu-item span {
    display: none;
  }

  .header__catalog-icon-wrp .header__catalog-close-icon {
    width: 0.75rem;
    height: 0.75rem;
  }

  .header.is-catalog-open .header__main {
    position: relative;
    z-index: 12;
    padding: 1rem 0;
    -webkit-box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
    box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
  }

  .header.is-catalog-open .header__logo {
    display: none;
  }

  .header.is-catalog-open .header__user-menu {
    display: none;
  }

  .header.is-catalog-open .header__catalog-search {
    margin: 0;
  }

  .header.is-catalog-open .header__catalog-btn {
    margin: 0 1rem 0 0;
    padding: 0.3125rem 0.625rem;
    background-color: #ffe81d;
  }

  .header.is-catalog-open .header__catalog-btn .header__catalog-btn-label {
    display: none;
  }

  .header.is-catalog-open .header__catalog-btn .btn__icon--margin-right {
    margin: 0;
  }

  .header.is-catalog-open .header-slider {
    display: none;
  }

  .header.is-catalog-open .form-search {
    z-index: 10;
  }

  .header.is-catalog-open .form-search .custom-input label {
    padding: 0.125rem 2rem 0.125rem 0.125rem;
  }

  .header.is-catalog-open .form-search .custom-input label input {
    min-height: 1.75rem;
    padding: 0.0625rem 1.625rem 0.0625rem 0.25rem;
    border-radius: 0.375rem;
  }

  .header.is-catalog-open .form-search__icon-wrp {
    border-radius: 0.5rem;
  }

  .header.is-catalog-open .form-search__btn--search {
    width: 2rem;
    height: 2rem;
  }

  .header.is-catalog-open .form-search__btn--search svg {
    width: 1rem;
    height: 1rem;
  }

  .header.is-catalog-open .form-search__btn--image {
    right: 2.25rem;
  }

  .header.is-catalog-open .form-search__btn--image svg {
    width: 1rem;
    height: 1rem;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer__content {
    grid-template-areas: "form socials" "nav       contacts" "nav       partners" "tv-event  copyright";
    grid-template-columns: 29rem auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .footer__form {
    margin-bottom: 47px;
  }

  .footer__copyright {
    margin-top: 0.1875rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__partners {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .footer__socials {
    align-content: flex-end;
    margin-bottom: 3.1875rem;
    margin-left: 2.8125rem;
    gap: 1rem;
  }

  .footer__tv-event {
    margin-bottom: 1.5rem;
  }

  .footer__nav {
    max-width: 23.125rem;
    margin-bottom: 2rem;
  }

  .footer__nav-heading {
    margin-bottom: 17px;
  }

  .footer__phone {
    margin-bottom: 0.8125rem;
  }

  .footer__phone-desc {
    margin-bottom: 1.5rem;
  }

  .footer__accent-text {
    font-size: 1.25rem;
  }

  .light-footer__content {
    padding: 1.5rem 0;
    gap: 0 80px;
    grid-template-columns: 21.4375rem auto;
  }

  .light-footer__content--grid-mini {
    gap: 0 8px;
  }

  .light-footer__copyright {
    margin-bottom: 1rem;
  }

  .light-footer__phone {
    margin-bottom: 0.6875rem;
  }

  .custom-input--simple-type label .custom-input__label,
  .custom-input--simple-type label .custom-textarea__label,
  .custom-textarea--simple-type label .custom-input__label,
  .custom-textarea--simple-type label .custom-textarea__label {
    font-size: 0.875rem;
    line-height: 129%;
  }

  .form-search .custom-input label {
    padding: 0.125rem 2.5rem 0.125rem 0.125rem;
  }

  .form-search .custom-input label input {
    min-height: 2.25rem;
    padding: 0.25rem 2rem 0.25rem 0.75rem;
  }

  .form-search__btn--image {
    right: 2.875rem;
  }

  .form-search__btn--image svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .form-search__btn--search {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.25rem;
  }

  .form-search__btn--search svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .form-search--brands {
    min-width: 100%;
  }

  .form-search--brands .custom-input label {
    padding: 0;
  }

  .form-search--brands .custom-input label input {
    min-height: 3rem;
  }

  .form-search--brands .custom-input label input::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .form-search--brands .custom-input label input::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .form-search--brands .custom-input label input:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .form-search--brands .custom-input label input::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .form-search--brands .custom-input label input::placeholder {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .form-search--brands .form-search__btn--search {
    right: 0.375rem;
  }

  .header-catalog {
    order: 3;
    width: 100%;
  }

  .header-catalog__overlay {
    display: none;
  }

  .header-catalog__menu {
    height: 100%;
    background-color: #ffffff;
  }

  .header-catalog__tabs.tabs {
    padding: 0;
  }

  .header-catalog__controls.tabs__controls {
    z-index: 2;
    width: 100%;
    align-items: flex-start;
    padding: 0;
  }

  .header-catalog .tabs__element {
    padding: 0;
    overflow: initial;
  }

  .tabs__element:not(.redesign) .header-catalog__types {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0;
  }

  .tabs__element:not(.redesign) .header-catalog__types-img {
    max-width: 4.5rem;
    max-height: 4.5rem;
    margin: 0;
    padding: 0 1rem;
  }

  .header-catalog .tabs__control {
    width: 100%;
    min-height: auto;
    padding: 0.8125rem 2rem;
    color: #4a5f6d;
    border-bottom: 1px solid #ebf2f7;
    border-radius: 0;
  }

  .header-catalog .tabs__control svg {
    color: #001e34;
  }

  .header-catalog__content-wrp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
    scrollbar-color: rgba(103, 133, 155, 0.3) rgba(255, 255, 255, 0);
    scrollbar-width: thin;
  }

  .tabs__element:not(.redesign) .header-catalog__types-item {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .tabs__element:not(.redesign) .header-catalog__types-item .link {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
    padding: 0;
  }

  .tabs__element:not(.redesign) .header-catalog__types-item--all {
    order: -1;
    font-weight: 600;
  }

  .tabs__element:not(.redesign) .header-catalog__types-item--all .link {
    padding: 0 0 0 4.5rem;
    border: none;
  }

  .tabs__element:not(.redesign) .header-catalog__types-title {
    width: 100%;
    padding: 1.0625rem 1rem 1.0625rem 0;
    border-bottom: 1px solid #ebf2f7;
  }

  .tabs__element:not(.redesign) .header-catalog__types-title-text {
    display: inline;
  }

  .tabs__element:not(.redesign) .header-catalog__filter {
    padding: 0;
  }

  .tabs__element:not(.redesign) .header-catalog__filters-wrp {
    margin: -1px 0 0;
    padding: 0;
    border-top: 1px solid #ebf2f7;
  }

  .tabs__element:not(.redesign) .header-catalog__filters-inner {
    flex-direction: column;
  }

  .tabs__element:not(.redesign) .header-catalog__filters-inner > .header-catalog__filter {
    width: 100%;
  }

  .tabs__element:not(.redesign) .header-catalog__filter-title {
    width: 100%;
    padding: 1.0625rem 1rem;
    color: #4a5f6d;
    border-bottom: 1px solid #ebf2f7;
    pointer-events: auto;
  }

  .tabs__element:not(.redesign) .header-catalog__filter-list-wrp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .tabs__element:not(.redesign) .header-catalog__filter-list-wrp.is-open {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 2;
  }

  .tabs__element:not(.redesign) .header-catalog__filter-item {
    margin: 0;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .tabs__element:not(.redesign) .header-catalog__filter-item:first-child {
    margin: 0;
  }

  .tabs__element:not(.redesign) .header-catalog__filter-item .link {
    width: 100%;
    padding: 1.0625rem 1rem;
    border-bottom: 1px solid #ebf2f7;
  }

  .tabs__element:not(.redesign) .header-catalog__filter-item--underline {
    display: none;
  }

  .header-catalog__short-filters {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .header-catalog__selection-btn-wrp {
    margin: 0;
    padding: 1.5rem 1rem;
  }

  .header-catalog__selection-btn-wrp .header-catalog__selection-btn {
    min-height: 3rem;
  }

  .header-catalog__selection-btn {
    width: 100%;
    max-width: none;
    min-height: 2.5rem;
    padding: 0.375rem;
  }

  .header-catalog__selection-btn-icon .btn__icon {
    color: #001e34;
  }

  .header-catalog__brands-list {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0 0.75rem;
  }

  .header-catalog__brands-filter {
    flex-shrink: unset;
    width: 100%;
  }

  .tabs__element:not(.redesign) .header-catalog__brands-item:not(:last-child) {
    margin: 0 0 1.5rem;
  }

  .tabs__element:not(.redesign) .header-catalog__brands-item:last-child {
    margin: 0 0 1.5rem;
  }

  .tabs__element:not(.redesign) .header-catalog__brands-item:nth-child(2) {
    order: 3;
  }

  .tabs__element:not(.redesign) .header-catalog__brands-item:nth-child(3) {
    order: 2;
  }

  .tabs__element:not(.redesign) .header-catalog__brands-item:nth-child(4) {
    order: 4;
  }

  .header-catalog__controls-contacts {
    display: flex;
  }

  .header-catalog__contacts-link-text {
    display: none;
  }

  .header-catalog__controls-selection {
    display: flex;
  }

  .header-catalog__controls-nav {
    display: block;
  }

  .header-catalog__comparison-and-favorites {
    color: #001e34;
    border-bottom: 1px solid #ebf2f7;
    display: flex;
    width: 100%;
    padding: 0 1rem;
  }

  .mobile-navbar {
    display: flex;
    z-index: 2;
  }

  .product-card {
    width: 14rem;
  }

  .product-card--is-slider-card.is-open .product-card__wrap-cost {
    margin-bottom: 0;
    min-height: 42px;
  }

  .product-card--is-slider-card.is-open .product-card__images-list {
    max-height: 6.625rem;
  }

  .product-card--is-slider-card .product-card__title {
    margin-bottom: 10px;
  }

  .product-card--is-slider-card .product-card__images img {
    width: 9.25rem;
    height: 9.25rem;
  }

  .product-card--is-slider-card.is-open .product-card__images img {
    width: 9.25rem;
    height: 6.625rem;
  }

  .product-card--is-slider-card.is-open .product-card__row-price {
    margin-top: 6px;
  }

  .product-card--is-slider-card .product-card__product-number {
    font-size: 10px;
  }

  .product-card--is-slider-card .product-card__icon-rating {
    margin-right: 7px;
  }

  .product-card__images-list {
    max-height: 198px;
  }

  .product-card__row-top {
    margin-bottom: 0.375rem;
  }

  .product-card__title {
    margin-bottom: 8px;
  }

  .product-card.is-open .badge {
    padding: 0.125rem 0.375rem;
    font-size: 10px;
    line-height: 12px;
  }

  .product-card__product-properties {
    margin-bottom: 3px;
  }

  .product-card__old-cost {
    line-height: 1.25rem;
  }

  .product-card__toggle-buttons {
    opacity: 1;
  }

  .product-card__grid-hover {
    width: 0;
    height: 0;
  }

  .product-card__swiper-pagination.swiper-pagination {
    margin-top: 3px;
  }

  .is-open .product-card__swiper-pagination.swiper-pagination {
    margin-bottom: 15px;
  }

  .product-card--is-slider-card {
    min-height: 20.75rem;
    width: 12rem;
  }

  .slider-cards.container {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-cards__swiper-button-next,
  .slider-cards__swiper-button-prev {
    display: none;
  }

  .slider-cards--type-slider .slider-cards__swiper-slide {
    width: 10.25rem;
  }

  .slider-cards--type-catalog .slider-cards__swiper-slide {
    width: 16.5rem;
  }

  .slider-cards--type-categories .slider-cards__swiper-slide {
    width: 14rem;
  }

  .popular-products .section-heading {
    margin-bottom: 1.0625rem;
  }

  .section-heading__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .section-heading__wrap-icon-title {
    padding: 0.125rem;
    border-radius: 0.5rem;
  }

  .section-heading__icon-title {
    width: 1.25rem;
    height: 1.25rem;
    stroke-width: 0;
  }

  .section-heading__button-more {
    padding: 7px 12px;
  }

  .section-heading .section-heading__button-more--icon {
    min-height: 32px;
    min-width: 32px;
  }

  .section-heading__icon-more {
    width: 1.125rem;
    height: 0.25rem;
  }

  .title-2 h1,
  .title-2 h2,
  .title-2 h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .page__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .page--main .section {
    margin-bottom: 3rem;
  }

  .page--catalog {
    padding-top: 0.125rem;
  }

  .page--catalog .choice {
    margin-bottom: 3rem;
  }

  .page--catalog .you-watched {
    margin-bottom: 3rem;
  }

  .page--checkout {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .page--checkout .page__title {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page--active {
    padding-top: 1.5rem;
  }

  .page--active .page__promo-code {
    margin-bottom: 2.5rem;
  }

  .page--active .bonus {
    margin-bottom: 2.5rem;
  }

  .page--active .checkout-active {
    margin-bottom: 2.5rem;
  }

  .page .popular-products {
    margin-bottom: 3.3125rem;
  }

  .page .popular-categories {
    margin-bottom: 2.875rem;
  }

  .page .sellout {
    margin-bottom: 3.25rem;
  }

  .page--basket {
    padding-top: 0;
  }

  .page--basket .breadcrumbs,
  .page--basket .breadcrumbs.is-active {
    margin-bottom: 0.5rem;
  }

  .page--basket .might-like {
    padding-bottom: 2.0625rem;
  }

  .chips {
    font-size: 16px;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabs-lighting__container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tabs-lighting__content {
    width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-lighting__text-content {
    padding: 40px 26px 24px 32px;
  }

  .tabs-lighting__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .tabs-lighting__list {
    padding-left: 16px;
    margin-top: -12px;
    max-height: 272px;
  }

  .tabs-lighting__item {
    margin-top: 12px;
  }

  .tabs-lighting__link {
    font-size: 16px;
    line-height: 22px;
  }

  .select-lighting__tabs {
    margin-top: -12px;
  }

  .select-lighting__title {
    width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
  }

  .select-lighting .container {
    padding: 0;
  }

  .write-review {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .write-review__inner {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
    margin-right: 40px;
    background-color: transparent;
  }

  .write-review__logo {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .write-review__logo svg {
    width: 167px;
  }

  .write-review__text {
    max-width: 150px;
    margin-left: 16px;
    margin-right: 0;
    margin-bottom: 2px;
  }

  .write-review__rating {
    display: flex;
    align-items: center;
  }

  .write-review__btn {
    max-width: 208px;
    max-height: 48px;
  }

  .reviews__write-review {
    position: static;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .reviews__slider {
    margin-right: -32px;
    margin-left: -32px;
  }

  .reviews__slider .swiper-slide {
    width: 284px;
  }

  .reviews__slider .slider-cards__swiper-wrapper {
    padding-left: 0;
  }

  .reviews__slider .slider-cards__swiper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .reviews__slider .slider-cards__swiper-button-prev,
  .reviews__slider .slider-cards__swiper-button-next {
    display: none;
  }

  .reviews__slider .swiper {
    padding-bottom: 2rem;
  }

  .reviews__link--video {
    width: 96px;
    height: 96px;
    bottom: -52px;
    right: 46px;
  }

  .reviews__link--video span {
    width: 80px;
    font-size: 12px;
    line-height: 16px;
  }

  .reviews .section-heading {
    margin-bottom: 27px;
  }

  .review {
    padding: 16px;
  }

  .review__img {
    margin-right: 12px;
  }

  .review__name {
    font-size: 16px;
  }

  .category-card__image img {
    height: 11rem;
  }

  .intro .slider-cards.container {
    padding-left: 33px;
    padding-right: 33px;
  }

  .intro__content {
    width: 22rem;
    padding: 1.6875rem 3.3125rem 1.4375rem 5.4375rem;
  }

  .intro__larget-text {
    margin-bottom: 1.375rem;
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .intro__desc {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    max-width: 12.5rem;
  }

  .intro__desc::before {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: -0.5625rem;
    margin-top: -0.5625rem;
  }

  .intro__logo {
    top: 1.4375rem;
    left: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .intro__image {
    width: 22.1875rem;
  }

  .intro__desc-item {
    margin-bottom: 0.375rem;
  }

  .intro__accent::before {
    left: -0.375rem;
    width: 13.4375rem;
    height: 1.75rem;
  }

  .intro .swiper-pagination {
    bottom: 0.625rem;
  }

  .intro .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }

  .intro .swiper-horizontal > .swiper-pagination-bullets-dynamic {
    left: 47.9%;
  }

  .intro .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .intro .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .sellout .section-heading {
    margin-bottom: 1.25rem;
  }

  .banners {
    padding: 0;
  }

  .banners__container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .banners__image img {
    width: 704px;
    height: 212px;
  }

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

  .designers {
    padding: 40px 0;
    margin-bottom: 48px;
  }

  .designers__title {
    font-size: 28px;
  }

  .designers__slider {
    margin: 0 -32px;
  }

  .designers .slider-cards__swiper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .designers .slider-cards__swiper-slide {
    width: 224px;
  }

  .designers .slider-cards__swiper-button-prev,
  .designers .slider-cards__swiper-button-next {
    display: none;
  }

  .designer-card__img {
    height: 265px;
  }

  .designer-card__designer-photo {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }

  .designer-card__name {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 2px;
    padding-right: 0;
  }

  .designer-card__contacts {
    margin-bottom: 11px;
  }

  .designer-card__tags {
    margin-left: -60px;
    margin-right: -6px;
    margin-top: -3px;
  }

  .filters {
    padding: 0;
    overflow: auto;
  }

  .filters.is-active .filters__form {
    height: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
    overflow: hidden;
  }

  .filters .catalog-checkbox-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .filters__btn {
    width: 100%;
  }

  .filters__show {
    position: fixed;
    bottom: 24px;
    display: block;
    margin-top: 1.625rem;
    color: #001e34;
    width: calc(100% - 32px * 2);
  }

  .filters__button {
    margin-top: 0;
    display: none;
  }

  .filters__reset {
    display: none;
  }

  .filters__toggle {
    display: flex;
    justify-content: space-between;
    width: 68%;
    min-width: 9.25rem;
    padding: 0.625rem;
    padding-right: 1.0625rem;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #67859b;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
    outline: none;
    white-space: normal;
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #f4f6f8;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }

  .filters__toggle svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
    transition: fill 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, fill 0.3s ease;
    transition: transform 0.3s ease, fill 0.3s ease;
    transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
  }

  .filters__toggle span {
    width: 93%;
    color: #001e34;
  }

  .filters__form {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    /* stylelint-disable-next-line */
    height: calc(100 * var(--vh, 1vh));
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: -2rem;
    padding: 3.125rem 0 1.5rem;
    pointer-events: none;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    background-color: #ffffff;
    z-index: 11;
  }

  .filters__form form {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 1.5625rem 2rem 4.5625rem;
  }

  .input-range-accordion {
    margin-bottom: 0;
    border-top: 1px solid #ebf2f7;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }

  .input-range-accordion__element.is-active {
    margin-bottom: 0;
  }

  .input-range-accordion__element.is-active .input-range-accordion__content {
    margin-top: 0.75rem;
    -webkit-transition: opacity 0.3s, max-height 0.3s, margin 0.3s;
    -o-transition: opacity 0.3s, max-height 0.3s, margin 0.3s;
    transition: opacity 0.3s, max-height 0.3s, margin 0.3s;
  }

  .input-range-accordion__content {
    padding: 0;
  }

  .input-range-accordion + .toggle-switch {
    border-top: 1px solid #ebf2f7;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }

  .input-range-accordion.is-active + .toggle-switch {
    border-color: rgba(255, 255, 255, 0);
  }

  .input-range-accordion.is-active + .checkbox-accordion.is-active {
    border-color: rgba(255, 255, 255, 0);
  }

  .input-range-accordion.is-active + .input-range-accordion.is-active {
    border-color: rgba(255, 255, 255, 0);
  }

  .input-range-accordion .show-filter-btn::before {
    display: none;
  }

  .input-range-accordion__button {
    margin-bottom: 0.125rem;
    padding-top: 0.875rem;
  }

  .input-range-accordion__button svg {
    display: none;
  }

  .input-range-accordion__info {
    padding-bottom: 0.5625rem;
  }

  .input-range-accordion__info-block {
    width: calc(50% - 4px);
  }

  .input-range-accordion__info-block span {
    top: 0.8125rem;
    left: 1.125rem;
  }

  .input-range-accordion__min-price,
  .input-range-accordion__max-price {
    padding: 0.6875rem 1rem;
    padding-left: 2.25rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .input-range-accordion__slider {
    width: calc(100% - 20px);
    margin-left: 0.1875rem;
    margin-bottom: 1.5rem;
  }

  .input-range-accordion__steps {
    width: 100%;
  }

  .input-range-accordion__step {
    left: 0;
  }

  .toggle-switch {
    margin-bottom: 0;
    padding: 0;
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
  }

  .toggle-switch + .checkbox-accordion,
  .toggle-switch + .input-range-accordion {
    margin-top: 14px;
  }

  .toggle-switch .show-filter-btn::before {
    display: none;
  }

  .checkbox-accordion {
    margin-bottom: 0;
    padding-bottom: 0.75rem;
    border-top: 1px solid #ebf2f7;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }

  .checkbox-accordion.is-active + .input-range-accordion.is-active {
    border-color: rgba(255, 255, 255, 0);
  }

  .checkbox-accordion.is-active + .checkbox-accordion.is-active {
    border-color: rgba(255, 255, 255, 0);
  }

  .checkbox-accordion:last-of-type {
    border-bottom: 1px solid #ebf2f7;
  }

  .checkbox-accordion.is-checked .checkbox-accordion__active-filters {
    display: flex;
  }

  .checkbox-accordion.is-checked .checkbox-accordion__button svg:last-of-type {
    display: block;
  }

  .checkbox-accordion__button {
    margin-bottom: 0;
    padding-top: 0.875rem;
    padding-bottom: 0;
    padding-right: 0.3125rem;
  }

  .checkbox-accordion__button svg:first-of-type {
    display: none;
  }

  .checkbox-accordion__active-filters {
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #67859b;
  }

  .choice {
    grid-template-areas: "filters sorting-mobile" "options options" "row     row";
    grid-template-columns: 148px 1fr;
    padding-top: 1.5625rem;
  }

  .choice.container {
    padding-top: 0.3125rem;
  }

  .choice__sorting-desktop {
    display: none;
  }

  .choice__filters {
    margin-bottom: 0.9375rem;
  }

  .choice__row {
    margin-left: 0;
  }

  .choice__enabled-filtering-options {
    display: flex;
    grid-area: options;
    margin-bottom: 0.3125rem;
  }

  .choice__sorting-mobile {
    display: flex;
    justify-self: flex-end;
    margin-bottom: -0.8125rem;
  }

  .catalog-checkbox-content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: unset;
    margin-top: 1rem;
    padding-top: 4.6875rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }

  .catalog-checkbox-content--mobile {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 32px 32px 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    z-index: 11;
    border: none;
  }

  .filters .catalog-checkbox-content--mobile {
    padding-bottom: 32px;
  }

  .catalog-checkbox-content__item {
    margin-bottom: 0.625rem;
  }

  .catalog-checkbox-content__item span span {
    max-width: unset;
  }

  .catalog-checkbox-content__show-button::before {
    display: none;
  }

  .catalog-checkbox-content__show-button {
    display: none;
    position: sticky;
    bottom: 32px;
    right: 0;
    width: 100%;
    z-index: 101;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .catalog-checkbox-content--mobile .catalog-checkbox-content__show-button {
    bottom: 0;
  }

  .catalog-checkbox-content--mobile.is-active .catalog-checkbox-content__show-button {
    display: block;
  }

  .filters .filter-btn {
    flex-direction: column;
  }

  .filter-btn__wrap {
    flex-direction: row;
    align-items: unset;
  }

  .filters .filter-btn__wrap {
    padding-bottom: 1rem;
  }

  .filters .filter-btn__reset {
    padding: 0.1875rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    border: none;
    background-color: #f4f6f8;
  }

  .filters .filter-btn__reset svg {
    display: none;
  }

  .filter-btn__title {
    margin-right: 1.25rem;
    font-weight: 600;
  }

  .filters .filter-btn__title {
    display: block;
  }

  .filter-btn__button {
    border-radius: 0.75rem;
  }

  .filter-select-list__button {
    margin-left: auto;
  }

  .breadcrumbs.is-active.breadcrumbs--big-margin {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .found__row {
    gap: 2.5rem 1rem;
    margin-bottom: 1.5rem;
  }

  .found .product-card {
    width: auto;
  }

  .found__banner {
    min-height: 4.4375rem;
  }

  .you-watched .section-heading {
    margin-bottom: 24px;
  }

  .you-watched .slider-cards .slider-cards__swiper {
    margin-left: -10px;
  }

  .filter-type {
    display: none;
    position: fixed;
    top: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3.125rem;
    margin: 0 -32px;
    padding: 0 19px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 30, 52, 0.04), 0 4px 24px 0 rgba(0, 30, 52, 0.04);
    box-shadow: 0 1px 4px 0 rgba(0, 30, 52, 0.04), 0 4px 24px 0 rgba(0, 30, 52, 0.04);
    background-color: #ffffff;
    z-index: 11;
  }

  .filters.is-active .filter-btn .filter-type {
    display: flex;
  }

  .catalog-checkbox-content--mobile .filter-type {
    display: flex;
    position: sticky;
    width: 100vw;
    padding-top: 0.25rem;
  }

  .catalog-checkbox-content--mobile .filter-type + .catalog-checkbox-content__item {
    margin-top: 1.5625rem;
  }

  .basket-section__heading-popup-content {
    left: 120px;
  }

  .basket-menu__promo-btn-icon {
    display: block;
  }

  .basket-menu__promo-btn-text {
    display: none;
  }

  .basket-menu__switch {
    padding: 16px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .shopping__card {
    padding: 32px 0 32px 0;
  }

  .shopping__card-content {
    grid-template-columns: -webkit-min-content [second-col-start] 228px [third-col-start] auto [fourth-col-start] 108px auto;
    grid-template-columns: min-content [second-col-start] 228px [third-col-start] auto [fourth-col-start] 108px auto;
  }

  .light-header__first-part-text {
    display: none;
  }

  .light-header__payment-security {
    display: none;
  }

  .light-header__phone {
    margin-right: 48px;
  }

  .light-header__return-guarantee {
    display: none;
  }

  .light-header__return-to-car {
    text-transform: capitalize;
  }

  .light-header {
    padding: 19px 0 18px 0;
  }

  .light-header.is-fixed + .page {
    padding-top: 6.875rem;
  }

  .delivery-point {
    padding: 1rem;
  }

  .recipient-details__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .making-order {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .making-order__container {
    max-width: 100%;
  }

  .making-order__aside {
    max-width: none;
  }

  .making-order__subscribe-news {
    margin-bottom: 1.625rem;
  }

  .way-get__tab-list {
    max-width: 100%;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .delivery-courier {
    grid-template-columns: repeat(2, minmax(344px, 1fr));
    gap: 1.5rem 1rem;
  }

  .payment-method__list {
    max-width: 100%;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(10.25rem, auto));
  }

  .payment-method__item {
    padding: 1rem 0.875rem 0.5rem;
  }

  .promo-code__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .select-pickup-point__column {
    margin-bottom: 1.5rem;
  }

  .select-pickup-point__wrapper {
    height: 21.25rem;
  }

  .select-pickup-point__map {
    min-width: 21.5rem;
  }

  .select-pickup-point__wrapper.is-active {
    min-height: 24.1875rem;
  }

  .checkout-active {
    margin-bottom: 2rem;
  }

  .checkout-active__title {
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .bonus__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .bonus__toggle-switch {
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 1rem;
  }

  .delivery-wishes__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .point-selected {
    max-width: none;
    margin-bottom: 1.5625rem;
  }

  .point-selected__delivery-point {
    padding: 0;
  }

  .rating-diagram--size-160-32 {
    width: 120px;
    height: 24px;
  }

  .rating-diagram--size-160-32 svg {
    width: 120px;
    height: 24px;
  }

  .rating-diagram--size-194-16 {
    width: 186px;
    height: 16px;
  }

  .rating-diagram--size-194-16 svg {
    width: 186px;
    height: 16px;
  }

  .similar-goods,
  .series-goods {
    margin-bottom: 2.6875rem;
  }

  .interiors {
    padding: 2.5rem 0 2.5rem;
  }

  .interiors__title {
    font-size: 28px;
  }

  .interiors__slider {
    margin: 0 -32px;
  }

  .interiors .slider-cards__swiper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .interiors .slider-cards__swiper-slide {
    width: 224px;
  }

  .interiors .slider-cards__swiper-button-prev,
  .interiors .slider-cards__swiper-button-next {
    display: none;
  }

  .picture-card__img {
    height: 16.5625rem;
  }

  .picture-card__name {
    font-size: 1rem;
  }

  .accessory-parts {
    margin-bottom: 2.6875rem;
  }

  .accessory-parts .section-heading {
    margin-bottom: 1.625rem;
  }

  .characteristics {
    margin-bottom: 2.6875rem;
  }

  .characteristics .section-heading {
    margin-bottom: 1.625rem;
  }

  .characteristics__wrapper {
    padding: 2rem;
  }

  .characteristics__list {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 1.5rem;
  }

  .characteristics__list table:nth-child(n+5) {
    display: none;
  }

  .characteristics__button {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .characteristics table {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .characteristics table caption {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .characteristics td {
    padding: 0 0 1rem;
  }

  .fancybox-img .swiper-slide {
    width: 5rem;
    height: 5rem;
  }

  .great-reviews__wrapper {
    flex-direction: column;
  }

  .product .container {
    flex-direction: column;
  }

  .product__information {
    width: 100%;
    margin-top: 0;
  }

  .product-info {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .product-info__badges {
    top: 0;
    left: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-info .badge {
    margin-bottom: 0.5rem;
  }

  .product-info__block-title {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
  }

  .product-info .title-2 h2 {
    margin-bottom: 0.25rem;
  }

  .product-info__offer {
    margin-bottom: 1.5rem;
  }

  .product-info__form {
    margin-bottom: 1.4375rem;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
  }

  .product-info__form-inner {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .product-info__add-basket {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info__btns {
    margin-bottom: 1.8125rem;
  }

  .product-info__one-click {
    width: 100%;
    margin-right: 0;
    padding: 0.6875rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info__btns-icon-mobile {
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
  }

  .product-info__btns-icon-mobile .btn {
    margin-top: 0.3125rem;
    margin-right: 1.0625rem;
    padding: 0;
    border: none;
  }

  .product-info__btns-icon-mobile .btn:last-child {
    margin-right: 0;
  }

  .product-info__btns-icon {
    display: none;
  }

  .product-info__available {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info__counter {
    min-width: 10.75rem;
  }

  .product-info__counter .btn {
    width: 3rem;
    height: 3rem;
  }

  .product-info__go-basket {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info__similar {
    width: 100%;
    margin-right: 0;
    padding: 0.6875rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info__order {
    width: 100%;
    margin-right: 0;
    padding: 0.6875rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info--poor .payment-variants {
    padding: 0.6875rem 0.8125rem;
  }

  .product-info--min .product-info__block-title {
    margin-bottom: 1rem;
  }

  .product-info--min .product-info__offer {
    margin-bottom: 1.5rem;
  }

  .product-info--min .product-info__form {
    margin-bottom: 1.5rem;
    padding-top: 0;
  }

  .product-info--min .product-info__form-inner {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-info--min .radio-block--min {
    margin-bottom: 0;
    grid-row-gap: 0;
    grid-template-columns: 70px 1fr;
  }

  .product-info--min .color-radio {
    grid-template-columns: 50px 1fr;
  }

  .product-info--min .product-info__btns {
    margin-bottom: 2rem;
  }

  .product-info--max .product-info__form-inner {
    grid-template-columns: 1fr;
  }

  .product-info--max .radio-block {
    margin-bottom: 0;
  }

  .product-info--max .radio-block--max {
    margin-bottom: 1.25rem;
  }

  .product-info--not-available .product-info__form {
    margin-bottom: 1.5rem;
    padding-top: 0;
  }

  .product-info--not-available .product-info__form-inner {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-info--not-available .radio-block--min {
    grid-row-gap: 0;
    grid-template-columns: 96px 1fr;
  }

  .product-info--not-available .color-radio {
    grid-template-columns: 96px 1fr;
  }

  .price-block__cost {
    font-size: 28px;
    line-height: 36px;
  }

  .price-block__old {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .payment-variants {
    padding: 0.6875rem 0.8125rem;
  }

  .payment-variants__options {
    flex-direction: row;
    align-items: center;
  }

  .payment-variants__name {
    margin-right: 1rem;
  }

  .payment-variants__price {
    display: inline-flex;
    align-self: center;
  }

  .about-product {
    margin-bottom: 2.6875rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .about-product .section-heading {
    margin-bottom: 1.625rem;
  }

  .about-product .btn {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .text-block {
    margin: 3rem 0;
  }

  .radio-block {
    margin-bottom: 0;
    grid-column-gap: 0;
    grid-row-gap: 0.625rem;
    grid-template-columns: 1fr;
  }

  .radio-block__name {
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .radio-block--max {
    grid-row-gap: 1.6875rem;
    grid-template-columns: 1fr;
  }

  .radio-block--max .radio-block__variants {
    margin-left: 32px;
  }

  .radio-block--max .noUi-connects::after {
    right: -35px;
    width: 35px;
  }

  .color-radio {
    grid-column-gap: 0;
    grid-row-gap: 0.625rem;
    grid-template-columns: 1fr;
  }

  .color-radio__name {
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .product-rating {
    width: 100%;
  }

  .product-rating__value {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .product-rating__customers-percent {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .criteria-rating {
    width: 50%;
    margin-top: 0;
    display: flex;
  }

  .criteria-rating__list {
    margin-left: auto;
  }

  .reviews-number {
    width: 50%;
    margin-bottom: 1.6875rem;
  }

  .product-reviews__review {
    margin-bottom: 3.0625rem;
  }

  .product-reviews__column {
    max-width: 100%;
  }

  .product-reviews__author {
    margin-bottom: 0.6875rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-reviews__rating {
    margin-bottom: 0.9375rem;
  }

  .product-reviews__text-wrapper {
    margin-bottom: 0;
  }

  .product-reviews__button {
    width: 100%;
  }

  .product-diagrams {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .product-diagrams__btn {
    margin-bottom: 2.3125rem;
    order: 1;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .info-rating .btn {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .card-review .section-heading {
    margin-bottom: 1.625rem;
  }

  .card-review__wrapper {
    flex-direction: column;
  }

  .tags .section-heading {
    margin-bottom: 1.625rem;
  }

  .about-brand .icon {
    width: 1.25rem;
  }

  .about-brand__head-content p {
    padding-right: 2.1875rem;
  }

  .about-brand__img img {
    width: 118px;
  }

  .about-brand__body {
    max-width: 34.375rem;
    padding-right: 4.0625rem;
  }

  .brand .section-heading {
    margin-bottom: 1rem;
  }

  .brand__info {
    margin-bottom: 1.5rem;
  }

  .brand .choice.container {
    padding-top: 1.5625rem;
  }

  .brand .choice.container .filter-select-list__button {
    margin-top: 0;
  }

  .brands {
    margin-bottom: 3rem;
  }

  .brands .section-heading {
    margin-bottom: 1rem;
  }

  .brands__head {
    margin-bottom: 2.5rem;
  }

  .brands__alphabet {
    margin-bottom: 1.625rem;
  }

  .brands__alphabet-block {
    align-items: flex-start;
    margin-bottom: 1.0625rem;
  }

  .brands__alphabet-btn {
    align-items: flex-start;
  }

  .brands__alphabet-list {
    margin-bottom: -0.5625rem;
  }

  .brands__alphabet-item {
    margin-bottom: 0.5625rem;
    margin-left: 0.4375rem;
  }

  .brands__block {
    margin-bottom: 1.875rem;
  }

  .brands-block__title {
    margin-bottom: 0.0625rem;
  }

  .brands-block__item {
    margin-bottom: 0.125rem;
  }

  .header-slider .container {
    padding: 0;
  }

  .header-slider__slide-link {
    padding: 0.75rem 0.8125rem 1rem;
  }

  .header-slider__slide {
    font-size: 0.75rem;
  }

  .header-slider__swiper {
    padding: 0 2rem;
  }

  .slider-controls {
    display: none;
  }

  .top-slider__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .top-slider__title span:last-child {
    margin-left: 0.375rem;
  }

  .top-slider__filters {
    flex-wrap: nowrap;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: rgba(255, 255, 255, 0);
  }

  .top-slider__button {
    margin-bottom: 0;
  }

  .top-slider__slider {
    margin: 0 -2rem;
    padding: 1.125rem 1.8125rem 1.125rem 1.8125rem;
    overflow-x: visible;
    scrollbar-width: none;
    scrollbar-color: rgba(255, 255, 255, 0);
  }

  .top-slider__img {
    margin-bottom: 0;
  }

  .top-slider-next,
  .top-slider-prev {
    display: none;
  }

  .top-slider__link {
    padding: 0 0.375rem 0.5rem;
  }

  .top-slider__item {
    width: calc((100% - 25.5px) / 5.3);
  }

  .product-slider {
    width: 29rem;
    height: 30.9375rem;
    margin: 0 auto 1rem;
    padding-left: 0;
    padding-top: 0;
  }

  .product-slider__item {
    width: 29rem;
    height: 29rem;
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  .header.is-catalog-open .header-catalog .tabs__control.is-active {
    pointer-events: auto;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .filters__toggle {
    width: 60%;
    min-width: 120px;
    padding: 0.5625rem 0.9375rem 0.5625rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-info__btns-icon-mobile .btn {
    margin-top: 0.1875rem;
    margin-right: 0.75rem;
  }
}

@media (max-width: 767px) {
  .fancybox__carousel--gallery .fancybox__slide {
    padding: 32px 16px;
  }

  .fancybox__carousel--gallery .fancybox__content {
    max-width: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .container {
    padding: 0 16px;
  }

  .modal__wrapper {
    padding: 3.75rem 1rem;
  }

  .modal__content {
    width: 100%;
    padding: 1.25rem;
  }

  .modal__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 16px 12px 12px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
    box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
  }

  .modal__description {
    margin-bottom: 24px;
  }

  .modal__table-wrapper {
    max-width: 100%;
  }

  .modal__table td {
    padding: 12px 16px;
  }

  .modal__sub-title {
    font-size: 18px;
    line-height: 24px;
  }

  .modal__title-img {
    margin-bottom: 16px;
  }

  .modal__title-img img {
    width: 124px;
    height: auto;
  }

  .modal__container {
    padding: 0 16px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }

  .modal--contacts .modal__content {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .modal--contacts .modal__wrapper {
    align-items: stretch;
    padding: 0;
  }

  .modal--contacts .modal__close-btn {
    top: 0.4375rem;
    right: 0.125rem;
  }

  .modal--contacts .modal__close-btn svg {
    width: 0.625rem;
    height: 0.625rem;
  }

  .modal--city .modal__content {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .modal--city .modal__wrapper {
    align-items: stretch;
    padding: 0;
  }

  .modal--city .modal__close-btn {
    top: 0.4375rem;
    right: 0.125rem;
  }

  .modal--city .modal__close-btn svg {
    width: 0.625rem;
    height: 0.625rem;
  }

  .modal--with-map .modal__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .modal--with-map .modal__title {
    justify-content: center;
    position: relative;
  }

  .modal--with-map .modal__return-btn {
    position: absolute;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .modal--with-map .modal__return-btn svg {
    height: 15px;
    width: 15px;
  }

  .modal--with-map .modal__content {
    width: 100%;
    border-radius: 0;
    padding: 0;
    padding-bottom: 20px;
  }

  .modal--with-map .select-pickup-point__column {
    flex-direction: column;
  }

  .modal--with-map .custom-input {
    margin-right: 0;
  }

  .modal--with-map .select-pickup-point__map,
  .modal--with-map .select-pickup-point__wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .modal--with-map .select-pickup-point__wrapper.is-active {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .modal--with-map .select-pickup-point__wrapper.is-active .select-pickup-point__delivery-locations {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .modal--with-map .modal__close-btn {
    right: 2px;
    top: 7px;
  }

  .modal--with-map .modal__close-btn svg {
    width: 11px;
    height: 11px;
  }

  .modal--with-map .select-pickup-point--modal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal--with-map .custom-input--simple-type label .custom-input__label {
    font-size: 0.875rem;
    line-height: 129%;
  }

  .modal--delivery .modal__close-btn {
    right: 2px;
    top: 7px;
  }

  .modal--delivery .modal__close-btn svg {
    width: 11px;
    height: 11px;
  }

  .modal--delivery .modal__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .modal--delivery .modal__content {
    border-radius: 0;
    width: 100%;
    border-radius: 0;
    padding: 0;
    padding-bottom: 20px;
  }

  .modal--delivery .modal__title {
    display: block;
    margin-bottom: 5px;
  }

  .modal--cheap .modal__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .modal--cheap .modal__title {
    margin-bottom: 24px;
  }

  .modal--cheap .modal__content {
    width: 100%;
    border-radius: 0;
    padding: 0;
    padding-bottom: 20px;
  }

  .modal--cheap .modal__close-btn {
    right: 2px;
    top: 7px;
  }

  .modal--cheap .modal__close-btn svg {
    width: 11px;
    height: 11px;
  }

  .modal--cheap .custom-textarea {
    margin-bottom: 24px;
  }

  .modal--cheap [type="reset"],
  .modal--cheap [type="submit"] {
    padding: 13px;
  }

  .modal--install .modal__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .modal--install .modal__title {
    margin-bottom: 23px;
  }

  .modal--install .modal__content {
    width: 100%;
    border-radius: 0;
    padding: 0;
    padding-bottom: 20px;
  }

  .modal--install .modal__close-btn {
    right: 2px;
    top: 7px;
  }

  .modal--install .modal__close-btn svg {
    width: 11px;
    height: 11px;
  }

  .modal--install .modal__description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 17px;
  }

  .modal--buy .modal__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .modal--buy .modal__title {
    margin-bottom: 23px;
  }

  .modal--buy .modal__content {
    width: 100%;
    border-radius: 0;
    padding: 0;
    padding-bottom: 20px;
  }

  .modal--buy .modal__close-btn {
    right: 2px;
    top: 7px;
  }

  .modal--buy .modal__close-btn svg {
    width: 11px;
    height: 11px;
  }

  .modal--buy form .custom-input {
    width: 100%;
    margin-bottom: 8px;
  }

  .modal--buy form .custom-textarea {
    margin-bottom: 24px;
    margin-top: 8px;
  }

  .modal--buy form [type="submit"] {
    margin-bottom: 24px;
  }

  .modal--buy .buy-item {
    margin-bottom: 32px;
  }

  .modal--parts .modal__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .modal--parts .modal__title {
    display: block;
    margin-bottom: 23px;
  }

  .modal--parts .modal__content {
    width: 100%;
    max-width: unset;
    border-radius: 0;
    padding: 0;
    padding-bottom: 20px;
  }

  .modal--parts .modal__close-btn {
    right: 2px;
    top: 7px;
  }

  .modal--parts .modal__close-btn svg {
    width: 11px;
    height: 11px;
  }

  .modal--parts .modal__sub-title,
  .modal--parts .modal__description {
    text-align: left;
  }

  .modal--parts .modal__description {
    font-size: 14px;
    line-height: 18px;
  }

  .modal--parts .modal__info {
    text-align: left;
  }

  .modal-contacts__wrp {
    padding: 0 1rem 1rem;
  }

  .modal-contacts__content {
    flex-direction: column;
    margin: -0.25rem 0 0;
  }

  .modal-contacts__navbar {
    position: sticky;
    top: 0;
    right: -1rem;
    left: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.875rem 0.8125rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
    box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
  }

  .modal-contacts__navbar h2 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .modal-contacts__text {
    margin: 1.5rem 0 1rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .modal-contacts__sections {
    width: 100%;
  }

  .modal-contacts__info-list {
    padding: 0.125rem 1rem 1rem;
  }

  .modal-contacts__address {
    width: 100%;
    margin: 1rem 0 0;
  }

  .modal-contacts__info-item {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .modal-contacts__map {
    min-height: 23.1875rem;
    margin: 0 0 1.5rem;
  }

  .modal-contacts__map iframe {
    height: 23.1875rem;
  }

  .modal-contacts__map-list {
    padding: 0 1rem 1rem;
  }

  .modal-contacts__map-item--map-link {
    display: flex;
  }

  .modal-contacts__map-item-icon {
    margin: 0.125rem 0.5rem 0 0;
  }

  .modal-contacts__map-item-title {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .modal-contacts__map-item-text {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .modal-contacts__map-post {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .modal-contacts__map-post br {
    display: none;
  }

  .modal-contacts__map-wrp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .modal-city form {
    margin: 1.5rem 0 0;
  }

  .modal-city .custom-input {
    margin: 0 0 1.5rem;
  }

  .modal-city__navbar {
    right: -1rem;
    left: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.875rem 0.8125rem;
    -webkit-box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
    box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
  }

  .modal-city__navbar h2 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .modal-city__input-icon {
    top: 0;
  }

  .modal-city__wrp,
  .modal-city__wrap-list {
    padding: 0 1rem 1rem;
  }

  .modal-city__wrp .custom-input[data-validate-type="email"] label span {
    font-size: 14px;
    line-height: 18px;
  }

  .modal-city__city-btn {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .modal-city__wrap-list {
    height: auto;
  }

  .modal-city__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .modal-city__search-list {
    display: block;
  }

  .modal--alas .modal__content {
    padding-top: 1.4375rem;
    padding-left: 1.4375rem;
  }

  .modal--alas .modal__close-btn {
    top: 0.4375rem;
    right: 0.8125rem;
    width: 11px;
    height: 11px;
  }

  .modal--alas .modal__close-btn svg {
    width: 11px;
    height: 11px;
  }

  .modal-alas__description {
    margin-bottom: 1.375rem;
  }

  .modal-alas__btn button {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .modal--authorization .modal__content {
    padding-top: 1.4375rem;
    padding-left: 1.4375rem;
  }

  .modal-authorization__description {
    margin-bottom: 1.375rem;
  }

  .modal-authorization__btn button {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .cost-estimate-field--size-big .cost-estimate-field__label,
  .cost-estimate-field--size-big .cost-estimate-field__value {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .cost-estimate-field__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .cost-estimate-field__value {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .cost-estimate-field__value--accent {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .cost-estimate-field__value--accent-red {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .cost-estimate-field__value--margin-right {
    margin-right: 0.3125rem;
  }

  .cost-estimate-field__tooltip {
    width: 1rem;
    height: 1rem;
    margin-right: 0.0625rem;
  }

  .tippy-box[data-theme="custom-big"] {
    min-width: 18rem;
  }

  .tippy-box[data-theme="custom-big--very-big"] {
    min-width: 18rem;
    max-width: 18rem;
  }

  .btn--size-mobile-small {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .btn--padding-16 {
    padding: 0.75rem;
  }

  .btn--padding-12 {
    padding: 0.1875rem 0.5rem;
  }

  .btn--third {
    border-radius: 0.5rem;
  }

  .header__catalog-search {
    margin: 0;
  }

  .header__catalog-btn {
    padding: 0 0.625rem;
  }

  .header__catalog-btn .btn__icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .header__catalog-btn .btn__icon--margin-right {
    margin: 0;
  }

  .header__catalog-btn-label {
    display: none;
  }

  .header__user-menu {
    display: none;
  }

  .header__logo {
    display: none;
  }

  .header__catalog-icon-wrp .header__catalog-close-icon {
    width: 0.75rem;
    height: 0.75rem;
  }

  .header.is-catalog-open .header__catalog-btn {
    margin: 0 0.5rem 0 0;
  }

  .footer {
    padding-top: 1.5rem;
    padding-bottom: 6.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .footer__content {
    grid-template-areas: "form" "nav" "contacts" "tv-event" "socials" "partners" "copyright";
    grid-template-columns: 1fr;
  }

  .footer__form {
    margin-bottom: 2.0625rem;
  }

  .footer__copyright {
    margin-top: 0;
  }

  .footer__partners {
    margin-bottom: 1.5rem;
  }

  .footer .custom-input label span {
    font-size: 14px;
    line-height: 18px;
  }

  .footer__larger-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .footer__form-desc {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .footer__socials {
    grid-auto-columns: 2rem;
    grid-auto-rows: 2rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .footer__social-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .footer__tv-event {
    margin-bottom: 1.5rem;
  }

  .footer__nav {
    max-width: 8.75rem;
    gap: 0.6875rem;
  }

  .footer__nav-heading {
    margin-bottom: 12px;
  }

  .footer__phone {
    margin-bottom: 0.75rem;
  }

  .footer__phone-desc {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .footer__email {
    margin-bottom: 2rem;
  }

  .footer__accent-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .light-footer__content {
    grid-template-columns: 1fr;
  }

  .light-footer__content--grid-mini {
    gap: 0 8px;
  }

  .light-footer__copyright {
    margin-bottom: 0;
    grid-row: 4 / span 1;
  }

  .light-footer__phone {
    font-size: 1rem;
    line-height: 1.375rem;
    grid-row: 1 / span 1;
  }

  .light-footer__working-hours {
    margin-bottom: 1rem;
  }

  .light-footer__email {
    grid-column: 1 / 2;
    grid-row: 3 / span 1;
  }

  .light-footer__email {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .light-footer__text-part {
    display: block;
  }

  .custom-input--simple-type label input,
  .custom-input--simple-type label textarea,
  .custom-textarea--simple-type label input,
  .custom-textarea--simple-type label textarea {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .custom-select__list {
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }

  .form-search .custom-input label {
    padding: 0.125rem 2rem 0.125rem 0.125rem;
  }

  .form-search .custom-input label input {
    min-height: 1.75rem;
    padding: 0.0625rem 1.625rem 0.0625rem 0.25rem;
    border-radius: 0.375rem;
  }

  .form-search__icon-wrp {
    border-radius: 0.5rem;
  }

  .form-search__btn--image {
    right: 2.25rem;
  }

  .form-search__btn--image svg {
    width: 1rem;
    height: 1rem;
  }

  .form-search__btn--search {
    width: 2rem;
    height: 2rem;
  }

  .form-search__btn--search svg {
    width: 1rem;
    height: 1rem;
  }

  .form-search--brands .custom-input label {
    padding: 0;
  }

  .form-search--brands .custom-input label input {
    min-height: 2.75rem;
    padding-left: 0.6875rem;
    padding-right: 2.5rem;
  }

  .form-search--brands .form-search__search-icon {
    border-radius: 0.5rem;
  }

  .form-search--brands .form-search__btn--search {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.5625rem;
  }

  .tabbar {
    display: block;
  }

  .header-catalog .tabs__control {
    padding: 0.8125rem 1rem;
  }

  .header-catalog__brands-item {
    width: 50%;
    max-width: none;
    max-height: none;
  }

  .header-catalog__controls-contacts {
    padding: 0 0.75rem;
  }

  .header-catalog__contacts-link {
    padding: 0.9375rem 0.25rem;
    font-size: 14px;
    line-height: 1.125rem;
  }

  .header-catalog__contacts-link--city {
    margin: 0 0.5rem 0 0;
  }

  .header-catalog__contacts-link .link__icon {
    width: 1rem;
    height: 1rem;
  }

  .header-catalog__controls-selection {
    padding: 0.5rem 1rem;
  }

  .header-catalog__controls-nav {
    padding: 0.75rem 0;
  }

  .header-catalog__controls-nav-wrp {
    max-width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header-catalog__controls-nav-wrp::-webkit-scrollbar {
    display: none;
  }

  .header-catalog__nav-list {
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    padding: 0 1rem;
  }

  .header-catalog__nav-item {
    margin: 0 0.5rem 0 0;
  }

  .header-catalog__nav-item:last-of-type {
    margin: 0;
  }

  .header-catalog__comparison-and-favorites {
    padding: 0;
  }

  .product-card {
    padding: 0.75rem 0 0.875rem;
    width: 100%;
    flex-direction: row;
    min-height: 11rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .product-card--is-slider-card.is-open {
    min-height: 17.125rem;
  }

  .product-card--is-slider-card.is-open .product-card__wrap-cost {
    margin-bottom: 0;
  }

  .product-card--is-slider-card.is-open .product-card__images-list {
    max-height: 5.625rem;
  }

  .product-card--is-slider-card .product-card__title {
    margin-bottom: 5px;
  }

  .product-card--is-slider-card .product-card__badges {
    display: flex;
  }

  .product-card--is-slider-card .product-card__badges-mobyle {
    display: none;
  }

  .product-card--is-slider-card .product-card__toggle-buttons {
    top: 0.3125rem;
    right: 0.3125rem;
  }

  .product-card--is-slider-card .product-card__images img {
    width: 7.75rem;
    height: 7.75rem;
  }

  .product-card--is-slider-card.is-open .product-card__images img {
    width: 7.75rem;
    height: 5.625rem;
  }

  .product-card__cost {
    font-size: 18px;
    line-height: 24px;
  }

  .product-card--is-slider-card .product-card__cost {
    font-size: 1rem;
  }

  .product-card--is-slider-card .product-card__old-cost {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0;
  }

  .product-card--is-slider-card .product-card__favorite-button {
    margin-bottom: 1.25rem;
  }

  .product-card--is-slider-card .product-card__images-list {
    width: auto;
    height: 7.75rem;
    margin-bottom: 0.4375rem;
    margin-right: 0;
  }

  .product-card__images-list {
    width: 5rem;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .is-open .product-card__wrap-cost {
    min-height: auto;
  }

  .product-card__content {
    height: auto;
  }

  .product-card__images {
    max-height: 80px;
  }

  .product-card__images img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-card__row-top {
    margin-bottom: 0.25rem;
  }

  .product-card__rating-counter {
    font-size: 0.75rem;
    line-height: 144%;
  }

  .product-card__icon-rating {
    width: 16px;
    height: 16px;
  }

  .product-card__icon-favorite {
    width: 1rem;
    height: 1rem;
  }

  .product-card__icon-matching {
    width: 0.6875rem;
    height: 0.75rem;
  }

  .product-card__comment-counter {
    font-size: 0.75rem;
    line-height: 144%;
  }

  .product-card__title {
    height: unset;
    overflow: visible;
    margin-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-card__title .link {
    display: inline-flex;
    overflow: visible;
  }

  .product-card .badge {
    padding: 0.125rem 0.375rem;
    font-weight: 600;
    font-size: 0.625rem;
  }

  .product-card .badge--outline {
    padding: 0.0625rem 0.3125rem;
    border-width: 0.0625rem;
  }

  .product-card.is-open .badge {
    padding: 0.125rem 0.375rem;
    font-weight: 600;
    font-size: 0.625rem;
  }

  .product-card.is-open .badge--outline {
    padding: 0.0625rem 0.3125rem;
    border-width: 0.0625rem;
  }

  .product-card .product-card__discount-badge-button {
    padding: 3px 4px;
    line-height: 1;
  }

  .product-card__badges {
    display: none;
  }

  .product-card__sale-item {
    margin-bottom: 0;
  }

  .product-card__badge-news-item {
    margin-bottom: 0;
  }

  .product-card__product-properties {
    margin-bottom: 2px;
  }

  .product-card__buy-button {
    padding: 0.375rem 0.8125rem;
    border: 2px solid #f4f6f8;
  }

  .product-card__buy-button .badge {
    padding: 0.0625rem 0.25rem;
    font-size: 0.625rem;
    line-height: 0.75rem;
  }

  .product-card__buy-icon {
    width: 1.0625rem;
    height: 0.9375rem;
  }

  .product-card__row-price {
    flex-wrap: nowrap;
    margin-top: 7px;
    min-height: 2.25rem;
  }

  .is-open .product-card__row-price {
    margin-top: 7px;
  }

  .product-card__old-cost {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-card__toggle-buttons {
    position: static;
    z-index: 0;
    flex-direction: row;
  }

  .product-card__toggle-buttons .btn {
    position: relative;
    top: -0.125rem;
    padding: 0.25rem;
  }

  .product-card__matching-button {
    order: -1;
    margin-right: 0.75rem;
  }

  .product-card__favorite-button {
    margin-bottom: 0;
  }

  .product-card__column-buy {
    align-items: flex-start;
  }

  .product-card__column-buy .badge {
    height: auto;
    width: auto;
  }

  .is-open .product-card__column-buy {
    width: auto;
    margin-top: 0;
  }

  .product-card__add-product {
    padding: 0.4375rem;
  }

  .product-card__remove-product {
    padding: 0.6875rem 0.3125rem;
  }

  .product-card__remove-icon {
    width: 0.875rem;
    height: 0.125rem;
  }

  .product-card__product-counter-units {
    display: none;
  }

  .product-card__product-counter-col {
    width: 2.25rem;
  }

  .is-open .product-card__product-counter-col {
    margin-left: 0;
    margin-right: 0.125rem;
  }

  .product-card__add-icon {
    width: 0.875rem;
    height: 0.875rem;
  }

  .product-card__product-counter-value {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-card__product-counter-limit {
    font-size: 0.5625rem;
    line-height: 0.625rem;
  }

  .product-card__product-number {
    display: none;
  }

  .product-card__wrap-badges-mobyle {
    margin-bottom: 0.5rem;
  }

  .product-card__badges-mobyle {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .product-card__badges-mobyle .badge {
    line-height: 0.75rem;
  }

  .product-card__book-button {
    padding: 0.3125rem 1.125rem;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-card__is-not-sale {
    bottom: 0.75rem;
  }

  .product-card__is-not-sale {
    width: 4.5rem;
    text-align: left;
  }

  .product-card__images img {
    width: 5rem;
    height: 5rem;
  }

  .is-open .product-card__images img {
    width: 80px;
    height: 80px;
  }

  .is-open .product-card__product-counter .btn {
    border-radius: 0.5rem;
  }

  .product-card__swiper-pagination.swiper-pagination {
    display: none;
  }

  .is-open .product-card__swiper-pagination.swiper-pagination {
    display: none;
  }

  .product-card__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    display: none;
  }

  .product-card--is-slider-card {
    flex-direction: column;
    font-size: 0.75rem;
    line-height: 1rem;
    height: 17.125rem;
    width: 7.75rem;
    padding: 0;
  }

  .product-card--is-slider-card .product-card__title-link {
    /* stylelint-disable */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* stylelint-enable */
    overflow: hidden;
    -webkit-line-clamp: 3;
  }

  .product-card--is-slider-card .is-open .product-card__product-counter .btn {
    border-radius: 0.5rem;
  }

  .product-card--is-slider-card .product-card__swiper-pagination.swiper-pagination {
    display: none;
  }

  .product-card--is-slider-card.is-open .product-card__swiper-pagination.swiper-pagination {
    display: none;
  }

  .product-card--is-slider-card .product-card__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    display: none;
  }

  .product-card--is-slider-card .product-card__buy-button {
    padding: 0.375rem 0.5625rem;
  }

  .product-card--is-slider-card .product-card__images {
    max-height: 100%;
  }

  .slider-cards--type-slider .slider-cards__swiper-slide {
    width: 7.75rem;
  }

  .slider-cards--type-catalog .slider-cards__swiper-slide {
    width: 13.5rem;
  }

  .slider-cards--type-categories .slider-cards__swiper-slide {
    width: 6.125rem;
  }

  .popular-products .section-heading {
    margin-bottom: 0.3125rem;
  }

  .section-heading {
    justify-content: space-between;
  }

  .section-heading__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .section-heading__wrap-icon-title {
    padding: 0.125rem;
    border-radius: 0.5rem;
  }

  .section-heading__icon-title {
    width: 1rem;
    height: 1rem;
  }

  .section-heading__button-more {
    text-transform: capitalize;
    padding: 0.1875rem 0.5625rem;
    border-radius: 0.5rem;
  }

  .section-heading .section-heading__button-more--icon {
    min-height: 24px;
    min-width: 24px;
  }

  .section-heading__first-part-text {
    display: none;
  }

  .section-heading__info {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .title-2 h1,
  .title-2 h2,
  .title-2 h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .title--h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .page__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .page--main .section {
    margin-bottom: 2.5rem;
  }

  .page--catalog {
    padding-top: 0;
  }

  .page--catalog .choice {
    margin-bottom: 2.5rem;
  }

  .page--catalog .you-watched {
    margin-bottom: 2.5rem;
  }

  .page--catalog .found {
    margin-bottom: 15px;
  }

  .page__section-heading {
    margin-bottom: 1rem;
  }

  .page__section-heading--small-margin-bottom {
    margin-bottom: 0.3125rem;
  }

  .page--checkout {
    padding-bottom: 40px;
  }

  .page--checkout .page__title {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1.125rem;
  }

  .page--active {
    padding-bottom: 40px;
  }

  .page--active .page__title {
    margin-bottom: 1rem;
  }

  .page .intro {
    margin-bottom: 1.5rem;
  }

  .page .popular-products {
    margin-bottom: 2.8125rem;
  }

  .page .popular-categories {
    margin-bottom: 2.4375rem;
  }

  .page--basket .basket-section {
    margin-bottom: 2.375rem;
  }

  .page--basket .might-like {
    padding-bottom: 2.5rem;
  }

  .tabs-lighting {
    position: relative;
  }

  .tabs-lighting .tabs-lighting__element {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0);
  }

  .tabs-lighting__container {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: -32px;
    top: 260px;
    z-index: 10;
  }

  .tabs-lighting__controls {
    height: auto;
  }

  .tabs-lighting__images {
    order: -1;
  }

  .tabs-lighting__image {
    height: 180px;
    margin-bottom: 69px;
  }

  .tabs-lighting__image img {
    border-radius: 12px;
  }

  .tabs-lighting__content {
    width: calc(100% - 32px);
  }

  .tabs-lighting__text-content {
    padding: 0;
  }

  .tabs-lighting__title {
    display: none;
  }

  .tabs-lighting__link {
    font-size: 14px;
    line-height: 18px;
  }

  .select-lighting__tabs {
    margin-top: 0;
  }

  .select-lighting__title {
    width: calc(100% - 32px);
  }

  .write-review__inner {
    padding: 11px 15px 16px 16px;
    margin-right: 0;
    flex-direction: column;
    background-color: #f5f5f3;
    border-radius: 12px;
  }

  .write-review__logo {
    margin-bottom: 0;
    margin-right: 0;
  }

  .write-review__logo svg {
    width: 117px;
  }

  .write-review__text {
    margin-top: 4px;
    margin-left: 26px;
    max-width: 165px;
  }

  .write-review .rating__value span:first-of-type {
    font-size: 20px;
  }

  .write-review .rating__value span:last-of-type {
    font-size: 14px;
  }

  .write-review__btn {
    display: none;
  }

  .reviews {
    padding-bottom: 40px;
  }

  .reviews__write-review {
    margin-right: 0;
  }

  .reviews__slider {
    margin-right: -16px;
    margin-left: -16px;
  }

  .reviews__slider .slider-cards__swiper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews__slider .swiper {
    padding-bottom: 1.5rem;
  }

  .reviews__bottom {
    margin-top: 24px;
  }

  .reviews__link {
    display: inline-block;
    padding: 9px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    border-radius: 12px;
  }

  .reviews__link--write {
    background-color: #ffe81d;
    display: block;
    margin-bottom: 12px;
  }

  .reviews__link--video {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: auto;
    background-color: #f6f6f4;
  }

  .reviews__link--video span {
    position: static;
    width: auto;
    font-size: 16px;
    line-height: 22px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #4a5f6d;
  }

  .reviews .section-heading {
    margin-bottom: 16px;
  }

  .review {
    padding: 0;
  }

  .review__name {
    margin-bottom: 0;
    padding-top: 2px;
  }

  .review .rating {
    padding-left: 2px;
  }

  .review__text {
    margin-bottom: 14px;
  }

  .rating__value span:last-of-type {
    margin-left: -4px;
  }

  .rating__value {
    margin-left: 7px;
  }

  .rating svg {
    width: 14px;
  }

  .category-card {
    padding: 0.5rem 0.5rem 0.375rem 0.5rem;
    border-radius: 0.5rem;
  }

  .category-card__image {
    margin-bottom: 0.375rem;
  }

  .category-card__image img {
    height: 5.125rem;
  }

  .category-card__title {
    min-height: 1.875rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .intro .slider-cards.container {
    padding-left: 0;
    padding-right: 0;
  }

  .intro .slider-cards__swiper-slide {
    width: calc(100% - 32px);
  }

  .intro__content {
    width: 8.5rem;
    padding: 3.4375rem 0.9375rem 1.8125rem 1.625rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .intro__larget-text {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .intro__desc {
    display: none;
  }

  .intro__desc::before {
    display: none;
  }

  .intro__logo {
    top: 1.1875rem;
    left: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }

  .intro__image {
    width: 9.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .intro__accent::before {
    left: -0.3125rem;
    width: 5.125rem;
    height: 1.125rem;
  }

  .intro .swiper-pagination {
    bottom: 0.5rem;
  }

  .intro .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
  }

  .intro .swiper-horizontal > .swiper-pagination-bullets-dynamic {
    left: 47.8%;
    bottom: -6px;
  }

  .intro .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
  }

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

  .sellout .section-heading {
    margin-bottom: 0.3125rem;
  }

  .sellout .slider-cards__swiper-slide,
  .sellout .product-card {
    width: 124px;
    height: 274px;
  }

  .sellout .product-card.is-open {
    height: 274px;
  }

  .banners__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banners__image img {
    width: 288px;
    height: 125px;
  }

  .designers {
    margin-bottom: 40px;
  }

  .designers__title {
    font-size: 20px;
  }

  .designers__slider {
    margin: 0 -16px;
  }

  .designers .slider-cards__swiper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .designers .slider-cards__swiper-slide {
    width: 177px;
  }

  .designer-card__img {
    height: 210px;
  }

  .designer-card__info {
    padding-bottom: 8px;
    padding-top: 10px;
  }

  .designer-card__designer-photo {
    display: none;
  }

  .designer-card__name {
    font-weight: 400;
  }

  .designer-card__contacts {
    margin-bottom: 0;
  }

  .designer-card__link {
    margin-right: 14px;
  }

  .designer-card__tags {
    margin-left: 0;
    margin-right: 6px;
    margin-top: 11px;
  }

  .designer-card__tag {
    margin-bottom: 8px;
  }

  .designer-card__link-popup {
    margin-right: 15px;
  }

  .filters__show {
    width: calc(100% - 16px * 2);
  }

  .filters__form {
    margin-left: -1rem;
  }

  .filters__form form {
    padding: 1.5625rem 1rem 4.5625rem;
  }

  .input-range-accordion {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-range-accordion__element.is-active .input-range-accordion__info {
    margin-bottom: 1.5rem;
  }

  .input-range-accordion.is-active + .checkbox-accordion.is-active .checkbox-accordion__button {
    padding-top: 0;
  }

  .input-range-accordion__info {
    padding-bottom: 0;
  }

  .toggle-switch {
    margin-left: -16px;
    margin-right: -16px;
    padding: 13px 16px 3px;
  }

  .checkbox-accordion {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .checkbox-accordion__button {
    -webkit-transition: color 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    -o-transition: color 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  }

  .go-page label {
    grid-template-columns: auto 38px;
  }

  .go-page .custom-input input {
    font-size: 14px;
    line-height: 18px;
  }

  .about-chandeliers .icon {
    width: 14px;
    position: static;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .is-active .about-chandeliers__head {
    position: static;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-bottom: 0;
  }

  .is-active .about-chandeliers__read-more {
    display: none;
  }

  .about-chandeliers__body > *:last-child {
    margin-bottom: 50px;
  }

  .about-chandeliers__head {
    position: static;
    padding: 12px 12px 38px 12px;
  }

  .about-chandeliers__head p {
    padding-right: 0;
  }

  .about-chandeliers__body {
    padding: 0 12px 0 12px;
  }

  .about-chandeliers__body .images-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-chandeliers__read-more {
    opacity: 1;
    display: flex;
    font-size: 14px;
    line-height: 18px;
  }

  .about-chandeliers__row {
    left: 20px;
    right: 20px;
    position: absolute;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about-chandeliers__accordion {
    position: relative;
  }

  .about-chandeliers__hide {
    display: block;
    opacity: 0;
  }

  .choice {
    grid-template-columns: 120px 1fr;
  }

  .choice.container {
    padding-top: 0;
  }

  .choice__filters {
    margin-bottom: 0;
  }

  .choice__enabled-filtering-options {
    margin-top: 1.1875rem;
    margin-bottom: 1rem;
  }

  .catalog-checkbox-content--mobile {
    padding: 0 16px;
  }

  .filters .catalog-checkbox-content--mobile {
    padding-bottom: 16px;
  }

  .filter-btn {
    flex-direction: column;
    margin-top: -0.1875rem;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .filters .filter-btn {
    overflow: hidden;
  }

  .filter-btn + .input-range-accordion {
    border-top: none;
  }

  .filter-btn__wrap {
    position: relative;
    z-index: 1;
  }

  .filters .filter-btn__wrap {
    flex-wrap: wrap;
    border-bottom: 1px solid #ebf2f7;
  }

  .filter-btn__title-wrap {
    display: none;
    margin-bottom: 1rem;
  }

  .filters .filter-btn__title-wrap {
    display: flex;
  }

  .filter-btn__title {
    margin-right: 1.25rem;
    font-weight: 600;
  }

  .filter-btn__button {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    align-items: center;
    line-height: 1;
    border-radius: 0.5rem;
  }

  .filter-btn__button .icon {
    margin-left: 0.3125rem;
  }

  .filter-btn__button span {
    margin-top: 0.0625rem;
    margin-right: 0.125rem;
  }

  .filter-select-list {
    width: 10rem;
    padding-bottom: 0;
  }

  .filter-select-list.is-open .filter-select-list__list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .filter-select-list.is-open .filter-select-list__btn-show {
    left: 16px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .filter-select-list.is-open .filter-type {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    z-index: 2;
  }

  .filter-select-list__button {
    width: 10rem;
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .filter-select-list__list {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    max-height: unset;
    padding-top: 4.1875rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 1s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 1s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 1s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 1s ease;
    overflow: auto;
  }

  .filter-select-list__item {
    padding: 0.5rem 2rem 0.625rem 3rem;
  }

  .filter-select-list__item::after {
    content: "";
    position: absolute;
    top: 0.4375rem;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #e5ebf0;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  }

  .filter-select-list__item[aria-selected='true']::before {
    top: 0.8125rem;
    left: 1.375rem;
    width: 0.75rem;
    height: 0.75rem;
    background-image: none;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
  }

  .filter-select-list__item[aria-selected='true']:after {
    background-color: #ffe81d;
    border-color: #ffe81d;
  }

  .filter-select-list__btn-show {
    display: block;
    position: fixed;
    bottom: 1.5rem;
    width: calc(100% - 16px * 2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
  }

  .breadcrumbs__list {
    overflow-x: scroll;
  }

  .breadcrumbs__item--list:hover .breadcrumbs__link--active {
    background-color: rgba(255, 255, 255, 0);
  }

  .found__row {
    margin-bottom: 1.625rem;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .found__row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ebf2f7;
    -webkit-box-shadow: -50vw 0 0 #ebf2f7, 50vw 0 0 #ebf2f7;
    box-shadow: -50vw 0 0 #ebf2f7, 50vw 0 0 #ebf2f7;
  }

  .found .product-card {
    min-height: 11rem;
  }

  .found .product-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ebf2f7;
    -webkit-box-shadow: -50vw 0 0 #ebf2f7, 50vw 0 0 #ebf2f7;
    box-shadow: -50vw 0 0 #ebf2f7, 50vw 0 0 #ebf2f7;
  }

  .found__banner {
    display: none;
  }

  .found__more-btn.btn {
    margin-bottom: 1.5rem;
  }

  .found__bottom-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .found .pagination {
    margin-bottom: 1.5rem;
  }

  .you-watched .slider-cards .slider-cards__swiper {
    margin-left: -15px;
  }

  .you-watched .product-card {
    padding: 0;
  }

  .filter-type {
    margin: 0 -16px;
    padding: 0 16px;
  }

  .basket-section__heading {
    margin-bottom: 1.5rem;
  }

  .basket-section__row {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }

  .basket-section__heading-popup-content {
    top: 29px;
    left: auto;
    right: 0;
  }

  .basket-section__popup {
    justify-self: stretch;
  }

  .might-like__category-list-image {
    width: 72px;
    height: 72px;
  }

  .might-like__category-list {
    grid-template-columns: repeat(72px);
    gap: 36px;
  }

  .might-like__filters-item {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .might-like__section-heading {
    margin-bottom: 16px;
  }

  .basket-menu {
    min-height: 22.375rem;
    min-width: 18rem;
    padding: 16px 14px;
  }

  .basket-menu__promo-btn {
    width: auto;
  }

  .basket-menu__input {
    width: auto;
    min-width: 132px;
  }

  .basket-menu__input label {
    width: 100%;
  }

  .basket-menu__input label span {
    font-size: 14px;
    line-height: 18px;
  }

  .basket-menu__input label input {
    font-size: 14px;
    line-height: 18px;
  }

  .basket-menu__switch {
    margin: 16px 0 0 0;
    min-height: 48px;
    padding: 12px 16px;
  }

  .basket-menu__switch .toggle-switch__title {
    font-size: 14px;
    line-height: 18px;
  }

  .basket-menu__total {
    font-size: 16px;
    line-height: 22px;
  }

  .basket-menu__total-text {
    width: 70%;
  }

  .basket-menu__info {
    margin-top: 24px;
  }

  .basket-menu__info-item {
    margin-top: 6px;
  }

  .basket-menu__info-description {
    font-size: 14px;
    line-height: 18px;
    width: 70%;
  }

  .basket-menu__ordering {
    margin-top: 24px;
  }

  .shopping__badge {
    margin-right: 4px;
    margin-bottom: 4px;
  }

  .shopping__badge:last-child {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .shopping__badge:only-child {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .shopping__badges-list {
    position: static;
    margin-bottom: 8px;
    grid-column: second-col-start / span 3;
    grid-row: 1 / span 1;
  }

  .shopping__card {
    padding: 24px 0 24px 0;
  }

  .shopping__card:not(:only-child)::before {
    -webkit-box-shadow: 100px 0 0 0 #ebf2f7, -100px 0 0 0 #ebf2f7;
    box-shadow: 100px 0 0 0 #ebf2f7, -100px 0 0 0 #ebf2f7;
  }

  .shopping__card-content {
    grid-auto-flow: dense;
    grid-template-columns: -webkit-min-content [second-col-start] minmax(91px, auto) [third-col-start] auto;
    grid-template-columns: min-content [second-col-start] minmax(91px, auto) [third-col-start] auto;
  }

  .shopping__counter {
    justify-content: flex-end;
    align-self: center;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    grid-column: third-col-start / span 2;
    grid-row: span 2;
  }

  .shopping__delete-item {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
    grid-column: second-col-start / span 2;
    grid-row: 10 / span 1;
  }

  .shopping__title + .shopping__delete-item {
    margin-top: 8px;
    grid-row: auto;
  }

  .shopping__withdrawn-sale + .shopping__delete-item {
    grid-row: 4 / span 1;
  }

  .shopping__favorite {
    margin-left: 0;
    margin-top: 0;
  }

  .shopping__gift {
    justify-self: flex-start;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    grid-column: second-col-start / span 1;
    align-self: center;
    grid-row: span 2;
  }

  .shopping__gift .icon {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }

  .shopping__hidden-mobyle {
    display: none;
  }

  .shopping__image {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }

  .shopping__inner-badges-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 100%;
    margin-right: -4px;
    margin-bottom: -4px;
  }

  .shopping__need-installation {
    margin-top: 0;
    margin-bottom: 16px;
    grid-column: second-col-start / span 2;
  }

  .shopping__on-request-button.btn {
    margin-right: 0;
    margin-left: 0;
    padding: 5px 18px;
    font-size: 14px;
    line-height: 18px;
    grid-column: third-col-start / span 2;
    justify-self: flex-end;
  }

  .shopping__price {
    margin-right: 16px;
    grid-column: second-col-start / span 1;
  }

  .shopping__product-under-order {
    grid-column: second-col-start / span 3;
  }

  .shopping__title + .shopping__product-under-order {
    margin-top: -8px;
  }

  .shopping__title {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
    grid-column: second-col-start / span 2;
  }

  .shopping__withdrawn-sale + .shopping__title {
    grid-column: second-col-start / span 2;
  }

  .shopping__withdrawn-sale {
    justify-content: flex-start;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    grid-column: 2 / span 2;
    grid-row: 2;
  }

  .favorite-togle {
    width: 16px;
    height: 15px;
  }

  .popular-categories .section-heading {
    margin-bottom: 1.375rem;
  }

  .light-header__content {
    grid-template-columns: auto -webkit-min-content -webkit-min-content;
    grid-template-columns: auto min-content min-content;
  }

  .light-header__logo .main-logo {
    display: none;
  }

  .light-header__logo .main-logo--type-mini {
    display: inline-flex;
  }

  .light-header__phone {
    order: 1;
    margin-right: 0;
  }

  .light-header__return-to-car {
    margin-right: 27px;
    padding: 0;
    padding-left: 14px;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    background-image: url("../img/sprite/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    border: none;
  }

  .light-header {
    padding: 12px 0;
  }

  .light-header.is-fixed + .page {
    padding-top: 5.3125rem;
  }

  .delivery-point {
    padding: 1.5rem;
    border-radius: 12px;
  }

  .delivery-point__title {
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 130%;
  }

  .delivery-point__address {
    margin-bottom: 0.5rem;
  }

  .delivery-point__metro-list {
    padding-bottom: 4px;
    margin-bottom: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .delivery-point__metro-list ::-webkit-scrollbar {
    height: 0;
    width: 0;
  }

  .delivery-point__metro-item {
    flex-shrink: 0;
  }

  .delivery-point__info {
    flex-direction: column;
    margin-bottom: 0.75rem;
  }

  .delivery-point__info span:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }

  .delivery-point__info span:not(:last-child)::before {
    display: none;
  }

  .delivery-point .btn::before {
    display: none;
  }

  .delivery-point .btn {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .recipient-details__row {
    grid-template-columns: 1fr;
  }

  .recipient-details__title {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0.75rem;
  }

  .making-order {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1.125rem;
  }

  .making-order__column {
    margin-bottom: 1.9375rem;
  }

  .making-order__recipient-details {
    margin-bottom: 2.125rem;
  }

  .making-order__way-get {
    margin-bottom: 2rem;
  }

  .making-order__payment-method {
    margin-bottom: 2rem;
  }

  .making-order__promo-code {
    margin-bottom: 1.625rem;
  }

  .making-order__aside {
    padding: 1rem;
  }

  .making-order__mobyle-shopping-widget {
    margin-bottom: 2rem;
  }

  .making-order__cost-estimate {
    margin-bottom: 1.625rem;
  }

  .making-order__place-order-button {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    margin-bottom: 1rem;
  }

  .making-order__get-receipt {
    margin-bottom: 1.125rem;
  }

  .making-order__subscribe-news {
    margin-bottom: 1rem;
  }

  .way-get__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .way-get__tab-list {
    gap: 0.4375rem;
    grid-auto-rows: minmax(4.5rem, auto);
    grid-template-columns: 1fr;
  }

  .way-get__tab-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .delivery-courier {
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }

  .delivery-courier__delivery-adress-input,
  .delivery-courier__wrap-delivery-adress,
  .delivery-courier__comment,
  .delivery-courier__contactless-delivery {
    grid-column: 1 / -1;
  }

  .delivery-courier__delivery-adress-input,
  .delivery-courier__delivery-map {
    display: none;
  }

  .delivery-courier__title {
    display: flex;
    align-items: center;
  }

  .delivery-courier__wrap-delivery-adress {
    grid-template-columns: repeat(2, 1fr);
  }

  .delivery-courier__map-button {
    padding: 0.3125rem 0.375rem;
    padding-left: 0.5rem;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .payment-method__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
  }

  .payment-method__list {
    gap: 0.5rem;
    grid-auto-rows: minmax(4.5rem, auto);
    grid-template-columns: 1fr;
  }

  .payment-method__item {
    padding: 0.875rem 0.875rem 0.5625rem;
  }

  .payment-method__item-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .payment-method__item-title + .payment-method__item-desc {
    margin-top: 0.25rem;
  }

  .payment-method__item-big-image {
    width: 4.9375rem;
    height: 2.5rem;
    margin-left: 0;
  }

  .payment-method__item-title + .payment-method__item-image-list {
    margin-top: 0.375rem;
  }

  .promo-code__title {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
  }

  .promo-code__button {
    min-height: 3rem;
    margin-left: 0.5rem;
    background-image: url("../img/sprite/check.svg");
    background-size: 1.125rem 0.75rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  .promo-code__button-text {
    display: none;
  }

  .shopping-widget__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
  }

  .select-pickup-point__column {
    gap: 0;
  }

  .select-pickup-point__search-input {
    margin-bottom: 1.5rem;
  }

  .select-pickup-point__title {
    margin-bottom: 0.875rem;
  }

  .select-pickup-point__wrapper {
    height: 16.25rem;
  }

  .select-pickup-point__map {
    min-width: 100%;
  }

  .select-pickup-point__wrapper.is-active {
    min-height: 16.25rem;
  }

  .select-pickup-point__delivery-locations {
    display: none;
  }

  .select-pickup-point__delivery-locations > .delivery-locations {
    display: none;
  }

  .cost-estimate {
    gap: 1rem;
  }

  .cost-estimate__field--size-big {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .cost-estimate__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .cost-estimate__value--accent {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .cost-estimate__value {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .cost-estimate__row {
    gap: 0.5625rem;
  }

  .delivery-info th {
    padding-bottom: 4px;
  }

  .delivery-info {
    display: none;
  }

  .delivery-info--mobile {
    display: flex;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 22px;
  }

  .checkout-active__title {
    margin-bottom: 1.75rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .checkout-active__list > li {
    margin-bottom: 1.375rem;
  }

  .checkout-active__list {
    grid-auto-rows: minmax(2.75rem, auto);
  }

  .checkout-item {
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
  }

  .checkout-item__title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .checkout-item__button {
    margin-top: 0.5rem;
    margin-left: 0.75rem;
    padding: 0.0625rem 0.375rem;
    border-radius: 8px;
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    justify-self: flex-start;
  }

  .checkout-item__note {
    padding-top: 18px;
  }

  .bonus__title {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
  }

  .bonus__toggle-switch {
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 1rem;
  }

  .delivery-wishes__title {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .delivery-wishes__icon {
    width: 0.875rem;
    height: 0.5rem;
  }

  .point-selected {
    margin-bottom: 2rem;
  }

  .point-selected__title {
    font-size: 20px;
    line-height: 130%;
  }

  .point-selected .btn--true-secondary {
    position: static;
    padding: 0.0625rem 0.3125rem;
    border-radius: 8px;
  }

  .point-selected__delivery-point {
    padding: 0;
  }

  .point-selected__delivery-point:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .point-selected__delivery-point .delivery-point__title {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .point-selected__delivery-point .delivery-point__address {
    font-size: 14px;
    line-height: 129%;
  }

  .point-selected__delivery-point .delivery-point__metro-list {
    margin-bottom: 0.3125rem;
  }

  .point-selected__delivery-point .delivery-point__descr {
    margin-bottom: 0.6875rem;
  }

  .product-review {
    padding-bottom: 5rem;
  }

  .product-review .reviews-header {
    margin-bottom: 1.4375rem;
  }

  .product-review--appearance {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    overflow-y: auto;
    background-color: #ffffff;
  }

  .product-review__rating {
    margin-bottom: 2.375rem;
  }

  .product-review__img-upload {
    padding: 0.625rem 0.625rem 0.75rem 0.8125rem;
    min-width: 13.5rem;
    width: 100%;
  }

  .product-review__img-upload label p {
    min-width: 13.5rem;
  }

  .product-review__img-container {
    margin-bottom: 1.25rem;
  }

  .product-review__user-img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .product-review__user-img img {
    width: 3.25rem;
    height: 3.25rem;
  }

  .product-review__publishing-rules {
    margin-bottom: 2.125rem;
  }

  .product-review__comment {
    margin-bottom: 1.5rem;
  }

  .product-review__btn-reset {
    order: 1;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .product-review__wrapper-btn {
    flex-direction: column;
  }

  .product-review__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .product-rate {
    width: 100%;
    max-width: 20rem;
    min-width: 12.5rem;
  }

  .similar-goods .section-heading,
  .series-goods .section-heading {
    margin-bottom: 1.375rem;
  }

  .interiors__title {
    font-size: 20px;
  }

  .interiors__slider {
    margin: 0 -16px;
  }

  .interiors .slider-cards__swiper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .interiors .slider-cards__swiper-slide {
    width: 177px;
  }

  .picture-card__img {
    height: 13.125rem;
  }

  .picture-card__info {
    padding: 0.8125rem;
  }

  .picture-card__name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .info-card .product-counter__value {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .accessory-parts .section-heading {
    margin-bottom: 1.375rem;
  }

  .characteristics .section-heading {
    margin-bottom: 1.375rem;
  }

  .characteristics__wrapper {
    padding: 1rem 0.875rem;
  }

  .characteristics__list {
    -webkit-columns: 1 40rem;
    -moz-columns: 1 40rem;
    columns: 1 40rem;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: 0;
  }

  .characteristics__list table:nth-child(n+3) {
    display: none;
  }

  .great-reviews .reviews-header {
    margin-bottom: 1.4375rem;
  }

  .great-reviews--appearance {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    overflow-y: auto;
    background-color: #ffffff;
  }

  .product {
    margin-bottom: 2.375rem;
  }

  .product--poor .info-block__list {
    margin-top: 1rem;
  }

  .product--min .info-block__list {
    margin-top: 1rem;
  }

  .product--not-available .info-block__list {
    margin-top: 1rem;
  }

  .product-info__badges {
    left: 1rem;
  }

  .product-info__code {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-info__code span {
    display: none;
  }

  .product-info__payment {
    flex-direction: column;
  }

  .product-info__payment-item {
    width: 100%;
  }

  .product-info__form-inner {
    grid-column-gap: 0;
    grid-row-gap: 0.8125rem;
    grid-template-columns: 1fr;
  }

  .product-info__add-basket {
    position: fixed;
    right: 0;
    bottom: 5.375rem;
    left: 0;
    z-index: 11;
    max-width: calc(100% - 30px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .product-info__one-click {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info__btns-icon-mobile .icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .product-info__available {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-info__similar {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info__order {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .product-info--poor .product-info__block-title {
    margin-bottom: 1.4375rem;
  }

  .product-info--poor .product-info__payment {
    margin-bottom: 1.5rem;
  }

  .product-info--poor .product-info__available {
    align-items: flex-start;
    margin-top: 0.1875rem;
  }

  .product-info--min .product-info__form-inner {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
  }

  .product-info--min .radio-block--min {
    margin-bottom: 0.75rem;
  }

  .product-info--min .radio-block--min label {
    line-height: 0;
  }

  .product-info--min .color-radio {
    grid-template-columns: 36px 1fr;
  }

  .product-info--min .color-radio .color-radio__variants label {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
  }

  .product-info--min .product-info__available {
    align-items: flex-start;
    margin-top: 0.1875rem;
  }

  .product-info--not-available .product-info__form-inner {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
  }

  .product-info--not-available .radio-block--min {
    margin-bottom: 0.75rem;
    grid-template-columns: 70px 1fr;
  }

  .product-info--not-available .radio-block--min label {
    line-height: 0;
  }

  .product-info--not-available .color-radio {
    grid-template-columns: 36px 1fr;
  }

  .product-info--not-available .color-radio .color-radio__variants label {
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  .product-info--not-available .product-info__available--not {
    align-items: flex-start;
    margin-top: 0.1875rem;
  }

  .product-info--order .product-info__btns {
    margin-bottom: 2rem;
  }

  .product-info--order .product-info__available {
    align-items: flex-start;
    margin-top: 0.1875rem;
  }

  .info-block {
    flex-wrap: nowrap;
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: scroll;
  }

  .info-block::-webkit-scrollbar {
    display: none;
  }

  .info-block__list {
    flex-wrap: nowrap;
  }

  .about-product .section-heading {
    margin-bottom: 1.375rem;
  }

  .text-block {
    margin: 2.5rem 0;
  }

  .radio-block--max .radio-block__variants {
    margin-left: 28px;
  }

  .radio-block--max .noUi-target {
    max-width: 283px;
  }

  .product-img {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5625rem;
  }

  .product-img--margin {
    margin-bottom: 2.0625rem;
  }

  .product-img__title {
    width: 100%;
    padding-top: 0.625rem;
    margin-left: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .product-img__img {
    margin-right: 0;
  }

  .product-rating__stars {
    margin-bottom: 1.125rem;
  }

  .criteria-rating {
    max-width: 360px;
    width: 100%;
  }

  .criteria-rating__list {
    width: 100%;
    margin-left: 0;
  }

  .criteria-rating__diagram {
    justify-content: space-between;
  }

  .criteria-rating__value {
    margin-left: 0;
  }

  .reviews-number {
    max-width: 360px;
    width: auto;
    margin-bottom: 2rem;
  }

  .reviews-number__item {
    justify-content: space-between;
  }

  .reviews-number__stars-number {
    margin-right: 0;
  }

  .reviews-number__value {
    margin-left: 0;
  }

  .product-diagrams {
    flex-direction: column;
    margin-bottom: 2.1875rem;
  }

  .product-diagrams__btn {
    max-width: 360px;
    order: 0;
    margin-bottom: 1.9375rem;
  }

  .reviews-header {
    margin-bottom: 0;
    padding-top: 0.625rem;
  }

  .reviews-header {
    height: 50px;
    margin-left: -1rem;
    margin-right: -1rem;
    -webkit-box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
    box-shadow: 0 4px 24px rgba(0, 30, 52, 0.06), 0 1px 4px rgba(0, 30, 52, 0.04);
  }

  .reviews-header .reviews-header__link-back {
    margin-right: 0;
  }

  .reviews-header .reviews-header__link-back svg {
    width: 22px;
    height: 22px;
    fill: #4a5f6d;
  }

  .reviews-header .title-2 h1 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .reviews-header.is-hide {
    display: block;
  }

  .reviews-header__title {
    margin-left: -0.5625rem;
  }

  .reviews-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.4375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }

  .reviews-header__header-close {
    display: inline-flex;
  }

  .thanks {
    margin-bottom: 0;
  }

  .thanks--appearance {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    min-height: calc(100vh);
    min-height: calc(100 * var(--vh, 1vh));
    max-height: calc(100vh);
    max-height: calc(100 * var(--vh, 1vh));
  }

  .thanks__wrapper {
    padding-top: 1.375rem;
    padding-bottom: 2rem;
  }

  .thanks__img {
    margin-bottom: 78px;
  }

  .thanks__text {
    margin-bottom: 0;
  }

  .thanks__message {
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-variant: normal;
  }

  .thanks__explanation {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .thanks__btn {
    margin-bottom: 0;
    width: 100%;
  }

  .info-rating {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .info-rating .btn {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  .card-review {
    margin-bottom: 2.375rem;
  }

  .card-review .section-heading {
    margin-bottom: 1.375rem;
  }

  .delivery-return__table {
    padding: 10px;
  }

  .delivery-return__table-content {
    display: flex;
    flex-direction: row;
    padding-bottom: 11px;
  }

  .delivery-return__table-content span {
    display: block;
  }

  .delivery-return__table-content:first-child {
    width: 100%;
  }

  .delivery-return__table-content:nth-child(2) {
    width: 100%;
  }

  .delivery-return__table-content:last-child {
    width: 100%;
  }

  .delivery-return__table-content--two-line {
    flex-direction: column;
  }

  .delivery-return__table-content--two-line span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  .delivery-return__table-row:nth-of-type(2) .delivery-return__table-content:first-of-type {
    opacity: 1;
  }

  .delivery-return__table-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .delivery-return__table-row--title {
    display: none;
  }

  .delivery-return__table-row--two-lines {
    margin-bottom: 0;
  }

  .delivery-return__table-item:last-child .delivery-return__table-row:last-child .delivery-return__table-content {
    margin-bottom: 10px;
  }

  .delivery-return__table-item:last-child .delivery-return__table-row:last-child .delivery-return__table-content:last-child {
    margin-bottom: 0;
  }

  .delivery-return__table-item:last-child .delivery-return__table-row:last-child {
    margin-bottom: 0;
  }

  .delivery-return__element {
    display: flex;
    flex-direction: column;
  }

  .delivery-return__btn {
    font-size: 14px;
    line-height: 18px;
    padding: 11px;
  }

  .delivery-return__description {
    font-size: 14px;
    line-height: 22px;
  }

  .delivery-return__free {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 18px;
  }

  .delivery-return__link {
    align-self: center;
  }

  .delivery-return__img img {
    margin: 50px auto;
    width: 192px;
  }

  .delivery-return__text {
    text-align: left;
  }

  .buy-item__wrapper {
    order: 2;
    padding-left: 12px;
  }

  .buy-item__description {
    padding-top: 0;
    flex-wrap: wrap;
  }

  .buy-item__name {
    order: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
    width: calc(100% - 44px);
  }

  .buy-item img {
    width: 80px;
    min-width: 80px;
  }

  .buy-item .price {
    order: -1;
  }

  .buy-item .favorite-togle {
    order: 1;
  }

  .pay-by-parts-scheme {
    margin-left: 0;
    margin-right: 0;
    padding: 23px 8px 14px 10px;
  }

  .pay-by-parts-scheme__list {
    margin-left: 0;
    margin-right: 0;
  }

  .pay-by-parts-scheme__list--icons {
    margin-left: 16px;
    margin-right: 16px;
  }

  .pay-by-parts-scheme__percent {
    font-size: 12px;
    line-height: 16px;
  }

  .pay-by-parts-scheme__text {
    font-size: 9px;
    line-height: 12px;
  }

  .pay-by-parts-scheme__benefits {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tags {
    margin-bottom: 2.5rem;
  }

  .tags .section-heading {
    margin-bottom: 1.375rem;
  }

  .tags__name {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .tags__list {
    gap: 0.5rem;
  }

  .about-brand__btn {
    order: 2;
    margin-left: auto;
    margin: -0.3125rem -0.3125rem 0 auto;
  }

  .about-brand .icon {
    width: 0.875rem;
  }

  .about-brand__accordion {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }

  .about-brand__head-content {
    flex-wrap: wrap;
  }

  .about-brand__head-content p {
    padding-right: 0;
    margin-left: 0;
    order: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 100px;
  }

  .about-brand__img {
    min-width: 4.875rem;
    padding: 0.9375rem 0.1875rem;
    margin-bottom: 0.3125rem;
  }

  .about-brand__img img {
    width: 71px;
    height: 24px;
  }

  .about-brand__body {
    padding: 0;
  }

  .about-brand__body p {
    margin-top: 2px;
  }

  .about-brand__read-more {
    opacity: 1;
    display: flex;
    font-size: 14px;
    line-height: 18px;
  }

  .about-brand__row {
    left: 20px;
    right: 20px;
    position: absolute;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about-brand__accordion {
    position: relative;
  }

  .about-brand__accordion.is-active .about-brand__head-content p {
    padding-right: 0;
    margin-left: 0;
    overflow: visible;
    -o-text-overflow: clip;
    text-overflow: clip;
    display: block;
    -webkit-line-clamp: none;
    max-height: 100%;
  }

  .about-brand__hide {
    display: block;
    opacity: 0;
  }

  .brand .section-heading {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }

  .brand .section-heading__title {
    margin-right: 0.25rem;
  }

  .brand .choice.container {
    padding-top: 1.5625rem;
  }

  .brands .section-heading {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }

  .brands__head {
    margin-bottom: 1.6875rem;
  }

  .brands__alphabet {
    margin-bottom: 1.5rem;
  }

  .brands__block {
    margin-bottom: 2.0625rem;
  }

  .brands-block__title {
    font-size: 18px;
    line-height: 24px;
  }

  .brands-block__item {
    width: 100%;
  }

  .header-slider__slide-link {
    padding: 0.75rem 0.5rem 0.75rem;
  }

  .header-slider__slide {
    font-weight: 400;
  }

  .header-slider__swiper {
    padding: 0 1rem;
  }

  .top-slider__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .top-slider__title span:last-child {
    margin-left: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .top-slider__filters {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-slider__slider {
    margin: 0 -1rem;
    padding: 1.3125rem 1rem 0.875rem 1rem;
  }

  .top-slider__slide-title {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }

  .top-slider__img {
    width: 75%;
    margin-bottom: -2px;
    padding-bottom: calc(83% * 96 / 96);
  }

  .top-slider__item {
    width: calc(100% / 3.2);
  }

  .product-slider {
    width: 18rem;
    height: 19.9375rem;
    margin: 0 auto 0.5rem;
  }

  .product-slider__item {
    width: 18rem;
    height: 18rem;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .modal--authorization .modal__close-btn {
    top: 0.4375rem;
    right: 0.125rem;
  }

  .modal--authorization .modal__close-btn svg {
    width: 0.625rem;
    height: 0.625rem;
  }
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

@media (max-width: 374px) {
  .slider-cards--type-catalog .slider-cards__swiper-slide {
    width: 18rem;
  }

  .input-range-accordion__steps {
    width: 103%;
  }

  .radio-block--max {
    grid-template-columns: 280px;
  }

  .radio-block--max .noUi-target {
    max-width: 224px;
  }
}

@media (max-width: 1023px) and (hover: hover), screen and (max-width: 1023px) and (min-width: 0\0) {
  .header.is-catalog-open .header__catalog-btn:hover:not(.focus-visible),
  .header.is-catalog-open .header__catalog-btn.focus-visible:focus {
    background-color: #ffdd00;
  }

  .filters__toggle:hover:not(.focus-visible):hover,
  .filters__toggle.focus-visible:focus:hover {
    border-color: #ffdd00;
    background-color: rgba(255, 255, 255, 0);
  }

  .filters .filter-btn__reset:hover:not(.focus-visible):hover,
  .filters .filter-btn__reset.focus-visible:focus:hover {
    background-color: #ffdd00;
    border: none;
  }

  .product-info__btns-icon-mobile .btn:hover:not(.focus-visible):hover .icon,
  .product-info__btns-icon-mobile .btn.focus-visible:focus:hover .icon {
    color: #ff3055;
  }
}

@media (hover: hover) and (max-width: 767px), screen and (min-width: 0\0) and (max-width: 767px) {
  .product-card:hover:not(.focus-visible):hover,
  .product-card.focus-visible:focus:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1440px) and (min-width: 1440px) {
  .found .product-card__product-counter {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 1600px) and (min-width: 1228px) {
  .shopping__card {
    padding: 32px 0 32px 0;
  }
}

@media (max-width: 767px) and (hover: hover), screen and (max-width: 767px) and (min-width: 0\0) {
  .light-header__return-to-car:hover:not(.focus-visible):hover,
  .light-header__return-to-car.focus-visible:focus:hover {
    background-color: transparent;
    color: inherit;
  }
}
