#cookie-pop {
    color: white;
    font-size: 16px;
    padding: 10px;
    z-index: 887;
    bottom: 20px;
    width: 300px;
    position: fixed;
    left: 50%;
    background: #262626;
    border: 2px solid #262626;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
#cookie-pop .text-cookie {
    float: left;
    width: 190px;
}
#cookie-pop .link-cookie-ok {
    float: right;
    width: 75px;
    color: #ffe6bc;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 10px;
}
#cookie-pop .text-cookie span, #cookie-pop .text-cookie a {
    float: left;
    width: 100%;
    color: white;
}
#cookie-pop .text-cookie a {
    text-decoration: underline;
    font-size: 15px;
}

.popup-opacity#popup-policy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 889;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
}
.popup-opacity#popup-policy .popup {
    width: 750px;
    float: left;
    margin-left: calc(50% - 750px / 2 - 0.1px);
    margin-top: calc(25% - 605px / 2 - 0.1px);
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.popup-opacity#popup-policy .popup .title-popup {
    border-bottom: 1px solid #E9E9E9;
}
.popup-opacity#popup-policy .popup .title-popup {
    float: left;
    width: 100%;
    padding: 18px 00px;
}
.popup-opacity#popup-policy .popup .close {
    cursor: pointer;
}
.popup-opacity#popup-policy .popup .close {
    position: unset;
    margin-right: 20px;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.popup-opacity#popup-policy a,
.popup-opacity#popup-policy  a:visited,
.popup-opacity#popup-policy a:focus {
    color: #929292;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: 13px;
}
.popup-opacity#popup-policy a:hover {
    text-decoration: none;
    color: #91805b;
}

.popup-opacity#popup-policy .popup .popup-content {
    float: left;
    width: 100%;
    padding: 20px 20px;
}
.popup-opacity#popup-policy .popup .popup-content p {
    font-size: 18px;
    line-height: 18px;
    padding: 0px 20px;
}
.popup-opacity#popup-policy .popup-content p {
    font-family: 'Open Sans', sans-serif;
    color: #262626;
    margin-top: 0px;
    margin-bottom: 20px;
}
.popup-opacity#popup-policy a.button:hover {
    background: #4a382b;
}
.popup-opacity#popup-policy a.link-cookie-ok {
    margin: 0 auto;
    width: 190px;
    display: block;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #978564;
    line-height: 18px;
}
@media (max-width: 800px) {
    .popup-opacity#popup-policy .popup {
        width: 100%;
        float: left;
        height: 100vh;
        background: white;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), 0px 0px 10px rgb(0 0 0 / 25%);
        border-radius: 0px;
        margin: 0;
    }
}
