.top_head_wrap {
    background: #63a47b;
    border-bottom: 7px solid #eafbf3;
}
.top_right_tab {
    position: relative;
}
.top_right_tab a.btn {
    height: 50px;
    border-radius: 0;
    font-family: 'Roboto', 'Arial';
    font-weight: 300;
    padding-top: 15px;
    border: none;
}

.top_right_tab a:hover.btn, .top_right_tab a:focus.btn {
    text-decoration: none;
    border: none;
    color: #333;
}
/* издательство */
.main_wrapper .btn-success {
    color: #fff;
    background-color: #a4bd31;
}
/* журнал */
.btn-main-blue {
    color: #fff;
    background-color: #035a7f;
}

/* DPechurkin add style header */
a.link_org.btn {
    background: #87bae4;
    color: #fff;
}
a.link_shool.btn {
    background: #63a47b;
    color: #fff;
}
@media screen and (max-width: 560px) {
    .col-md-12.top_right_tab {
        padding: 0;
    }
}
@media screen and (max-width: 995px) {

    .top_right_tab a.btn{
        display: table-cell;
        font-size: 12px;
        padding-top: 0;
        white-space: normal;
    }
    .top_right_tab{
        display: table;
    }
}
/* DPechurkin end */

@media screen and (max-width: 560px) {
    .top_right_tab {
        position: relative;
        display: table;
    }
    .top_right_tab a.btn {
        height: 70px;
        display: table-cell;
        font-size: 12px;
        padding-top: 0;
        width: 126px;
        white-space: normal;
    }
}