.link_service_more {
	border-bottom: 0.5px dashed #5B6068;
	margin-right: auto;
}

.big_links_icons {
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}

.block_big_links {
	padding-top: 0px;
}

.block_big_links.background_light .wrap {
	padding-top: 25px;
}

.big_links_icon_right {
	background-color: #001640;
	-webkit-mask-image: url('../../../img/icon_go_to_top.svg');
	mask-image: url('../../../img/icon_go_to_top.svg');
	width:8px;
	height: 17px;
	background-size: contain;
	display: block;
	transform: rotate(90deg);
	cursor: pointer;
}

.big_links_icon_left {
	background-color: #001640;
	-webkit-mask-image: url('../../../img/icon_go_to_top.svg');
	mask-image: url('../../../img/icon_go_to_top.svg');
	width:8px;
	height: 17px;
	background-size: contain;
	display: block;
	transform: rotate(270deg);
	cursor: pointer;
}

.block_big_links h2 {
	margin-top: 0;
}

.big_links_icon_center {
	background-color: #001640;
	-webkit-mask-image: url('../../../img/services.svg');
	mask-image: url('../../../img/services.svg');
	width:17px;
	height: 17px;
	background-size: contain;
	display: block;
	cursor: pointer;
}

.tabs_hidden ul, .main_services ul {
	flex-wrap: wrap;
}

.block_big_links.tabs_hidden {
	position: relative;
	max-height: 500px;
	overflow: hidden;
}



.block_big_links.tabs_hidden:after {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 40%;
	background: linear-gradient(360deg, #EFF4F6 33.18%, rgba(239, 244, 246, 0) 76.89%);
	bottom: 0;
}

.tabs_hidden_tabs {
	text-align: center;
	margin-bottom: 25px;
	font-size: 16px;
}

.tabs_hidden_tabs span {
	margin: 0 10px;
	border-bottom: 0.5px dashed #5B6068;
	color: #5B6068;
}

.tabs_hidden_tabs span.active {
	border-bottom: 0.5px dashed #001640;
	color: #001640;
}

.tabs_hidden_tabs span.inactive {
	cursor: pointer;
}

.second_tabs.inactive {
	display: none;
}

.main_services ul.flex, .tabs_hidden ul.flex {
	display: none;
}

.main_services ul.active, .tabs_hidden ul.active {
	display: flex;
}

.main_services_header {
	background-color: #FFF;
}

.services_header {
	background-color: #FFF;
	border-top: 1px solid #E9F0F3;
}

.services_header .wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 55px;
	align-items: center;
	
}

.services_header .tabs_hidden_tabs {
	margin-bottom: 0;
}

.services_main_image {
	background-image: url(../../../img/services_header.png);
	width: 1170px;
	height: 161px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 37px;
}

.main_services_header .wrap {
	align-items: center;
}

@media screen and (max-width: 700px) {
	.block_big_links {
		background-color: #FFF;
	}

	.block_big_links ul li {
		flex: 0 0 calc(100% - 158px);
		margin-left: 40px;
		-webkit-box-shadow: 5px 5px 20px 0px rgba(37,55,102,0.15);
		-moz-box-shadow: 5px 5px 20px 0px rgba(37,55,102,0.15);
		box-shadow: 5px 5px 20px 0px rgba(37,55,102,0.15);
		margin-bottom: 20px;
		margin-top: 20px;
		margin-right: 30px;
	}

	.big_links_icon_left {
		margin-left: 30px;
	}

	.big_links_icon_right {
		margin-right: 30px;
	}

}

.flex.second_tabs.active {
	position: relative;
	z-index: 3;
}