/* Баннер уведомления об использовании cookie — только внутри #lp-cookie-notice */
html.lp-cookie-notice-dismissed #lp-cookie-notice {
  display: none !important;
}

#lp-cookie-notice.lp-cookie-notice {
  box-sizing: border-box;
  position: fixed;
  z-index: 2147483000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(14px, 2.5vw, 20px) clamp(16px, 3vw, 28px);
  font-family: Roboto, "DM Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #f4f6ef;
  background: rgba(38, 55, 25, 0.97);
  border-top: 1px solid rgba(236, 249, 110, 0.22);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.18);
  transform: translateZ(0);
}

#lp-cookie-notice.lp-cookie-notice *,
#lp-cookie-notice.lp-cookie-notice *::before,
#lp-cookie-notice.lp-cookie-notice *::after {
  box-sizing: border-box;
}

#lp-cookie-notice .lp-cookie-notice__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 22px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

#lp-cookie-notice .lp-cookie-notice__text {
  flex: 1 1 280px;
  margin: 0;
  max-width: 100%;
  color: rgba(244, 246, 239, 0.95);
}

#lp-cookie-notice .lp-cookie-notice__link {
  color: #ecf96e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#lp-cookie-notice .lp-cookie-notice__link:hover {
  color: #f5fb9a;
}

#lp-cookie-notice .lp-cookie-notice__link:focus-visible {
  outline: 2px solid #ecf96e;
  outline-offset: 3px;
  border-radius: 2px;
}

#lp-cookie-notice .lp-cookie-notice__accept {
  flex-shrink: 0;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #263719;
  background: #ecf96e;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  transition: background 0.15s ease, transform 0.15s ease;
}

#lp-cookie-notice .lp-cookie-notice__accept:hover {
  background: #f5fb9a;
}

#lp-cookie-notice .lp-cookie-notice__accept:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

#lp-cookie-notice .lp-cookie-notice__accept:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  #lp-cookie-notice .lp-cookie-notice__accept {
    transition: none;
  }

  #lp-cookie-notice .lp-cookie-notice__accept:active {
    transform: none;
  }
}
