.cookie-popup {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100000;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 500px;
    padding: 16px 20px 18px 20px;
}

.cookie-popup .row {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}

.cookie-popup-l {
    padding: 0 10px;
}

.cookie-popup-r {
    padding: 0 10px;
}

.cookie-popup a {
    color: #FD7133 !important;
    text-decoration: underline !important;
}

.cookie-popup a:hover {
    text-decoration: none !important;
}

.cookie-popup .row {
    margin: 0 -10px;
    display: flex;
}

.cookie-popup p:not(:last-child) {
    margin: 0 0 7px 0;
}

.btn-cookie {
    font-size: 16px !important;
    line-height: 16px !important;
}

@media (max-width: 1365px) {

}

@media (max-width: 1024px) {

    .cookie-popup {
        left: 10px;
        right: 10px;
    }

    .cookie-popup .row {
        flex-wrap: wrap;
    }

    .cookie-popup-l {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cookie-popup-r {
        margin-top: 10px;
    }
}
