

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17569175472917*/
.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: #0083d1;
	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: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.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: #aab1b4;
	background: #fff;
	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: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/portal/components/bitrix/news.list/timeline/style.css?17570927163600*/
.steps .timeline-container {position: relative; padding: 30px 0;}
.steps .timeline-track {position: relative; max-width: 1200px; margin: 0 auto;}
.steps .timeline-track::before {content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: linear-gradient(to bottom, transparent, var(--accent-color) 10%, var(--accent-color) 90%, transparent); transform: translateX(-50%); z-index: 1;}
.steps .timeline-item {position: relative; margin-bottom: 60px;}
.steps .timeline-item:last-child {margin-bottom: 0;}
.steps .timeline-item.left .timeline-content {padding-right: 50px; text-align: right;}
.steps .timeline-item.left .timeline-content .timeline-marker {right: -35px;}
.steps .timeline-item.right .timeline-content {padding-left: 50px; margin-left: 50%;}
.steps .timeline-item.right .timeline-content .timeline-marker {left: -35px;}
.steps .timeline-item:hover .timeline-marker {transform: scale(1.1); background-color: var(--accent-color); color: #ff5821;}
.steps .timeline-item:hover .timeline-marker .step-icon {color: var(--contrast-color);}
.steps .timeline-item:hover .timeline-body {transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); color: var(--accent-color);}
.steps .timeline-content {position: relative; width: 50%;}
.steps .timeline-marker {position: absolute; top: 15px; width: 70px; height: 70px; background-color: var(--surface-color); border: 3px solid var(--accent-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; transition: transform 0.4s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);}
.steps .timeline-marker .step-number {position: absolute; top: -15px; right: -15px; width: 35px; height: 35px; background-color: var(--accent-color); color: var(--contrast-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--heading-font); font-size: 0.9rem; font-weight: 700; z-index: 3; border: 3px solid var(--surface-color);}
.steps .timeline-marker .step-icon {font-size: 1.5rem; color: var(--accent-color); transition: all 0.4s ease;}
.steps .timeline-body {background-color: var(--surface-color); border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.4s ease; color: #4a403d;}
.steps .timeline-body h3 {font-size: 1.2rem; font-weight: 600; margin-bottom: 15px;}
.steps .timeline-body p {color: color-mix(in srgb, var(--default-color), transparent 20%); font-size: 0.95rem; line-height: 1.6; margin-bottom: 0; text-align: justify;}

@media (max-width: 991px) {.steps .timeline-track::before {left: 30px;}
.steps .timeline-item.left .timeline-content,
.steps .timeline-item.right .timeline-content {width: 100%; padding-left: 80px; padding-right: 0; margin-left: 0; text-align: left;}
.steps .timeline-item.left .timeline-content .timeline-marker,
.steps .timeline-item.right .timeline-content .timeline-marker {left: 0; right: auto;}
}

@media (max-width: 767px) {.steps .timeline-item {margin-bottom: 50px;}
.steps .timeline-marker {width: 60px; height: 60px;}
.steps .timeline-marker .step-number {width: 30px; height: 30px; font-size: 0.8rem;}
.steps .timeline-marker .step-icon {font-size: 1.3rem;}
.steps .timeline-body {padding: 20px;}
.steps .timeline-body h3 {font-size: 1.2rem;}
.steps .timeline-body p {font-size: 0.9rem;}
}

@media (max-width: 575px) {.steps .timeline-marker {width: 50px; height: 50px;}
.steps .timeline-marker .step-icon {font-size: 1.1rem;}
.steps .timeline-item.left .timeline-content,
.steps .timeline-item.right .timeline-content {padding-left: 70px;}
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17569175472917 */
/* /local/templates/portal/components/bitrix/news.list/timeline/style.css?17570927163600 */
