
@layer base, component, mod;

@layer base{

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

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    .swiper-css-mode.swiper-vertical > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
      scroll-snap-type: none;
    }
    .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
    .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
    .swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
    .swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

/* Slide styles start */
/* 3D Shadows */
  .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-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
}

/* BREAKPOINTS
------------------------- */

/* COLORS
------------------------ */

/* EFFECTS
------------------------ */

:root {
  /* SECTION SPACING  */
  --spacing: 100px;
  /* FONTS  */
  --font-primary: 'SegoeUI', sans-serif, -apple-system, blinkmacsystemfont,
    roboto, ubuntu, 'Droid Sans', 'Helvetica Neue', arial, sans-serif,
    'Apple Color Emoji';
}

:root {
  /* COLORS
  ------------------------- */
  --color-primary: #000;
  --color-primary--rgb: 0, 0, 0;
  --color-alt: #000;
  --color-alt--rgb: 0, 0, 0;
  --color-blck: #000;
  --color-blck--rgb: 0, 0, 0;
  --color-whte: #fff;
  --color-whte--rgb: 255, 255, 255;
  --color-text: #000;
  --color-text--rgb: 0, 0, 0;
  --color-text-alt: #8B8B8B;
  --color-text-alt--rgb: 139, 139, 139;
  --color-accent: #911220;
  --color-accent--rgb: 145, 18, 32;
  --color-accent-100: #5f0e17;
  --color-accent-100--rgb: 95, 14, 23;
  --color-grey: #F6F6F6;
  --color-grey--rgb: 246, 246, 246;
  --color-grey-100: #EAEAEA;
  --color-grey-100--rgb: 234, 234, 234;
  --color-border: #9F9F9F;
  --color-border--rgb: 159, 159, 159;
  --color-bg: #1D1D1D;
  --color-bg--rgb: 29, 29, 29;
  --color-bg-secondary: #e0e0e0;
  --color-bg-secondary--rgb: 224, 224, 224;
  --color-success: #259243;
  --color-success--rgb: 37, 146, 67;
  --color-error: #f00;
  --color-error--rgb: 255, 0, 0;
  --font-size-default: 14px;
  /** Z-INDEX SYSTEM
  ------------------------- */
  --index-1: 100;
  --index-2: 200;
  --index-3: 1200;
  --index-4: 1300;
}

@layer base {
  * {
    margin: 0;
    padding: 0;
    border: 0;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  *::before,
  *::after {
    display: inline-block;
  }
  html,
  body {
    min-width: 360px;
    height: 100%;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scrollbar-gutter: stable;
/*    background-color: #fafafa;*/ /*скрываем серый фон*/
  }
  body {
    color: var(--color-primary);
    font-size: var(--font-size-default);
    font-family: var(--font-primary);
    line-height: 1;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    background: var(--color-scroll-bg);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-alt);
    border-radius: 10px;
  }
  ::selection {
    color: var(--color-whte);
    background: var(--color-bg);
  }
  input,
  button,
  textarea {
    font-size: inherit;
    font-family: var(--font-primary);
    line-height: inherit;
  }
  button {
    color: inherit;
    font-family: var(--font-primary);
    background-color: transparent;
    outline: 0;
    cursor: pointer;
  }
  div[class*=__text] p:only-of-type,
  div[class*=__text] p:last-of-type,
  div[class*=__details] p:only-of-type,
  div[class*=__details] p:last-of-type,
  div[class*=__note] p:only-of-type,
  div[class*=__note] p:last-of-type {
    margin: 0;
  }
  [class*=image] img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }
  ul li {
    list-style: none;
  }
  img {
    vertical-align: top;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: inherit;
    font-size: inherit;
  }
  address,
  cite {
    font-style: normal;
  }
  fieldset,
  dl,
  dd {
    margin: 0;
    padding: 0;
  }
  fieldset {
    border: none;
  }
}

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

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

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

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

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

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

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

/* stylelint-disable*/

/* IMPORTS
---------------------------- */

body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--index-3) - 1);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  content: "";
  pointer-events: none;
}

[data-popup].popup-open {
  pointer-events: none;
}

.popup-show body::after {
  opacity: 1;
}

@layer component {
  .popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 10px;
    visibility: hidden;
    transition: visibility 0.8s ease 0s;
    pointer-events: none;
  }
  /* stylelint-disable-next-line selector-class-pattern */
  .popup_show {
    z-index: var(--index-3);
    overflow: auto;
    visibility: visible;
    pointer-events: auto;
  }
  /* stylelint-disable-next-line selector-class-pattern */
  .popup_show .popup__content {
    transform: scale(1);
    visibility: visible;
  }
  .popup__wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
  }
  .popup__content {
    width: 100%;
    max-width: 900px;
    padding: 20px;
    background-color: #eee;
    border-radius: 20px;
    transform: scale(0);
    visibility: hidden;
    transition: transform 0.3s ease 0s;
  }
  .lock .popup__content {
    visibility: visible;
  }
}

/* stylelint-enable*/

/* UTILS
---------------------------- */

/* stylelint-disable-next-line scss/percent-placeholder-pattern */

.header {
  background-color: var(--color-whte);
}

.header__main {
  padding: 12px 0;
}

.header__main .header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header__searchbar {
  display: none;
}

.header__searchbar-input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 18px 18px 18px 48px;
  border: 1px solid var(--color-grey);
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 1.25;
  color: var(--color-primary);
  font-weight: 600;
  background: url("/img/icons/search.svg") top 16px left 16px/24px no-repeat, var(--color-grey);
  border-radius: 8px;
  outline: none;
  -webkit-user-select: none;
          user-select: none;
}

.header__searchbar-input::placeholder {
  color: #656565;
}

.header__logo {
  width: 140px;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__links {
  display: none;
}

.header__link {
  font-weight: 600;
  color: rgba(var(--color-primary--rgb), 0.3);
}

.header__link--active {
  color: var(--color-primary);
}

.header__action {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__action-btn {
  width: 32px;
  height: 32px;
}

.header__action-btn::before {
  content: "";
  width: 32px;
  height: 32px;
  mask: var(--icon) center center/32px no-repeat;
  -webkit-mask: var(--icon) center center/32px no-repeat;
  background-color: currentColor;
}

.header__burger {
  position: relative;
  width: 20px;
  height: 16px;
}

.header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: currentColor;
}

.header__burger span:nth-of-type(1) {
  top: 0;
}

.header__burger span:nth-of-type(2) {
  top: 8px;
}

.header__burger span:nth-of-type(3) {
  top: 16px;
}

.header__nav {
  display: none;
}

.header__nav-list {
  display: flex;
}

.header__nav-item {
  --pad-size: 24px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--pad-size);
  border-right: 1px solid rgba(var(--color-whte--rgb), 0.2);
  white-space: nowrap; /*запрещаем перенос в горизонтальном меню категорий*/
}

.header__nav-item--catalog .header__nav-link {
  color: var(--color-whte);
}

.header__nav-item:first-child {
  justify-content: flex-start;
  flex-grow: unset;
  padding-left: 0;
}

.header__nav-item:last-child {
  justify-content: flex-end;
  flex-grow: unset;
  padding-right: 0;
  border-right: 0;
}

.header__nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--color-whte--rgb), 0.7);
  font-weight: 600;
  transition: color 0.25s ease-in-out;
}

.header__nav-link::before {
  content: "";
  width: 24px;
  height: 24px;
  mask: var(--icon) center center/24px no-repeat;
  -webkit-mask: var(--icon) center center/24px no-repeat;
  background-color: currentColor;
}

