

/* Start:/local/templates/onyx2019/components/bitrix/news.detail/employee/style.css?17546383723468*/
.fancybox-overlay {
    background: rgba(0,0,0,0.6) !important;
}
.flex-r {
    display: flex;
    flex-direction: row;
}
.flex-rc {
    display: flex;
    flex-direction: row;
}
.flex-c {
    display: flex;
    flex-direction: column;
}
.jc-sb {
    justify-content: space-between;
}
.ai-c {
    align-items: center;
}
.grid-41 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g-15 {
    gap: 15px;
}
.g-20 {
    gap: 20px;
}
.g-25 {
    gap: 25px;
}
.employee-detail {
    margin-top: 40px;
    color: #153953;
}
.employee-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FCFCFC;
}
.employee-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.employee-props__item .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.employee-props__item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prop span {
    font-weight: bold;
}
.employee-text__title {
    font-size: 34px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.employee-text__text {
    line-height: 24px;
}
.employee-text__text ul {
    font-size: 18px;
    margin-left: 20px;
}
.employee-text__text ul li {
    padding-left: 10px;
    margin-bottom: 10px;
}
.employee-text__text ul li::marker {
    color: #3FA1EC;
    padding-left: 10px;
}
.certs-slider {
    width: 400px;
    
}
.certs-slider__wrapper {
    width: 270px;
    overflow: hidden;
}
.certs-slider__wrapper .swiper-slide {
    height: 320px;
}
.certs-slider__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.certs-slider__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.certs-slider__btn:hover {
    opacity: .7;
}
.employee-articles {
    padding: 80px 30px 130px 30px;
    margin-top: 60px;
    margin-bottom: 30px;
    background-color: #E9E9E9;
}
.employee-articles__title {
    color: #153953;
    margin-bottom: 70px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.article-item {
    height: 100%;
    text-decoration: none;
}
.article-item__img {
    width: 100%;
    height: 200px;
}
.article-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-item__name {
    padding: 20px 15px;
    color: #153953;
    background-color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    flex: 1;
    
}
.article-item__name span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 540px) {
    .flex-rc {
        flex-direction: column;
    }
    .flex-rc.ai-c {
        align-items: flex-start;
    }
    .grid-41 {
        grid-template-columns: 1fr;
    }
    .employee-props.g-25 {
        gap: 15px;
    }
    .employee-img {
        margin: auto;
        margin-bottom: 20px;
    }
    .certs-slider {
        margin-top: 45px;
        width: 100%;
    }
    .certs-slider__wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .employee-text__title {
        font-size: 30px;
    }
    .employee-articles {
        padding: 60px 15px 80px 15px;
    }
    .employee-articles__title {
        margin-bottom: 35px;
    }
    .article-item__name {
        min-height: 72px;
    }
}
/* End */
/* /local/templates/onyx2019/components/bitrix/news.detail/employee/style.css?17546383723468 */
