@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap');

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article>*+* {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

body {
    font-family: "Zalando Sans", sans-serif;
    font-size: 18px;
    line-height: normal;
    color: #0f172a;
    background-size: 20px 20px;
}

.c01 {
    overflow: hidden;
}

.c04 {
    max-width: 1000px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.c02 {
    padding: 20px 0;
}

.c02 .c04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c05 {
    font-family: "Gloria Hallelujah", cursive;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 4px 4px 2px rgba(99, 102, 241, 0.8);
}

.c02 a {
    text-decoration: none;
}

.c06 {
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.c09 {
    padding: 50px 0;
}

.c11 {
    font-size: 42px;
    padding: 0 0 30px;
    font-weight: 700;
    position: relative;
}

.c15 {
    padding-top: 15px;
    font-size: 28px;
    font-weight: 700;
}

.c10,
.c17 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c12 {
    max-width: 350px;
    width: 100%;
    margin: 20px 0;
}

.clive {
    margin-bottom: 30px;
}

.clive img {
    border-radius: 15px
}

.c11,
.c15,
.c22 .c23 .c15 {
    text-align: center;
}

.c13 p:first-of-type {
    text-indent: 20px;
}

.c13 p {
    padding-bottom: 15px;
}

.c14 {
    margin: 50px 0 0px;
}

.c14_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c14 ul {
    padding: 0 15px
}

.c16 {
    padding-bottom: 100px;
}

.c18 {
    font-size: 48px;
    padding: 10px 0;
}

.c19 {
    font-size: 24px;
    font-weight: 700;
    border-radius: 30px;
    padding: 15px 30px;
    text-decoration: none;
    cursor: pointer;
}

.c22 .c23 .is-success {
    display: none;
    width: 100%;
    text-align: center;
    color: #e5e7eb;
    padding: 20px 0px 20px 0px;
    border: none;
}

.c22 .c23 .active+.is-success {
    display: block;
}

.c22 {
    display: none;
    background-color: rgba(31, 41, 55, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.active {
    display: none;
}

.c22 .c04 {
    max-width: 480px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.c22 .c23 .c24 {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.c22 .c23 .c24:before,
.c22 .c23 .c24:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    background-color: #111827;
}

.c22 .c23 .c24:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
}

.c22 .c23 .c24:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.c23 {
    padding: 30px;
    border-radius: 6px;
    position: relative;
    background: rgba(99, 102, 241, 0.35)
}

.c22 .c23 .c15 {
    text-transform: uppercase;
    padding-bottom: 20px;
}

.c22 .c23 form label {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}

.c22 .c23 form .c26,
.c22 .c23 form .c27 {
    width: 100%;
    border-radius: 3px;
    padding: 0 10px;
    height: 48px;
    margin-bottom: 10px;
}

.c22 .c23 form .c28 {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
}

.c20 {
    width: 100%;
}

.c20 .c21 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 30px 0;
    text-align: center
}

.c20 p {
    margin: 0 2px;
    padding: 0;
    text-align: center
}

.c20 a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
    margin: 0 2px;
    padding: 0
}

@media (max-width:540px) {
    .c20 .c21 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

#cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(31, 41, 55, 0.85);
    color: white;
    padding: 20px;
    text-align: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 111;
}

#cookie-message {
    max-width: 80%;
    margin: 0 auto;
    font-size: 16px;
}

#cookie-message a {
    text-decoration: none;
}

#cookie-message a:hover {
    text-decoration: underline;
}

.c30 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c31 {
    border: none;
    border-radius: 3px;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 150px;
    font-size: 16px;
}

#advanced-settings {
    display: none;
    text-align: left;
    margin-top: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.c29 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

.c29 input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.c29 span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
    .c31 {
        padding: 10px;
        margin: 3px;
    }

    #cookie-message {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:768px) {
    .c05 {
        font-size: 42px;
    }

    .c06 {
        display: block;
    }

    .c07 {
        width: 20px;
        height: 2px;
        background: #e5e7eb;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .c07:nth-of-type(2),
    .c07:nth-of-type(3) {
        margin-top: 9px;
    }

    .c07:nth-of-type(4) {
        margin-top: 18px;
    }

    .c14_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .c14 ul {
        padding: 0;
    }

    .nav.open {
        top: 0;
        bottom: 0;
    }

    .nav .c08 {
        background-color: rgba(31, 41, 55, 0.6);
        max-width: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        width: 100%;
        top: 50%;
        right: 0;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        max-height: none;
        font-size: 0;
        overflow: hidden;
        -webkit-transition: .5s all;
        transition: .5s all;
        z-index: 2;
        padding: 12px;
    }

    .nav.open .c04 {
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .nav.open .c08 {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        overflow: auto;
        background: #6366f1
    }

    .nav.open .c07:nth-of-type(1),
    .nav.open .c07:nth-of-type(4) {
        display: none;
    }

    .nav.open .c07:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #e5e7eb;
    }

    .nav.open .c07:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #e5e7eb;
    }

    .nav nav a {
        font-size: 18px;
        color: #e5e7eb;
        margin: 0;
    }

    .c11 {
        font-size: 24px;
    }

    .c09 .c11::before,
    .c16 .c11::before,
    .c09 .c11::after,
    .c16 .c11::after {
        height: 30px;
    }
}

/* === THEME === */
html,
body {
    background: #0f172a;
    color: #e5e7eb;
}

a {
    color: #6366f1;
}

a:hover {
    color: #4f46e5;
}

button,
.button,
[type=button],
[type=submit] {
    background: #6366f1;
    color: #e5e7eb;
    border: 1px solid #1f2937;
}

button:hover,
.button:hover,
[type=button]:hover,
[type=submit]:hover {
    background: #4f46e5;
}

input,
textarea,
select {
    background: #111827;
    color: #e5e7eb;
    border: 1px solid #1f2937;
}

hr,
.divider {
    border-color: #1f2937;
}

.success,
.is-success {
    color: #22c55e;
}

.is-error {
    color: #ef4444;
}

.is-warning {
    color: #f59e0b;
}

.nav,
header,
footer {
    background: #111827;
}

/* Настраиваемые параметры */
:root {
    --btn-pulse-color: #6366f1;
    /* базовый цвет */
    --btn-pulse-speed: 1.6s;
    /* скорость анимации (медленно) */
    --btn-pulse-min-opacity: 0.55;
    /* нижняя яркость */
    --btn-pulse-max-opacity: 1;
    /* верхняя яркость */
}

/* Класс, который можно добавить на любую кнопку */
.btn-pulse {
    background-color: var(--btn-pulse-color);
    color: #e5e7eb;
    /* читаемый текст на индиго */
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-animation: btn-bg-pulse var(--btn-pulse-speed) ease-in-out infinite;
    animation: btn-bg-pulse var(--btn-pulse-speed) ease-in-out infinite;
}

/* Ключевые кадры — плавный пульс без «вспышек» */
@-webkit-keyframes btn-bg-pulse {

    0%,
    100% {
        background-color: rgba(99, 102, 241, var(--btn-pulse-min-opacity));
    }

    50% {
        background-color: rgba(99, 102, 241, var(--btn-pulse-max-opacity));
    }
}

@keyframes btn-bg-pulse {

    0%,
    100% {
        background-color: rgba(99, 102, 241, var(--btn-pulse-min-opacity));
    }

    50% {
        background-color: rgba(99, 102, 241, var(--btn-pulse-max-opacity));
    }
}

/* Уважение системной настройки «уменьшить анимацию» */
@media (prefers-reduced-motion: reduce) {
    .btn-pulse {
        -webkit-animation: none;
        animation: none;
    }
}