.footer {
  padding: 40px 0;
  background-color: var(--color-primary);
  color: var(--color-whte);
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.footer__logo {
  display: block;
  width: 140px;
}

.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 320px;
  width: 100%;
}

.footer__desc {
  font-size: 14px;
  line-height: 1.25;
  color: #CFCFCF;
  font-weight: 600;
}

.footer__nav {
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__nav-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer__nav-link {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #CFCFCF;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.footer__socials-title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.footer__socials-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer__socials-link {
  width: 16px;
  height: 16px;
  transition: opacity 0.25s ease-in-out;
}

/* stylelint-disable*/

@layer component {
  .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 11px 19px;
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: 1.286;
    font-weight: 600;
    background-color: var(--color-accent);
    border: 1px solid var(--color-accent);
    color: var(--color-whte);
    border-radius: 6px;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
            user-select: none;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  }
}

@layer mod {
  .btn--wide {
    width: 100%;
  }
  .btn--l {
    padding: 11px 31px;
  }
  .btn--xl {
    padding: 11px 31px;
  }
  .btn--xxl {
    padding: 11px 31px;
  }
  .btn--outline {
    background-color: transparent;
    border-color: var(--color-whte);
    color: var(--color-whte);
  }
  .btn--outline-dark {
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
  .btn--dark {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-whte);
  }
}

/* stylelint-enable*/

.form-grou {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.2;
  background-color: var(--color-whte);
  border: 1px solid #CECECE;
  border-radius: 8px;
}

/* 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 * {
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */

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

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

/* Offset direction
 */

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

/* 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 {
  position: absolute;
  backface-visibility: hidden;
}

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

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

.noUi-state-drag * {
  /* stylelint-disable-next-line declaration-no-important */
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  top: -4px;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-primary);
  border: none;
  box-shadow: none;
}

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

.noUi-horizontal .noUi-handle-lower {
  right: -12px;
}

.noUi-vertical {
  width: 18px;
}

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

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

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

/* stylelint-disable-next-line no-duplicate-selectors */

.noUi-target {
  background: #CECECE;
  border-radius: 2px;
  height: 4px;
}

/* stylelint-disable-next-line no-duplicate-selectors */

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

.noUi-connect {
  background: #414141;
}

/* Handles and cursors;
 */

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

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

/* stylelint-disable-next-line no-duplicate-selectors */

.noUi-handle {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */

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

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

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

.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 * {
  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 {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

.noUi-rtl .noUi-value-vertical {
  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 {
  position: absolute;
  display: block;
  padding: 5px;
  color: #000;
  white-space: nowrap;
  text-align: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

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

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

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

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

.range {
  width: 100%;
  padding-bottom: 4px;
}

.range__fields {
  display: block;
  width: 100%;
}

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

.range__value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.range__value:nth-of-type(2) {
  align-items: flex-end;
}

.range__value:nth-of-type(2) .range__value-input {
  text-align: right;
}

.range__value-label {
  font-size: 14px;
  line-height: 1.4;
  color: #A7A7A7;
}

.range__value-input {
  display: block;
  width: 106px;
  height: 40px;
  border: 1px solid #9F9F9F;
  border-radius: 2px;
  background-color: var(--color-whte);
  padding: 7px;
  font-size: 14px;
  line-height: 1.4;
}

/* stylelint-disable selector-class-pattern */

@layer component {
  .select {
    width: 100%;
    position: relative;
    min-width: 0;
  }
  .select__body {
    position: relative;
  }
  .select__title {
    width: 100%;
    color: inherit;
    text-align: left;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--color-whte);
  }
  .select__value {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 0;
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2;
  }
  .select__value > * {
    flex: 1 1 auto;
  }
  .select__value::after {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    transition: all 0.3s ease 0s;
    content: "";
    background: url("/img/icons/chevron-select.svg") center center/24px no-repeat;
  }
  ._select-open .select__value::after {
    transform: rotate(-180deg);
  }
  .select__value._select-pseudo-label::before {
    opacity: 0.5;
    content: attr(data-pseudo-label);
  }
  .select__content {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .select__text {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .select__input {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .select__options {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    min-width: 100%;
    padding: 10px 0 5px;
    color: #000;
    background-color: var(--color-whte);
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    margin-top: 8px;
  }
  .select__scroll {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .select__option {
    width: 100%;
    padding: 5px 15px;
    color: inherit;
    text-align: left;
    cursor: pointer;
  }
  .select__option._select-selected {
    background-color: var(--color-alt);
  }
  .select__row {
    display: inline-flex;
    align-items: center;
  }
  .select--show-top .select__options {
    top: auto;
    bottom: calc(100% - 1px);
    padding: 5px 0 10px;
    border: 1px solid var(--color-bg);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
  ._select-tag {
    cursor: pointer;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.pagination__btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--icon) center center/24px no-repeat;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination__item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 4px;
  transition: opacity 0.25s ease-in-out;
}

.pagination__item.is-active {
  background-color: var(--color-primary);
  color: var(--color-whte);
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

@layer base {
  [class*=__container],
  .container {
    --pad: 15px;
    box-sizing: border-box;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 var(--pad);
  }
}

@layer component {
  .hero {
    position: relative;
    background: linear-gradient(90.7deg, #1c1c1c 0.64%, #32070c 101%);
    color: var(--color-whte);
    z-index: 1;
  }

  .hero__slider .swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
    z-index: 2;
  }

  .hero__slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 50%;
    opacity: 0.6;
  }

  .hero__slider .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .hero__item {
    position: relative;
    padding: 40px 0 280px;
  }
  .hero__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .hero__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
  }
  .hero__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .hero__subtitle {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: rgba(var(--color-whte--rgb), 0.4);
  }
  .hero__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.4px;
  }
  .hero__title span {
    font-weight: 600;
  }
  .hero__desc {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(var(--color-whte--rgb), 0.4);
  }
}

@layer component {
  .services {
    background-color: #fafafa;
    padding: 24px 0;
  }
  .services__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .services__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .services__item-icon {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 8px;
  }
  .services__item-title {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
    color: #717171;
  }
}

@layer component {
  .categories__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .categories__slider-nav {
    display: none;
  }
  .categories__slider {
    overflow: hidden;
  }
  .categories__slider .swiper-pagination {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 4px;
    margin-top: 24px;
  }
  .categories__slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: var(--color-primary);
    opacity: 0.3;
    border-radius: 50%;
  }
  .categories__slider .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .categories__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 24px 8px 8px;
    border-radius: 16px;
    background-color: #ededed;
    min-height: 128px;
  }
  .categories__item-icon {
    width: 48px;
    height: 48px;
  }
  .categories__item-icon img {
    display: block;
    width: 48px;
    height: 48px;
  }
  .categories__item-title {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
  }
}

@layer component {
  .products-list__title {
    color: var(--color-accent);
    margin-bottom: 24px;
  }
  .products-list__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .products-list__tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    margin-bottom: 24px;
  }
  .products-list__tabs::-webkit-scrollbar {
    display: none;
  }
  .products-list__tabs-btn {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #8B8B8B;
    border-bottom: 1px solid transparent;
    transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    flex-shrink: 0;
  }
  .products-list__tabs-btn._tab-active {
    color: var(--color-primary);
    border-color: currentColor;
  }
}

@layer component {}

@layer component {
  .loyal-program {
    position: relative;
    padding: 80px 32px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-whte);
  }
  .loyal-program__img {
    display: block;
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .loyal-program__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .loyal-program__title {
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin-bottom: 12px;
  }
  .loyal-program__title span {
    font-weight: 600;
  }
  .loyal-program__desc {
    max-width: 240px;
    margin: 0 auto 32px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #AFAFAF;
  }
}

@layer component {
  .section {
    padding: 40px 0;
  }
  .section--top {
    padding-top: 0 !important;
  }
}

@layer component {
  .h2 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
  }
}

@layer component {
  .slider-btn {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .slider-btn::before {
    content: "";
    width: var(--size);
    height: var(--size);
    mask: var(--icon) center center/var(--size) no-repeat;
    -webkit-mask: var(--icon) center center/var(--size) no-repeat;
    background-color: currentColor;
  }
}

@layer component {
  .catalog-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
/*    background-color: var(--color-grey);*/ /*скрываем серый фон*/
    border-radius: 8px;
  }
  .catalog-product-card__top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .catalog-product-card__to-fav {
    margin-left: auto;
    --size: 24px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden; /*скрываем кнопку для добавления в избранное*/
  }
  .catalog-product-card__to-fav::before {
    content: "";
    width: var(--size);
    height: var(--size);
    mask: url("/img/icons/favorite.svg") center center/var(--size) no-repeat;
    -webkit-mask: url("/img/icons/favorite.svg") center center/var(--size) no-repeat;
    background-color: rgba(144, 144, 144, 0.768627451);
  }
  .catalog-product-card__img {
    display: block;
    max-width: 160px;
    aspect-ratio: 1/1;
    margin-bottom: 16px;
  }
  .catalog-product-card__img img {
    display: block;
    width: 100%;
  }
  .catalog-product-card__title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
  }
  .catalog-product-card__price {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    margin-top: auto;
  }
  .catalog-product-card__btn {
    width: 100%;
    margin-top: 16px;
  }
}

@layer component {
  .popular__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .popular__item {
    display: flex;
    flex-direction: column;
  }
  .popular__item--graylight {
    background-color: #f9f9f9;
  }
  .popular__item--gray {
    background-color: #eaeaea;
  }
  .popular__item--dark {
    background-color: #2c2c2c;
    color: var(--color-whte);
  }
  .popular__item--center .popular__item-img {
    align-self: center;
  }
  .popular__item--left .popular__item-img {
    align-self: flex-start;
  }
  .popular__item-img {
    display: block;
    max-width: 360px;
    width: 100%;
    align-self: flex-end;
  }
  .popular__item-img img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .popular__item-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 32px;
    flex-grow: 1;
  }
  .popular__item-title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
  }
  .popular__item-desc {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #909090;
  }
  .popular__item-btn {
    margin-top: auto;
  }
}

