

/* Start:/local/templates/main/components/it24/template/page_contacts/style.css?17732347771556*/
.office-contact {
    margin-bottom: 40px;
}

.office-contact__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #363d4d;
}

.office-contact__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.office-contact__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

.office-contact__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.office-contact__item:last-child {
    margin-bottom: 0;
}

.office-contact__label {
    margin-bottom: 1px;
    font-size: 13px;
    line-height: 15px;
    color: #9b9ea6;
}

.office-contact__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #363d4d;
}

.office-contact__text div+div {
    margin-top: 2px;
}

.office-contact__text a {
    color: #363d4d;
    text-decoration: none;
}

.office-contact__text a:hover {
    color: #177bd3;
}

.office-contact__file {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    text-decoration: none;
}

.office-contact__file svg {
    flex: 0 0 auto;
}

.office-contact__file span {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #177bd3;
}

.office-contact__file:hover span {
    text-decoration: none;
}

@media (max-width: 600px) {
    .office-contact__row {
        margin: 0;
    }

    .office-contact__col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .office-contact__col+.office-contact__col {
        margin-top: 20px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936*/

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
    width: auto;
}

.pagination__item {
    display: inline-flex;
}

.pagination__link,
.pagination__current,
.pagination__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 1;
    user-select: none;
    text-decoration: none;
    transition: color 200ms ease;
}

.pagination__link {
    color: #1f2937;
}

.pagination__link:hover {
    color: #9ca3af;
}

.pagination__current {
    color: #1c7ed6;
    font-weight: 600;
}

.pagination__next {
    min-width: auto;
    font-size: 18px;
    color: #1f2937;
}

.pagination__next:hover {
    color: #9ca3af;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/workers/style.css?17732334864825*/
.team-section {
    margin: 40px 0 60px;
}

.team-section__title {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #23262a;
}

.team-tabs {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    margin-bottom: 28px;
    max-width: 100%;
    background: #f3f5f7;
    border: 1px solid #e3e8ee;
    border-radius: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.team-tabs__item {
    flex: 0 0 auto;
    padding: 11px 18px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #5f6b7a;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s ease;
}

.team-tabs__item:hover {
    background: #ffffff;
    color: #23262a;
}

.team-tabs__item.active {
    background: #ffffff;
    color: #23262a;
    box-shadow: 0 4px 14px rgba(35, 38, 42, 0.08);
}

.team-section__content {
    display: block;
}

.team-department {
    display: none;
}

.team-department.active {
    display: block;
}

.team-department__title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #23262a;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 32px;
}

.team-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
}

.team-card__photo {
    flex: 0 0 140px;
    width: 140px;
    height: 170px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #e8edf2 0%, #dbe3ea 100%);
    box-shadow: inset 0 0 0 1px rgba(95, 107, 122, 0.08);
}

.team-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.team-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #7a8795;
    letter-spacing: 0.02em;
}

.team-card__info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6px;
}

.team-card__name {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #23262a;
    word-break: break-word;
}

.team-card__position {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.45;
    color: #6c7785;
    word-break: break-word;
}

.team-card__link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.45;
    color: #23262a;
    text-decoration: none;
    word-break: break-word;
    transition: .2s ease;
}

.team-card__link + .team-card__link {
    margin-top: 2px;
}

.team-card__link:hover {
    color: #177bd3;
}

@media (max-width: 1024px) {
    .team-section {
        margin: 36px 0 52px;
    }

    .team-section__title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .team-tabs {
        display: flex;
        width: 100%;
        margin-bottom: 24px;
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .team-department__title {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .team-card {
        gap: 14px;
    }

    .team-card__photo {
        flex: 0 0 104px;
        width: 104px;
        height: 128px;
        border-radius: 16px;
    }

    .team-card__name {
        font-size: 15px;
    }

    .team-card__position,
    .team-card__link {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .team-section {
        margin: 32px 0 48px;
    }

    .team-section__title {
        margin-bottom: 18px;
        font-size: 24px;
    }

    .team-tabs {
        margin-bottom: 20px;
    }

    .team-tabs__item {
        padding: 10px 14px;
        font-size: 13px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-department__title {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .team-card {
        gap: 14px;
    }

    .team-card__photo {
        flex: 0 0 96px;
        width: 96px;
        height: 120px;
        border-radius: 14px;
    }

    .team-card__info {
        padding-top: 2px;
    }

    .team-card__name {
        margin-bottom: 4px;
        font-size: 15px;
    }

    .team-card__position {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .team-card__link {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 420px) {
    .team-card__photo {
        flex: 0 0 88px;
        width: 88px;
        height: 110px;
    }

    .team-card__name {
        font-size: 14px;
    }

    .team-card__position,
    .team-card__link {
        font-size: 12px;
    }
}
/* End */
/* /local/templates/main/components/it24/template/page_contacts/style.css?17732347771556 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936 */
/* /local/templates/main/components/bitrix/news.list/workers/style.css?17732334864825 */
