

/* 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/banner/style.css?1757436881498*/
<!-- Сквозное фоновое видео -->
.video-bg {position: relative; top: 0; left: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; margin-bottom: -6px;}
@media (max-width: 900px) { #video-bg > video {height: 50vh;} }
@media (min-width: 600px) { .hero .carousel {background-image: none;} }
@media (max-width: 600px) { .video-bg {display: none;} .hero .carousel {background-image: url("../../../../../../local/templates/portal/img/bg-slider.jpg"); background-size: cover;} } 
/* End */


/* Start:/local/templates/portal/styles.css?17652988213882*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.final-btn {text-align: center; background: #545454; display: inline-block; padding: 10px 30px; margin: 4px; border-radius: 20px; color: #f5f5f5; transition: none; font-size: 14px; font-weight: 400; transition: 0.3s;}
.final-btn:hover {background-color: #d9232d; color: #fff;}

/*--- Tables for services section ---*/
.tab {font-weight: normal; border: none; border-collapse: collapse; width: 100%; max-width: 100%;}
.tab th, .tab td {padding: 10px 20px; border: none; border: 1px solid #FD7344; text-align: center; vertical-align: top;}
.tab th {color: #FFF; background: #FD7344; font-weight: bold; border: 1px solid #FD7344; text-align: center;}
.tab tr:nth-child(even) {background: #FFEEE8;}
.tab td span {background: #FD7344; color: #FFF; display: none; font-size: 11px; font-weight: bold; padding: 5px 10px; position: absolute; top: 0; left: 0;}
@media(max-width: 768px) {
.tab thead {display: none;}
.tab tr {display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 30px;}
.tab td {margin: 0 -1px -1px 0; padding-top: 35px; position: relative; width: 50%;}
.tab td span {display: block;}}
@media(max-width: 480px) {.tab td {width: 100%;}}

/*--------------------------------------------------------------
# Top & Bottom
--------------------------------------------------------------*/
.t5 {padding-top: 5px;}
.t10 {padding-top: 10px;}
.t15 {padding-top: 15px;}
.t20 {padding-top: 20px;}
.t25 {padding-top: 25px;}
.t30 {padding-top: 30px;}
.t35 {padding-top: 35px;}
.t40 {padding-top: 40px;}
.t45 {padding-top: 45px;}
.t50 {padding-top: 50px;}
.b5 {padding-bottom: 5px;}
.b10 {padding-bottom: 10px;}
.b15 {padding-bottom: 15px;}
.b20 {padding-bottom: 20px;}
.b25 {padding-bottom: 25px;}
.b30 {padding-bottom: 30px;}
.b35 {padding-bottom: 35px;}
.b40 {padding-bottom: 40px;}
.b45 {padding-bottom: 45px;}
.b50 {padding-bottom: 50px;}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.blog-posts2 article {background-color: white; box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;);
  padding: 15px 15px 5px; height: 100%; border-radius: 8px; overflow: hidden;}
.blog-posts2 .post-img2 {max-height: 240px; margin: -30px -30px 15px -30px; overflow: hidden;}
.post-img2:hover img {opacity: 0.6; transition: 0.4s;}
.blog-posts2 .title2 {font-size: 20px; font-weight: 600; padding: 0; margin: 0 0 10px 0;}
.blog-posts2 .title2 a {color: #4a403d; transition: 0.3s;}
.blog-posts2 .title2 a:hover {color: #d9232d;}
.blog-posts2 .post-date2 {font-size: 13px; margin-bottom: 0;}
.blog-detail-title2 {color: #d9232d; font-size: 22px; font-family: "Arial", sans-serif; text-align: center; font-weight: 500; padding-bottom: 30px;}
.blog-detail-img2 {padding: 10px; border-radius: 6px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;}

/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/
.cookie-alert {font-family: "Tahoma"; position: fixed; bottom: 0; left: 0; right: 0; background: linear-gradient(to right, #ec7588, #ffeee8); box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); padding: 15px; text-align: center; z-index: 1000; line-height: 1.5; color: #333333;}
.cookie-alert p {margin: 0 0 12px 0; font-size: 14px;}
.cookie-alert button {background-color: #ce0e2d; color: #ffffff; border: none; border-radius: 4px; padding: 8px 16px; font-size: 14px; cursor: pointer; transition: background-color 0.3s ease;}
.cookie-alert button:hover {background-color: #556270;}
.cookie-alert a {color: #19196c; text-decoration: none; font-size: 14px;}
.cookie-alert a:hover {text-decoration: underline;}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17569175472917 */
/* /local/templates/portal/components/bitrix/news.list/banner/style.css?1757436881498 */
/* /local/templates/portal/styles.css?17652988213882 */
