.push_notification{position:relative;height:150px;width:500px;background:white;left:50%;margin-left:-250px;transition:all .5s ease-in-out;box-shadow:0 0 27px 2px rgba(0,0,0,0.58);font-family:Arial,sans-serif}
.push_notification.fixed{top:0;display:block;position:fixed;z-index:999999999}
.push_notification .push_notification_logo{height:120px;width:135px;border-right:1px solid #dedede;margin:15px 0;float:left}
.push_notification img{position:absolute;top:50%;transform:translateY(-50%);padding:0 15px;width:105px}
.push_notification .push_notification_content{width:334px;float:right;height:120px;padding:15px}
.push_notification .push_notification_content a:focus-visible{outline:2px solid var(--color-button-primary) !important;outline-offset:2px;border-radius:4px}
.push_notification span{font-size:17px;font-family:'Unicredit';font-weight:400;color:#333;margin-top:2px;display:inline-block;height:62px;overflow:hidden;line-height:1.2em}
.push_notification .options{position:absolute;display:flex;gap:8px;bottom:30px;right:30px}
.push_notification .accept,.push_notification .deny{font-size:15px;font-weight:400;font-family:'Unicredit';padding:13px 25px;text-transform:uppercase;color:#333}
.push_notification .accept:hover,.push_notification .deny:hover{text-decoration:none}
.push_notification .accept{background:#007a91;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12);color:#fff;border-radius:3px;font-weight:500}
@media(max-width:599px){.push_notification.fixed{width:100%;margin-left:0;bottom:0;left:0;top:initial}
.push_notification .push_notification_content{width:auto;margin-left:140px;float:none}
.push_notification span{font-size:17px;padding:0 5px;float:right}
.push_notification .options{position:absolute;bottom:20px;right:20px}
.push_notification .accept,.push_notification .deny{font-size:12px;padding:10px 20px;text-shadow:none}
}