@layer component {
  .main-catalog__items {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(2, 1fr);
  }
  .main-catalog__item {
    position: relative;
    display: flex;
    padding: 24px;
  }
  .main-catalog__item--phones {
    grid-column: span 2;
    min-height: 180px;
    padding: 40px 24px 40px 180px;
    align-items: center;
  }
  .main-catalog__item--phones .main-catalog__item-img {
    left: 0;
    bottom: 0;
    width: auto;
    height: 140px;
  }
  .main-catalog__item--phones .main-catalog__item-img img {
    width: auto;
    height: 100%;
  }
  .main-catalog__item--home-tech {
    grid-column: span 2;
    padding: 40px 100px 40px 24px;
    background-color: #ededed;
  }
  .main-catalog__item--home-tech .main-catalog__item-img {
    top: 0;
    right: 0;
    width: 140px;
  }
  .main-catalog__item--airpods {
    background-color: #ededed;
    min-height: 140px;
    padding-left: 70px;
  }
  .main-catalog__item--airpods .main-catalog__item-img {
    top: 0;
    left: 0;
    width: 50px;
  }
  .main-catalog__item--airpods .main-catalog__item-small-img {
    bottom: 0;
    right: 20px;
  }
  .main-catalog__item--ps5 {
    background-color: #484848;
    color: var(--color-whte);
    min-height: 140px;
  }
  .main-catalog__item--ps5 .main-catalog__item-img {
    top: 20px;
    right: 0;
    width: 100px;
  }
  .main-catalog__item-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    z-index: 2;
  }
  .main-catalog__item-title span {
    font-weight: 300;
  }
  .main-catalog__item-btn {
    margin-top: 12px;
  }
  .main-catalog__item-desc {
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    color: #909090;
    z-index: 2;
  }
  .main-catalog__item-img {
    display: block;
    position: absolute;
  }
  .main-catalog__item-img img {
    display: block;
    width: 100%;
  }
  .main-catalog__item-small-img {
    position: absolute;
    display: none;
  }
}

@layer component {
  .product {
    padding: 24px 0 40px;
  }
  .product__main {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .product__gallery {
    max-width: 100%;
    width: 100%;
  }
  .product__thumbs {
    display: none;
  }
  .product__thumbs .swiper-slide {
    opacity: 0.4;
  }
  .product__thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .product__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .product__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product__slider {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  .product__slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .product__slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0.4;
  }
  .product__slider .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .product__img {
    display: block;
    width: 100%;
  }
  .product__img img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    object-fit: contain;
  }
  .product__info {
    width: 100%;
  }
  .product__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .product__price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .product__price-curr {
    font-size: 20px;
    font-weight: 600;
  }
  .product__price-old {
    font-size: 16px;
    color: #a0a0a0;
    text-decoration: line-through;
  }
  .product__colors {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  .product__colors-title {
    font-size: 14px;
    line-height: 1.5;
  }
  .product__colors-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .product__color {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    background-color: var(--color);
    border-radius: 50%;
  }
  .product__memory {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .product__memory-item {
    position: relative;
  }
  .product__memory-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .product__memory-item input:checked + label {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
  .product__memory-item input:disabled + label {
    pointer-events: none;
    border-color: #d5d5d5;
    color: #d5d5d5;
  }
  .product__memory-item label {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    border: 1px solid #d5d5d5;
    color: #6f6f6f;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    cursor: pointer;
  }
  .product__tech {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 20px;
  }
  .product__tech-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    background-color: #f4f4f4;
  }
  .product__tech-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .product__tech-item-desc {
    font-size: 14px;
    line-height: 1.1;
  }
  .product__tech-item-desc span {
    display: block;
    color: #c4c4c4;
  }
  .product__more-desc {
    display: inline;
    font-size: 14px;
    line-height: 1.4;
    color: #6c6c6c;
  }
  .product__more-desc a {
    display: inline;
    color: var(--color-primary);
    border-bottom: 1px solid currentColor;
    cursor: pointer;
  }
  .product__more-desc p {
    display: inline;
  }
  .product__more-desc p:not(:first-child) {
    display: none;
  }
  .product__more-desc.is-open p {
    display: block;
  }
  .product__more-desc.is-open a {
    display: inline-block;
  }
  .product__btn {
    margin-top: 32px;
  }
  .product__desc {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 24px;
    background-color: var(--color-whte);
    border-radius: 8px;
    gap: 24px;
  }
  .product__desc-title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
  }
  .product__desc-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #9d9d9d;
  }
  .product__desc-details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product__desc-details.is-open .product__desc-details-section {
    display: block;
  }
  .product__desc-details-section {
    width: 100%;
    display: none;
  }
  .product__desc-details-section:nth-of-type(1) {
    display: block;
  }
  .product__desc-details-section:nth-of-type(2) {
    display: block;
  }
  .product__desc-details-section:not(:first-child) {
    padding-top: 24px;
  }
  .product__desc-details-head {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .product__desc-details-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .product__desc-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 7px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 14px;
    line-height: 1.25;
  }
  .product__desc-detail-desc {
    text-align: right;
  }
  .product__desc-btn {
    margin-top: 32px;
  }
  .product__desc-btn.is-active::after {
    transform: rotate(180deg);
  }
  .product__desc-btn.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    gap: 8px;
    padding: 11px 56px;
  }
  .product__desc-btn.btn::after {
    content: "";
    width: 24px;
    height: 24px;
    mask: url("/img/icons/chevron-down.svg") center center/contain no-repeat;
    -webkit-mask: url("/img/icons/chevron-down.svg") center center/contain no-repeat;
    background-color: currentColor;
  }
}

