

/* Start:/local/templates/tr/components/bitrix/system.pagenavigation/round_custom/style.css?17443708342617*/
.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;
	padding: 0 8px;
	display: block;
	height: 40px;
	min-width: 40px;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	color: #727271;
	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: 40px;
	min-width: 40px;
	line-height: 40px;
	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: #ffe742;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	color: #000;
}
.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: unset;
	border: unset;
	line-height: 28px;
	padding: 0 18px;
}
.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{
	background: unset;
	border: unset;
	line-height: 28px;
	padding: 0 18px;
}

/*color schemes*/
.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 */


/* Start:/local/templates/tr/components/bitrix/news/news/bitrix/news.list/.default/style.css?1744368384982*/
.news-list{
    margin-top: 42px;
}

.news-item {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 50px;
    border-top: 1px solid #ffe742;
}

.news_item__img img{
    border-radius: 4px;
    max-width: 310px;
    max-height: 220px;
}

.news_item__name{
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.news_item__preview{
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin: 15px 0;
}

@media (max-width: 720px) {
    .news-item{
        flex-direction: column;
        border-top: unset;
        border-bottom: 1px solid #ffe742;
        gap: 10px;
    }
    .news_item__img img{
        max-width: 100%;
        max-height: 180px;
    }
    .news_item__name{
        font-weight: 600;
        font-size: 16px;
        color: #000;
    }

    .news_item__preview{
        font-weight: 300;
        font-size: 14px;
        line-height: 140%;
        color: #000;
        margin: 15px 0;
    }
}
/* End */
/* /local/templates/tr/components/bitrix/system.pagenavigation/round_custom/style.css?17443708342617 */
/* /local/templates/tr/components/bitrix/news/news/bitrix/news.list/.default/style.css?1744368384982 */
