

/* Start:/local/templates/rutector/components/bitrix/news.list/company-docs/style.css?17445730031092*/
.company-docs, .company-docs__hide-part {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    margin-top: 25px;
}

.company-docs__item {
    display: flex;
    margin-bottom: 28px;
}

.company-docs__img {
    margin-right: 15px;
}

.company-docs__img svg {
    max-width: 55px;
    max-height: 55px;
}

.company-docs__text-block {
    display: flex;
    flex-direction: column;
}

.company-docs__name {
    color: #0054A4;
    font-size: 16px;
    max-width: 80%;
}

.company-docs__size {
    color: #617087;
    font-size: 14px;
    margin-top: 2px;
}

.company-docs__show-more, .company-docs__hide-part{
    grid-column: 1 / 3;
}

.company-docs__show-more{
    text-align: center;
}

.company-docs__show-more svg{
    transition: .3s;
}


.company-docs__show-more.active svg{
    transform: rotate(180deg);
    transition: .3s;
}

@media screen and (max-width:1199px) {
    .company-docs__img svg {
        max-width: 45px;
        max-height: 45px;
    }
}

@media screen and (max-width:575px) {
    .company-docs__name {
        max-width: 100%;
    }
}
/* End */
/* /local/templates/rutector/components/bitrix/news.list/company-docs/style.css?17445730031092 */
