.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    max-width: 600px;
    width: 92%;
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #1a1e35;
    padding: 24px;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(30,41,117,.2);
}

.cookie-banner a.btn.btn-primary {
    padding: 12px 26px;
}

@media screen and (max-width: 767px) {
    .cookie-banner {
        flex-direction: column;
    }
    .cookie-banner .btn {
        width: 100%;
    }

    .cookie-banner a.btn {
        text-align: center;
    }
}

.form-item--div-class-privacy-policy-wrapper-ya-soglashayus-s-a-href-privac label.option {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #909090;
}

input[type="checkbox"]:checked + label::after {
    top: 0;
    left: 5px;
    transform: rotate(-90deg);
    font-size: 13px;
}
