

/* Start:/bitrix/templates/urfo/components/bitrix/system.pagenavigation/news/style.css?17474004012901*/
.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: #38D3E8;
	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: #38D3E8;;
	/*border: 2px solid #eff0f1;
	line-height: 28px;*/
	padding: 0 18px;
	color: #fff;
}
.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: #fff;
	background: #38D3E8;
	/*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;*/
}

/*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: #38D3E8;
	color: #fff;
}


.bx-pagination-container {
	padding-bottom: 40px;
}
/* End */


/* Start:/bitrix/templates/urfo/components/bitrix/news.list/news/style.css?17582044663455*/
.news__list-index {flex-wrap:wrap; gap:4rem}
.news__list {display:flex; align-content:center}
.news_lists {margin-bottom:20.6rem; padding-top:18rem}
.news__row {display:grid; grid-template-columns:50% 50%; row-gap:8rem; column-gap:3rem}
.news__item {display:flex; width:100%; box-shadow:2rem 2rem 10rem rgba(232,238,243,0.3); transition:all .2s}
.news__img {width:30rem; height:30rem; transition:all .2s}
.news__content {width:45%; display:flex; flex-direction:column; justify-content:space-between; padding:5.8rem 3rem 1rem; background-color:#fff; position:relative}
.news__date {position:absolute; bottom:100%; left:0; top:0; padding:1.2rem 3rem 4rem; color:#2B2E34; font-size:1.4rem; font-weight:500; background-color:#fff}
.news-banner {padding-top:15.3rem;/*padding-top:18.3rem;*/ overflow:hidden; /*margin-bottom:10.6rem*/}
.news-banner__content {width:74rem; height:62.4rem; display:flex; flex-direction:column; padding-top:8rem; position:relative}
.news-banner__suptitle {color:#7E838C; font-size:1.4rem; text-transform:uppercase; font-weight:500; margin-bottom:7.3rem}
.news-banner__mtitle {font-size:4.5rem; font-weight:500; color:#2B2E34; /*margin-bottom:1.4rem*/}
.news-banner__text {color:#7E838C; padding-right:25rem; margin-bottom:3.6rem}
.news-banner__bottom {display:flex; align-items:center; justify-content:space-between}
.news-banner__question {color:#2B2E34; font-size:1.5rem; border-bottom:1px solid #2B2E34; line-height:1.3}
.news-banner__img-mini {width:22.2rem; height:21.3rem; object-fit:cover; object-position:center}
.news-banner__img {position:absolute; left:100%; top:0; width:50.6vw; height:100%}
.news-button {opacity:0; margin-top:1.5rem; transition:ease 0.3s; -webkit-transition:ease 0.3s; -moz-transition:ease 0.3s; -ms-transition:ease 0.3s; -o-transition:ease 0.3s}
.news-banner__img img {width:100%; height:100%; object-fit:cover; object-position:center}

@media (max-width:48em) {.news__list {display:block }
.news {margin-bottom:27.6rem }
.news__item {margin-bottom:5.6rem; width:100%; flex-direction:column }
.news__item:last-child {margin-bottom:0 }
.news__row {grid-template-columns:1fr }
.news-button {opacity:1 }
.news__img {height:44rem; width:100% }
.news__content {width:100%; padding:6.8rem 4.6rem }
.news__date {top:-6rem; padding:1.5rem 4.2rem; padding-top:2.1rem; font-size:2.4rem }
.news__title {font-size:3.6rem; margin-bottom:2.6rem }
.news__text {font-size:2.8rem }
.news-banner {padding-top:24.8rem; /*margin-bottom:17.3rem*/}
.news-banner__content {width:100%; height:auto; padding-top:7.5rem }
.news-banner__suptitle {font-size:2.4rem; margin-bottom:5.3rem }
.news-banner__mtitle {font-size:5.6rem; /*margin-bottom:1.4rem*/}
.news-banner__text {padding-right:0rem; margin-bottom:7rem }
.news-banner__bottom {display:block; margin-bottom:10.7rem }
.news-banner__question {font-size:3rem }
.news-banner__img-mini {display:none }
.news-banner__img {position:relative; left:-4rem; top:0; width:100vw; height:58rem; display:flex; align-items:flex-end; padding:0 4rem }
.news-banner__img img {left:0; top:0; position:absolute; z-index:1; width:100%; height:100%; object-fit:cover; object-position:center }
.news__item:hover {background-color:#fff; transition:all .2s; transform:scale(1.15); -webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); -o-transform:scale(1.15) }
 .news__item:hover .news__img {transition:all .2s }
 .news__item:hover .news-button {opacity:1 }
}

/* End */
/* /bitrix/templates/urfo/components/bitrix/system.pagenavigation/news/style.css?17474004012901 */
/* /bitrix/templates/urfo/components/bitrix/news.list/news/style.css?17582044663455 */
