.popup_cookies {
    position: fixed;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    max-width: 560px;
    bottom: 20px;
    left: 20px;
    padding: 16px 20px 16px 40px;
    right: auto;
    background: #F5F5F5;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.202825);
    border-radius: 36px;
    z-index: 99;
}

.cookies_text {
    font-size: 15px;
    line-height: 20px;
    color: #191919;
}

.popup_cookies .btn_def {
    margin-left: 20px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.499891);
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.101289);
    border-radius: 16px;
    color: rgba(0,0,0, .7);
}

.popup_cookies .wrap{
    padding: 0;
    display: flex;
    align-items: center;
    text-align: left;
}

.cookies_text a {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .comagic-o-rack {
        padding: 25px 25px 50px !important;
    }

    .comagic-o-rack .comagic-c-sitephone-label,
    .comagic-o-rack .comagic-c-consultant-label {
        height: 40px !important;
        width: 40px !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }

    .comagic-o-rack .comagic-c-sitephone-label__bubble:after,
    .comagic-o-rack .comagic-c-consultant-label__bubble:after {
        width: 16px !important;
        height: 16px !important;
    }

}


@media screen and (max-width: 560px) {
    .popup_cookies {
        width: calc(100vw - 20px);
        padding: 20px;
        left: 10px;
        bottom: 10px;
    }

    .popup_cookies .wrap {
        flex-direction: column;
    }

    .popup_cookies .btn_def {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }
}


@media (max-width: 550px) and (max-height: 820px) {
    .comagic-o-rack {
        padding: 25px 25px 50px !important;
    }

    .comagic-o-rack .comagic-c-sitephone-label,
    .comagic-o-rack .comagic-c-consultant-label {
        height: 40px !important;
        width: 40px !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }

    .comagic-o-rack .comagic-c-sitephone-label__bubble:after,
    .comagic-o-rack .comagic-c-consultant-label__bubble:after {
        width: 16px !important;
        height: 16px !important;
    }
}