

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16759149222917*/
.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/talent_new/components/bitrix/news/blog/bitrix/news.list/.default/style.css?16759149722929*/
.blog-item{
	background: #fff;
	border-radius: 8px;
	margin-bottom: 23px;
	padding-bottom: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog-item img{
	border-radius: 4px;
	width: calc(100% - 16px);
	position: relative;
	margin-left: 8px;
	margin-top: 8px;
	height: 250px;
	object-fit: cover;
}
.blog-item .name{
	margin-top: 16px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 21px 0 24px;
	display: inline-block;
	font-size: 18px;
	line-height: 1.34;
	transition: .3s;
}
.blog-item .name:hover{
	color: #0087cd !important;
}
.blog-item .date{
	/*margin-top: 16px;*/
	padding: 0 21px 0 24px;
	color: #92999d;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 300;
}
.articles-filter{
	justify-content: center;
	padding-top: 30px;
	margin-bottom: 40px;
}
.articles-filter a{
	padding: 10px 30px;
	border-radius: 100px;
	border: 1px solid #bdc9d5;
	color: #bdc9d5 !important;
	transition: .3s;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
}
.articles-filter a.plus{
	padding: 10px 17px;
	color: #1ba4e1 !important;
	border-color: #1ba4e1;
}
.articles-filter a.active, .articles-filter a:hover{
	border: 1px solid #bdc9d5;
	background-color: #bdc9d5;
	color: #ffffff !important;

}
.articles-filter a.plus:hover{
	background-color: #1ba4e1;
	color: #ffffff !important;
	border-color: #1ba4e1;
}
.article-slide{
	padding: 120px 50px;
	background: #000000a8;
}
.article-slide .name{
	font-weight: 600;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.17;
	text-align: center;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000;
}
.article-slide .text{
	font-weight: 500;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.17;
	text-align: center;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000;
	margin-top: 30px;
}
.article-slide .detail-link{
	color: #fff !important;
	padding: 18px;
	border: 2px solid #fff;
	border-radius: 28px;
	height: 56px;
	width: 216px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.article-slide .detail-link:hover{
	color: #000 !important;
	background-color: #ffffff;
}
.articles .swiper-button-next, .articles .swiper-button-prev{
	color: white !important;
}
.articles{
	margin-bottom: 40px;
}
.articles .swiper-slide{
	background-size: cover;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1ba4e1 !important;
}
@media(max-width: 767px){
	.article-slide {
		padding: 120px 30px;
	}
	.article-slide .name {
		font-size: 28px;
	}
	.articles-filter {
		justify-content: flex-start;
		flex-wrap: nowrap !important;
		overflow-x: auto;
	}
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background: white;
	opacity: .7;
}
.bx-pagination .bx-pagination-container ul li:not(.bx-active) span {
 	background: #ffffff;
	line-height: 28px;
	border: 2px solid #eff0f1;
}

/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16759149222917 */
/* /local/templates/talent_new/components/bitrix/news/blog/bitrix/news.list/.default/style.css?16759149722929 */
