@charset "UTF-8";
/**
  Нормализация блочной модели
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  Убираем внутренние отступы слева тегам списков,
  у которых есть атрибут class
 */
:where(ul, ol):where([class]) {
  padding-left: 0;
}

/**
  Убираем внешние отступы body и двум другим тегам,
  у которых есть атрибут class
 */
body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

/**
  Убираем внешние отступы вертикали нужным тегам,
  у которых есть атрибут class
 */
:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

/**
  Убираем стандартный маркер маркированному списку,
  у которого есть атрибут class
 */
:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

/**
  Обнуляем вертикальные внешние отступы параграфа,
  объявляем локальную переменную для внешнего отступа вниз,
  чтобы избежать взаимодействие с более сложным селектором
 */
p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

/**
  Внешний отступ вниз для параграфа без атрибута class,
  который расположен не последним среди своих соседних элементов
 */
p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

/**
  Упрощаем работу с изображениями и видео
 */
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

/**
  Наследуем свойства шрифт для полей ввода
 */
input,
textarea,
select,
button {
  font: inherit;
}

html {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  height: 100%;
  /**
    Убираем скачок интерфейса по горизонтали
    при появлении / исчезновении скроллбара
   */
}

/**
  Плавный скролл
 */
html,
:has(:target) {
  scroll-behavior: smooth;
}

body {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  min-height: 100%;
  /**
    Унифицированный интерлиньяж
   */
  line-height: 1.5;
}

/**
  Нормализация высоты элемента ссылки при его инспектировании в DevTools
 */
/**
  Курсор-рука при наведении на элемент
 */
button,
label {
  cursor: pointer;
}

/**
  Приводим к единому цвету svg-элементы
 */
[fill] {
  fill: currentColor;
}

[stroke] {
  stroke: currentColor;
}

/**
  Чиним баг задержки смены цвета при взаимодействии с svg-элементами
 */
