/* Cookie notice — синий акцент #0864ba */

.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  width: 380px;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent__dialog {
  position: relative;
  padding: 22px 40px 18px 20px;
  background: #fff;
  color: #555;
  border: 1px solid #e6e6e6;
  border-top: 4px solid #0864ba;
  border-radius: 2px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

.cookie-consent__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #888;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.cookie-consent__close:hover,
.cookie-consent__close:focus {
  color: #0864ba;
  outline: none;
}

.cookie-consent__title {
  margin: 0 0 10px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
}

.cookie-consent__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-consent__text p {
  margin: 0;
}

.cookie-consent__text a {
  color: #0864ba;
  text-decoration: underline;
}

.cookie-consent__text a:hover {
  color: #064e91;
}

@media (max-width: 480px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
  }
}
