.cc-banner.cc-bottom {
    width: 470px;
    font-size: 11px;
    box-shadow: 0 0 10px #3333331a;
    padding: 15px 25px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000
}

.cc-btn.cc-dismiss {
    padding: 5px 12px;
    position: absolute;
    right: 22px;
    top: 22px;
}

.cc-window.cc-banner.cc-type-info.cc-theme-block.cc-bottom {
    padding-right: 60px;
}

.cc-message {color:#333;}
.cc-window.cc-banner.cc-type-info.cc-theme-block.cc-bottom > .cc-message a {color:#333;}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}

@media (max-width: 980px) {

.cc-window.cc-floating.cc-type-info.cc-theme-block.cc-bottom {
    width: 80%;
    font-size: 11px;
    box-shadow: 0 0 10px #3333331a;
    padding: 15px 80px 15px 25px;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    right:10%;
    line-height: 135%;
}
    
}