.cookies-custom-popup {
    position: fixed;
    bottom: 40px;
    right: 70px;
    padding: 32px;
    background: hsla(0, 0%, 100%, .9);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, .12);
    color: #424242;
    font-size: 14px;
    line-height: 20px;
    width: 389px;
    box-sizing: border-box;
    z-index: 9999 !important;
    display: none;;
}
.cookies-custom-popup .cookies-custom-popup-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
#cookies-popup-close {
    position: relative;
    padding: 0 10px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    min-width: 120px;
    height: 42px !important;
    align-items: center;
    color: #fff;
    background: #12b6c8;
    line-height: normal;
    justify-content: center !important;
    white-space: nowrap;
}

.wrap__J3FcZ {
    z-index: 999 !important;
}

@media (max-width: 480px) {
    .cookies-custom-popup {
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 24px 16px;
    }
}