.cookie_block {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 25px 0;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*z-index: 10000000000;*/
}

    .cookie_block button {
        background: #32B3D3;
        color: #FFF;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 8px 34px;
        border: unset;

        cursor: pointer;
    }

.politics {
    font-size: 13px;
    font-weight: 300;
    color: #32b3d3;
    margin-top: 10px;
    display: block;
}

@media (max-width: 640px) {
    .cookie_block {
        padding: 12px 15px 43px;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media(max-width: 600px) {
    .cookie_block {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 12px 15px 43px;
        text-align: left;
    }

    .cookie_block button {
        padding: 12px 8px;
    }
}
.consent_personal_data_block {
    margin: 9px 0;
}
.footer__bottom_under {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer__bottom_under a {
    font-size: 12px;
    margin: 25px 0 0;
}
.footer {
    height: auto;
}
