.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 99;
    border-bottom: 1px solid #E7EBF3;
}

.header {
    width: 100%;
    height: 95px;

    display: flex;
    flex-direction: row;
}

.header__logo {
    width: 85px;
    height: 55px;
    margin-top: 28px;
    margin-left: 405px;
}

.header__title {
    width: 155px;
    height: 45px;

    margin: 26px 30px 0 20px;
}

.header__text {
    margin-left: 10px;
    display: flex;
}

.header__title_text {
    width: 155px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.header__emblem {
    display: flex;
    flex-direction: row;
}

.emblem {
    margin: 20px 7px 0 0;
    width: 52px;
    height: 56px;
}

.name {
    width: 105px;
    height: 45px;
    margin-top: 26px;


    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.navigation {
    width: 100%;
    height: 64px;

    margin: 0 0 0 405px;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.navigation__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4F506E;
    text-transform: uppercase;

    margin-right: 46px;
    height: 20px;
}

.navigation__link:hover {
    cursor: pointer;
    color: #2E6C9A;
}