/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.list_services_ul{
	justify-content: center;
}
.list_services_ul>li{
	margin-bottom: 24px;
	min-height: 384px;
}
.list_services_ul>li>* {
	border: 0.7px solid #102A83;
	padding: 58px 4px;
	text-align: center;
	color: #102A83;
	position: relative;
	height: 100%;
}
.list_services_ul .item_list_section:hover .hover_descr_card{
	opacity: 1;
	z-index: 2;
}

.list_services_ul h4 {
	margin-bottom: 63px;
}
.list_services_ul .detail_link {
	position: absolute;
	bottom: 31px;
	right: 20px;
	font-weight: 600;
	z-index: 3;
}
.list_services_ul .item_list_section:hover .detail_link{
	color: #FFF;
}
.description_section_list{
	font-weight:600;
}
.hover_descr_card {
	position: absolute;
	opacity: 0;
	transition: 0.3s;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 28px 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	line-height: 110%;
	z-index: -1;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.hover_descr_card p{
	position: relative;
	z-index: 2;
	margin-bottom: 23px;
}
.hover_descr_card:after{
	content: '';
	background: rgba(34, 90, 190, 0.60);
	position: absolute;
	width: 100%;
	height: 100%;
}
@media all and (max-width: 768px){
	.list_services_ul>li {
		margin-bottom: 22px;
		min-height: 358px;
	}
	.list_services_ul>li>* {
		padding: 58px 18px;
	}
	.list_services_ul h4 {
		margin-bottom: 52px;
		font-size:20px;
	}
	.list_services_ul .detail_link {
		font-size: 18px;
	}
	.hover_descr_card{
		font-size: 20px;
	}
}
/* tile */

.list_section_tile_ul {
	justify-content: center;
}
.list_section_tile_ul>*{
	margin-bottom: 24px;
}
.item_services_list {
	position: relative;
	background-repeat:no-repeat;
	padding: 42% 16px 30px;
	display: inline-flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.item_services_list:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(34, 90, 190, 0.31);
}
.item_services_list>span{
	position: relative;
	color: #ffffff;
	font-weight:600;
}
@media all and (max-width: 768px){
	.list_services>* {
		margin-bottom: 10px;
	}
	.item_services_list {
		padding: 41% 5px 5px;
	}
	.item_services_list>span {
		text-align: center;
	}
}


/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }