form[data-name=article] {
    margin-top: 25px;
}
.block-info-article {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    cursor: default;
    margin: 5px auto;
    max-width: 1280px;
    color: #424242;
    display: flex;
    justify-content: center;
}
.block-info-article button {
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    background: #338bd9;
    border: 1px solid #338bd9;
    z-index: 2;
    transition: all .3s cubic-bezier(1, 0, 0, 1);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    font-family: GothamProMedium;
    cursor: pointer;
    padding: 0 14px;
}

.block-info-article button:hover {
    background: hsla(0, 0%, 100%, 0);
     color: #338bd9;
}