body{margin:0;padding:0;font-family:"Nunito", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies {
        position: fixed;
        left: 1.95rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
:root {
  --ease-entry: ease;
  --paint-soft: #2f7a3a;
}
.cookies .page-surface {
        width: min(22rem, calc(100vw - 1.95rem * 2));
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem;
        border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
        background: #f5f5f5;
        color: #0a0f1a;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08)
    }
.cookies strong {
        font-size: calc(14.3px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 2
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.39rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: var(--paint-soft);
        color: #ffffff;
        border-color: var(--paint-soft)
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 1.95rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .page-surface {
            width: auto
        }
    }
.main-group{padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f5ec;color:#1c2418;}
.page-note{max-width:1100px;margin:0 auto;}
.main-group h1{margin:0;font-size:calc(14.3px * 2.65);line-height:1.08;}
