

/* Start:/local/templates/skazhite_a/components/bitrix/catalog.sections.top/documents/style.css?17517324562515*/
.docs {
    padding-bottom: 50px;
}

.docs__title {
}

.docs__list {
    /*border: 1px solid var(--border-color);
    border-radius: var(--border-radius-body-item);
    overflow: hidden;*/
}

.docs__list:not(:last-child) {
    margin-bottom: 60px;
}

.file {
    display: grid;
    grid-template-columns: auto 1fr auto;
    justify-content: space-between;
    align-items: flex-end;
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 0;
    border: 1px solid transparent;
    transition: var(--transition);
    border-bottom: 1px solid var(--border-color);
}

.file:not(:nth-last-child(1)) {
    /*border-bottom: 1px solid #E3E7E8;*/
    z-index: 1;
}

.file:first-child {
    padding-top: 0;
}

.docs__list .file:nth-child(even) {
    /*background-color: #EDF1FD;*/
}

@media (max-width: 520px) {
    .file {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.file:hover {
    /*background: var(--blue-400);*/
    background-color: #EDF1FD;
    border-radius: var(--border-radius-btn);
    border-bottom-color: transparent;
}

.file__name {
    padding-right: 10px;
}

.file__name a {
    -webkit-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    hyphens: auto;
    text-wrap: balance;
}

.file__name a:hover {
    color: var(--primary-color);
}

.file__assets {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 50px -webkit-min-content;
    -ms-grid-columns: min-content 50px min-content;
    grid-template-columns: -webkit-min-content 50px -webkit-min-content;
    grid-template-columns: min-content 50px min-content;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 520px) {
    .file__assets {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-top: 7px;
    }
}

.file__size {
    white-space: nowrap;
}

@media (min-width: 521px) {
    .file__size {
        margin-left: 15px;
    }
}

.file__ext {
    text-align: right;
}

.file__assets .btn {
    padding: 0;
    min-height: initial;
    max-height: 40px;
    text-align: right;
    margin-left: 20px;
}
/* End */
/* /local/templates/skazhite_a/components/bitrix/catalog.sections.top/documents/style.css?17517324562515 */
