
.clear {
    clear: both !important;;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .only-nonhighres {
        display: none !important;
    }
}

@media (-webkit-max-device-pixel-ratio: 1.499),
(max-resolution: 143dpi) {
    .only-highres {
        display: none !important;
    }
}


.cookie_info {
    display: none;
    border: 2px solid #bf2026;
    text-align: center;
    background: rgba(255, 255, 255, 0.90);
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-left: -375px;
    width: 750px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 999999999;
}

.cookie_info p {
    margin-top: 0;
}

.cookie_info p#close_cookie_info {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 0;
}


@media (max-width: 750.88px) {
    .cookie_info {
        font-size: 12px !important;
        width: 100% !important;
        margin-left: 0 !important;
        left: 0 !important;
    }
}