

/* Start:/local/templates/aspro-allcorp3/css/styles/ap-news.css?17888518068327*/
.ap-news {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.ap-news p {
    margin: 0;
}

.ap-group-news {
}

.ap-group-news__head {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.ap-group-news__head .ap-link-arrow {
    margin-left: auto;
}

.ap-group-news__title {
    margin: 0;
}

.ap-item-news {
    padding: 28px;
    border-radius: 6px;
    background-color: #F8FAFF;
    border: 1px solid #06101F26;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.ap-item-news + .ap-item-news {
    margin-top: 20px;
}

.ap-item-news:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px #06101F26;

}

.ap-main-item-news {
    background-color: #FFFDFD;
    border: 2px solid #015FD533;
}

.ap-main-item-news:before {
    content: '';
    position: absolute;
    z-index: 0;
    border: 2px solid var(--color-secondary);
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border-radius: 4px;
}




.ap-item-news__inner {
    display: block;
    position: relative;
    z-index: 1;
}

.ap-item-news__date {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: rgba(6, 16, 31, 0.5);
}

.ap-item-news__date > span {
    width: max-content;
    flex: none;
    line-height: normal;
}

.ap-item-news__date ._dates {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-width: 0;
    margin-right: 80px;
    padding-left: 6px;
    position: relative;
}

.ap-item-news__date ._dates._has-shadow {
    position: relative;
}

.ap-item-news__date ._dates-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    user-select: none;
    padding-bottom: 0;
}

.ap-item-news__date ._dates-wrap._scroll {
    overflow: hidden;
    overflow-x: auto;
}

.ap-item-news__date ._dates-wrap::-webkit-scrollbar {
    display: none;
}

.ap-item-news__date ._dates-el {
    padding: 4px 6px;
    border-radius: 4px;
    background-color: #EBF3FF;
    width: max-content;
    flex: none;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-primary);
    display: none;
}

.ap-item-news__date ._dates-el._active, .ap-item-news__date ._dates-el._show {
    display: block;
}

.ap-item-news__date ._dates-more {
    width: max-content;
    flex: none;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    position: relative;
    z-index: 1;
    color: var(--color-primary);
}

.ap-item-news__text {
    margin: 16px 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    color: #06101F;
    font-family: var(--ff-secondary);
}

.ap-item-news__text .label {
    padding: 5px 8px 5px 16px;
    border-radius: 5px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    height: auto;
    position: relative;
    margin-left: 9px;
    background-color: #FFFFFF;
    color: rgba(9, 39, 81, 0.5);
}

.ap-item-news__text .label:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    background-color: rgba(9, 39, 81, 0.5);
    border-radius: 50%;
}

.ap-item-news__text .label.--orange {
    background-color: #FFECE1;
    color: #F45C04;
}

.ap-item-news__text .label.--orange:before {
    background-color: #F45C04;
}

.ap-item-news__text .label.--green {
    background-color: #E6F9EB;
    color: #309048;
}

.ap-item-news__text .label.--green:before {
    background-color: #309048;
}

.ap-item-news__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin: 10px 0;
}

.ap-item-news__desc p {
    margin-bottom: 0;
}

.ap-item-news:hover .ap-arrow-all .arrow-all__item-line {
    left: calc(100% - 26px);
}

.ap-item-news__link {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #09275180;
    text-decoration: underline solid 1px;
    text-underline-offset: 4px;
    display: inline;
    transition: all 0.2s ease;
    margin-top: 20px;
}

.ap-item-news__link:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.ap-item-news__date-dop-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: var(--color-primary);
    padding-left: 8px;
}

@media (min-width: 1024px) {
    .ap-item-news__date ._dates._has-shadow:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(270deg, #F8FAFF 72%, rgba(248, 250, 255, 0) 100%);
        height: 100%;
        width: 100px;
        pointer-events: none;
    }
}
@media (max-width: 1560px) {
    .ap-item-news__date{
        gap: 8px;
        flex-wrap: wrap;
    }

    .ap-item-news__date ._dates, .ap-item-news__date ._dates-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 1360px) {
    .ap-item-news__date {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .ap-item-news__date ._dates {
        margin-right: 0;
        padding-left: 0;
    }

    .ap-item-news__date-dop-text {
        padding: 0;
    }
}

@media (max-width: 1024px) {

    .ap-news {
        gap: 36px;
    }

    .ap-group-news__head {
        margin-bottom: 14px;
    }

    .ap-item-news {
        padding: 20px 16px;
    }

    .ap-item-news__date {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .ap-item-news__text {
        margin: 14px 0 20px;
        font-weight: 600;
        font-size: 17px;
        line-height: 140%;
    }

    .ap-item-news__link {
        font-size: 14px;
    }

    .ap-item-news__date ._dates, .ap-item-news__date ._dates-wrap {
        flex-wrap: wrap;
    }
}


/* DETAIL START */

.news-detail {
    margin-top: 42px;
}

.news-detail__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #06101F;
}

.news-detail__text b, .news-detail__text starong {
    font-weight: 600;
}


.news-detail__text p {
    margin-bottom: 4px;
    color: #06101F;
}

.news-detail__text a {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #06101F;
    text-decoration: underline;
}


.news-detail-date {
}

.bx-editor-title {
}

.news-detail-date__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-detail-date__group {

}

.news-detail-date__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #092751CC;
    margin-bottom: 10px;
}

