@media only screen and (min-width: 768px) {
    #cookies-agreement .cookies-notify {
        max-width: 1000px;
        width: calc(100% - 220px);
    }
}
