

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.detail/blog/style.css?172319603715701*/
:root {
    --rad: #cb4039;
    --blue: #5260a4;
    --m-r-to-header: 24px;
    --grey: #999;
    --black: #000;
    --m-b-40: 40px;
    --m-b-40-auto: 40px 0;
}


.flex-block{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-block_column{
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.flex-block_j-center{
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-block_a-center{
    align-items: center;
    -webkit-align-items: center;
}
.blog-header__date{
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--grey);
    margin-right: var(--m-r-to-header);
}
.blog-header__category{
    border: 1px solid var(--blue);
    border-radius: 20px;
    padding: 10px 12px;
    background: #eeeff6;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: var(--blue);
    margin-right: var(--m-r-to-header);
}
.blog-header__show-article{
    font-weight: 400;
    font-size: 14px;
    color: var(--grey);
    margin-right: var(--m-r-to-header);
}
.blog-header__show-article img{
    margin-right: 8px;
}
.blog-header__time-to-read{
    font-weight: 400;
    font-size: 14px;
    color: var(--grey);
}
.blog-header__title{
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: var(--black);
}
html body .container .right_block.narrow_Y{
    width: 100%;
}
html body .container .left_block{
    display: none;
}
.blog-detail__item{
    width: 1152px;
    margin-right: 48px;
}
.blog-detail__aside{
    width: 300px;
}
.blog-group{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.blog-header__btn--title{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #999;
}
.blog-header__btn img{
    margin-right: 8px;
}
.blog-header__btn .blog-group{
    margin-right: 16px;
}
.blog-header__btn{
    margin-bottom: var(--m-b-40);
}
.blog__img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 48px;
}
.blog-detail__content, .blog-detail__content p{
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    color: #333;
}
.blog-detail__content a{
    color: var(--rad);
}
.blog-detail__content p{
    margin-bottom: 20px;
}
.blog-detail__content h2{
    font-weight: 700;
    font-size: 34px;
    line-height: 140%;
    color: var(--black);
    margin: 56px 0 32px 0;
}
.blog-detail__content h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: var(--black);
    margin: 48px 0 32px 0;
}
.blog-detail__content > ol{
    padding: 0;
    margin: var(--m-b-40-auto);
}
.blog-detail__content > ol > li{
    counter-increment: point;
    counter-reset: sublist;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 56px;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    color: #333;
}
.blog-detail__content > ol > li:last-of-type{
    margin-bottom: 0;
}
.blog-detail__content > ol > li:before {
    width: 40px;
    height: 40px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    background: var(--blue);
    margin-right: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    justify-content: center;
    -webkit-justify-content: center;
    content: counter(point);
    position: absolute;
    left: 0;
    top: 0;
}
.blog-detail__content b, .blog-detail__content strong{
    font-weight: 700;
}
.blog-detail__content ul{
    padding: 0 0 0 10px;
    margin: var(--m-b-40-auto);
    list-style: none;
}
.blog-detail__content ul li{
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    color: #333;
    margin-bottom: 20px;
    padding-left: 46px;
    position: relative;
}
.blog-detail__content ul li:last-of-type{
    margin-bottom: 0;
}
.blog-detail__content ul li:before{
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: url("/local/templates/aspro-allcorp3/components/bitrix/news.detail/blog/img/list.svg") center center / cover no-repeat;
    display: block;
}
.blog-detail__content > ol > li > ul {
    margin: 20px 0 0 0;
}
.border-block {
    width: 100%;
    height: auto;
    padding: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    color: #333;
    border-radius: 10px;
    margin: var(--m-b-40-auto);
}
.white-block{
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}
.purple-block{
    background: #e5e7f1;
}
.blue-border{
    background: #fff;
    border: 2px solid var(--blue);
}
.red-block{
    background: #f7e2e1;
}
.red-border{
    border: 2px solid var(--rad);
    background: #fff;
}
.table-container {
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    transform: scale(1, -1);
    margin: var(--m-b-40-auto);
    position: relative;
    border-radius: 10px;
}
.styled-table {
    transform: scale(1, -1);
    margin: 0 0 20px;
    table-layout: fixed;
    border-collapse: collapse;
}
.styled-table thead td {
    background: var(--blue);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    padding: 24px;
}
.styled-table thead td:first-child {
    border-radius: 10px 0 0 0;
    border: none;
}
.styled-table thead td:last-child {
    border-radius: 0 10px 0 0;
    border: none;
}
.styled-table td {
    padding: 24px;
    background: #f8f8f8;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #333;
    border: 1px solid #EBEBEB;
    vertical-align: text-top;
}
.styled-table td:first-child {
    border-top: 1px solid #EBEBEB;
}
.styled-table td:last-child {
    border-top: 1px solid #EBEBEB;
}
.table-container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #f8f8f8;
    border-radius: 20px;
    position: absolute;
}
.table-container::-webkit-scrollbar-thumb {
    width: 100px;
    height: 12px;
    background: var(--blue);
    border-radius: 20px;
    position: absolute;
}
.r-link {
    display: flex;
    width: 100%;
    margin: var(--m-b-40-auto);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}
