

/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_list/style.css?16964132321141*/
.r_list {
    margin-top: 50px !important;
}

.r_list__title {
    color: #302F2F;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%; /* 36px */
    margin-top: 0;
    margin-bottom: 0px;
}
/*.r_list {*/
/*    display: grid;*/
/*    !*grid-auto-rows: 1fr;*!*/
/*    grid-template-columns: 1fr 1fr 1fr;*/
/*    grid-gap: 16px;*/
/*}*/

.r_list-gallery {
    margin-bottom: 50px;
}

.title-without-content {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}

.title-with-content {
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: 170%; /* 27.2px */
    margin: 0;
}

.r_list .content {
    color: #757575;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

@media screen and (max-width: 767px) {
    .r_list+.r_list {
        margin-top: 32px;
    }
    .r_list__title {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .r_list-gallery {
        margin-bottom: 24px;
    }

    .title-with-content,
    .r_list .content {
        font-size: 14px;
    }

}
/* End */


/* Start:/bitrix/components/smart/smart.documents/templates/.default/style.css?16970072942089*/
.document {
    position: relative;
    display: flex;
    padding: 24px 22px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    justify-content: space-between;

    margin-bottom: 24px;

    border-radius: 16px;
    border: 1px solid #EFF0F0;
    background: #F9F9F9;

    transition: all .2s linear;
}

.document:hover {
    background: #EFF0F0;
}

.document__content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.document__icon_type {
    width: 56px;
    height: 56px;
}

.document__name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

.document__icon_download, .document__icon_viewing {
    width: 36px;
    height: 36px;
}

.document__accordion {
    cursor: pointer;
    display: flex;
    padding: 17px 34px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    align-self: stretch;

    margin-bottom: 24px;

    border-radius: 16px;
    background: #D1F5FD;

    color: #14ADD9;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}

.document__accordion-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.document__panel {
    display: none;
}

.document__panel.active {
}

.document__eye-container {
    display: flex;
    align-items: center;
    gap: 16px;

    transition: all .2s linear;
}

.document__eye-container .eye {
    width: 24px;
    height: 24px;
}

.expand__more {
    width: 24px;
    height: 24px;
    transition: all .2s linear;
}

.active .document__eye-container {
    display: none;
}

.active .expand__more {
    transform: rotate(180deg);
}

.document_icons__container {
    min-width: 88px;
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .document__eye-container {
        display: none;
    }

    .document__icon_download {
        position: absolute;
        bottom: 8px;
        right: 8px;
    }

    .document__icon_viewing {
        position: absolute;
        top: 16px;
        right: 8px;
    }
}
/* End */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_list/style.css?16964132321141 */
/* /bitrix/components/smart/smart.documents/templates/.default/style.css?16970072942089 */
