.k-alert {
    margin-left: 35px;
    margin-right: 13px;
    background: #eaeef1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;  
    padding: 46px 11px 43px 11px;    
    box-shadow: 0 2px 4px rgba(0,0,0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.k-alert__head {
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-size: 20px;
    line-height: 33px;
    color: #303030;
    text-align: center;
    font-weight: normal;
    margin-bottom: 12px;
}

.k-alert__time {
    color: #fd4000;
}

.k-alert__link {
    color: #008fef;
    text-decoration: underline;
    font-weight: bold;
    color: #ff4e00;
}

.k-alert__text {
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-size: 17px;
    line-height: 17px;
    color: #303030;
    text-align: center;   
    margin-bottom: 49px;
}

.k-alert__text p {
    margin: 0 0 10px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-size: 17px;
    line-height: 17px;
}

.k-alert__btn {
    width: 355px;
    margin: 0 auto;
}