.r-link__img {
    height: auto;
}
.r-link__img img {
    width: 350px;
    max-width: 350px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 0 0 10px
}
.r-link__content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.r-link__head{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--rad);
    margin-bottom: 24px;
}
.r-link__title{
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #666;
    margin-bottom: 24px;
}
.r-link__link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.r-link__button{
    border-radius: 5px;
    padding: 20px 32px;
    background: var(--blue);
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    border: 2px solid transparent;
    width: 175px;
    height: 58px;
}
.r-link:hover .r-link__button{
    border: 2px solid var(--blue);
    background: transparent;
    color: var(--blue);
}
.heading-list p{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    margin: 0 0 24px 0;
}
.heading-list{
    margin-bottom: var(--m-b-40);
}
.heading-list ol{
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.heading-list ol li{
    counter-increment: toc;
    counter-reset: sublist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666;
    text-decoration: none;
    margin: 0 0 16px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0;
}
.heading-list ol li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666;
}
.heading-list ol li:last-of-type{
    margin: 0;
}
.heading-list ol li:before{
    width: 40px;
    height: 40px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    background: #222;
    margin-right: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    justify-content: center;
    -webkit-justify-content: center;
    opacity: 1;
    content: counter(toc);
}
.heading-list ol li:hover a{
    text-decoration: underline;
    color: var(--blue);
}
.heading-list ol li:hover::before{
    background: var(--blue);
}
.blog-detail__aside-title-block{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px;
}
.category__items{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 4px;
    row-gap: 4px;
    grid-row-gap: 4px;
}
.category__items-item{
    background: #f8f8f8;
    border-radius: 20px;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #333;
}
.category__items-item:hover{
    background: #eeeff6;
    border: 1px solid var(--blue);
    color: var(--blue);
}
.articles__items-item{
    margin-bottom: 16px;
    position: relative;
}
.articles__items-item-link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.articles__items-item-img{
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: 12px;
}
.articles__items-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.articles__items-item-name{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #999;
}
.articles__items-item:hover .articles__items-item-name{
    text-decoration: underline;
    color: var(--blue);
}
.blog-header__socials .ya-share2__item{
    padding: 0 !important;
    margin-right: 8px !important;
}
.blog-header__socials .ya-share2__item .ya-share2__badge{
    border-radius: 50% !important;
}
.blog-header__socials .ya-share2__item .ya-share2__badge .ya-share2__icon{
    width: 30px !important;
    height: 30px !important;
}
.blog-header__socials .ya-share2__item .ya-share2__badge .ya-share2__icon{
    background-repeat: no-repeat !important;
    background-position: center !important;
}
html body .blog-header__socials .ya-share2__item.ya-share2__item_service_telegram .ya-share2__badge  .ya-share2__icon{
    background-image: url("/local/templates/aspro-allcorp3/components/bitrix/news.detail/blog/img/tg.svg") !important;
}
html body .blog-header__socials .ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__badge  .ya-share2__icon{
    background-image: url("/local/templates/aspro-allcorp3/components/bitrix/news.detail/blog/img/vk.svg") !important;
}
html body .blog-header__socials .ya-share2__item.ya-share2__item_service_odnoklassniki .ya-share2__badge  .ya-share2__icon{
    background-image: url("/local/templates/aspro-allcorp3/components/bitrix/news.detail/blog/img/ok.svg") !important;
}
html body .blog-header__socials .ya-share2__item.ya-share2__item_service_whatsapp .ya-share2__badge  .ya-share2__icon{
    background-image: url("/local/templates/aspro-allcorp3/components/bitrix/news.detail/blog/img/wa.svg") !important;
}
html body .blog-header__socials .ya-share2__item.ya-share2__item_service_viber .ya-share2__badge  .ya-share2__icon{
    background-image: url("/local/templates/aspro-allcorp3/components/bitrix/news.detail/blog/img/vb.svg") !important;
}