@layer component {
  .order-delivery__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 16px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .order-delivery__action .btn {
    flex-grow: 1;
  }
  .order-delivery__title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .order-delivery__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .order-delivery__item-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .order-delivery__item-input:checked + .order-delivery__item-label .order-delivery__item-icon::before {
    opacity: 1;
  }
  .order-delivery__item-input:checked + .order-delivery__item-label .order-delivery__item-title,
  .order-delivery__item-input:checked + .order-delivery__item-label .order-delivery__item-type,
  .order-delivery__item-input:checked + .order-delivery__item-label .order-delivery__item-date {
    color: var(--color-primary);
  }
  .order-delivery__item-label {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 16px 16px;
    border: 1px solid #d1d1d8;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    gap: 12px;
  }
  .order-delivery__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
  }
  .order-delivery__item-icon::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0;
  }
  .order-delivery__item-date {
    display: block;
    margin-left: auto;
    font-weight: 600;
  }
  .order-delivery__item-title {
    font-weight: 600;
  }
  .order-delivery__item-date, .order-delivery__item-title, .order-delivery__item-type {
    color: #a2a3b1;
  }
}

@layer component {
  .order__steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 24px 0;
  }
  .order__step {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    opacity: 0.2;
  }
  .order__step--active {
    opacity: 1;
  }
  .order__step-icon {
    width: 24px;
    height: 24px;
  }
  .order__step-title {
    display: none;
  }
  .order__step-divider {
    position: relative;
    height: 1px;
    flex-grow: 1;
    border: 1px dashed #252525;
  }
  .order__step-divider::before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: 5px;
    position: absolute;
    top: -2px;
    left: -1px;
    background: radial-gradient(circle, rgba(230, 230, 230, 0.431) 20% rgba(255, 255, 255, 0) 50%, rgba(230, 230, 230, 0.431) 80%);
  }
  .order__content {
    padding: 24px 0;
  }
}

@layer component {}

@layer component {
  .order-address__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 16px;
    margin-top: 32px;
  }
  .order-address__action .btn {
    flex-grow: 1;
  }
  .order-address__title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .order-address__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .order-address__item {
    position: relative;
  }
  .order-address__item-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .order-address__item-input:checked + .order-address__item-label::after {
    opacity: 1;
  }
  .order-address__item-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 104px 16px 48px;
    background-color: #f6f6f6;
    border-radius: 8px;
    cursor: pointer;
  }
  .order-address__item-label::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .order-address__item-label::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 24px;
    opacity: 0;
  }
  .order-address__item-city {
    display: block;
    margin-bottom: 16px;
  }
  .order-address__item-desc {
    display: block;
    margin-bottom: 8px;
  }
  .order-address__item-city, .order-address__item-desc {
    font-size: 16px;
    line-height: 1.4;
  }
  .order-address__item-tel {
    font-size: 14px;
    line-height: 1.2;
  }
  .order-address__item-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .order-address__item-btn {
    width: 24px;
    height: 24px;
    mask: var(--icon) center center/24px no-repeat;
    -webkit-mask: var(--icon) center center/24px no-repeat;
    background-color: currentColor;
    cursor: pointer;
    transition: opacity 0.25s ease-in-out;
  }
  .order-address__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    z-index: 1;
  }
  .order-address__divider {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    top: 12px;
    left: 0px;
    border: 1px dashed #252525;
  }
  .order-address__add {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
  }
  .order-address__add-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--color-whte);
  }
  .order-address__add-title {
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 1px solid transparent;
  }
}

@layer component {
  .breadcrumbs {
    padding: 16px 0;
  }
  .breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }
  .breadcrumbs__item:not(:first-of-type)::before {
    --size: 16px;
    content: "";
    width: var(--size);
    height: var(--size);
    mask: url("/img/icons/chevron-breadcrumbs.svg") center center/var(--size) no-repeat;
    -webkit-mask: url("/img/icons/chevron-breadcrumbs.svg") center center/var(--size) no-repeat;
    background-color: currentColor;
  }
  .breadcrumbs__item:not(:last-of-type) {
    color: #A4A4A4;
  }
/*	последний пункт в пути не был кликабельным
  .breadcrumbs__item:last-of-type {
    pointer-events: none;
*/
  }
  .breadcrumbs__link {
    font-weight: 600;
    border-bottom: 1px solid transparent;
  }
}

@layer component {
  .order-final {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .order-final__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .order-final__main {
    padding: 20px;
    background-color: var(--color-whte);
    border-radius: 16px;
  }
  .order-final__goods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }
  .order-final__good {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
    border-radius: 8px;
    background-color: #f6f6f6;
  }
  .order-final__good-title {
    font-weight: 600;
  }
  .order-final__good-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
  .order-final__good-img img {
    display: block;
    width: 100%;
  }
  .order-final__good-price {
    font-weight: 700;
    margin-left: auto;
  }
  .order-final__details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }
  .order-final__detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .order-final__detail-label {
    font-size: 14px;
    font-weight: 600;
    color: #545454;
  }
  .order-final__price {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .order-final__price-item {
    font-weight: 600;
  }
  .order-final__price-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .order-final__price-details .order-final__price-label {
    color: #545454;
  }
  .order-final__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .order-final__price-total {
    font-weight: 700;
  }
  .order-final__payment-types {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    margin-bottom: 24px;
  }
  .order-final__payment-types::-webkit-scrollbar {
    display: none;
  }
  .order-final__payment-type {
    font-size: 14px;
    line-height: 1.2;
    color: #717171;
    font-weight: 600;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
  }
  .order-final__payment-type._tab-active {
    color: var(--color-primary);
    border-color: currentColor;
  }
  .order-final__payment-card {
    margin-bottom: 24px;
  }
  .order-final__payment-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .order-final__payment-form-action {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
  }
  .order-final__payment-form-btn {
    width: 100%;
    flex-grow: 1;
  }
}

@layer component {
  .catalog {
    padding: 12px 0 40px;
  }
  .catalog__container {
    display: flex;
    flex-direction: column;
  }
  .catalog__main {
    display: contents;
  }
  .catalog__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .catalog__title {
    font-size: 16px;
    line-height: 1.32;
    font-weight: 600;
  }
  .catalog__filters-btn {
    font-size: 14px;
    font-weight: 600;
  }
  .catalog__sorting {
    width: 100%;
  }
  .catalog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .catalog__filters {
    position: fixed;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    padding: 20px;
    background-color: var(--color-whte);
    inset: 0;
    z-index: 99;
    transform: translateX(-100%);
    transition: 0.4s ease-in-out;
  }
  .catalog__filters.is-open {
    transform: translateX(0);
  }
  .catalog__filters-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .catalog__filters-title {
    font-size: 20px;
    font-weight: 600;
  }
  .catalog__filters-close {
    width: 24px;
    height: 24px;
    background: url("/img/icons/close.svg") center center/24px no-repeat;
  }
  .catalog__filters-sections {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .catalog__filters-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    border-bottom: 1px solid #b5b5b5;
    cursor: pointer;
  }
  .catalog__filters-section-title._spoller-active::after {
    transform: rotate(180deg);
  }
  .catalog__filters-section-title::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/img/icons/chevron-down.svg") center center/24px no-repeat;
  }
  .catalog__filters-section-content {
    padding-top: 24px;
  }
}

