

/* Start:/local/templates/forkis/components/bitrix/news.detail/head_section/style.css?17834562201372*/

.head-section {
    margin-top: 124px;
    padding: 0;
}
.head-section .container {
    height: 100%;
}
.head-section__block {
    width: 100%;
    height: 100%;
    gap: 48px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.head-section__block .header_1 {
    color: var(--text-main-contrast);
}

.head-section__bottom {
    width: 100%;
    padding: 48px 0 54px;
    margin-top: 18px;
    gap: 40px;
    border-top: 1px solid var(--border-main-contrast);
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.head-section__bottom .control_l {
    color: var(--text-main-contrast);
    width: 566px;
}

.head-section__bottom {}

@media (max-width: 1100px) {
    .head-section__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .head-section__desc {
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    .head-section {
        margin-top: 68px;
        height: auto;
    }

    .head-section__bottom .control_l {
        width: 100%;
    }

    .head-section__block {
        gap: 16px;
    }

    .head-section__bottom {
        padding: 16px 0 0;
        margin-top: 16px;
        flex-direction: column-reverse;
        align-items: stretch;
    }
}
/* End */


/* Start:/local/templates/forkis/components/bitrix/news.list/contacts_list/style.css?17821576944838*/
.contacts-list {
    padding: 80px 0;
}
.contacts-list__block {
    width: 100%;
    height: auto;
    display: inline-flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.contacts-list__info {
    width: 100%;
    min-width: 682px;
    gap: 48px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.contacts-list__detail {
    width: 100%;
    gap: 24px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.contacts-list__detail .header_4 {
    color: var(--text-main-contrast);
}

.contacts-list__properties {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.contacts-list__property {
    width: 100%;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-secondary-contrast);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: start;
}
.contacts-list__property:last-child {
    border-bottom: none;
}
.contacts-list__property .label {
    color: var(--text-main-contrast);
}
.contacts-list__property .header_5,
.contacts-list__property a.header_5 {
    color: var(--text-main-contrast);
    text-decoration: none;
    text-wrap: nowrap;
}

.contacts-list__docs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contacts-list__doc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: var(--bg-brand-1);
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
@media (hover: hover) {
    .contacts-list__doc:hover {
        background: rgba(49, 116, 79, 0.45);
    }
}
.contacts-list__doc svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.contacts-list__doc svg:first-child {
    color: var(--brand-1);
}
.contacts-list__doc svg:last-child {
    color: var(--brand-1);
}
.contacts-list__doc .label {
    color: var(--text-main-contrast);
    white-space: nowrap;
}

.contacts-list__doc.blue_theme {
    background: var(--border-link);
}
@media (hover: hover) {
    .contacts-list__doc.blue_theme:hover {
        background: var(--text-link-hover);
    }
}
.contacts-list__doc.blue_theme svg:first-child {
    color: var(--text-link);
}
.contacts-list__doc.blue_theme svg:last-child {
    color: var(--text-link);
}

.contacts-list__form {
    width: 100%;
    min-width: 556px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--brand-1);
    position: relative;
}
.contacts-list__form-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background: url(/local/templates/forkis/include/form_bg.png) center / cover no-repeat;
    pointer-events: none;
}
.contacts-list__form-overlay:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(80, 107, 92, 0.50) 0%, rgba(25, 47, 33, 0.50) 55%, rgba(15, 22, 15, 0.50) 100%);
    pointer-events: none;
}
.contacts-list__form .form_block {
    background: transparent;
}
.contacts-list__form .form-block_wrap .header_4 {
    color: var(--text-main-contrast);
}
.contacts-list__form .form-block_wrap .control_m {
    color: var(--text-main-contrast);
}

@media (max-width: 1400px) {

    .contacts-list__block {
        gap: 24px;
    }

    .contacts-list__info,
    .contacts-list__form {
        min-width: calc(50% - 12px);
    }


    .contacts-list__property {
        display: inline-flex;
        grid-template-columns: unset;
        grid-auto-flow: unset;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
}


@media (max-width: 1100px) {
    .contacts-list__block {
        flex-direction: column;
    }

    .contacts-list__info {
        min-width: unset;
    }

    .contacts-list__form {
        min-width: unset;
    }
}

@media (max-width: 800px) {
    .contacts-list {
        padding: 48px 0;
    }

    .contacts-list__property .label {
        width: auto;
    }

    .contacts-list__properties {
        margin-bottom: 32px;
    }

    .contacts-list__docs {
        flex-direction: column;
    }
    .contacts-list__doc svg:last-child {
        margin-left: auto;
    }
}

@media (max-width: 570px) {
    .contacts-list {
        padding: 24px 0;
    }

    .contacts-list__property .label {
        width: auto;
    }

    .contacts-list__properties {
        margin-bottom: 24px;
    }

    .contacts-list__section-title:first-child {
        margin-bottom: 12px;
    }
}
/* End */
/* /local/templates/forkis/components/bitrix/news.detail/head_section/style.css?17834562201372 */
/* /local/templates/forkis/components/bitrix/news.list/contacts_list/style.css?17821576944838 */