@media (max-width: 1500px) {
    .blog-detail__item{
        width: 1000px;
        margin-right: 20px;
    }
    .blog-detail__wrap{
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
}

@media (max-width: 991px) {
    :root {
        --m-r-to-header: 16px;
        --m-b-40: 38px;
        --m-b-40-auto: 32px 0;
    }

    .blog-detail__item{
        width: 100%;
        margin-right: 0;
    }
    .blog-detail__aside{
        display: none;
    }
    .blog-header__date{
        font-size: 12px;
        line-height: 167%;
    }
    .blog-header__category{
        font-size: 12px;
        line-height: 100%;
    }
    .blog-header__show-article img{
        width: 18px;
        margin-right: 8px;
    }
    .blog-header__show-article, .blog-header__time-to-read{
        font-size: 12px;
    }
    .blog-header__title{
        font-size: 20px;
    }
    .blog-header__btn .blog-group img{
        display: none;
    }
    .blog-header__btn--title{
        font-size: 12px;
    }
    .blog__img{
        height: auto;
        object-fit: cover;
        -o-object-fit: cover;
        margin-bottom: 40px;
    }
    html body .heading-list p{
        font-size: 20px;
        font-weight: 700;
    }
    .heading-list ol li:before{
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .heading-list ol li, .heading-list ol li a{
        font-size: 14px;
    }
    .blog-detail__content, .blog-detail__content p{
        font-weight: 400;
        font-size: 18px;
        line-height: 180%;
    }
    .blog-detail__content img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .blog-detail__content h2{
        margin: 56px 0 24px 0;
        font-size: 24px;
        line-height: 140%;
    }
    .blog-detail__content h3{
        margin: 48px 0 24px 0;
        font-size: 20px;
        line-height: 140%;
    }
    .r-link{
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .r-link__img img{
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0;
    }
    .r-link__content{
        padding: 32px;
    }
    .r-link__head{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .r-link__title{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .r-link__button{
        font-size: 16px;
        padding: 18px 32px;
        width: 163px;
        height: 52px;
    }
    .blog-detail__content > ol > li{
        padding-left: 48px;
        font-size: 18px;
        line-height: 180%;
    }
    .blog-detail__content > ol > li:before{
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 130%;
    }
    .blog-detail__content ul li{
        padding-left: 36px;
        font-size: 18px;
        line-height: 180%;
    }
    .border-block{
        padding: 32px;
        font-size: 18px;
        line-height: 180%;
    }
    .styled-table thead td{
        font-size: 18px;
    }
    .styled-table td{
        font-size: 16px;
        line-height: 180%;
    }
}

/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news.detail/blog/style.css?172319603715701 */
