.xf_cookie_banber_block {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 30px 20px;
    z-index: 10000;
    border-radius: 0;
    width: 350px;
    max-width: calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
    box-shadow: 0 2px 14px 0 rgba(0,0,0,50%);
}
.xf_cookie_banner_content img {
    max-width: 100%;
    height: auto;
}
a.btn.xf-cb-btn-ok {
    font-weight: normal;
    text-transform: none;
    border-radius: 3px;
}
.xf_cookie_banner_content p:not(:first-child):last-child {
    margin-bottom: 0;
}
.xf_cookie_banner_content p {
    margin-bottom: 9px;
}
.xf_cookie_banner_footer {
    text-align: center;
    padding-top: 10px;
}
.xf_cookie_banber_block.bottom .xf_cookie_banner_footer {
    text-align: center;
}
.xf_cookie_banber_block iframe {
    max-width: 100%;
}
span.close_cookie:before,
span.close_cookie:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
span.close_cookie:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
span.close_cookie {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}
.xf_cookie_banber_block.bottom > div {
    padding: 0 15px;
}
span.close_cookie:hover:before, span.close_cookie:hover:after {
    background: #555555;
}







