.cookies {
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.cookies__container {
    background: #000;
    padding: 15px 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1280px) {
    .cookies__container {
        padding: 40px 40px;
        gap: 15px;
    }
}

.cookies__text {
    text-align: center;
    color: #fff;
    max-width: 920px;
    font-size: 16px;
}

.cookies__text a {
    font-weight: 600;
    color: #fff !important;
}

@media screen and (max-width: 1280px) {
    .cookies__text {
        text-align: left;
        line-height: 1.25;
    }
}

.cookies__btn {
    font-size: 18px !important;
    min-width: 180px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.cookies__btn:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#emailform .webform_wrapper .webform_row > .webform_field input[type=checkbox] {
    width: auto !important;
    vertical-align: middle !important;
    margin: 0 !important;
}

#emailform .webform_wrapper .webform_row > .webform_field input[type=checkbox] + a {
    vertical-align: middle !important;
}
