

/* Start:/local/templates/houpack/components/bitrix/news.list/contacts/style.css?17525846741316*/
.department__list {
    display: flex;
    gap: 40px;
}

.department__card {
    flex: 1 1 25%;
    max-width: 25%;
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
}

.department__title {
    font-size: 24px;
    font-weight: 700;
    margin:  0 0 10px 0;
}

.department__text {
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

.department__email {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 0 0;
}

@media (max-width: 1200px) {
    .department__list {
        gap: 20px;
    }

    .department__text {
        font-size: 16px;
    }

    .department__email {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .department__list {
        flex-wrap: wrap;
    }

    .department__card {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 992px) {
    .department__title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .department__card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .department__email {
        margin: 20px 0 0 0;
    }

    .department__title {
        font-size: 20px;
    }

    .department__text {
        font-size: 14px;
    }

    .department__email {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/houpack/components/bitrix/news.list/contacts/style.css?17525846741316 */
