

/* Start:/local/templates/.default/components/bitrix/news/istorii-uspekha/bitrix/news.detail/.default/style.css?17510038045300*/
.history__header {
    background: url('/local/templates/.default/components/bitrix/news/istorii-uspekha/bitrix/news.detail/.default/img/bg_header.jpg');
    color: #FFF;
    overflow: hidden;
    height: 360px;
    position: relative;
    background-size: cover;
}

.page-inner {
    background: #fff;
    /*margin-top: 80px !important;*/
}

.history__header .container {

    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}

.history__header h1 {
    font-size: 35px;
    font-weight: 700;
}

.fake-header {
    /*margin-top: 130px;*/
}

.history_center h2,
.history_task h2{
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.history_detail {
    background: #fff;
    position: relative;

}

.history_center {
    max-width: 1116px;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.history_detail_bottom {
    background: #f7fafc;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.history__header .container > div:first-child {
    padding: 1rem 0;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.history__header .container .history__header__right {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    clip-path: polygon(
            120px 100%, /* смещённый вправо нижний левый */ 0 0, /* верхний левый */ 100% 0, /* верхний правый */ 100% 100% /* нижний правый */
    );
    display: block;
    max-width: 45%;
}

.history__header .container .history__header__right img {
    object-fit: contain;

}

.history_task__pos {
    font-size: 14px;
}

.history__header .container .history__header__right::after {
    position: absolute;
    top: 0;
    left: 0;
    background: #007;
    height: 100%;
    width: 100px;
    clip-path: polygon(0 0, 0% 100%, 67% 100%);
}

.history_task {
    margin: 2rem 0;
}

.history_task__container {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 3rem;
    margin-top: 1rem;

}

.history_task__left {
    width: 300px;

}

.history_task__photo {
    width: 84px;
    height: 84px;
    object-fit: contain;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: .5rem;

}

.history_task__right {
    width: auto;
    flex-basis: fit-content;
}

.history_task__name {
    font-weight: 500;
}

.author{
    background: #f7fafc !important;
}

/*.article-content{*/
/*    position: sticky;*/
/*    top: 2rem;*/
/*    right: 2rem;*/
/*}*/

.toc {
    position: sticky;
    top: 150px;
    right: 2rem;
    max-width: 200px;
    /*background: #f7f7f7;*/
    padding: 1em;
    font-size: 16px;
}

.toc a {
    display: block;
    margin-bottom: 0px;
    padding: 4px;
    text-decoration: none;
    color: #000000;

    border-right: 1px solid #008466;
    padding-right: 1rem;
}

.toc a.active {
    font-weight: bold;
    color: #000000;
    border-width: 3px;
}

.toc__block {
    position: absolute;
    top: 0;
    /*right: 0;*/
    height: 100%;
    text-align: right;
}

@media (max-width: 1300px) {
    .toc__block {
        display: none
    }

}

@media (max-width: 750px) {
    .history_task__left{
        width: 100%;
    }
    .history_task__container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 1rem;
    }

    .history_detail_bottom{
        padding-top: .5rem;
    }

    .history__header h1{
        font-size: 28px;
    }

    .history__header__right{
        display: none !important;
    }

    .history__header .container > div:first-child{
        width: 100%;
        max-width: 100%;
    }

    .history__header{
        height: 100%;
    }

    .page-inner {
        margin-top: 80px !important;
    }

    .history__header{
        padding-top: 1.5rem;


        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .author{
        padding-top: 0 !important;
        padding-bottom: 2rem !important;
    }


    .history_center h2,
    .history_task h2{
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .toc__block{
        position: relative !important;
        left: auto !important;
        right: auto;
        top: auto;
        display: block;
        height: auto;
    }

.toc{
    width: auto;
    max-width: fit-content;
    top: auto;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    overflow-x: scroll;
}
    .toc::-webkit-scrollbar {
        display: none;            /* Chrome, Safari */
    }
    .toc ul{
        /*display: flex;*/
        text-align: center;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        white-space: nowrap;

    }

    .toc ul li{
        display: inline-block;
        /*margin-right: 10px;*/
    }

    .toc li a{
        border-bottom: 1px solid #008466;
        border-right: 0;
        /*height: 40px;*/
        padding: 1rem 10px;

    }


}
/* End */
/* /local/templates/.default/components/bitrix/news/istorii-uspekha/bitrix/news.detail/.default/style.css?17510038045300 */
