*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Orbitron", sans-serif;}
a{color:inherit;}
.cookies {
        position: fixed;
        left: 2.2rem;
        right: 2.2rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .contact-flow {
        max-width: 1680px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 16px 52px rgba(0,0,0,0.26)
    }
.cookies .contact-flow div {
        width: 50%;
    }
:root {
  --ease-entry: cubic-bezier(0.4,0,0.2,1);
  --tone-strong: #f2fbfa;
  --paint-cool: #0f5f6b;
}

.cookies .contact-flow > * {
        min-width: 0;
    }
.cookies .contact-flow > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(19.3px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.77
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: var(--paint-cool);
        color: var(--tone-strong)
    }
@media (max-width: 760px) {
        .cookies .contact-flow {
            display: block
        }

        .cookies .contact-flow > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