.news-detail-date__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-detail-date__item {
    display: flex;
    align-items: center;
    background-color: #EBF3FF;
    padding: 5px 7px;
    border-radius: 4px;
}

.news-detail-date__item svg {
    color: var(--color-secondary);
    width: 16px;
    height: 16px;
}

.news-detail-date__item-date {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;

}

.news-detail-date__item-date ~ .news-detail-date__item-time {
    padding-left: 15px;
    position: relative;
}

.news-detail-date__item-date ~ .news-detail-date__item-time:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: var(--color-secondary);
    left: 7px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
}


.news-detail-date__item-time {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 3px;
}

/* DETAIL END */

/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/news-list/style.min.css?17761584363282*/
.news-list__item{position:relative;overflow:hidden}.news-list__item--padding{padding:41px 48px}.grid-list--no-gap .news-list__item{overflow:visible}.grid-list--no-gap .news-list__item-image--absolute{left:-1px;right:-1px;top:-1px}.news-list__item-image-wrapper{position:relative}.news-list__item-image-wrapper--BG{padding-top:130%;overflow:hidden;height:100%;width:100%}.news-list__item-image-wrapper--BG:after{content:"";position:absolute;left:0;right:0;top:51%;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%)}.news-list__item-image-wrapper--TOP{padding-top:67%}.news-list__item-image{background-size:cover;background-position:center;background-repeat:no-repeat;display:block}.news-list__item-image--absolute{position:absolute;top:0;left:0;right:0;bottom:0}.news-list__item-text-top-part{height:100%}.news-list__item-preview-wrapper{margin-top:9px}.news-list__item-period{position:relative;display:flex;justify-content:space-between}.news-list__item-text-top-part--gap-9{gap:9px 0}.news-list__item-text-top-part--gap-29{gap:29px 0}.news-list__item-period.news-list__item-period--FON{position:relative;color:rgba(255,255,255,.7)}.news-list__item-info{display:flex}.news-list__item-info .svg{margin-left:4px}.news-list__item-info .svg{--svg-fill-color:#DCDCDC}.news-list__wrapper.item-w50 .news-list__item-info{opacity:.5}.news-list__item-text-wrapper--BOTTOM{position:absolute;bottom:44px;left:47px;right:39px;z-index:2}#main .news-list__item-text-wrapper--BOTTOM .dark_link{color:#fff}.news-list__item-text-wrapper--BOTTOM_RELATIVE{padding:18px 2px 0}.news-list__item-text-wrapper--with-padding{padding:28px 34px 19px}.news-list__item-text-wrapper--with-bottom-padding{padding-bottom:32px}.news-list__item-sticker{top:29px;left:29px;right:29px}.news-list__item-link--absolute{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}@media (max-width:1199px) and (min-width:992px){.grid-list--no-grid>.news-list__wrapper{width:33.33%}.grid-list--no-grid>.news-list__wrapper.item-w50,.grid-list--no-grid>.news-list__wrapper.item-w66{width:66.66%}}@media (min-width:992px){.news-list__wrapper.item-w50 .news-list__item-image-wrapper--BG{padding-top:0;min-height:400px}.news-list__wrapper.item-w66 .news-list__item-image-wrapper--BG{padding-top:50%}.news-list__item-sticker--BOTTOM{bottom:35px;left:36px}.grid-list--wide-first>div:first-of-type .news-list__item-title{font-size:1.6em}.news-list__item-image-wrapper--BG .news-list__item-sticker{top:40px;left:38px}}@media (max-width:991px){.news-list__item-text-wrapper--BOTTOM{bottom:20px;left:29px;right:29px}.grid-list--no-grid>.news-list__wrapper{width:33.33%;width:50%}}@media (max-width:767px){.grid-list--no-grid>.news-list__wrapper{width:50%}}@media (min-width:601px){.news-list__item-sticker--BOTTOM_CORNER{bottom:40px;left:39px}}@media (max-width:600px){.news-list__item.flexbox--direction-row-reverse{flex-direction:column}.news-list__item-preview-wrapper{font-size:13px;line-height:20px;margin-bottom:15px}.news-list__item-sticker--BOTTOM,.news-list__item-sticker--BOTTOM_CORNER{bottom:24px;left:27px}.news-list__item-image-wrapper--BG:after{top:40%}.news-list .grid-list--normal.grid-list--no-grid>div{width:100%}}@media (max-width:450px){.news-list__item-sticker--TOP{top:30px;left:31px}}
/* End */
/* /local/templates/aspro-allcorp3/css/styles/ap-news.css?17888518068327 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/news-list/style.min.css?17761584363282 */
