

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17403895632632*/
.bx-pagination {
	margin: 0px 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: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: row;
	gap: 16px;
}
.bx-pagination .bx-pagination-container ul li {
	padding: 0;
}

.bx-pagination .bx-pagination-container ul li::before{
	display: none;
}

.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;
	display: block;
	height: 56px;
	min-width: 56px;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100px;
	border: 1px solid #EE5E2C;
	color: #3D3D3D;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 56px;
	min-width: 56px;
	line-height: 56px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #EE5E2C;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
	/* margin-right: 14px; */
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next{
	/* margin-left: 14px; */
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev svg rect,
.bx-pagination .bx-pagination-container ul li.bx-pag-next svg path{
 transition: all .3s linear;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover a span{
	background-color: #EE5E2C;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover a svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover a svg path{
 fill: white;
 stroke: white;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/news_page/bitrix/news.list/.default/style.css?17403895632206*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.content{
	background: #EFEBDC;
}
.news_item{
	border: 1px solid #CEC7C4;
	padding:24px 24px 40px 32px;
	max-width: 520px;
	max-height: 523px;
	width:100%;
	height:100%;

}
.news_img{
	display: flex;
	justify-content: space-between;

}
.news-list{
	padding-bottom: 160px;
}
.margin_mews_main{
	padding-bottom: 30px;
}
.news_margin{

	max-width: 520px;
	max-height: 523px;
	width:100%;
	height:100%;
}
.news_margin a{
	text-decoration: none;
}
.news_margin a:hover .news_item{
	background: #FFF;
}
.news_img img{
	max-width: 360px;
	max-height: 214px;
	width:100%;
	height:100%;
	margin-left: 10px;
}
.news_day{
	color: #EE5E2C;
	font-family: Arsenal;
	font-size: 56px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}
.news_year{
	color: #3D3635;
	font-size: 16px;
	font-weight: 400;
	line-height: 175%;
}
.news_text{
	display: flex;
	align-items: end;
	color:  #3D3635;
	font-family: Arsenal;
	font-size: 28px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	height: 105px;
	margin-top: 140px;
	margin-left:104px;
}
.news_date{
	margin-right: 10px;
}
.pagenation{
	padding-top:50px;
}
@media(max-width:1200px){
	.news_text {
		margin-top: 66px;
		margin-left: 57px;
	}
}
@media(max-width:992px){
	.news_text {
    font-size: 22px;
	}
}
@media(max-width:768px){
	.news_img img {
    max-height: 109px;
	}
	.news_text {
		margin-top: 31px;
		margin-left: 0px;
	}
	.news_item {
		padding: 16px 11px 26px 13px;
	}
	.news_text {
		font-size: 19px;
	}
	.news_year {
		font-size: 13px;
	}
	.news_day {
		font-size: 40px;
	}
}
@media(max-width:576px){
	.news_img img {
    max-height: 214px;
    margin-left: 10px;
	}
	.news_text {
		font-size: 28px;
		margin-top: 140px;
		margin-left: 104px;
	}
	.news_item {
    padding: 24px 24px 40px 24px;
	}
	.news_year {
		font-size: 13px;
	}
	.news_day {
		font-size: 56px;
	}
}
@media(max-width:413px){
	.news_text {
		font-size: 20px;
		margin-top: 50px;
		margin-left: 25px;
	}
	.news_year {
		font-size: 13px;
	}
	.news_day {
		font-size: 40px;
	}
}





/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17403895632632 */
/* /local/templates/.default/components/bitrix/news/news_page/bitrix/news.list/.default/style.css?17403895632206 */
