

/* Start:/local/templates/avis/components/bitrix/catalog.sections.top/employee/style.css?17591764132759*/
.staff-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.staff-wrap div.staff-item-wrap {
    margin-top: 10px;
    margin-bottom: 30px;
}
@media (min-width: 426px) {
    .staff-wrap .staff-item-wrap {
        width: 46%;
    }
}
@media (min-width: 768px) {
    .staff-wrap .staff-item-wrap {
        width: 29.3332%;
    }
}
@media (min-width: 1200px) {
    .staff-wrap .staff-item-wrap {
        width: 21%;
    }
}
.staff-wrap .staff-item-wrap {
    margin: 2%;
    margin-bottom: 4%;
}
.staff-wrap .staff-item-wrap .staff-item {
    color: #000;
    fill: #000;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e4e4e4;
}
.staff-wrap .staff-item-wrap .staff-item {
    text-align: center;
    padding: 15px;
    position: relative;
}
.staff-wrap .staff-item-wrap .img {
    max-width: 200px;
    max-height: 200px;
    margin: 15px auto;
    overflow: hidden;
}
@media (min-width: 426px) {
    .staff-wrap .staff-item-wrap .name-wrap {
        height: 60px;
    }
}
.staff-wrap .staff-item-wrap .name-wrap {
    margin-bottom: 12px;
}
.staff-wrap .staff-item-wrap .img img {
    max-width: 100%;
    max-height: 100%;
}
.staff-wrap .staff-item-wrap .name-wrap .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
@media (min-width: 426px) {
    .staff-wrap .staff-item-wrap .name-wrap:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
}
.staff-wrap .staff-item-wrap .state {
    font-style: italic;
    font-size: 16px;
    color: #777;
    margin-bottom: 15px;
}
.staff-wrap .staff-item-wrap .staff-item__contacts {
    position: absolute;
    left: 15px;
    top: 15px;
}
.staff-wrap .staff-item-wrap .phone, .staff-wrap .staff-item-wrap .mail {
    position: relative;
}
.staff-wrap .staff-item-wrap .phone i, .staff-wrap .staff-item-wrap .mail i {
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}
.staff-wrap .staff-item-wrap .phone .text, .staff-wrap .staff-item-wrap .mail .text {
    color: #000;
    fill: #000;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e4e4e4;
}
.staff-wrap .staff-item-wrap .phone .text, .staff-wrap .staff-item-wrap .mail .text {
    position: absolute;
    top: 0;
    left: 32px;
    min-height: 32px;
    padding: 6px 6px;
    transition: .3s;
    transform-origin: 0 50%;
    transform: scaleX(0);
    min-width: 120px;
    white-space: nowrap;
}
.staff-wrap .staff-item-wrap .staff-item__contacts > div:hover .text{
    transform: none;
}
/* End */
/* /local/templates/avis/components/bitrix/catalog.sections.top/employee/style.css?17591764132759 */
