.web-push__modal {
    position: absolute;
    left: 157px;
    top: 0px;
    width: 290px;
    padding: 20px 30px;
    border-radius: 8px;
    background-color: #fff;
    z-index: 9999;
    border: 1px solid #333;
}

.web-push__modal-img {
    background-image: url('../../website/svg/logo.svg');
    width: 165px;
    height: 31px;
    background-position: 0;
}

.web-push__modal-description {
    color: #333;
    margin: 12px 0;
    font-weight: 700;
}

.web-push__modal-buttons {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    font-size: 14px;
}

.web-push__modal-button_no {
    color: #ed1847;
    padding: 4px 0;
    cursor: pointer;
}

.web-push__modal-button_yes {
    color: #fff;
    border-radius: 4px;
    background-color: #ed1847;
    padding: 4px 15px;
    cursor: pointer;
}