.employee-about__user {

}

.employee-about__info {
    margin-top: 30px;
}

.employee-info {
    background: #F9F9F9;
    margin: 0 -20px;
    padding: 30px;
}

.global_background-dark .employee-info {
    background: #888888;
}

.employee-info__name {
    margin: 0 0 7px;
}

.employee-info__position {
    font-size: 14px;
    line-height: 140%;
    color: #463B3F;
}

.global_font-1 .employee-info__position {
    font-size: 16px;
}

.global_font-2 .employee-info__position {
    font-size: 18px;
}

.global_font-3 .employee-info__position {
    font-size: 20px;
}

.global_background-dark .employee-info__position {
    color: #ffffff;
}

.employee-info__locale {
    line-height: 140%;
    display: block;
}

.employee-info__group {
    margin-top: 30px;
}

.employee-info__title {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #463B3F;
    margin-bottom: 15px;
}

.global_font-1 .employee-info__title {
    font-size: 14px;
}

.global_font-2 .employee-info__title {
    font-size: 16px;
}

.global_font-3 .employee-info__title {
    font-size: 18px;
}

.global_background-dark .employee-info__title-info__position {
    color: #ffffff;
}

.employee-info__education {
    color: #463B3F;
    margin-bottom: 5px;
}

.global_background-dark .employee-info__education {
    color: #ffffff;
}

.employee-info__education-extra {
    display: none;
}

.employee-info__education-more {
    font-size: 13px;
    color: #8E2B62;
    background: none;
    border: 0;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px dashed;
}

.global_background-dark .employee-info__education-more {
    color: #fabce3;
}

.employee-info__works {

}

.employee-info__works-time,
.employee-info__works-post {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #463B3F;
}

.global_font-1 .employee-info__works-time,
.global_font-1 .employee-info__works-post {
    font-size: 18px;
}

.global_font-2 .employee-info__works-time,
.global_font-2 .employee-info__works-post {
    font-size: 20px;
}

.global_font-3 .employee-info__works-time,
.global_font-3 .employee-info__works-post {
    font-size: 22px;
}

.global_background-dark .employee-info__works-time,
.global_background-dark .employee-info__works-post {
    color: #ffffff;
}

.employee-info__title {

}

.employee-info__about {
    font-size: 16px;
    line-height: 140%;
    color: #463B3F;
}

.global_font-1 .employee-info__about {
    font-size: 18px;
}

.global_font-2 .employee-info__about {
    font-size: 20px;
}

.global_font-3 .employee-info__about {
    font-size: 22px;
}

.global_background-dark .employee-info__about {
    color: #ffffff;
}

.employee-info__services {
    display: block;
}


@media (min-width: 375px) {

}

@media (min-width: 576px) {
    .employee-info {
        margin: 0;
    }
}

@media (min-width: 869px) {
    .employee-about {
        display: flex;
    }

    .employee-about__user {
        order: 2;
        flex: 0 0 280px;
        margin-left: 30px;
    }

    .employee-about__info {
        margin-top: 0;
        flex-basis: calc(100% - 310px);
        max-width: calc(100% - 310px);
    }
}

@media (min-width: 1189px) {
    .employee-info__group {
        margin-top: 40px;
    }

    .employee-about__user {
        flex: 0 0 288px;
        margin-left: 48px;
    }

    .employee-about__info {
        flex-basis: calc(100% - 356px);
        max-width: calc(100% - 356px);
    }

    .employee-info {
        padding: 45px 60px 50px;
    }

    .employee-info__position {
        margin-bottom: 5px;
    }

    .employee-info__education {
        margin-bottom: 10px;
    }

    .employee-info__works-wrap {
        display: table;
    }

    .employee-info__works {
        display: table-row;
        margin: 0;
    }

    .employee-info__works-time {
        display: table-cell;
        padding-right: 15px;
        white-space: nowrap;
    }

    .employee-info__works-time:empty {
        padding: 0;
    }

    .employee-info__works-post {
        display: table-cell;
    }
}
