

/* 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/css/styles/ap-banner.css?17896555124078*/
:root {
    --padding-new: 383px;
}

@media (max-width: 1920px) {
    :root {
        --padding-new: calc((100vw - (1920px - (383px * 2))) / 2);
    }
}

@media (max-width: 1440px) {
    :root {
        --padding-new: 60px;
    }
}

@media (max-width: 1360px) {
    :root {
        --padding-new: 30px;
    }
}

@media (max-width: 1024px) {
    :root {
        --padding-new: 24px;
    }
}

.container-news {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--padding-new);
    padding-right: var(--padding-new);
}

.maxwidth-theme:has(.container-news){
    margin: 0;
    max-width: 100% ;
    padding-left: 0;
    padding-right: 0;
}

/* ******** page-top-banner ******** */
.page-top-banner {
    padding: 52px 0 59px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.page-top-banner__wrapper {

}

.page-top-banner .breadcrumbs {
    margin-bottom: 24px;
}

.page-top-banner .breadcrumbs__item .breadcrumbs__item-name {
    color: #fff;
}

.page-top-banner .breadcrumbs__link:hover .breadcrumbs__item-name {
    color: #cacaca;
}

.page-top-banner__content {
}

.page-top-banner .switcher-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 32px;
}

.page-top-banner__center {
    margin-bottom: 32px;
}

.page-top-banner__text {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 145%;
}

.page-top-banner__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px;
}

.page-top-banner__bottom .ap-btn-secondary {

}

.page-top-banner__bottom .label {
    margin: 0 0 0 6px;
    border-radius: 5px;
    padding: 5px 8px 5px 16px;

}

.page-top-banner__status {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 3px;
}

.page-top-banner__center{
    display: flex;
    gap: 40px;

}

.page-top-banner__box{
    width: fit-content;
    flex: none;
    max-width: 400px;
    padding: 18px;
    background-color: #fff;
    border-radius: 5px;
}

.page-top-banner__box .news-detail-date__item{
    margin-bottom: 10px;
    background-color: transparent;
}

.page-top-banner__box .news-detail-date__item svg{
    width: 24px;
    height: 24px;
}

.page-top-banner__box .news-detail-date__item-time{
    font-weight: 700;
}

.page-top-banner__box .news-detail-date__item-date, .page-top-banner__box .news-detail-date__item-time{
    font-size: 20px;
}

.page-top-banner__box .news-detail-date__item-date ~ .news-detail-date__item-time{
    padding-left: 12px;
}
.page-top-banner__box .news-detail-date__item-date ~ .news-detail-date__item-time:before {
    display: none;
}

.page-top-banner__box-center{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.page-top-banner__box .page-top-banner__status{
    color: var(--color-primary);
}

.page-top-banner__box  .ap-btn-secondary{
    width: 100%;
}


@media (max-width: 1100px) {
    .page-top-banner__center{
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .page-top-banner{
        padding: 20px 0 ;
    }
}


@media (max-width: 768px) {
    .page-top-banner .switcher-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .page-top-banner__text{
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .page-top-banner__box{
        max-width: 100%;
        width: 100%;
    }

    .page-top-banner__btn-wrap{
        width: 100%;
    }

    .page-top-banner__btn-wrap .ap-btn-secondary{
        width: 100%;
    }

    .page-top-banner__box .news-detail-date__item-date, .page-top-banner__box .news-detail-date__item-time {
        font-size:14px;
    }
}



/* End */
/* /local/templates/aspro-allcorp3/css/styles/ap-news.css?17888518068327 */
/* /local/templates/aspro-allcorp3/css/styles/ap-banner.css?17896555124078 */
