

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/mm_nav/style.css?17798842452436*/
/* pagination */
.bottom-page-pagination
{
    margin-top: 80px;
    width: 100%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    
    padding-top: 24px;
    position: relative;
}
@media screen and (max-width: 992px)
{
    .bottom-page-pagination
    {
        margin-top: 50px;
    }
}
.bottom-page-pagination::before
{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 1px;
    background-color: #4F545D;
}

/* on white page */
.bottom-page-pagination.white::before
{
    background-color: #ECF0F0;
}

.pagination-numbers
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    margin: 0 58px;
}
@media screen and (max-width: 355px)
{
    .pagination-numbers
    {
        margin: 0 40px;
    }
}

.pagination-number
{
    display: block;
    position: relative;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #fff;

    margin-right: 29px;
}

/* on white page */
.bottom-page-pagination.white .pagination-number
{
    color: #99A0A9;
}

.pagination-numbers .pagination-number:last-child
{
    margin-right: 0;
}

.pagination-number
{
    transition: color .3s;
}

.pagination-number.active
{
    color: #99A0A9;
}
@media screen and (min-width: 769px) 
{
    .pagination-number:hover
    {
        color: #99A0A9;
    }
}

/* on white page */
.bottom-page-pagination.white .pagination-number.active
{
    color: #000;
}

.pagination-number.active::before
{
    content: "";

    position: absolute;
    width: 30px;
    height: 2px;

    top: -24px;
    left: 50%;
    transform: translateX(-50%);

    background-color: #fff;
}

/* on white page */
.bottom-page-pagination.white .pagination-number.active::before
{
    background-color: #728493;
}

.pagination-arrow-wrapper
{
    display: block;

    transition: opacity .3s;
}

.pagination-arrow-wrapper path 
{
    fill: #fff;
}

/* on white page */
.bottom-page-pagination.white .pagination-arrow-wrapper path 
{
    fill: #728493;
}

.pagination-arrow-wrapper.disabled
{
    opacity: 0.5;
}

.pagination-arrow.left
{
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/mm_news/bitrix/news.list/.default/style.css?17798842456852*/
html body
{
    background-color: var(--dark-bg-page-color);
}

main
{
    padding-bottom: 80px;
}
@media screen and (max-width: 992px) 
{
    main
    {
        padding-bottom: 50px;
    }
}

.heading-1.all-news__title
{
    color: var(--gold-color);
}

.all-news-items
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}
@media screen and (max-width: 992px) 
{
    .all-news-items
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px 21px;

        align-items: stretch;
    }
}
/* @media screen and (max-width: 768px)  */
@media screen and (max-width: 567px) 
{
    .all-news-items
    {
        grid-template-columns: 1fr;
        grid-gap: 50px 0;
    }
}

.news-item
{
    position: relative;

    width: 100%;

    margin-bottom: 60px;
}
.news-item::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;

    background-color: #fff;

    transition: background-color .3s;
}
.news-item:hover::before
{
    background-color: var(--gold-color);
}
@media screen and (max-width: 992px) 
{
    .news-item::before
    {
        display: none;
    }
}

.news-item .mobile-aligner-wrapper
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;

    height: 100%;
}
@media screen and (max-width: 992px) 
{
    .news-item .mobile-aligner-wrapper
    {
        display: block;
        height: auto;
    }
}

.all-news-items .news-item
{
    max-width: 387px;
    padding-left: 15px;
}

