.article .subscribe-block [name="asd_email"] {
    background: #F3F3F3;
    border: none;
    width: 319px;
    height: 48px;
    padding-left: 16px;
    margin-top: 6px;
    font-size: 16px;
    color: #000;
}

#asd_subscribe_form {
    text-align: center;
}

#asd_subscribe_res {
    text-align: center;
}

.article .subscribe-block #asd_subscribe_form [type='submit'] {
    border: none;
    color: #fff;
    background: #C651D0;
    font-family: 'roboto_ltregular';
    font-size: 20px;
    line-height: 28px;
    padding: 11px 50px;
    margin-left: -4px;
    cursor: pointer;
    webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}