

/* Start:/local/templates/chaz/components/bitrix/news.list/docs-uzlov/style.css?17767869542727*/
.docs-uzlov-content {
    color: #333333;
    min-width: 0;
    padding: 0 0 90px;
}

.docs-uzlov-section + .docs-uzlov-section {
    margin-top: 36px;
}

.docs-uzlov-section__title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px;
}

.docs-uzlov-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.docs-uzlov-card {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    color: inherit;
    display: flex;
    gap: 30px;
    min-height: 132px;
    padding: 20px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.docs-uzlov-card:hover {
    border-color: #c8d5eb;
    box-shadow: 0 8px 24px rgba(0, 67, 155, 0.06);
    transform: translateY(-1px);
}

.docs-uzlov-card__icon {
    align-items: center;
    background: #edf2fa;
    border: 1px solid #d5dce8;
    border-radius: 6px;
    color: #003894;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    line-height: 1;
    margin-top: 2px;
    padding: 4px;
    text-transform: uppercase;
    width: 48px;
}

.docs-uzlov-card__icon--image {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.docs-uzlov-card__icon--image img {
    display: block;
    height: 40px;
    width: 40px;
}

.docs-uzlov-card__icon--pdf {
    background: #fff1ef;
    border-color: #ffc9c1;
    color: #d61f00;
}

.docs-uzlov-card__icon--zip {
    background: #eef8ef;
    border-color: #bfdfc3;
    color: #3c8d45;
}

.docs-uzlov-card__icon--doc,
.docs-uzlov-card__icon--docx {
    background: #eef4ff;
    border-color: #c8d7ff;
    color: #244f9d;
}

.docs-uzlov-card__icon--xls,
.docs-uzlov-card__icon--xlsx {
    background: #eef8ef;
    border-color: #bfdcbf;
    color: #2e7d32;
}

.docs-uzlov-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.docs-uzlov-card__title {
    color: #003894;
    display: block;
    font-size: 16px;
    line-height: 1.31;
}

.docs-uzlov-card__meta {
    color: #949494;
    display: block;
    font-size: 16px;
    line-height: 1;
}

.docs-uzlov-card__date {
    color: #ababab;
    display: block;
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .docs-uzlov-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .docs-uzlov-content {
        padding-bottom: 48px;
    }

    .docs-uzlov-card {
        gap: 16px;
        min-height: 120px;
        padding: 18px;
    }

    .docs-uzlov-card__meta {
        font-size: 15px;
    }
}

/* End */
/* /local/templates/chaz/components/bitrix/news.list/docs-uzlov/style.css?17767869542727 */
