.popup-bonus {
    width: 660px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgb(37,153,80);
    background: -moz-linear-gradient(left,  rgba(37,153,80,1) 0%, rgba(85,181,45,1) 50%, rgba(94,181,38,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(37,153,80,1) 0%,rgba(85,181,45,1) 50%,rgba(94,181,38,1) 100%);
    background: linear-gradient(to right,  rgba(37,153,80,1) 0%,rgba(85,181,45,1) 50%,rgba(94,181,38,1) 100%);
    color: #FFF;
    position: relative;
}

.popup-bonus:after {
    width: 330px;
    height: 159px;
    position: absolute;
    content: '';
    right: 0;
    bottom: 10px;
    background: url('/img/popup-bonus-car.png') no-repeat;
}

.popup-bonus .popup-bonus-header {
    text-align: center;
    line-height: 29px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 30px;
}

.popup-bonus .popup-bonus-text {
    font-size: 14px;
    line-height: 20px;
    width: 330px;
    margin-bottom: 24px;
}