svg * {
  -webkit-transition-property: fill, stroke;
  transition-property: fill, stroke;
}

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide number input arrows for Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Inter-Regular.woff") format("woff"), url("../../fonts/Inter-Regular.woff2") format("woff2"), url("../../fonts/Inter-Regular.eot") format("embedded-opentype"), url("../../fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Inter-Medium.woff") format("woff"), url("../../fonts/Inter-Medium.woff2") format("woff2"), url("../../fonts/Inter-Medium.eot") format("embedded-opentype"), url("../../fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Inter-SemiBold.woff") format("woff"), url("../../fonts/Inter-SemiBold.woff2") format("woff2"), url("../../fonts/Inter-SemiBold.eot") format("embedded-opentype"), url("../../fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Inter-Bold.woff") format("woff"), url("../../fonts/Inter-Bold.woff2") format("woff2"), url("../../fonts/Inter-Bold.eot") format("embedded-opentype"), url("../../fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Inter-ExtraBold.woff") format("woff"), url("../../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../../fonts/Inter-ExtraBold.eot") format("embedded-opentype"), url("../../fonts/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url("../../fonts/Inter-ExtraBoldItalic.woff") format("woff"), url("../../fonts/Inter-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/Inter-ExtraBoldItalic.eot") format("embedded-opentype"), url("../../fonts/Inter-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Inter-Black.woff") format("woff"), url("../../fonts/Inter-Black.woff2") format("woff2"), url("../../fonts/Inter-Black.eot") format("embedded-opentype"), url("../../fonts/Inter-Black.ttf") format("truetype");
}
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #ff0b0b;
  --color-red-hover: #a90000;
  --color-grey-bg: #f9f9f9;
  --color-grey-light: #f3f3f3;
  --color-grey-super-dark: #161616;
  --color-grey-dark: #696969;
  --color-grey-medium: #9d9d9d;
  --color-grey-stroke: #dedede;
  --color-yellow-dark: #ffd600;
  --color-yellow-medium: #ffe006;
  --color-yellow-light: #ffe868;
  --color-grey-text: #313131;
  --color-grey-text2: #686868;
  --color-blue-link: #0083e2;
  --gradient-dark-grey: linear-gradient(-45deg, #0a0a14 0%, #3b3a40 100%);
  --gradient-yellow: linear-gradient(48deg, #ffe006 0%, #c3aa00 100%);
  --font-family-base: "Inter", sans-serif;
  --font-family-alt: "Playfair Display", sans-serif;
  --container-width: 117.5rem;
  --container-width-1840: 115rem;
  --container-padding-x: 1.25rem;
  --transition-duration: 0.4s;
  --100vw: calc(100vw - var(--scrollbar-width));
  --header-height: 9.375rem;
}
@media (width <= 79.99875rem) {
  :root {
    --header-height: 9.125rem;
  }
}
@media (width <= 63.99875rem) {
  :root {
    --container-padding-x: 1.375rem;
    --header-height: 4.875rem;
  }
}
@media (width <= 36.24875rem) {
  :root {
    --header-height: 4.375rem;
    --container-padding-x: 0.9375rem;
  }
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
.container--expand-end {
  max-width: calc(50% + (var(--container-width) + var(--container-padding-x) * 2) / 2);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.container--expand-end > * {
  -webkit-margin-end: calc(-1 * var(--container-padding-x));
          margin-inline-end: calc(-1 * var(--container-padding-x));
}

.container-1840 {
  max-width: calc(var(--container-width-1840) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
.container-1840--expand-end {
  max-width: calc(50% + (var(--container-width-1840) + var(--container-padding-x) * 2) / 2);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.container-1840--expand-end > * {
  -webkit-margin-end: calc(-1 * var(--container-padding-x));
          margin-inline-end: calc(-1 * var(--container-padding-x));
}

/* .is-lock {
  overflow: hidden !important;
} */

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

@media (width <= 79.99875rem) {
  .hidden-laptop {
    display: none !important;
  }
}

@media (width > 79.99875rem) {
  .visible-laptop {
    display: none !important;
  }
}

@media (width <= 89.99875rem) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (width > 89.99875rem) {
  .visible-desktop {
    display: none !important;
  }
}

@media (width <= 63.99875rem) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (width > 63.99875rem) {
  .visible-tablet {
    display: none !important;
  }
}

@media (width <= 47.99875rem) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (width > 47.99875rem) {
  .visible-mobile {
    display: none !important;
  }
}

@media (width <= 36.24875rem) {
  .hidden-mobile-s {
    display: none !important;
  }
}

@media (width > 36.24875rem) {
  .visible-mobile-s {
    display: none !important;
  }
}

/* html.is-lock {
  overflow: hidden;
} */

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  color: var(--color-black);
  background-color: var(--color-grey-bg);
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: calc(var(--header-height));
}

button {
  font-family: var(--font-family-base);
  font-size: 0.875rem;
  color: var(--color-black);
  font-weight: 400;
}

.button {
  border: none;
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

p {
  --paragraphMarginBottom: 1.5rem;
}

a,
button,
label,
input,
textarea,
select,
svg * {
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}

a {
  color: inherit;
}
a[class] {
  text-decoration: none;
}

:focus-visible {
  outline: 0.125rem dashed var(--color-White);
  outline-offset: 0.25rem;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

a[aria-label],
button[aria-label] {
  position: relative;
}
a[aria-label]::before,
button[aria-label]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2.75rem;
  height: 2.75rem;
  content: "";
}

.header__info {
  background-color: var(--color-yellow-medium);
  padding: 4px 12px;
}
@media (width <= 63.99875rem) {
  .header__info {
    display: none;
  }
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.header__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header__contacts-item span, .header__contacts-item a {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black);
}
.header__fixed {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 15;
  -webkit-transition: top 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: top 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: top 0.3s ease, box-shadow 0.3s ease;
  transition: top 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (width <= 63.99875rem) {
  .header__fixed {
    top: 0;
  }
}
.header__fixed.active {
  top: 0;
  -webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
}
@media (width <= 63.99875rem) {
  .header__fixed.active {
    -webkit-box-shadow: 0 0 0.3125rem 0 rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0.3125rem 0 rgba(255, 255, 255, 0.1);
  }
}
.header__content--top {
  padding: 16px 32px;
  background-color: var(--color-black);
}
@media (width <= 63.99875rem) {
  .header__content--top {
    padding: 1rem 1.5rem;
  }
}
@media (width <= 36.24875rem) {
  .header__content--top {
    padding: 1.0625rem 1.25rem;
  }
}
.header__content--bottom {
  padding: 16px 0;
  background-color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .header__content--bottom {
    display: none;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 194px;
  margin-right: 56px;
}
@media (width <= 89.99875rem) {
  .header__logo {
    margin-right: 30px;
  }
}
@media (width <= 79.99875rem) {
  .header__logo {
    width: 120px;
    margin-right: 20px;
  }
}
@media (width <= 63.99875rem) {
  .header__logo {
    width: 194px;
  }
}
@media (width <= 47.99875rem) {
  .header__logo {
    width: 172px;
  }
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-white);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (width <= 63.99875rem) {
  .header__phone {
    display: none;
  }
}
.header__phone:hover {
  color: var(--color-yellow-dark);
}
.header__phone:hover .header__phone-icon {
  background-color: var(--color-black);
  border: 1px solid var(--color-yellow-dark);
}
.header__phone:hover .header__phone-icon svg path {
  fill: var(--color-yellow-dark);
  stroke: var(--color-yellow-dark);
}
@media (width <= 82rem) {
  .header__phone-text {
    display: none;
  }
}
.header__phone-icon {
  background-color: var(--color-yellow-medium);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
}
.header__phone-icon svg path {
  fill: var(--color-black);
  stroke: var(--color-black);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__catalog-button {
  width: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 11px 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-black);
  margin-right: 16px;
  background-color: var(--color-yellow-medium);
  border-radius: 8px;
  position: relative;
  z-index: 30;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.header__catalog-button svg path {
  fill: var(--color-black);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.header__catalog-button:hover {
  color: var(--color-yellow-medium);
  background-color: var(--color-black);
}
.header__catalog-button:hover svg path {
  fill: var(--color-yellow-medium);
}
.header__catalog-button.active {
  color: var(--color-yellow-medium);
  background-color: var(--color-black);
}
.header__catalog-button.active svg path {
  fill: var(--color-yellow-medium);
}
.header__catalog-button.active:hover {
  color: var(--color-yellow-medium);
  background-color: var(--color-black);
}
.header__catalog-button.active:hover svg path {
  fill: var(--color-yellow-medium);
}
.header__search {
  max-width: 1298px;
  width: 100%;
  position: relative;
  z-index: 30;
}
.header .social-icons__link {
  width: 18px;
  height: 18px;
}
.header .social-icons__link:hover svg path {
  fill: var(--color-grey-dark);
}
.header .social-icons svg path {
  fill: var(--color-black);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.header__burger-button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  display: none;
}
@media (any-hover: hover) {
  .header__burger-button:hover .header__burger-button-line {
    background-color: var(--color-grey-dark);
  }
}
@media (any-hover: none) {
  .header__burger-button:active .header__burger-button-line {
    background-color: var(--color-grey-dark);
  }
}
.header__burger-button-line {
  width: 1.625rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: var(--color-white);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
.header__burger-button.active .header__burger-button-line:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
          transform: translateY(0.4375rem) rotate(45deg);
}
.header__burger-button.active .header__burger-button-line:nth-child(2) {
  opacity: 0;
}
.header__burger-button.active .header__burger-button-line:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
          transform: translateY(-0.4375rem) rotate(-45deg);
}
@media (width <= 63.99875rem) {
  .header__burger-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .header__burger-button {
    margin-right: 1rem;
  }
}

@media (width <= 63.99875rem) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
}
@media (width < 1200px) {
  .header-nav__list {
    gap: 16px;
  }
}
.header-nav__link {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header-nav__link svg path {
  fill: var(--color-white);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.header-nav__link--yellow {
  color: var(--color-yellow-medium);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header-nav__link--yellow svg path {
  fill: var(--color-yellow-medium);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.header-nav__link--yellow:hover {
  color: var(--color-yellow-light);
}
.header-nav__link--yellow:hover svg path {
  fill: var(--color-yellow-light);
}
.header-nav__link:hover:not(.header-nav__link--yellow) {
  color: var(--color-yellow-light);
}
.header-nav__link:hover:not(.header-nav__link--yellow) svg path {
  fill: var(--color-yellow-light);
}
.header-nav__link--about {
  color: var(--color-white);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header-nav__link--about svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header-nav__link--about.active {
  color: var(--color-yellow-medium);
}
.header-nav__link--about.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-nav__link--about.active svg path {
  fill: var(--color-yellow-light);
}
.header-nav__link--about.active:hover {
  color: var(--color-yellow-medium);
}
.header-nav__link--about.active:hover svg path {
  fill: var(--color-yellow-light);
}
.header-nav--about {
  position: relative;
  cursor: pointer;
}
.header-nav--about svg path {
  fill: var(--color-white);
}
.header-nav__about {
  display: none;
  position: absolute;
  top: calc(100% + 33px);
  left: 50%;
  width: 180px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
  border-radius: 4px;
  z-index: 100;
}
.header-nav__about-list {
  padding: 20px 13px;
}
.header-nav__about-item {
  margin-bottom: 12px;
}
.header-nav__about-item:last-child {
  margin-bottom: 0;
}
.header-nav__about .header-nav__link {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header-nav__about .header-nav__link:hover {
  color: #ffffff;
}

.header-catalog {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: auto;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-catalog.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 20;
}
.header-catalog__list {
  width: 420px;
  max-height: 752px;
  height: calc(100vh - var(--header-height) - 2rem);
  overflow-y: auto;
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 8px;
  padding: 24px 16px 80px;
  padding-left: 0;
}
.header-catalog__item {
  margin-bottom: 2px;
}
.header-catalog__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-white);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 12px;
  border-radius: 8px;
  background-color: var(--color-black);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.header-catalog__link:hover {
  background-color: var(--color-grey-super-dark);
}
.header-catalog__arrow {
  margin-left: auto;
}
.header-catalog__arrow path {
  fill: var(--color-yellow-medium);
}
.header-catalog__icon {
  width: 42px;
  height: 42px;
  padding: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-catalog__icon--round {
  border-radius: 50%;
  border: 1px solid var(--color-yellow-medium);
}
.header-catalog__icon svg path {
  fill: var(--color-yellow-medium);
}
.header-catalog__submenu {
  position: absolute;
  top: 0;
  left: 412px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background-color: var(--color-white);
  padding: 20px;
  padding-left: 24px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}
.header-catalog__submenu.active {
  opacity: 1;
  pointer-events: auto;
}
.header-catalog__submenu-list {
  width: 425px;
  opacity: 0;
}
.header-catalog__submenu-list.active {
  opacity: 1;
}
.header-catalog__submenu-item {
  padding: 12px;
  margin-bottom: 2px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.header-catalog__submenu-item:hover {
  background-color: var(--color-grey-light);
}
.header-catalog__submenu-item--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-catalog__submenu-item--all:hover {
  background-color: transparent;
}
.header-catalog__submenu-item--all:hover .header-catalog__submenu-icon {
  background-color: var(--color-black);
}
.header-catalog__submenu-item--all:hover .header-catalog__submenu-icon svg path {
  fill: var(--color-yellow-medium);
}
.header-catalog__submenu-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-black);
  text-transform: uppercase;
}
.header-catalog__submenu-icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--color-yellow-medium);
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
}
.header-catalog__submenu-icon svg {
  margin-left: 0;
}
.header-catalog__submenu-icon svg path {
  fill: var(--color-black);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.header-catalog__banner {
  width: 468px;
  height: 100%;
  background-color: var(--color-black);
  border-radius: 8px;
  position: relative;
  z-index: 0;
  padding: 32px 28px;
  overflow: hidden;
}
.header-catalog__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 317px;
  height: 315px;
  border-radius: 50%;
  background: url("../../images/content/installment-decor.svg") no-repeat center;
  -webkit-transform: translate(-66%, -42%);
          transform: translate(-66%, -42%);
  pointer-events: none;
  z-index: -1;
}
.header-catalog__banner::after {
  content: "";
  position: absolute;
  top: calc(100% - 405px);
  left: calc(100% - 300px);
  width: 940px;
  height: 940px;
  background: var(--gradient-yellow);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.header-catalog__banner-logo {
  width: 160px;
  margin-left: auto;
}
.header-catalog__banner-text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  color: var(--color-white);
  margin: 65px 0;
  text-align: right;
  text-transform: uppercase;
}
.header-catalog__banner img {
  -webkit-filter: drop-shadow(0 4px 34px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 4px 34px rgba(0, 0, 0, 0.15));
}
@media (width <= 89.99875rem) {
  .header-catalog__banner {
    display: none;
  }
}

.user-nav {
  margin-left: 36px;
}
.user-nav--tablet {
  display: none;
}
@media (width <= 63.99875rem) {
  .user-nav--tablet {
    margin-left: auto;
    display: block;
    color: var(--color-white);
  }
}
.user-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media (width <= 63.99875rem) {
  .user-nav__list {
    gap: 24px;
  }
}
@media (width <= 36.24875rem) {
  .user-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1rem;
  }
}
.user-nav__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-nav__link {
  padding: 0;
  background-color: transparent;
  border: none;
}
.user-nav__cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 24px;
  border-radius: 8px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-black);
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.user-nav__cart-link:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.user-nav__cart-link:hover .user-nav__cart-icon svg path {
  fill: var(--color-white);
}
@media (width <= 63.99875rem) {
  .user-nav__cart-link {
    background-color: transparent;
    border: 0.0625rem solid var(--color-white);
    color: var(--color-white);
  }
}
@media (width <= 36.24875rem) {
  .user-nav__cart-link {
    padding: 0;
    border: none;
  }
}
@media (width <= 36.24875rem) {
  .user-nav__cart-text {
    display: none;
  }
}
.user-nav__cart-icon {
  position: relative;
  display: block;
  height: 24px;
}
.user-nav__cart-icon svg path {
  fill: var(--color-black);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
@media (width <= 63.99875rem) {
  .user-nav__cart-icon svg path {
    fill: var(--color-white);
  }
}
.user-nav__cart-counter {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-yellow-medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 8px;
  font-weight: 600;
  line-height: 8px;
  color: var(--color-black);
  position: absolute;
  top: 0;
  right: -4px;
}
@media (width <= 36.24875rem) {
  .user-nav__favorites {
    display: none;
  }
}
.user-nav__favorites-link:hover svg path {
  fill: var(--color-grey-medium);
}
.user-nav__favorites-link:hover .user-nav__favorites-counter {
  color: var(--color-grey-medium);
}
.user-nav__favorites-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 56px;
}
@media (width <= 63.99875rem) {
  .user-nav__favorites-icon {
    gap: 4px;
  }
}
.user-nav__favorites-icon svg path {
  fill: var(--color-black);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
@media (width <= 63.99875rem) {
  .user-nav__favorites-icon svg path {
    fill: var(--color-white);
  }
}
.user-nav__favorites-counter {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (width <= 63.99875rem) {
  .user-nav__favorites-counter {
    color: var(--color-white);
  }
}
@media (width <= 36.24875rem) {
  .user-nav__account {
    display: none;
  }
}
.user-nav__account-link {
  display: block;
  width: 24px;
  height: 24px;
}
.user-nav__account-link svg path {
  fill: var(--color-black);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
@media (width <= 63.99875rem) {
  .user-nav__account-link svg path {
    fill: var(--color-white);
  }
}
.user-nav__account:hover svg path {
  fill: var(--color-grey-medium);
}

.search {
  position: relative;
}
.search__input {
  width: 100%;
  height: 46px;
  border: none;
  background-color: var(--color-grey-light);
  border-radius: 8px;
  padding: 11px 24px;
  font-size: 16px;
  color: var(--color-black);
}
.search__input::-webkit-input-placeholder {
  color: var(--color-grey-dark);
}
.search__input::-moz-placeholder {
  color: var(--color-grey-dark);
}
.search__input:-ms-input-placeholder {
  color: var(--color-grey-dark);
}
.search__input::-ms-input-placeholder {
  color: var(--color-grey-dark);
}
.search__input::placeholder {
  color: var(--color-grey-dark);
}
.search__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background-color: var(--color-yellow-medium);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.search__submit svg path {
  fill: var(--color-black);
  -webkit-transition: fill;
  transition: fill;
}
.search__submit:hover {
  background-color: var(--color-black);
}
.search__submit:hover svg path {
  fill: var(--color-yellow-medium);
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icons__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  background-color: var(--color-black);
  position: relative;
}
@media (width <= 63.99875rem) {
  .footer {
    padding-bottom: 5rem;
  }
}
.footer__top {
  position: relative;
  padding: 0 40px;
}
@media (width < 1200px) {
  .footer__top {
    padding: 0 20px;
  }
}
.footer__top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-yellow-medium);
  bottom: 0;
  left: 0;
}
.footer__top--content {
  padding: 88px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__map {
  text-align: center;
  width: 100%;
  height: 314px;
  max-width: 1040px;
  margin-right: 60px;
}
.footer__bottom {
  position: relative;
  padding: 0 40px;
}
@media (width < 1200px) {
  .footer__bottom {
    padding: 0 20px;
  }
}
.footer__bottom--content {
  padding: 72px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__info {
  width: 330px;
}
@media (width < 1200px) {
  .footer__info {
    width: 300px;
  }
}
.footer__nav {
  width: 330px;
}
@media (width < 1400px) {
  .footer__nav {
    width: 240px;
  }
}
@media (width < 1200px) {
  .footer__nav {
    width: 180px;
  }
}
.footer__logo {
  width: 226px;
  margin-bottom: 28px;
}
.footer__text {
  width: inherit;
  color: var(--color-grey-stroke);
  font-size: 14px;
  margin-bottom: 34px;
}
.footer .social-icons {
  gap: 18px;
}
.footer .social-icons__link {
  width: 23px;
  height: 23px;
}
.footer .social-icons__link:hover svg path {
  fill: var(--color-white);
}
.footer .social-icons svg path {
  fill: var(--color-yellow-medium);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

@media (width < 64rem) {
  .footer__top {
    padding: 0 38px;
  }
  .footer__top--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 72px;
    padding: 72px 0;
  }
  .footer__map {
    max-width: 100%;
    margin-right: 0;
  }
  .footer__contacts {
    padding: 0 150px;
  }
  .footer__bottom {
    padding: 0 18px;
  }
  .footer__bottom--content {
    padding: 58px 0 68px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 72px;
  }
  .footer__info {
    width: 100%;
    padding: 0 45px;
  }
  .footer__nav {
    width: 100%;
    padding: 0 162px;
  }
  .footer__logo {
    margin: 0 auto;
    margin-bottom: 44px;
  }
  .footer__text {
    width: 100%;
    margin-bottom: 36px;
    text-align: center;
  }
  .footer .social-icons {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .social-icons__link {
    width: 28px;
    height: 28px;
  }
}
@media (width < 48rem) {
  .footer__contacts {
    padding: 0;
  }
  .footer__top {
    padding: 0;
  }
  .footer__top--content {
    gap: 64px;
  }
  .footer__bottom {
    padding: 0;
  }
  .footer__bottom--content {
    padding: 52px 0 68px 0;
  }
  .footer__info {
    padding: 0 25px;
  }
  .footer__nav {
    padding: 0;
  }
  .footer__logo {
    margin-bottom: 32px;
  }
}
.footer-nav__title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 20px;
}
@media (width < 1200px) {
  .footer-nav__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.footer-nav__item {
  margin-bottom: 16px;
}
.footer-nav__link {
  color: var(--color-white);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.footer-nav__link:hover {
  color: var(--color-yellow-medium);
}

@media (width < 64rem) {
  .footer-nav__title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .footer-nav__list {
    text-align: center;
  }
}
.footer-contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-contacts__item {
  width: calc(50% - 21px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 42px;
  margin-bottom: 32px;
}
.footer-contacts__item:nth-child(2n) {
  margin-right: 0;
}
.footer-contacts__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.footer-contacts__item svg {
  margin-right: 8px;
}
.footer-contacts__item svg path {
  fill: var(--color-yellow-medium);
}
.footer-contacts__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer-contacts__title--header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
}
.footer-contacts__title--header::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-yellow-medium);
}
.footer-contacts__text {
  width: 100%;
  color: var(--color-white);
}

@media (width < 64rem) {
  .footer-contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-contacts__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 58px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-contacts__item:nth-last-child(-n+2) {
    margin-bottom: 58px;
  }
  .footer-contacts__item:last-child {
    margin-bottom: 0;
  }
  .footer-contacts__title--header {
    margin: 0 auto;
    margin-bottom: 72px;
  }
  .footer-contacts__text {
    text-align: center;
  }
}
@media (width < 48rem) {
  .footer-contacts__title--header {
    margin-bottom: 64px;
  }
}
.map iframe {
  width: 100%;
  max-width: 1040px;
  height: 314px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.language {
  margin-left: auto;
  padding: 4px;
  margin-right: 27px;
  position: relative;
}
@media (width <= 80rem) {
  .language {
    margin-right: 10px;
  }
}
@media (width <= 63.99875rem) {
  .language {
    display: none;
  }
}
.language__img {
  width: 1.25rem;
  height: auto;
}
.language__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.language__block span {
  text-transform: uppercase;
  color: var(--color-white);
  padding: 0 4px 0 8px;
  transition: color 0.3s ease-out;
}
.language__block:hover span {
  color: var(--color-grey-dark);
}
.language__block:hover .language__arrow path  {
  fill: var(--color-grey-dark);
}
.language__block.active .language__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.language__arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.language__arrow path {
  fill: var(--color-white);
  transition: fill 0.3s ease-out;
}
.language__select {
  display: none;
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
  border-radius: 4px;
  z-index: 40;
}
.language__list {
  padding: 8px 4px;
}
.language__item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.language__item:last-child {
  margin-bottom: 0;
}
.language__button {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  display: block;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
.language__button:hover {
  color: var(--color-grey-dark);
}

.banner-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6875rem 1.4375rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  background-color: var(--color-yellow-medium);
  color: var(--color-black);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .banner-button:hover {
    background-color: var(--color-black);
    color: var(--color-yellow-medium);
  }
}
@media (any-hover: none) {
  .banner-button:active {
    background-color: var(--color-black);
    color: var(--color-yellow-medium);
  }
}

.small-button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 42px;
  height: 42px;
  background-color: var(--color-grey-light);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  cursor: pointer;
  color: var(--color-grey-medium);
}
.small-button:hover {
  background-color: var(--color-black);
  color: var(--color-yellow-medium);
}
.small-button.active {
  background-color: var(--color-black);
  color: var(--color-yellow-medium);
}
.small-button.active:hover {
  background-color: var(--color-black);
  color: var(--color-yellow-medium);
}

.to-cart-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5625rem;
  border: 0.0625rem solid transparent;
  background-color: var(--color-black);
  border-radius: 4px;
  gap: 0.5rem;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--color-white);
  text-transform: uppercase;
}
.to-cart-button svg path {
  fill: var(--color-white);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
@media (any-hover: hover) {
  .to-cart-button:hover {
    color: var(--color-yellow-dark);
  }
  .to-cart-button:hover svg path {
    fill: var(--color-yellow-dark);
  }
}
@media (any-hover: none) {
  .to-cart-button:active {
    color: var(--color-yellow-dark);
  }
  .to-cart-button:active svg path {
    fill: var(--color-yellow-dark);
  }
}

.close-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.375rem;
  color: var(--color-white);
}
@media (any-hover: hover) {
  .close-button:hover {
    color: var(--color-yellow-medium);
  }
}
@media (any-hover: none) {
  .close-button:active {
    color: var(--color-yellow-medium);
  }
}
.close-button_gray {
  color: var(--color-grey-medium);
}
@media (any-hover: hover) {
  .close-button_gray:hover {
    color: var(--color-black);
  }
}
@media (any-hover: none) {
  .close-button_gray:active {
    color: var(--color-black);
  }
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  height: calc(100% - var(--header-height));
  margin: var(--header-height) 0 0 0;
  padding: 0;
  border: none;
  background-color: var(--color-black);
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  pointer-events: none;
}
.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.mobile-overlay__button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 1.25rem 2rem;
  border-bottom: 0.0625rem solid #161616;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-white);
}
.mobile-overlay__button_with-arrow::after {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  display: block;
  background-image: url(../../icons/arrow_down.svg);
  margin-left: auto;
}
.mobile-overlay__button_phone {
  border-top: 0.0625rem solid #161616;
}
@media (width <= 36.24875rem) {
  .mobile-overlay__button {
    padding: 1.25rem 1.75rem;
  }
}
.mobile-overlay__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.mobile-overlay__menu {
  position: relative;
  margin-block: 3.625rem;
  padding-inline: 1.25rem;
}
@media (width <= 36.24875rem) {
  .mobile-overlay__menu {
    margin-block: 2rem;
  }
}
.mobile-overlay__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}
.mobile-overlay__menu-link {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.75rem;
}
.mobile-overlay__submenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  border: none;
  background-color: var(--color-black);
  height: calc(100vh - var(--header-height));
  overflow: auto;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  pointer-events: none;
}
.mobile-overlay__submenu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.mobile-overlay__submenu-close-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.25rem 2rem;
  border-bottom: 0.0625rem solid #161616;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-yellow-medium);
}
@media (width <= 36.24875rem) {
  .mobile-overlay__submenu-close-button {
    padding: 1.25rem 1.75rem;
  }
}
.mobile-overlay__submenu-close-button-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--color-yellow-medium);
}
.mobile-overlay__footer {
  margin-top: auto;
  padding: 2.625rem 1.25rem;
  border-top: 0.0625rem solid #161616;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (width <= 36.24875rem) {
  .mobile-overlay__footer {
    padding: 1.75rem 1.25rem;
  }
}
.mobile-overlay__footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-overlay__footer-item:first-child {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 0.0625rem solid #161616;
}
.mobile-overlay__footer-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-inline: 0.75rem;
  color: #707070;
}
.mobile-overlay__footer-button.active {
  color: var(--color-white);
}

.catalog-overlay-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10010;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: var(--color-black);
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  pointer-events: none;
}
.catalog-overlay-mobile.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.catalog-overlay-mobile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.catalog-overlay-mobile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.125rem 1.25rem;
  background-color: var(--color-yellow-medium);
}
.catalog-overlay-mobile__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: var(--color-black);
}
.catalog-overlay-mobile__close-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-overlay-mobile__body {
  padding: 2.625rem 1.25rem;
}
.catalog-overlay-mobile__hr {
  width: 100%;
  height: 0.0625rem;
  background-color: #2a2929;
  margin-block: 2rem;
}
.catalog-overlay-mobile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (width <= 36.24875rem) {
  .catalog-overlay-mobile__list {
    gap: 1.75rem;
  }
}
.catalog-overlay-mobile__button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-white);
}
.catalog-overlay-mobile__button img {
  width: 100%;
  height: auto;
  max-width: 2.75rem;
  max-height: 2.75rem;
  padding: 0.25rem;
}
.catalog-overlay-mobile__button_with-arrow::after {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  content: "";
  background-image: url(../../icons/catalog/arrow-down-yellow.svg);
  margin-left: auto;
}
.catalog-overlay-mobile__button_with-arrow img {
  padding: 0.25rem;
}
.catalog-overlay-mobile__submenu {
  --submenuOffsetTop: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  border: none;
  background-color: var(--color-black);
  height: calc(100vh - var(--submenuOffsetTop));
  margin-top: var(--submenuOffsetTop);
  overflow: auto;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  pointer-events: none;
}
.catalog-overlay-mobile__submenu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.catalog-overlay-mobile__submenu-inner {
  padding: 2.625rem 1.25rem;
}
.catalog-overlay-mobile__submenu-close-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-yellow-medium);
}
.catalog-overlay-mobile__submenu-close-button-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--color-yellow-medium);
}
.catalog-overlay-mobile__submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-white);
}
@media (width <= 36.24875rem) {
  .catalog-overlay-mobile__submenu-list {
    gap: 2rem;
  }
}
.catalog-overlay-mobile__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.catalog-overlay-mobile__submenu-link_with-arrow {
  color: var(--color-yellow-medium);
}
.catalog-overlay-mobile__submenu-link_with-arrow::after {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  content: "";
  background-image: url(../../icons/catalog/arrow-down-yellow.svg);
  margin-left: auto;
}

