

/* Start:/local/templates/tmp2022/components/bitrix/system.pagenavigation/.default/style.css?16970945051271*/
.x3-pagination {
    display: flex;
    padding-top: 35px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6C6C6C;
    border-top: solid 1px #C1C2C6;
}
.x3-pagination__cnt {
    min-width: 200px;
    height: 35px;
    line-height: 35px;
}
.x3-pagination__str {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 35px;
    padding-right: 200px;
    text-align: center;
    line-height: 35px;
}
.x3-pagination__item {
    display: inline-block;
    width: 27px;
    padding: 0 5px;
    font-size: 18px;
    line-height: 35px;
    color: #283B45;
}
.x3-pagination__item:hover {
    color: #249291;
}
strong.x3-pagination__item {
    display: inline-block;
    width: 50px;
    padding: 0 5px;
    color: #249291;
}
.x3-pagination__space {
    display: inline-block;
    width: 50px;
}
.pagination__start {
    margin-right: 60px;
}
.pagination__end {
    margin-left: 60px;
}
.pagination__prev,
.pagination__next {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 35px;
}

@media(max-width: 1024px) {
    .x3-pagination__cnt {
        display: none;
    }
    .x3-pagination__str {
        padding-right: 0;
    }
    .pagination__start,
    .pagination__end {
        display: none;
    }
}
/* End */


/* Start:/local/templates/tmp2022/components/bitrix/news/news/bitrix/news.list/.default/style.css?16970945052058*/
.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 1em;
    padding-bottom: 10px;
}
.news-item {
    position: relative;
    display: inline-block;
    max-width: 413px;
    margin-bottom: 90px;
    color: #fff;
    font-size: 0;
    line-height: 0;
}
.news-item .news-item__name:before {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #249291;
    transition: 0.5s all ease;
    content: "";
    z-index: -1;
}
.news-item:hover {
    color: #fff;
}
.news-item:hover .news-item__name:before {
    top: 0;
}
.news-item:hover .news-item__name {
    background: transparent;
}
.news-item__date {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
}
.news-item__name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 60px;
    padding: 30px 50px 25px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    z-index: 2;
}
.news-item img {
    max-width: 100%;
}
.news-pagination {
    margin-bottom: 130px;
}

@media (max-width: 1700px) {

}
@media (max-width: 1440px) {
    .news-item__name {
        min-height: 40px;
        padding: 20px 30px 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .news-item__date {
        top: 30px;
        left: 30px  ;

    }
}
@media (max-width: 1024px) {
    .news-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .main-news__title h2 {
        margin-top: 5px;
    }
    .main-news__title h2 {
        font-size: 22px;
        line-height: 33px;
    }
}

@media (max-width: 480px) {
    .news-list {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 25px;
    }
    .news-item {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .news-item:hover {
        color: #333;
    }
    .news-item:before {
        background: #F3F6F8;
    }
}
/* End */
/* /local/templates/tmp2022/components/bitrix/system.pagenavigation/.default/style.css?16970945051271 */
/* /local/templates/tmp2022/components/bitrix/news/news/bitrix/news.list/.default/style.css?16970945052058 */