.all-news-items .news-item:first-child, 
.all-news-items .news-item:nth-child(2)
{
    max-width: 563px;
    padding-left: 25px;

    margin-bottom: 93px;
} 
@media screen and (max-width: 1400px) 
{
    .all-news-items .news-item
    {
        max-width: 350px;
        margin-bottom: 64px;
    }

    .all-news-items .news-item:first-child, 
    .all-news-items .news-item:nth-child(2)
    {
        max-width: 470px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1200px) 
{
    .all-news-items .news-item
    {
        max-width: 304px;
        margin-bottom: 64px;
    }

    .all-news-items .news-item:first-child, 
    .all-news-items .news-item:nth-child(2)
    {
        max-width: 468px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 992px) 
{
    .all-news-items .news-item
    {
        padding-left: 0;
        margin-bottom: 0;
        max-width: 100%;

        height: 100%;
    }

    .all-news-items .news-item:first-child, 
    .all-news-items .news-item:nth-child(2)
    {
        padding-left: 0;
        max-width: 100%;
        margin-bottom: 0;
    }
}

.news-item__date
{
    color: #fff;

    margin-bottom: 15px;

    transition: color .3s;
}
@media screen and (max-width: 992px)
{
    .news-item__date
    {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 769px)
{
    .news-item:hover .news-item__date
    {
        color: var(--gold-color);
    }
} 

.news-item__preview-text
{
    color: #fff;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

    transition: color .3s;
}
.news-item__preview-text.mobile
{
    display: none;
}

@media screen and (min-width: 769px)
{
    .news-item:hover .news-item__preview-text
    {
        color: var(--gold-color);
    }
} 
@media screen and (max-width: 992px) 
{
    .news-item__preview-text
    {
        display: none;
    }

    .news-item__preview-text.mobile
    {
        display: block;
    }
}

.image-more-wrapper
{
    width: 100%;
    margin-top: 18px;
}
@media screen and (max-width: 1200px) 
{
    .image-more-wrapper
    {
        margin-top: 28px;
    }
}
@media screen and (max-width: 992px) 
{
    .image-more-wrapper
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.preview-image-wrapper
{
    /* margin-top: 11px; */
    min-height: 235px;
    width: 100%;

    position: relative;
}
.all-news-items .news-item:first-child .preview-image-wrapper, 
.all-news-items .news-item:nth-child(2) .preview-image-wrapper
{
    min-height: 245px;
}
@media screen and (max-width: 992px)
{
    .preview-image-wrapper,
    .all-news-items .news-item:first-child .preview-image-wrapper, 
    .all-news-items .news-item:nth-child(2) .preview-image-wrapper
    {
        /* min-height: 267px; */
        min-height: 197px;
        max-height: 197px;

        margin-top: 0;
    }
}
@media screen and (max-width: 768px) 
{
    .preview-image-wrapper
    {
        /* min-height: 257px; */
        /* min-height: 197px; */

        margin-bottom: 19px;
    }
}
@media screen and (max-width: 567px)
{
    .preview-image-wrapper,
    .all-news-items .news-item:first-child .preview-image-wrapper, 
    .all-news-items .news-item:nth-child(2) .preview-image-wrapper
    {
        max-width: 335px;
        min-height: 189px;
        max-height: 189px;
        margin: 0 auto 20px;
    }
}

.news-item__preview-picture
{
    position: absolute;

    /* width: 80%; */
    width: 100%;
    height: 100%;

    /* left: 50%;
    transform: translateX(-50%); */

    filter: grayscale(1);

    transition: filter .3s, transform .3s;
}
/* @media screen and (max-width: 768px)  */
@media screen and (max-width: 567px) 
{
    .news-item__preview-picture
    {
        filter: unset;
    }
}
@media screen and (min-width: 993px)
{
    .news-item:hover .news-item__preview-picture
    {
        filter: grayscale(0);
        transform: scale(1.06);
    }
    .news-item:first-child:hover .news-item__preview-picture,
    .news-item:nth-child(2):hover .news-item__preview-picture
    {
        transform: scale(1.08);
    }
} 

/* .all-news-items .news-item:first-child .news-item__preview-picture, 
.all-news-items .news-item:nth-child(2) .news-item__preview-picture
{
    margin-top: 17px;
} */

.watch-more-btn
{
    margin-top: 16px;
    color: #fff;

    /* padding-left: 15px; */

    transition: color .3s;
}
/* .all-news-items .news-item:first-child .watch-more-btn, 
.all-news-items .news-item:nth-child(2) .watch-more-btn
{
    padding-left: 25px;
} */
@media screen and (min-width: 769px)
{
    .news-item:hover .watch-more-btn
    {
        color: var(--gold-color);
    }
} 
@media screen and (max-width: 1200px) 
{
    .watch-more-btn
    {
        margin-top: 32px;
    }
}
@media screen and (max-width: 992px) 
{
    .watch-more-btn
    {
        display: none;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/mm_nav/style.css?17798842452436 */
/* /local/templates/.default/components/bitrix/news/mm_news/bitrix/news.list/.default/style.css?17798842456852 */
