

/* Start:/bitrix/templates/creativebz.carrent/components/bitrix/news.list/creativebz.carrent.documents/style.css?17885361253434*/
.company-documents {
    padding: 48px 0 72px;
}

.company-documents__intro {
    color: #5d6470;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 32px;
    max-width: 760px;
}

.company-documents__list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    max-width: 960px;
    padding: 0;
}

.company-documents__item {
    margin: 0;
}

.company-documents__link {
    align-items: center;
    background: #f5f6f7;
    border: 1px solid #e4e7ea;
    border-radius: 14px;
    color: #111820;
    display: flex;
    gap: 20px;
    min-height: 96px;
    padding: 20px 24px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.company-documents__link:hover {
    background: #eceff1;
    border-color: var(--color-primary, #8fbd22);
    color: #111820;
    transform: translateY(-1px);
}

.company-documents__link:focus-visible {
    border-color: var(--color-primary, #8fbd22);
    box-shadow: 0 0 0 3px rgb(143 189 34 / 24%);
    outline: none;
}

.company-documents__number {
    align-items: center;
    background: var(--color-primary, #8fbd22);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    line-height: 1;
}

.company-documents__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.company-documents__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.company-documents__format {
    color: #5d6470;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.company-documents__arrow {
    align-items: center;
    border: 1px solid #d3d8dd;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 40px;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.company-documents__link:hover .company-documents__arrow,
.company-documents__link:focus-visible .company-documents__arrow {
    background: var(--color-primary, #8fbd22);
    border-color: var(--color-primary, #8fbd22);
    color: #fff;
}

.company-documents__empty {
    background: #f5f6f7;
    border-radius: 14px;
    color: #5d6470;
    max-width: 960px;
    padding: 20px 24px;
}

@media (max-width: 767px) {
    .company-documents {
        padding-bottom: 48px;
    }

    .company-documents__intro {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .company-documents__link {
        align-items: flex-start;
        gap: 14px;
        min-height: 0;
        padding: 18px 16px;
    }

    .company-documents__number {
        flex-basis: 40px;
        font-size: 13px;
        height: 40px;
    }

    .company-documents__name {
        font-size: 16px;
    }

    .company-documents__arrow {
        flex-basis: 32px;
        font-size: 17px;
        height: 32px;
    }
}

@media (max-width: 1200px) {
    .company-documents {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .company-documents {
        padding-top: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .company-documents__arrow,
    .company-documents__link {
        transition: none;
    }
}

/* End */
/* /bitrix/templates/creativebz.carrent/components/bitrix/news.list/creativebz.carrent.documents/style.css?17885361253434 */