.filters-checkboxes {
  max-height: 336px;
  overflow-y: auto;
  padding-right: 24px;
}

.filters-checkboxes--md {
  max-height: 240px;
}

.filters-checkboxes::-webkit-scrollbar {
  width: 2px;
}

.filters-checkboxes::-webkit-scrollbar-thumb {
  background-color: #5D5D5D;
  width: 2px;
}

.filters-checkboxes::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  width: 2px;
}

.filters-checkboxes__search {
  width: 100%;
}

.filters-checkboxes__search-input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1.2;
  padding: 11px 11px 11px 48px;
  background: url("/img/icons/search.svg") top 8px left 16px/24px no-repeat, #F5F5F5;
  border-radius: 8px;
  outline: none;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 16px;
}

.filters-checkboxes__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 24px;
}

.filters-checkbox {
  position: relative;
  width: 100%;
}

.filters-checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.filters-checkbox__input:checked + .filters-checkbox__label .filters-checkbox__field {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.filters-checkbox__input:checked + .filters-checkbox__label .filters-checkbox__field::before {
  opacity: 1;
}

.filters-checkbox__label {
  display: flex;
  align-items: center;
  min-height: 24px;
}

.filters-checkbox__field {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #D3D3D3;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 4px;
}

.filters-checkbox__field::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/img/icons/checked.svg") center center/18px no-repeat;
}

.filters-checkbox__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 4px;
  margin-bottom: 2px;
}

.filters-checkbox__amount {
  display: block;
  font-size: 14px;
  color: #929292;
  font-weight: 600;
}

@layer component {
  .cart {
    padding: 24px 0 40px;
  }
  .cart__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .cart__head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .cart__products {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .cart__product {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px 8px;
  }
  .cart__product-img {
    display: block;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
  }
  .cart__product-img img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .cart__product-info {
    width: calc(100% - 64px - 8px);
    padding-right: 32px;
  }
  .cart__product-title {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .cart__product-articul {
    font-size: 12px;
  }
  .cart__product-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart__product-remove {
    position: absolute;
    top: -4px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("/img/icons/close.svg") center center/24px no-repeat;
    transition: opacity 0.25s ease-in-out;
  }
  .cart__product-price {
    font-weight: 600;
  }
  .cart__product:not(:last-child) {
    padding-bottom: 23px;
    border-bottom: 1px solid #a3a3a3;
  }
  .cart__aside {
    padding: 24px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
  }
  .cart__aside-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .cart__aside-promo {
    width: 100%;
    margin-bottom: 16px;
  }
  .cart__aside-promo-label {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #545454;
    margin-bottom: 8px;
  }
  .cart__aside-promo-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 16px;
    border: 1px solid #9f9f9f;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.25;
    outline: none;
    -webkit-user-select: none;
            user-select: none;
  }
  .cart__aside-bonus-card {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
  .cart__aside-bonus-card-field {
    position: relative;
  }
  .cart__aside-bonus-card-label {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #545454;
    margin-bottom: 8px;
  }
  .cart__aside-bonus-card-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 16px 100px 16px 16px;
    border: 1px solid #9f9f9f;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.25;
    outline: none;
    -webkit-user-select: none;
            user-select: none;
  }
  .cart__aside-bonus-card-btn {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .cart__aside-bonus-card-btn.btn {
    width: 76px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.2;
  }
  .cart__aside-calc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
  }
  .cart__aside-calc-main {
    font-weight: 600;
  }
  .cart__aside-calc-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .cart__aside-calc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 24px;
  }
  .cart__aside-calc-value {
    font-weight: 600;
  }
  .cart__aside-calc-value--red {
    color: #e22828;
  }
  .cart__aside-calc-total {
    font-weight: 600;
  }
}

@layer component {
  .counter {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .counter__input {
    display: block;
    width: 40px;
    height: 32px;
    background-color: var(--color-whte);
    border: 1px solid #D9D9D9;
    outline: none;
    -webkit-user-select: none;
            user-select: none;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border-radius: 4px;
  }
  .counter__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--icon) center center/24px no-repeat;
  }
}

