.cookie-popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 20px;
    z-index: 99;
    background: #fff;
    border-radius: 10px;
    max-width: 500px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
    display: none;
}

.cookies-shown .cookie-popup {
    display: block;
}

.cookie-popup__title {
    margin-bottom: 10px;
    font-weight: bold;
}

.cookie-popup__text {
    margin-bottom: 10px;
}

.cookie-popup__btn {
    background-color: #e31f23;
    border-color: #e31f23;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 4px;
}

.licence_block {
    padding-left: 25px !important;
    text-align: left !important;
}

.licence_block [type="checkbox"] {
    display: inline-block;
    left: 0;
    top: 0;
    position: absolute;
}

.cookie-popup--cr .cookie-popup__btn {
    background-color: #936200;
    border-color: #936200;
}

.cookie-popup--5G .cookie-popup__btn {
    background-color: #ff7e00;
    border-color: #ff7e00;
}

.cookie-popup--5u .cookie-popup__btn {
    background-color: #ff7e00;
    border-color: #ff7e00;
}

.text-page {
    margin: 100px 0;
}

@media all and (max-width: 640px) {
    .cookie-popup {
        max-width: 100%;
        right: 0;
        bottom: 20px;
        margin: 0 20px;
        text-align: center;
    }

    .cookie-popup__text {
        text-align: left;
    }
}