

/* Start:/local/templates/onyx2019/components/bitrix/news/departments/bitrix/news.detail/.default/style.css?17546383725323*/
.department-head-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #1a3953;
}

.department-head-block__content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.department-head-block__name {
    font-size: 22px;
    font-weight: 700;
    color: #153953;
    line-height: 26px;
    margin-bottom: 7px;
}

.department-head-block__position {
    font-size: 14px;
    font-weight: 700;
    color: #153953;
    line-height: 16px;
    margin-bottom: 7px;
}

.department-head-block__email {
    font-size: 14px;
    font-weight: 400;
    color: #153953;
    line-height: 16px;
    margin-bottom: 7px;
}


/*.department.inner-content {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 50px;*/
/*    margin-top: 40px;*/
/*    color: #1a3953;*/
/*}*/

.department-text-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 18px;
    line-height: 30px;
}

.department-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.department-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px 0;
    font-size: 16px;
}

.department-block__item {
    padding-left: 40px;
    max-width: 180px;
    color: #153953;
}

.department-block__item:first-child {
    padding-left: 0;
}

.department-block__item .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.department-block__item .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.department-block__item .phone {
    font-weight: bold;
}

.department-block__item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.department-img {
    height: 400px;
}

.department-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employees {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #1a3953;
    border-top: 1px solid #d8dadc;
}

.employees__title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}

.employees__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 70px;
}

.employees__item {
    height: 530px;
    background-color: #fcfcfc;
}

.employees__item-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 350px;
    width: 100%;
    background: linear-gradient(180deg, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 70%, rgba(241, 241, 242, 1) 100%);
}

.inner-content .employees__item-img img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.employees__item-content {
    text-align: center;
    padding: 35px 30px 30px 30px;
    line-height: 30px;
}

.employees__item-content span.name,
.employees__item-content a.name {
    font-size: 20px;
    font-weight: bold;
    color: #1a3953;
    text-decoration: none;
}

.employees__item-content a.name:hover {
    color: #1a3953;
    text-decoration: none;
}

.employees__item-content a {
    color: #0a89e5;
}

.read.inner-content {
    margin-bottom: 65px;
}

.read__content {
    padding: 60px 50px;
    background-color: #fcfcfc;
}

.read__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.read ul {
    margin-left: 20px;
}

.read ul li {
    padding-left: 15px;
    font-size: 18px;
    line-height: 30px;
}

.read ul li a {
    color: #0a89e5;
}

.read ul li::marker {
    color: #3FA1EC;
    padding-left: 10px;
}

.team-departments__item-link a {
    display: inline-block;
    background-color: #0a89e5;
    margin-top: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 16px;
    text-decoration: none;
}

@media (min-width: 1000px) {
.upupup {

    margin-top: -120px;
}
}


@media (max-width: 540px) {
    .department-head-block {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .department-text-block {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .department-img {
        height: 230px;
    }

    .department-text {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .department-block {
        display: flex;
        flex-flow: column;
        padding: 25px 45px 10px 45px;
    }

    .department-block__item {
        padding: unset;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-bottom: 25px;
        text-align: center;
        line-height: 24px;
    }

    .employees {
        margin-top: 40px;
    }

    .employees__title {
        margin-top: 40px;
        margin-bottom: 35px;
        font-size: 24px;
    }

    .employees__items {
        display: flex;
        flex-flow: column;
        gap: 15px;
    }

    .employees__item {
        height: 430px;
    }

    .employees__item-img {
        height: 280px;
    }

    .employees__item-content {
        padding-top: 30px;
    }

    .read__content {
        padding: 60px 25px;
        background-color: #fcfcfc;
    }

    .read__title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .read ul li {
        font-size: 16px;
        line-height: 24px;
    }
}
/* End */
/* /local/templates/onyx2019/components/bitrix/news/departments/bitrix/news.detail/.default/style.css?17546383725323 */
