/* BOSRA HOME — cookie, юридические документы и согласия */
.cookie-banner{
  position:fixed;z-index:500;left:20px;right:100px;bottom:20px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  max-width:none;margin:0;padding:20px 22px;
  background:#211c17;color:#f7f3ec;border:1px solid rgba(255,255,255,.12);
  border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.38);
}
.cookie-banner__text{min-width:0}
.cookie-banner__text strong{
  display:block;color:#fff;font-family:var(--font-d,Georgia,serif);
  font-size:21px;line-height:1.2;margin-bottom:6px
}
.cookie-banner__text p{font-size:13px;line-height:1.65;color:#d3cabe;margin:0}
.cookie-banner__text a{color:#e2c693;text-decoration:underline;text-underline-offset:3px}
.cookie-banner__actions{display:flex;gap:10px;flex:none;align-items:center}
.cookie-choice{
  border-radius:999px;padding:12px 19px;font:700 12.5px/1.2 var(--font-t,Arial,sans-serif);
  cursor:pointer;white-space:nowrap
}
.cookie-choice--necessary{background:transparent;color:#f7f3ec;border:1px solid rgba(255,255,255,.34)}
.cookie-choice--all{background:#c9ae83;color:#211c17;border:1px solid #c9ae83}
.cookie-choice:focus-visible{outline:3px solid rgba(226,198,147,.45);outline-offset:3px}
@media(max-width:760px){
  .cookie-banner{left:10px;right:10px;bottom:10px;display:block;padding:18px}
  .cookie-banner__actions{margin-top:15px;display:grid;grid-template-columns:1fr}
  .cookie-choice{width:100%;white-space:normal}
}

.legal-footer{display:flex;flex:1 1 100%;justify-content:space-between;gap:12px 24px;flex-wrap:wrap}
.legal-footer__seller{color:#b9b0a1}
.legal-footer__seller--draft{color:#d8b56c}
.legal-footer__links{display:flex;gap:8px 16px;flex-wrap:wrap;align-items:center}
.legal-footer__links a{color:#b9b0a1}
.legal-footer__settings{
  border:0;padding:0;background:transparent;color:#b9b0a1;font:inherit;
  text-decoration:underline;text-underline-offset:3px;cursor:pointer
}
.legal-footer__settings:hover,.legal-footer__links a:hover{color:#e2c693}
.legal-standalone{
  display:flex;align-items:center;justify-content:space-between;gap:14px 28px;flex-wrap:wrap;
  padding:18px 28px;background:#211c17;color:#b9b0a1;font-size:12px
}
.legal-standalone .legal-footer__links a{color:#b9b0a1}

.legal-form-consent,.legal-photo-consent{
  display:flex!important;align-items:flex-start!important;gap:10px!important;
  font-size:12.5px!important;line-height:1.55!important;text-transform:none!important;
  letter-spacing:0!important;color:var(--ink-2,#5e554b)!important;cursor:pointer
}
.legal-form-consent{margin:12px 0 16px}
.legal-photo-consent{
  max-width:760px;margin:14px 0;padding:12px 14px;background:rgba(201,174,131,.12);
  border:1px solid rgba(201,174,131,.38);border-radius:12px
}
.legal-form-consent input,.legal-photo-consent input{
  width:18px;height:18px;flex:0 0 auto;margin:1px 0 0;accent-color:#987348
}
.legal-form-consent a,.legal-photo-consent a{
  color:#79562d;text-decoration:underline;text-underline-offset:2px
}
.legal-consent-error{
  color:#a53f2d!important;border-color:#c45e48!important;
  box-shadow:0 0 0 3px rgba(196,94,72,.12)
}

.legal-page{padding:38px 0 90px}
.legal-page__hero{max-width:900px;margin-bottom:28px}
.legal-page__hero h1{font-size:clamp(34px,5vw,58px);margin-bottom:16px}
.legal-page__hero p{font-size:15px;line-height:1.75;color:var(--ink-2)}
.legal-draft{
  border:1px solid #d8b56c;background:#fff7df;color:#6c4d20;border-radius:14px;
  padding:16px 18px;margin:22px 0;font-size:13.5px;line-height:1.65
}
.legal-doc{
  max-width:920px;background:var(--white,#fff);border:1px solid var(--line,#e4ddd2);
  border-radius:20px;padding:clamp(24px,5vw,52px);box-shadow:var(--shadow-s,0 8px 30px rgba(0,0,0,.06))
}
.legal-doc h2{font-size:clamp(24px,3.4vw,34px);margin:34px 0 13px}
.legal-doc h2:first-child{margin-top:0}
.legal-doc h3{font-size:19px;margin:24px 0 10px}
.legal-doc p,.legal-doc li{font-size:14px;line-height:1.8;color:var(--ink-2,#5e554b)}
.legal-doc p{margin:10px 0}
.legal-doc ul,.legal-doc ol{padding-left:22px;margin:10px 0}
.legal-doc li+li{margin-top:6px}
.legal-doc a{color:#79562d;text-decoration:underline;text-underline-offset:3px}
.legal-admin-extra{
  margin-top:32px;padding-top:4px;border-top:1px solid var(--line,#e4ddd2)
}
.legal-requisites{
  display:grid;grid-template-columns:minmax(150px,.7fr) 1.3fr;gap:10px 20px;
  background:var(--paper-2,#f7f3ec);padding:20px;border-radius:14px;margin:16px 0
}
.legal-requisites dt{font-size:12px;color:var(--ink-3,#8b8174)}
.legal-requisites dd{font-size:13.5px;font-weight:700;margin:0;overflow-wrap:anywhere}
@media(max-width:580px){.legal-requisites{grid-template-columns:1fr;gap:4px}.legal-requisites dd{margin-bottom:10px}}
