

/* Start:/bitrix/templates/rodnik72/components/bitrix/news.detail/r_company_expirience/style.css?1695035403462*/
.about-company-experience h3 {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}

html .about-company-experience .shadow-content ul,
html .about-company-experience .colored-content ul{
    margin-top: 36px;
}

@media screen and (max-width: 767px) {
    .about-company-experience h3 {
        font-size: 20px;
    }

    .about-company-experience li {
        font-size: 16px !important;
    }
}
/* 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.detail/r_company_expirience/style.css?1695035403462 */
/* /bitrix/components/smart/smart.documents/templates/.default/style.css?16970072942089 */
