.cookie-popup {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 500;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 500px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    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-l p:last-child {
    margin-bottom: 0;
}

.cookie-popup-r {
    padding: 0 10px;
}

.cookie-popup a {
    color: #000 !important;
    text-decoration: underline !important;
}

.cookie-popup a:hover {
    text-decoration: none !important;
}

.btn-cookie,
.btn-cookie:focus {
    background: none;
    vertical-align: top;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    -webkit-appearance: none;
    box-shadow: none !important;
    font-size: 18px;
    line-height: 26px;
    border-radius: 0;
    background-color: #ed4242;
    border: 1px solid #ed4242;
    color: #ffffff;
    outline: none;
    -webkit-appearance: none;
    padding: 14px 15px 15px 15px;
    cursor: pointer;
}

.btn-cookie:hover {
    background-color: #D02626;
}

.btn-cookie:active {
    background-color: #D02626;
}

.cookie-popup .row {
    margin: 0 -10px;
}

.cookie-popup p:not(:last-child) {
    margin: 0 0 7px 0;
}

@media (max-width: 1365px) {
    .cookie-popup {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .btn-cookie,
    .btn-cookie:focus {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
    }

    .cookie-popup {
        right: 10px;
    }

    .cookie-popup .row {
        flex-wrap: wrap;
    }

    .cookie-popup-l {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cookie-popup-r {
        margin-top: 10px;
    }
}
