

/* 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.detail/simple_page/style.css?1782154318451*/

.simple_page {
	padding: 80px 0;
}
.simple_page .header_1,
.simple_page .header_2,
.simple_page .header_3,
.simple_page .header_4,
.simple_page .header_5,
.simple_page .control_m,
.simple_page .body_m,
.simple_page * {
	color: var(--text-main-contrast);
	border-color: var(--border-secondary-contrast);
}

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

    .simple_page .header_2 {
        margin-bottom: 16px;
    }
}
/* End */
/* /local/templates/forkis/components/bitrix/news.detail/head_section/style.css?17834562201372 */
/* /local/templates/forkis/components/bitrix/news.detail/simple_page/style.css?1782154318451 */
