

/* Start:/local/templates/union/components/bitrix/news/union_news/bitrix/news.list/union_news/style.css?17612881092554*/
.news__title {
    margin: 0px 0px 30px 0px;
}
.news__body {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.news__column {
    flex: 0 1 50%;
    padding: 0px 10px 20px;
}
.news__column_latest {
    flex: 0 1 100%;
}
@media (max-width: 768px) {
    .news__column {
        flex: 0 1 100%;
    }
}

.news-promo {
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: 0px 30px 60px rgba(32, 56, 85, 0.15);
    border-radius: 16px;
    height: 100%;
}
@media (min-width: 768px) {
    .news-promo_latest {
        flex-direction: row;
    }
    .news-promo_latest .news-promo__photo {
        flex: 0 1 49%;
        padding: 25% 0px 0px 0px;
    }
    .news-promo_latest .news-promo__info {
        flex: 0 1 51%;
        margin: 0px 0px 0px 30px;
        max-height: 320px;
    }
    .news-promo_latest .news-promo__info:before {
        top: 300px;
    }
    .news-promo_latest .news-promo__title {
        margin: 0px 0px 20px 0px;
    }
    .news-promo_latest .news-promo__title a {
        font-size: 22px;
    }
}
.news-promo__photo {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 48% 0px 0px 0px;
}
.news-promo__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.news-promo__photo:hover img {
    transform: scale(1.05);
}
.news-promo__info {
    margin: 20px 0px 0px 0px;
    height: 100%;
    max-height: 200px;
    position: relative;
    overflow: hidden;
}
.news-promo__info:before {
    content: "";
    height: 20px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0, #fff 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
}
.news-promo__date {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    color: #2B8AFF;
    font-weight: 500;
}
.news-promo__title a {
    color: #192A82;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.news-promo__title a:hover {
    color: #2B8AFF;
}
.news-promo__summary {
    margin: 20px 0px 0px 0px;
}
@media (max-width: 565px) {
    .news-promo {
        padding: 15px;
    }
    .news-promo__info {
        margin: 10px 0px 0px 0px;
        max-height: none;
    }
    .news-promo__info:before {
        display: none;
    }
    .news-promo__summary {
        display: none;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17612880062530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */
/* /local/templates/union/components/bitrix/news/union_news/bitrix/news.list/union_news/style.css?17612881092554 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17612880062530 */