@layer component {
  .menu {
    --height: 70px;
    width: 100%;
    height: calc(100dvh - var(--height));
    position: fixed;
    inset: var(--height) 0 0 0;
    transform: translateX(-100%);
    background-color: var(--color-whte);
    overflow-y: auto;
    z-index: 99;
    transition: transform 0.25s ease-in-out;
  }
  .menu__inner {
    display: flex;
    flex-direction: column;
    padding: 24px;
    height: 100%;
    max-height: 100%;
  }
  .menu__nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .menu__nav-link {
    font-size: 16px;
    line-height: 1.5;
  }
  .menu__socials {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
  }
  .menu__socials-title {
    font-size: 14px;
    line-height: 1.2;
  }
  .menu__socials-links {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .menu__socials-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .menu__socials-link img {
    display: block;
    width: 100%;
  }
  .menu-open .menu {
    transform: translateX(0);
  }
  .menu-open .header__burger span:nth-of-type(1) {
    top: 8px !important;
    left: 0;
    transform: rotate(45deg);
  }
  .menu-open .header__burger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-open .header__burger span:nth-of-type(3) {
    top: 8px !important;
    left: 0;
    transform: rotate(-45deg);
  }
}

@media only screen and (min-width: 767.98px) {
  .header__main {
    padding: 16px 0;
  }
  .footer__main {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  @layer base{
    [class*=__container],
    .container {
      --pad: 20px;
    }
}
  @layer component{
    .hero__item {
      padding: 100px 0 140px;
    }
}
  @layer component{
    .hero__title {
      font-size: 56px;
    }
}
  @layer component{
    .categories__slider-nav {
      display: flex;
      align-items: center;
      gap: 16px;
    }
}
  @layer component{
    .categories__slider .swiper-pagination {
      display: none;
    }
}
  @layer component{
    .loyal-program__title {
      font-size: 48px;
    }
}
  @layer component{
    .popular__item-btn {
      width: 190px;
      align-self: flex-start;
    }
}
  @layer component{
    .product__img img {
      aspect-ratio: 2/1;
    }
}
  @layer component{
    .product__tech {
      grid-template-columns: repeat(3, 1fr);
    }
}
  @layer component{
    .order-delivery__action .btn {
      flex-grow: unset;
    }
}
  @layer component{
    .order-address__action .btn {
      flex-grow: unset;
    }
}
  @layer component{
    .breadcrumbs {
      padding: 24px 0;
    }
}
  @layer component{
    .catalog__list {
      gap: 20px;
    }
}
  @layer component{
    .menu {
      --height: 78px;
    }
}
}

@media only screen and (min-width: 1119.98px) {
  .header__searchbar {
    display: block;
    width: 254px;
  }
  .header__logo {
    width: 260px;
  }
  .header__links {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 52px;
    padding-right: 50px;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    display: block;
    background-color: var(--color-bg);
    padding: 12px 0;
  }
  .header__nav-link {
    font-size: 16px;
  }
  .footer {
    padding: 90px 0;
  }
  .footer__info {
    gap: 24px;
  }
  .footer__desc {
    line-height: 1.7;
  }
  @layer component{
    .btn {
      padding: 15px 23px;
      font-size: 16px;
      line-height: 1.5;
    }
}
  @layer mod{
    .btn--l {
      padding: 15px 30px/*15px 55px;*/
    }
}
  @layer mod{
    .btn--xl {
      padding: 15px 55px;
    }
}
  @layer mod{
    .btn--xxl {
      padding: 23px 85px;
    }
}
  .form-grou--span-2 {
    grid-column: span 2;
  }
  @layer component{
    .hero__item {
      padding: 150px 0 188px;
    }
}
  @layer component{
    .hero__container {
      gap: 24px;
    }
}
  @layer component{
    .hero__subtitle {
      font-size: 24px;
    }
}
  @layer component{
    .hero__title {
      font-size: 80px;
      letter-spacing: -0.8px;
    }
}
  @layer component{
    .hero__desc {
      font-size: 18px;
    }
}
  @layer component{
    .services {
      padding: 30px 0;
    }
}
  @layer component{
    .services__list {
      grid-template-columns: repeat(4, 1fr);
      gap: 40px;
    }
}
  @layer component{
    .services__item {
      flex-direction: row;
      align-items: center;
      gap: 16px;
    }
}
  @layer component{
    .services__item-icon {
      --size: 56px;
      border-radius: 12px;
    }
}
  @layer component{
    .products-list__title {
      margin-bottom: 32px;
    }
}
  @layer component{
    .products-list__list {
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
}
  @layer component{
    .products-list__tabs {
      gap: 32px;
      margin-bottom: 32px;
    }
}
  @layer component{
    .products-list__tabs-btn {
      font-size: 18px;
    }
}
  @layer component{
    .loyal-program {
      padding: 140px 20px 80px;
    }
}
  @layer component{
    .loyal-program__title {
      font-size: 72px;
    }
}
  @layer component{
    .loyal-program__desc {
      max-width: 390px;
      font-size: 16px;
      margin-bottom: 40px;
    }
}
  @layer component{
    .section {
      padding: 80px 0;
    }
}
  @layer component{
    .h2 {
      font-size: 24px;
    }
}
  @layer component{
    .slider-btn {
      --size: 32px;
    }
}
  @layer component{
    .catalog-product-card__to-fav {
      --size: 32px;
    }
}
  @layer component{
    .catalog-product-card__title {
      font-size: 16px;
    }
}
  @layer component{
    .catalog-product-card__price {
      font-size: 24px;
    }
}
  @layer component{
    .catalog-product-card__btn {
      width: calc(100% - 48px);
      margin: 24px 24px 0 24px;
    }
}
  @layer component{
    .popular__items {
      grid-template-columns: repeat(4, 1fr);
    }
}
  @layer component{
    .popular__item-info {
      padding: 16px 32px 56px;
    }
}
  @layer component{
    .popular__item-title {
      font-size: 32px;
      line-height: 1.5;
    }
}
  @layer component{
    .main-catalog__items {
      grid-template-columns: repeat(4, 1fr);
    }
}
  @layer component{
    .main-catalog__item {
      padding: 50px;
    }
}
  @layer component{
    .main-catalog__item--phones {
      min-height: 328px;
      align-items: center;
      padding: 40px 48px 40px 300px;
    }
}
  @layer component{
    .main-catalog__item--phones .main-catalog__item-img {
      height: 328px;
    }
}
  @layer component{
    .main-catalog__item--home-tech {
      grid-column: 3/5;
      grid-row: 1/3;
      padding: 40px 260px 40px 56px;
      align-items: center;
    }
}
  @layer component{
    .main-catalog__item--home-tech .main-catalog__item-img {
      width: 360px;
      top: 45%;
      transform: translateY(-50%);
    }
}
  @layer component{
    .main-catalog__item--home-tech {
      grid-row: span 2;
    }
}
  @layer component{
    .main-catalog__item--airpods {
      min-height: 272px;
      justify-content: flex-end;
    }
}
  @layer component{
    .main-catalog__item--airpods .main-catalog__item-img {
      width: 60px;
      bottom: 0;
      top: auto;
    }
}
  @layer component{
    .main-catalog__item--ps5 {
      min-height: 272px;
    }
}
  @layer component{
    .main-catalog__item--ps5 .main-catalog__item-img {
      width: 240px;
    }
}
  @layer component{
    .main-catalog__item-title {
      font-size: 48px;
      margin-bottom: 16px;
    }
}
  @layer component{
    .main-catalog__item-btn {
      margin-top: 16px;
    }
}
  @layer component{
    .main-catalog__item-desc {
      font-size: 14px;
    }
}
  @layer component{
    .main-catalog__item-small-img {
      display: block;
    }
}
  @layer component{
    .product {
      padding: 30px 0 80px;
    }
}
  @layer component{
    .product__main {
      flex-direction: row;
      align-items: flex-start;
      gap: 48px;
    }
}
  @layer component{
    .product__gallery {
      display: flex;
      align-items: flex-start;
      gap: 48px;
      margin-top: 34px;
      width: calc(50% - 24px);
    }
}
  @layer component{
    .product__thumbs {
      display: block;
      width: 75px;
      height: 444px;
      overflow: hidden;
      flex-shrink: 0;
      align-self: center;
    }
}
  @layer component{
    .product__slider .swiper-pagination {
      display: none;
    }
}
  @layer component{
    .product__img img {
      aspect-ratio: 415/516;
    }
}
  @layer component{
    .product__info {
      width: calc(50% - 24px);
    }
}
  @layer component{
    .product__title {
      font-size: 40px;
      line-height: 1;
      margin-bottom: 24px;
    }
}
  @layer component{
    .product__price {
      gap: 16px;
    }
}
  @layer component{
    .product__price-curr {
      font-size: 32px;
      line-height: 1.5;
    }
}
  @layer component{
    .product__price-old {
      font-size: 24px;
    }
}
  @layer component{
    .product__colors {
      flex-direction: row;
      align-items: center;
      gap: 24px;
      margin-bottom: 24px;
    }
}
  @layer component{
    .product__colors-title {
      font-size: 16px;
    }
}
  @layer component{
    .product__color {
      --size: 32px;
    }
}
  @layer component{
    .product__memory {
      margin-bottom: 24px;
    }
}
  @layer component{
    .product__memory-item label {
      min-width: 95px;
      padding: 15px 23px;
    }
}
  @layer component{
    .product__tech {
      margin-bottom: 24px;
    }
}
  @layer component{
    .product__tech-item {
      padding: 16px;
    }
}
  @layer component{
    .product__desc {
      margin-top: 160px;
      padding: 48px 40px;
      gap: 32px;
    }
}
  @layer component{
    .product__desc-title {
      font-size: 24px;
      line-height: 1.3;
    }
}
  @layer component{
    .product__desc-details-section:not(:first-child) {
      padding-top: 40px;
    }
}
  @layer component{
    .product__desc-details-items {
      gap: 24px;
    }
}
  @layer component{
    .product__desc-detail {
      font-size: 16px;
      line-height: 1.5;
    }
}
  @layer component{
    .order-delivery__action {
      margin-top: 50px;
      gap: 8px 24px;
    }
}
  @layer component{
    .order-delivery__title {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 20px;
    }
}
  @layer component{
    .order-delivery__item-label {
      font-size: 16px;
      line-height: 1.5;
      gap: 16px;
      padding: 24px 24px 24px;
    }
}
  @layer component{
    .order-delivery__item-icon {
      width: 24px;
      height: 24px;
    }
}
  @layer component{
    .order-delivery__item-icon::before {
      width: 12px;
      height: 12px;
    }
}
  @layer component{
    .order__steps {
      padding: 35px 0 70px;
    }
}
  @layer component{
    .order__step {
      min-width: 224px;
    }
    .order__step:not(:first-child) {
      justify-content: center;
    }
}
  @layer component{
    .order__step-title {
      display: block;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 600;
    }
    .order__step-title span {
      display: block;
      font-size: 14px;
    }
}
  @layer component{
    .order__content {
      padding: 48px 0;
    }
}
  @layer component{
    .order-address__action {
      margin-top: 64px;
      gap: 8px 24px;
    }
}
  @layer component{
    .order-address__title {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 20px;
    }
}
  @layer component{
    .order-address__item-label {
      padding: 24px 120px 24px 64px;
    }
}
  @layer component{
    .order-address__item-label::before {
      top: 24px;
      left: 24px;
      width: 24px;
      height: 24px;
    }
}
  @layer component{
    .order-address__item-label::after {
      top: 30px;
      left: 30px;
      width: 12px;
      height: 12px;
    }
}
  @layer component{
    .order-address__item-city, .order-address__item-desc {
      font-size: 18px;
      line-height: 1.2;
    }
}
  @layer component{
    .order-address__item-tel {
      font-size: 16px;
      line-height: 1.32;
    }
}
  @layer component{
    .order-address__item-action {
      gap: 24px;
      right: 24px;
    }
}
  @layer component{
    .order-address__bottom {
      margin-top: 48px;
    }
}
  @layer component{
    .breadcrumbs {
      padding: 44px 0;
    }
}
  @layer component{
    .breadcrumbs__list {
      gap: 16px;
    }
}
  @layer component{
    .breadcrumbs__item {
      gap: 16px;
    }
}
  @layer component{
    .breadcrumbs__item:not(:first-of-type)::before {
      --size: 24px;
    }
}
  @layer component{
    .order-final {
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      gap: 40px;
    }
}
  @layer component{
    .order-final__title {
      font-size: 20px;
      margin-bottom: 24px;
    }
}
  @layer component{
    .order-final__goods {
      gap: 16px;
      margin-bottom: 24px;
    }
}
  @layer component{
    .order-final__good {
      gap: 16px;
      font-size: 16px;
      border-radius: 12px;
      padding: 16px;
    }
}
  @layer component{
    .order-final__details {
      gap: 16px;
      margin-bottom: 24px;
    }
}
  @layer component{
    .order-final__payment-types {
      margin-bottom: 40px;
    }
}
  @layer component{
    .order-final__payment-type {
      padding: 8px 0;
    }
}
  @layer component{
    .order-final__payment-card {
      margin-bottom: 40px;
    }
}
  @layer component{
    .order-final__payment-form-inputs {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
}
  @layer component{
    .order-final__payment-form-inputs .form-group--span-2 {
      grid-column: span 2;
    }
}
  @layer component{
    .order-final__payment-form-action {
      gap: 24px;
      margin-top: 48px;
    }
}
  @layer component{
    .catalog {
      padding: 12px 0 80px;
    }
}
  @layer component{
    .catalog__container {
      flex-direction: row;
      align-items: flex-start;
      gap: 32px;
    }
}
  @layer component{
    .catalog__main {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
}
  @layer component{
    .catalog__top {
      margin-bottom: 0;
    }
}
  @layer component{
    .catalog__title {
      font-size: 24px;
    }
}
  @layer component{
    .catalog__filters-btn {
      display: none;
    }
}
  @layer component{
    .catalog__sorting {
      width: 256px;
    }
}
  @layer component{
    .catalog__list {
      gap: 32px;
      grid-template-columns: repeat(3, 1fr);
    }
}
  @layer component{
    .catalog__filters {
      position: static;
      background-color: transparent;
      padding: 0;
      width: 256px;
      height: auto;
      overflow: visible;
      flex-shrink: 0;
      transform: translateX(0);
    }
}
  @layer component{
    .catalog__filters-top {
      display: none;
    }
}
  @layer component{
    .catalog__filters-sections {
      gap: 24px;
    }
}
  @layer component{
    .catalog__filters-section-title {
      font-size: 18px;
      line-height: 1.5;
    }
}
  @layer component{
    .cart {
      padding: 32px 0 80px;
    }
}
  @layer component{
    .cart__container {
      display: grid;
      grid-template-columns: 1.5fr 1fr;
    }
}
  @layer component{
    .cart__head {
      font-size: 24px;
      margin-bottom: 40px;
    }
}
  @layer component{
    .cart__products {
      gap: 40px;
    }
}
  @layer component{
    .cart__product {
      flex-wrap: nowrap;
      align-items: center;
      gap: 0;
    }
}
  @layer component{
    .cart__product-img {
      width: 90px;
      height: 90px;
      margin-right: 15px;
    }
}
  @layer component{
    .cart__product-info {
      padding-right: 0;
      width: 100%;
    }
}
  @layer component{
    .cart__product-action {
      gap: 16px;
      width: auto;
      flex-shrink: 0;
    }
}
  @layer component{
    .cart__product-remove {
      position: static;
    }
}
  @layer component{
    .cart__product:not(:last-child) {
      padding-bottom: 39px;
    }
}
  @layer component{
    .cart__aside {
      padding: 40px;
      border-radius: 10px;
    }
}
  @layer component{
    .cart__aside-title {
      font-size: 20px;
      margin-bottom: 40px;
    }
}
  @layer component{
    .cart__aside-promo {
      margin-bottom: 24px;
    }
}
  @layer component{
    .cart__aside-promo-input {
      padding: 16px 24px;
      height: 56px;
      font-size: 16px;
      line-height: 1.4;
    }
}
  @layer component{
    .cart__aside-bonus-card {
      margin-bottom: 24px;
    }
}
  @layer component{
    .cart__aside-bonus-card-input {
      padding: 16px 100px 16px 24px;
      height: 64px;
      font-size: 16px;
      line-height: 1.4;
    }
}
  @layer component{
    .cart__aside-calc {
      margin-bottom: 40px;
    }
}
  @layer component{
    .cart__aside-calc-row {
      min-height: 32px;
    }
}
  @layer component{
    .cart__aside-calc-total {
      font-size: 20px;
    }
}
  @layer component{
    .menu {
      display: none;
    }
}
}

@media only screen and (min-width: 1365.98px) {
  .header__nav-item {
    --pad-size: 40px;
  }
  @layer component{
    .main-catalog__item--phones {
      padding-left: 360px;
    }
}
  @layer component{
    .main-catalog__item--airpods .main-catalog__item-img {
      width: 112px;
    }
}
  @layer component{
    .order-final {
      grid-template-columns: repeat(2, 1fr);
      gap: 96px;
    }
}
  @layer component{
    .cart__container {
      grid-template-columns: repeat(2, 1fr);
      gap: 48px;
    }
}
  @layer component{
    .cart__product-title {
      font-size: 16px;
      line-height: 1.5;
    }
}
  @layer component{
    .cart__product-articul {
      font-size: 14px;
    }
}
  @layer component{
    .cart__product-action {
      gap: 24px;
    }
}
  @layer component{
    .cart__product-price {
      font-size: 20px;
      line-height: 1.4;
    }
}
  @layer component{
    .cart__aside {
      padding: 56px 64px;
    }
}
}

@media only screen and (min-width: 1439.98px) {

@layer component{
    .popular__item-img {
      max-width: 400px;
    }
}
  }

@media (max-width: 991.98px) {
  :root {
    --spacing: 80px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --spacing: 60px;
  }
}

@media (hover: hover) {
  .header__link:hover {
    color: var(--color-accent);
  }
  .header__nav-link:hover {
    color: var(--color-whte);
  }
  .footer__nav-link:hover {
    color: var(--color-whte);
    border-color: currentColor;
  }
  .footer__socials-link:hover {
    opacity: 0.6;
  }
  .pagination__btn:hover {
    opacity: 0.6;
  }
  .pagination__item:hover {
    opacity: 0.6;
  }
  @layer component{
    .products-list__tabs-btn:hover {
      color: var(--color-primary);
    }
}
  @layer component{
    .order-address__item-btn:hover {
      opacity: 0.6;
    }
}
  @layer component{
    .order-address__add:hover .order-address__add-title {
      border-color: currentColor;
    }
}
  @layer component{
    .breadcrumbs__link:hover {
      border-color: currentColor;
    }
}
  @layer component{
    .cart__product-remove:hover {
      opacity: 0.6;
    }
}
}

@media (any-hover: hover) {

@layer component{
    .btn:hover {
      background-color: var(--color-accent-100);
      border-color: var(--color-accent-100);
    }
}

@layer mod{
    .btn--outline:hover {
      background-color: var(--color-whte);
      border-color: var(--color-whte);
      /*color: var(--color-primary);*/
    }
}

@layer mod{
    .btn--outline-dark:hover {
      background-color: var(--color-primary);
      border-color: var(--color-primary);
      color: var(--color-whte);
    }
}

@layer mod{
    .btn--outline-gray:hover {
      color: #000;
    }
}

@layer mod{
    .btn--dark:hover {
      background-color: var(--color-accent-100);
      border-color: var(--color-accent-100);
      color: var(--color-whte);
    }
}

@layer component{
    .select__option:hover {
      background: #D4D4D4;
    }
}
  }
  
/*копирыйты*/
.footer__bottom{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3em;
}

/*виджет корзины в шапке*/
badge {
    background: var(--color-accent);
    border-radius: 50px;
    padding: .2em;
    width: 1.6em;
    height: 1.6em;
    display: block;
    text-align: center;
    color: white;
    margin: -3em 0.5em;
    position: relative;
    border: 1px solid white;
}
/*антисброс параметров для оформления контента*/
.content__container ul, .content__container ol {
	margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.content__container ul li {
	list-style: disc;
}
.content__container ul li ul li {
	list-style: circle;
}

hr {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    border-style: inset;
    border-width: 1px;
}

.content__container h1, .content__container h2, .content__container h3, .content__container h4, .content__container h5, .content__container h6, {
	font-weight: revert;
    font-size: revert;
    color: var(--color-accent);
}

.content__container p {
    margin-block-end: 1em;
}
/*select, который не нужно заменять на другие элементы*/
select{
	width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    padding: 1em 1em 1em 1em;
    padding: 1em 1em 1em 1em;
    appearance: none;
    background-image: url(/img/icons/chevron-select.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
}

/*цвета в списке вариантов*/
.color-simple{
	border: 1px gray dotted;
}
.color-active{
	border: 4px darkgray double;
    /*border-block-color: white;*/
}

/*цвета в фильтре*/
/*
.color-filter{
	border: 1px gray dotted;
	width: 16px;
	height: 16px;
	margin-right: .5em;
    border-radius: 50%;
}
*/
.color-filter{
	background: #f4f4f4;
}
/*кнопка сброса в фильтре*/
.reset-filter {
    width: 100%;
    margin-top: 16px;
}
@media only screen and (min-width: 1119.98px) {
    .reset-filter {
        width: 100%;
        margin: 1em 0;
        padding: .1em;
    }
}
#livesearch{
	background-color: #fff;
	width: 254px;
	position: absolute;
	z-index: 100;
	border: 1px solid var(--color-grey);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -.5em;
}
#livemore {
	border: none;
    border-radius: 4px;
    padding: .5em;
    margin-bottom: .5em;
}
#livesearch ul, #livesearch p {
	display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
}
#livesearch ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1em;
}
#livesearch ul li span {
	color: gray;
}

#livesearch #lifemore {
	padding: 0;
}

/*форма обратной связи*/
.mailback input {
    border: 1px solid #D9D9D9;
    padding: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border-radius: 4px;
}
.mailback input[type=submit] {
	font-size: 14px;
    background-color: var(--color-accent);
    border: 1px solid var(--color-accent);
    color: var(--color-whte);
    border-radius: 6px;
    margin: 1em;
}
.mailback textarea {
    border: 1px solid #D9D9D9;
    padding: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border-radius: 4px;
}
.mailback a {
	text-decoration: underline;
}
.#recaptcha-td {
	text-align: -webkit-right;
}

