/* Верхний блок на странице, под меню, где находится заголовок, инфоблоки, ключевая информация, ссылки  */

.b-info {
    display     : flex;
    flex-wrap   : wrap;
    margin      : -10px 0 30px;
    height      : 50px;
    align-items : center;
}

.b-info__left {
    display     : flex;
    align-items : center;
    flex-wrap   : nowrap;
    margin      : 0 40px 0 3px;
    justify-content: space-between;
}

.b-info__right {
    margin-left : auto;
}

.b-info__right-text {
    margin-right : 25px;
    font-family  : 'Rubik', sans-serif;
    font-style   : normal;
    font-weight  : normal;
    font-size    : 14px;
    text-align   : right;
    color        : #939393;
}

.b-info__right-text--showed {
    margin-right            : 15px;
    color                   : #444444;
    text-decoration         : underline;
    text-decoration-style   : dashed;
    text-underline-position : under;
    cursor                  : pointer;
}