.bottom-menu {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0.5rem;
  left: 0.25rem;
  right: 0.25rem;
  padding: 0.625rem 0.75rem;
  background-color: var(--color-black);
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (width <= 63.99875rem) {
  .bottom-menu {
    display: block;
  }
}
.bottom-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-menu__link {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 3.25rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-white);
}
.bottom-menu__link.active svg {
  color: var(--color-yellow-medium);
}

.cart-overlay {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
.cart-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cart-overlay.active .cart-overlay__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cart-overlay__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 2rem - 1.5rem);
  max-height: 100vh;
  max-width: 36.25rem;
  margin: 2rem 1.25rem auto auto;
  background-color: var(--color-white);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (width <= 63.99875rem) {
  .cart-overlay__inner {
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }
}
.cart-overlay__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  padding: 1.625rem 2rem;
  background-color: var(--color-black);
}
@media (width <= 63.99875rem) {
  .cart-overlay__header {
    border-radius: 0;
  }
}
@media (width <= 36.24875rem) {
  .cart-overlay__header {
    padding: 0.9375rem;
  }
}
.cart-overlay__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 3rem;
  color: var(--color-white);
  text-transform: uppercase;
}
@media (width <= 36.24875rem) {
  .cart-overlay__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.375rem;
  }
}
.cart-overlay__title-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cart-overlay__title-icon svg {
  width: 2.25rem;
  height: 2.25rem;
}
@media (width <= 36.24875rem) {
  .cart-overlay__title-icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.cart-overlay__title-icon span {
  width: 1.125rem;
  height: 1.125rem;
  top: -0.1875rem;
  right: -0.1875rem;
  font-size: 0.75rem;
}
.cart-overlay__close-button {
  margin-left: auto;
}
@media (width <= 36.24875rem) {
  .cart-overlay__close-button {
    padding: 0.25rem;
  }
}
.cart-overlay__body {
  overflow: auto;
  margin-bottom: 2rem;
  padding: 2rem;
  padding-bottom: 0;
}
@media (width <= 63.99875rem) {
  .cart-overlay__body {
    padding: 2.5rem;
  }
}
@media (width <= 36.24875rem) {
  .cart-overlay__body {
    padding: 1.75rem 0.9375rem;
  }
}
.cart-overlay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-overlay__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}
.cart-overlay__item:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #f3f3f3;
}
.cart-overlay__item-image {
  width: 8.25rem;
  height: 8.25rem;
  padding-block: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-white);
  margin-right: 1.5rem;
  -ms-flex-item-align: center;
      align-self: center;
}
.cart-overlay__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cart-overlay__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 1.375rem;
}
@media (width <= 36.24875rem) {
  .cart-overlay__item-body {
    gap: 0.75rem;
  }
}
.cart-overlay__item-option {
  font-size: 1rem;
  margin-block: 0.25rem;
  font-weight: 500;
  color: var(--color-grey-text2);
}
.cart-overlay__item-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (width <= 36.24875rem) {
  .cart-overlay__item-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.cart-overlay__item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.cart-overlay__item-quantity input {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.cart-overlay__item-quantity-button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background-color: var(--color-white);
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--color-grey-stroke);
}
@media (any-hover: hover) {
  .cart-overlay__item-quantity-button:hover {
    background-color: var(--color-yellow-medium);
  }
}
@media (any-hover: none) {
  .cart-overlay__item-quantity-button:active {
    background-color: var(--color-yellow-medium);
  }
}
.cart-overlay__item-quantity-button::after, .cart-overlay__item-quantity-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: var(--color-black);
}
.cart-overlay__item-quantity-button_plus::after {
  width: 0.125rem;
  height: 0.5rem;
}
.cart-overlay__item-price {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2rem;
  text-transform: uppercase;
}
.cart-overlay__item-delete-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
  margin-left: auto;
  -ms-flex-item-align: start;
      align-self: start;
  color: var(--color-grey-medium);
}
@media (any-hover: hover) {
  .cart-overlay__item-delete-button:hover {
    color: var(--color-black);
  }
}
@media (any-hover: none) {
  .cart-overlay__item-delete-button:active {
    color: var(--color-black);
  }
}
.cart-overlay__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  padding: 1.5rem 0 2rem;
  margin-inline: 2rem;
  border-top: 0.0625rem solid #696969;
}
@media (width <= 63.99875rem) {
  .cart-overlay__footer {
    padding: 2rem 2.5rem 2.75rem;
    margin: 0;
  }
}
@media (width <= 36.24875rem) {
  .cart-overlay__footer {
    padding: 1.25rem 0.9375rem 1.5rem;
  }
}
.cart-overlay__footer-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2rem;
  text-transform: uppercase;
}
.cart-overlay__sum {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-transform: uppercase;
}
@media (width <= 63.99875rem) {
  .cart-overlay__sum {
    margin-bottom: 1.75rem;
  }
}
@media (width <= 36.24875rem) {
  .cart-overlay__sum {
    margin-bottom: 1.25rem;
  }
}
.cart-overlay__checkout-button {
  width: 100%;
}
.cart-overlay__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.cart-overlay__empty-icon {
  margin-bottom: 3.75rem;
}
.cart-overlay__empty-title {
  margin-bottom: 2.25rem;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
}
@media (width <= 36.24875rem) {
  .cart-overlay__empty-title {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
.cart-overlay__empty-button {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.feedback-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
.feedback-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.feedback-overlay__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 41.75rem;
  background-color: var(--color-white);
  padding: 4rem 1.5rem 2rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (width <= 47.99875rem) {
  .feedback-overlay__inner {
    width: calc(100% - 1.875rem);
  }
}
@media (width <= 36.24875rem) {
  .feedback-overlay__inner {
    padding: 4rem 1.25rem 1.75rem;
  }
}
.feedback-overlay__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.feedback-overlay__close-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10000;
  padding: 0.375rem;
  color: var(--color-grey-medium);
}
@media (any-hover: hover) {
  .feedback-overlay__close-button:hover {
    color: var(--color-black);
  }
}
@media (any-hover: none) {
  .feedback-overlay__close-button:active {
    color: var(--color-black);
  }
}
@media (width <= 36.24875rem) {
  .feedback-overlay__close-button {
    top: 1.25rem;
    right: 1.25rem;
    padding: 0.3125rem;
  }
  .feedback-overlay__close-button svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.feedback-overlay__managers {
  margin-bottom: 2.625rem;
}
.feedback-overlay__managers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.feedback-overlay__managers-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -4px;
  position: relative;
  z-index: 1;
}
.feedback-overlay__managers-item:first-child {
  margin-left: 0;
}
.feedback-overlay__managers-item:nth-child(2) {
  z-index: 2;
}
.feedback-overlay__managers-item:nth-child(3) {
  z-index: 3;
}
.feedback-overlay__managers-item:nth-child(4) {
  z-index: 4;
}
.feedback-overlay__managers-item:nth-child(5) {
  z-index: 5;
}
.feedback-overlay__managers-item img {
  width: 3rem;
  height: 3rem;
}
.feedback-overlay__title {
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 3rem;
  text-align: center;
  text-transform: uppercase;
}
@media (width <= 36.24875rem) {
  .feedback-overlay__title {
    margin-bottom: 1.625rem;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  .feedback-overlay__title::after {
    top: calc(100% + 1rem);
  }
}
.feedback-overlay__text {
  margin-bottom: 2.625rem;
  color: #686868;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
@media (width <= 36.24875rem) {
  .feedback-overlay__text {
    margin-bottom: 3rem;
  }
}
.feedback-overlay__input {
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.25rem;
  background-color: var(--color-white);
  border: 0.0625rem solid var(--color-grey-stroke);
  border-radius: 0.625rem;
}
.feedback-overlay__input::-webkit-input-placeholder {
  color: var(--color-grey-medium);
}
.feedback-overlay__input::-moz-placeholder {
  color: var(--color-grey-medium);
}
.feedback-overlay__input:-ms-input-placeholder {
  color: var(--color-grey-medium);
}
.feedback-overlay__input::-ms-input-placeholder {
  color: var(--color-grey-medium);
}
.feedback-overlay__input::placeholder {
  color: var(--color-grey-medium);
}
.feedback-overlay__button {
  margin-top: 0.25rem;
  width: 100%;
  font-weight: 700;
}
@media (width <= 36.24875rem) {
  .feedback-overlay__button {
    margin-top: 0.5rem;
  }
}
.feedback-overlay__thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: var(--color-white);
  text-align: center;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  opacity: 0;
  visibility: hidden;
}
.feedback-overlay__thanks.active {
  opacity: 1;
  visibility: visible;
}
.feedback-overlay__thanks-image {
  margin-bottom: 1.25rem;
}
.feedback-overlay__thanks-title {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 3rem;
  text-transform: uppercase;
}
.feedback-overlay__thanks-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #686868;
}

.search-overlay {
  overflow: auto;
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  z-index: 10000;
  width: 100%;
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
@media (width <= 63.99875rem) {
  .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-overlay.active .search-overlay__inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.search-overlay__inner {
  position: relative;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.search-overlay__header {
  display: none;
}
@media (width <= 63.99875rem) {
  .search-overlay__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search-overlay__form {
  padding: 1.75rem 1.5rem;
  background-color: var(--color-white);
}
.search-overlay__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.search-overlay__item {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #f3f3f3;
}
.search-overlay__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.search-overlay__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  gap: 1.75rem;
  border-radius: 0.75rem;
}
@media (any-hover: hover) {
  .search-overlay__item-link:hover {
    background-color: var(--color-grey-bg);
  }
}
@media (any-hover: none) {
  .search-overlay__item-link:active {
    background-color: var(--color-grey-bg);
  }
}
@media (width <= 89.99875rem) {
  .search-overlay__item-link {
    gap: 0.75rem;
  }
}
.search-overlay__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-overlay__item-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.search-overlay__item-code {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-grey-medium);
}
.search-overlay__item-price {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
@media (width <= 36.24875rem) {
  .search-overlay__item-price {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
  }
}
.search-overlay__item-price-discount {
  color: var(--color-red);
  font-size: 0.875rem;
  text-decoration: line-through;
}
.search-overlay__item-price_mobile {
  font-size: 1rem;
  line-height: 1.5rem;
  display: none;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: start;
}
@media (width <= 36.24875rem) {
  .search-overlay__item-price_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-overlay__item-image {
  width: 5.125rem;
  height: 5.125rem;
  background-color: var(--color-white);
}
.search-overlay__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-overlay__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.search-overlay__item-unavailable {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-grey-dark);
}
.search-overlay__item.unavailable .search-overlay__item-title {
  color: var(--color-grey-dark);
}
.search-overlay__item.unavailable .search-overlay__item-price {
  color: var(--color-grey-dark);
}
.search-overlay__button {
  margin-top: 2rem;
  padding: 0.4375rem 0.5rem;
}

.search-overlay-mobile {
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
.search-overlay-mobile.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-overlay-mobile.active .search-overlay-mobile__inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.search-overlay-mobile__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.75rem;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: var(--color-white);
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 1.25rem;
    padding: 1rem;
  }
}
.search-overlay-mobile input {
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
}
.search-overlay-mobile__form {
  position: absolute;
  top: calc(100% + 0.75rem);
  width: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 0.5rem;
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
.search-overlay-mobile__form.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__form {
    padding: 1.25rem 1rem;
  }
}
.search-overlay-mobile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.search-overlay-mobile__item {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #f3f3f3;
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__item {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.search-overlay-mobile__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.search-overlay-mobile__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem;
  gap: 1.75rem;
  border-radius: 0.75rem;
}
@media (width <= 47.99875rem) {
  .search-overlay-mobile__item-link {
    gap: 0.5rem;
  }
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__item-link {
    padding: 0.25rem 0;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (any-hover: hover) {
  .search-overlay-mobile__item-link:hover {
    background-color: var(--color-grey-bg);
  }
}
@media (any-hover: none) {
  .search-overlay-mobile__item-link:active {
    background-color: var(--color-grey-bg);
  }
}
.search-overlay-mobile__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__item-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.search-overlay-mobile__item-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__item-title {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.search-overlay-mobile__item-code {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-grey-medium);
}
.search-overlay-mobile__item-price {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__item-price {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
  }
}
.search-overlay-mobile__item-price-discount {
  color: var(--color-red);
  font-size: 0.875rem;
  text-decoration: line-through;
}
.search-overlay-mobile__item-price_mobile {
  font-size: 1rem;
  line-height: 1.5rem;
  display: none;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: start;
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__item-price_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-overlay-mobile__item-image {
  width: 5.125rem;
  height: 5.125rem;
  background-color: var(--color-white);
}
.search-overlay-mobile__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-overlay-mobile__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (width <= 47.99875rem) {
  .search-overlay-mobile__item-bottom {
    gap: 0.375rem;
  }
}
@media (width <= 36.24875rem) {
  .search-overlay-mobile__item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.125rem;
  }
}
.search-overlay-mobile__item-unavailable {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-grey-dark);
}
.search-overlay-mobile__item.unavailable .search-overlay-mobile__item-title {
  color: var(--color-grey-dark);
}
.search-overlay-mobile__item.unavailable .search-overlay-mobile__item-price {
  color: var(--color-grey-dark);
}
.search-overlay-mobile__close-button {
  margin-left: 1.75rem;
  color: var(--color-grey-dark);
}
.search-overlay-mobile__button {
  margin-top: 2rem;
  padding: 0.4375rem 0.5rem;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.75rem;
  background-color: var(--color-white);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .product-card:hover {
    -webkit-box-shadow: 0 0.25rem 2.125rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.25rem 2.125rem rgba(0, 0, 0, 0.15);
  }
}
@media (any-hover: none) {
  .product-card:active {
    -webkit-box-shadow: 0 0.25rem 2.125rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.25rem 2.125rem rgba(0, 0, 0, 0.15);
  }
}
.product-card__top {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: -2.5rem;
}
.product-card__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.875rem;
  height: 2.625rem;
  padding-block: 0.46875rem;
}
.product-card__logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__small-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.product-card__small-button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 42px;
  height: 42px;
  background-color: var(--color-grey-light);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.product-card__small-button:hover {
  background-color: var(--color-black);
}
.product-card__small-button:hover svg path {
  fill: var(--color-yellow-medium);
}
.product-card__small-button svg path {
  fill: var(--color-grey-medium);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.product-card__small-button.active {
  background-color: var(--color-black);
}
.product-card__small-button.active svg path {
  fill: var(--color-yellow-medium);
}
.product-card__small-button.active:hover {
  background-color: var(--color-black);
}
.product-card__small-button.active:hover svg path {
  fill: var(--color-yellow-medium);
}
.product-card__image {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 13.875rem;
}
.product-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__badges {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  min-height: 2.25rem;
}
@media (width <= 63.99875rem) {
  .product-card__badges {
    margin-bottom: 0.75rem;
  }
}
.product-card__badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 28px;
  border-radius: 4px;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}
.product-card__badge--discount {
  background-color: var(--color-yellow-dark);
  color: var(--color-black);
}
.product-card__badge--new {
  background-color: var(--color-black);
  color: var(--color-yellow-medium);
  font-style: italic;
}
.product-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card__title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.75rem;
  color: var(--color-grey-text);
  margin-bottom: auto;
  text-transform: uppercase;
}
.product-card__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-grey-dark);
  margin-bottom: 23px;
}
@media (width <= 63.99875rem) {
  .product-card__text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.75rem;
  }
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  color: var(--color-black);
  text-transform: uppercase;
}
.product-card__price-discount {
  margin-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--color-red);
  text-decoration: line-through;
  text-transform: none;
}
.product-card__button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-white);
  text-transform: uppercase;
  padding: 10px;
  background-color: var(--color-black);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.product-card__button svg path {
  fill: var(--color-white);
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
@media (any-hover: hover) {
  .product-card__button:hover {
    color: var(--color-yellow-dark);
  }
  .product-card__button:hover svg path {
    fill: var(--color-yellow-dark);
  }
}
@media (any-hover: none) {
  .product-card__button:active {
    color: var(--color-yellow-dark);
  }
  .product-card__button:active svg path {
    fill: var(--color-yellow-dark);
  }
}
.product-card__button_col-2 {
  display: none;
  width: auto;
  padding: 0.5rem 0.625rem;
  margin-left: auto;
  background-color: var(--color-yellow-medium);
}
.product-card__button_col-2 svg {
  width: 1.25rem;
  height: 1.25rem;
}
.product-card__button_col-2 svg path {
  fill: var(--color-black);
}
@media (any-hover: hover) {
  .product-card__button_col-2:hover svg path {
    fill: var(--color-black) !important;
  }
}
@media (any-hover: none) {
  .product-card__button_col-2:active svg path {
    fill: var(--color-black) !important;
  }
}
.product-card.col-2 {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-card.col-2 .product-card__header {
  padding: 0.5rem;
  background-color: var(--color-white);
  border-radius: 0.5rem;
}
.product-card.col-2 .product-card__small-buttons {
  gap: 0.25rem;
}
.product-card.col-2 .product-card__image {
  margin-block: -0.625rem;
}
.product-card.col-2 .product-card__top {
  margin-bottom: -2rem;
}
.product-card.col-2 .product-card__logo {
  width: 4.375rem;
}
.product-card.col-2 .product-card__badges {
  margin-bottom: 0;
}
.product-card.col-2 .product-card__title {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.product-card.col-2 .product-card__price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.product-card.col-2 .product-card__price-discount {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
}
.product-card.col-2 .product-card__price-discount {
  margin-left: 0;
}
.product-card.col-2 .product-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.product-card.col-2 .product-card__text {
  display: none;
}
.product-card.col-2 .product-card__button {
  display: none;
}
.product-card.col-2 .product-card__button_col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card.col-2 .product-card__button_col-2 svg {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.product-card.unavailable .product-card__title {
  color: var(--color-grey-dark);
}
.product-card.unavailable .product-card__text {
  color: var(--color-grey-dark);
}
.product-card.unavailable .product-card__price {
  color: var(--color-grey-dark);
}
.product-card.unavailable .product-card__button {
  background-color: var(--color-grey-medium);
  cursor: not-allowed;
}
.product-card.unavailable .product-card__button svg {
  display: none;
}
@media (any-hover: hover) {
  .product-card.unavailable .product-card__button:hover {
    background-color: var(--color-grey-medium);
    color: var(--color-grey-dark);
  }
}
@media (any-hover: none) {
  .product-card.unavailable .product-card__button:active {
    background-color: var(--color-grey-medium);
    color: var(--color-grey-dark);
  }
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.custom-checkbox__input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.125rem;
  background: var(--color-white);
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--color-grey-stroke);
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .custom-checkbox__input:hover {
    border: 0.0625rem solid var(--color-yellow-medium);
  }
}
@media (any-hover: none) {
  .custom-checkbox__input:active {
    border: 0.0625rem solid var(--color-yellow-medium);
  }
}
.custom-checkbox__input::after {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.125rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.custom-checkbox__input:checked {
  border: 0.0625rem solid var(--color-black);
}
@media (any-hover: hover) {
  .custom-checkbox__input:checked:hover {
    border: 0.0625rem solid var(--color-black);
  }
}
@media (any-hover: none) {
  .custom-checkbox__input:checked:active {
    border: 0.0625rem solid var(--color-black);
  }
}
.custom-checkbox__input:checked::after {
  background-color: var(--color-black);
  background-image: url("../../icons/tick.svg");
}
.custom-checkbox__input:disabled {
  border-color: var(--color-grey-dark);
}
.breadcrumbs {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width <= 63.99875rem) {
  .breadcrumbs__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item:not(:last-child) {
  color: var(--color-grey-medium);
}
.breadcrumbs__item:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin-inline: 0.75rem;
  color: var(--color-grey-medium);
}
@media (any-hover: hover) {
  .breadcrumbs__link:hover {
    color: var(--color-yellow-medium);
  }
}
@media (any-hover: none) {
  .breadcrumbs__link:active {
    color: var(--color-yellow-medium);
  }
}

.promotion {
  background-color: var(--color-white);
  padding-block: 3.25rem;
}
@media (width <= 63.99875rem) {
  .promotion {
    padding-block: 2.75rem;
  }
}
@media (width <= 36.24875rem) {
  .promotion {
    padding-block: 2rem;
  }
}
.promotion__container {
  padding-inline: 2.5rem;
}
@media (width <= 36.24875rem) {
  .promotion__container {
    padding-inline: 0.9375rem;
  }
}
.promotion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.625rem;
}
@media (width <= 79.99875rem) {
  .promotion__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.promotion__text {
  margin-bottom: 2.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}
@media (width <= 36.24875rem) {
  .promotion__text {
    margin-bottom: 1.75rem;
  }
}
.promotion__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promotion__right h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (width <= 36.24875rem) {
  .promotion__right h2 {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }
}
.promotion__right button {
  -ms-flex-item-align: start;
      align-self: start;
}
@media (width <= 79.99875rem) {
  .promotion__right button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.promotion__button {
  -ms-flex-item-align: start;
      align-self: start;
}
@media (width <= 79.99875rem) {
  .promotion__button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.promotion__count {
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-grey-medium);
  text-transform: uppercase;
}
.promotion__left {
  width: 100%;
  max-width: 42.625rem;
  height: 29.25rem;
  border-radius: 0.75rem;
  background-image: url(../../images/content/promo-card-bg.png);
  background-size: cover;
  padding: 1.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width <= 79.99875rem) {
  .promotion__left {
    background-image: url(../../images/content/promo-card-bg-tab.png);
    max-width: 100%;
  }
}
@media (width <= 36.24875rem) {
  .promotion__left {
    height: 19.625rem;
    padding: 1.25rem;
    background-image: url(../../images/content/promo-card-bg-mob.png);
  }
}
.promotion__left-text {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  color: var(--color-white);
  max-height: 6rem;
  text-align: right;
  -ms-flex-item-align: end;
      align-self: end;
}
.promotion__left-text-yellow {
  color: var(--color-yellow-medium);
}
@media (width <= 36.24875rem) {
  .promotion__left-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.promotion__left-image {
  margin-top: auto;
  width: 17.6875rem;
  height: 13.625rem;
}
@media (width <= 79.99875rem) {
  .promotion__left-image {
    width: 21rem;
    height: 16.125rem;
  }
}
@media (width <= 36.24875rem) {
  .promotion__left-image {
    width: 14.25rem;
    height: 11rem;
  }
}

.page-banner {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  height: 13.75rem;
  margin-bottom: 3.5rem;
  border-radius: 0.75rem;
}
@media (width <= 63.99875rem) {
  .page-banner {
    margin: 0 -1.375rem 2.625rem;
    border-radius: 0;
  }
}
@media (width <= 47.99875rem) {
  .page-banner {
    height: 12.5rem;
    margin: 0 -0.9375rem 1.75rem;
  }
}
.page-banner__subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  z-index: 2;
  color: var(--color-yellow-medium);
}
.page-banner__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: var(--color-white);
  z-index: 2;
}
@media (width <= 36.24875rem) {
  .page-banner__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.015rem;
  }
}
.page-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.badges {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  min-height: 2.25rem;
}
@media (width <= 63.99875rem) {
  .badges {
    margin-bottom: 0.75rem;
  }
}
.badges__item {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 28px;
  border-radius: 4px;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}
.badges__item--discount {
  background-color: var(--color-yellow-dark);
  color: var(--color-black);
}
.badges__item--new {
  background-color: var(--color-black);
  color: var(--color-yellow-medium);
  font-style: italic;
}

.error {
  color: var(--color-red);
}

.control-input {
  padding: 0.75rem 1.25rem;
  background-color: var(--color-white);
  border: 0.0625rem solid var(--color-grey-stroke);
  border-radius: 0.625rem;
}
.control-input::-webkit-input-placeholder {
  color: var(--color-grey-medium);
}
.control-input::-moz-placeholder {
  color: var(--color-grey-medium);
}
.control-input:-ms-input-placeholder {
  color: var(--color-grey-medium);
}
.control-input::-ms-input-placeholder {
  color: var(--color-grey-medium);
}
.control-input::placeholder {
  color: var(--color-grey-medium);
}
.control-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.control-label.error .control-input {
  border-color: var(--color-red);
}
.control-error {
  color: var(--color-red);
}
.control-password-wrapper {
  width: 100%;
  position: relative;
}
.control-password-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  background-image: url("../../icons/password-toggle-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
}

.decor-hr {
  height: 1.125rem;
  width: 100%;
  margin-top: auto;
  background-image: url(../../icons/page-decor-x.svg);
}

.status-bar {
  padding: 0.1875rem 0.9375rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid transparent;
  background-color: var(--color-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
}
.status-bar_completed {
  color: #37d664;
  border-color: #37d664;
  background-color: #d5ffe9;
}
.status-bar_cancelled {
  color: #ff0b0b;
  border-color: #ff0b0b;
  background-color: #eabebe;
}
.status-bar_pending {
  color: #efcc13;
  border-color: #efcc13;
  background-color: #fff7c1;
}
.status-bar_delivering {
  color: #00a3ff;
  border-color: #00a3ff;
  background-color: #c2e9ff;
}

.yellow-form {
  position: relative;
  background-color: var(--color-yellow-medium);
  overflow: hidden;
  height: 29rem;
}
@media (width <= 63.99875rem) {
  .yellow-form {
    height: 36.375rem;
  }
}
@media (width <= 36.24875rem) {
  .yellow-form {
    height: 37.75rem;
  }
}
.yellow-form::before {
  position: relative;
  z-index: 5;
  content: "";
  display: block;
  height: 1.125rem;
  width: 100%;
  background-image: url(../../images/content/decor-lines-x.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.yellow-form::after {
  position: absolute;
  left: -21.6875rem;
  bottom: -18.5rem;
  width: 64.8125rem;
  height: 65.375rem;
  content: "";
  display: block;
  background-image: url(../../images/content/yellow-form-bg-decor.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.7;
}
@media (width <= 63.99875rem) {
  .yellow-form::after {
    width: 60rem;
    height: 48rem;
    left: unset;
    bottom: unset;
    top: -1.25rem;
    right: 0.25rem;
  }
}
@media (width <= 36.24875rem) {
  .yellow-form::after {
    top: -0.75rem;
    right: -12.5rem;
  }
}
.yellow-form__container {
  position: relative;
  z-index: 5;
  height: calc(100% - 1.125rem);
  padding-block: 4.25rem;
}
@media (width <= 63.99875rem) {
  .yellow-form__container {
    padding-inline: 1.875rem;
  }
}
@media (width <= 36.24875rem) {
  .yellow-form__container {
    padding-block: 2.25rem;
    padding-inline: 1.375rem;
  }
}
.yellow-form__inner {
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  margin-inline: auto;
  width: 100%;
  height: 100%;
  max-width: 87.5rem;
  padding: 4.25rem 6.75rem;
  text-align: center;
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1.25rem;
  background-color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .yellow-form__inner {
    padding: 4rem 1.875rem;
  }
}
@media (width <= 36.24875rem) {
  .yellow-form__inner {
    padding: 2.25rem 0.9375rem;
  }
}
.yellow-form__inner.active .yellow-form__body {
  opacity: 0;
  visibility: hidden;
  max-height: 0 !important;
}
.yellow-form__inner.active .yellow-form__thanks {
  opacity: 1;
  visibility: visible;
  max-height: none;
}
.yellow-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
.yellow-form__thanks {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: var(--color-black);
  text-align: center;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
@media (width <= 63.99875rem) {
  .yellow-form__thanks {
    padding-block: 6.25rem;
  }
}
.yellow-form__thanks-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 3rem;
  text-transform: uppercase;
}
.yellow-form__thanks-text {
  color: #686868;
}
.yellow-form__thanks-img {
  width: 2rem;
  height: 2rem;
}
.yellow-form__title {
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 3rem;
  margin-bottom: 1rem;
}
@media (width <= 36.24875rem) {
  .yellow-form__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}
.yellow-form__subtitle {
  color: var(--color-grey-dark);
  margin-bottom: 2.25rem;
}
.yellow-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
}
@media (width <= 63.99875rem) {
  .yellow-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yellow-form__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (width <= 63.99875rem) {
  .yellow-form__label {
    width: 100%;
  }
}
.yellow-form__input {
  width: 100%;
}
.yellow-form__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width <= 63.99875rem) {
  .yellow-form__button {
    margin-top: 0.25rem;
    width: 100%;
  }
}

.alert-success {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--color-green);
}
@media (width <= 36.24875rem) {
  .alert-success {
    margin-bottom: 0.25rem;
  }
}
.alert-danger {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--color-red);
}
@media (width <= 36.24875rem) {
  .alert-danger {
    margin-bottom: 0.25rem;
  }
}

.text-danger-danger {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--color-red);
}
@media (width <= 36.24875rem) {
  .text-danger-danger {
    margin-bottom: 0.25rem;
  }
}

.product-feedback {
  position: relative;
  height: 22.5rem;
}
@media (width <= 63.99875rem) {
  .product-feedback {
    height: 39.25rem;
  }
}
.product-feedback__container {
  height: 100%;
}
.product-feedback__inner {
  width: 100%;
  height: 100%;
  padding: 5.625rem 3.875rem;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
@media (width <= 63.99875rem) {
  .product-feedback__inner {
    padding-block: 7.25rem;
  }
}
@media (width <= 36.24875rem) {
  .product-feedback__inner {
    padding-block: 4.25rem;
    padding-inline: 0;
  }
}
.product-feedback__inner.active .product-feedback__body {
  opacity: 0;
  visibility: hidden;
  max-height: 0 !important;
}
.product-feedback__inner.active .product-feedback__thanks {
  opacity: 1;
  visibility: visible;
  max-height: none;
}
.product-feedback__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
@media (width <= 63.99875rem) {
  .product-feedback__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 5.5rem;
  }
}
@media (width <= 36.24875rem) {
  .product-feedback__body {
    gap: 2.5rem;
  }
}
.product-feedback__title {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  color: var(--color-yellow-medium);
  margin-bottom: 0.5rem;
}
@media (width <= 63.99875rem) {
  .product-feedback__title {
    text-align: center;
  }
}
.product-feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32rem;
}
@media (width <= 36.24875rem) {
  .product-feedback__form {
    width: 100%;
  }
}
.product-feedback__label {
  width: 100%;
}
.product-feedback__input {
  border-radius: 0.625rem;
  border: 0.0625rem solid transparent;
  padding: 0.6875rem 1.1875rem;
  width: 100%;
  margin-bottom: 0.75rem;
}
.product-feedback__input::-webkit-input-placeholder {
  font-size: 1rem;
  color: var(--color-grey-medium);
}
.product-feedback__input::-moz-placeholder {
  font-size: 1rem;
  color: var(--color-grey-medium);
}
.product-feedback__input:-ms-input-placeholder {
  font-size: 1rem;
  color: var(--color-grey-medium);
}
.product-feedback__input::-ms-input-placeholder {
  font-size: 1rem;
  color: var(--color-grey-medium);
}
.product-feedback__input::placeholder {
  font-size: 1rem;
  color: var(--color-grey-medium);
}
.product-feedback__button {
  margin-top: 0.5rem;
  width: 100%;
}
.product-feedback__button:hover {
  background-color: var(--color-yellow-dark);
  color: var(--color-black);
}
.product-feedback__subtitle {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 3rem;
  text-transform: uppercase;
  color: var(--color-white);
  max-width: 31.25rem;
}
@media (width <= 63.99875rem) {
  .product-feedback__subtitle {
    text-align: center;
  }
}
.product-feedback__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-feedback__thanks {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: var(--color-white);
  text-align: center;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
.product-feedback__thanks-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 3rem;
  text-transform: uppercase;
}

.inCart #button-cart,
.inCart .product-card__button {
  color: #000;
  background-color: var(--color-yellow-medium);
}/*# sourceMappingURL=main.css.map */