/*подкатегории под названием в категории*/
.subcats{
	display: flex;
    flex-wrap: wrap;
    gap: 1em;
    width: 100%;
}
.subcats a {
    border: 1px solid var(--color-accent);
    padding: .5em;
    border-radius: .5em;
}
.subcats a:hover {
    background: var(--color-accent);
    color: white;
}
/*связанный категории под названием в категории*/
.linked-cats{
	display: flex;
    flex-wrap: wrap;
    gap: 1em;
    width: 100%;
}
.linked-cats a {
    border: 1px solid black;
    padding: .5em;
    border-radius: .5em;
}
.linked-cats a:hover {
    background: black;
    color: white;
}
/*отключаем перенос для текста в кнопках "В корзину" в списке товаров*/
.catalog .btn--l {
	width: auto;
	white-space: nowrap;
}
/*кнопки для товаров без цен*/
button.noprice {
	background-color: gray;
}
/*решили сделать кнопки чёрными*/
.btn--l{
	background-color: black;
}
/*настройка каждого слайда в слайдере*/
.hero__container-1 .hero__title{
	padding-top: 68px;
}
.hero__container-1 .hero__desc{
	padding-bottom: 67px;
	color: #fff;
}
@media only screen and (max-width: 1119px) {
	.hero__container-1 .hero__desc{
		padding-bottom: 28px;
	}
}

.hero__container-2 .hero__title{
	width: 75%;
    font-size: 54px;
    margin-bottom: 2px;
}
.hero__container-2 list{
	display: flex;
    flex-direction: column;
    gap: 1em;
}
.hero__container-2 list span{
	background: gray;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 14px;
    text-align: center;
    margin-right: 4px;
}
@media only screen and (max-width: 1119px) {
	.hero__container-2 .hero__title{
		font-size: 31px;
    	margin-bottom: 3px;
	}
}
@media only screen and (max-width: 767px) {
	.hero__container-2 .hero__title{
		width: 100%;
		font-size: 25px;
    	margin-bottom: 5px;
	}
}

.hero__container-3 .hero__title{
	padding-top: 0px;
}
.hero__container-3 .hero__desc{
	padding-bottom: 55px;
	color: #fff;
}
@media only screen and (max-width: 1119px) {
	.hero__container-3 .hero__desc{
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.hero__container-3 .hero__title{
		font-size: 48px;
	}
}

.hero__container-4 .hero__title{
	padding-top: 52px;
	padding-bottom: 52px;
}
@media only screen and (max-width: 1119px) {
	.hero__container-4 .hero__title{
		padding-top: 38px;
		padding-bottom: 38px;
	}
}
@media only screen and (max-width: 767px) {
	.hero__container-4 .hero__title{
		padding-top: 46px;
		padding-bottom: 46px;
	}
}

.hero__container-5 .hero__title{
	padding-top: 68px;
}
.hero__container-5 .hero__desc{
	padding-bottom: 67px;
	color: #fff;
}
@media only screen and (max-width: 1119px) {
	.hero__container-5 .hero__desc{
		padding-bottom: 28px;
	}
}
