
.services-process {
	padding: 48px 0;
	background: #fafafa;
}

.services-process .process-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 48px;
}

.services-process .process-wrapper>div {
	flex-basis: 50%;
}

.services-process .process-tabs .tabs-wrapper.sticky {
	position: fixed;
	top: 60px;
	z-index: 100;
}

.services-process .process-tabs .tabs-wrapper.static {
	position: static;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.services-process .process-tabs .tabs-wrapper .title {
	margin-bottom: 64px;
}

.services-process .process-tabs .tabs-list {
	display: flex;
	flex-direction: column;
	width: -moz-max-content;
	width: max-content;
}

.services-process .process-tabs .tabs-list .tab {
	position: relative;
	display: block;
	color: #424242;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	padding: 20px 40px;
	margin-right: 20px;
	border-left: 1px solid #e2e3e5;
	transition: all .3s ease;
}

.services-process .process-tabs .tabs-list .tab:hover {
	cursor: pointer;
}

.services-process .process-tabs .tabs-list .tab .icon {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: opacity .3s ease;
}

.services-process .process-tabs .tabs-list .tab.active {
	color: #30466d;
	border-color: #30466d;
	font-weight: 600;
}

.services-process .process-tabs .tabs-list .tab.active .icon {
	opacity: 1;
}

.services-process .process-content {
	position: relative;
}

.services-process .process-content .title {
	display: none;
	margin-bottom: 24px;
}

.services-process .process-content .content-wrapper {
	display: flex;
	flex-direction: column;
}

.services-process .process-content .content-wrapper .item {
	padding-top: 72px;
	margin-top: -24px;
}

.services-process .process-content .content-wrapper .item:first-child {
	padding-top: 0;
	margin-top: 0;
}

.services-process .process-content .content-wrapper .item.active .block-title {
	color: #30466d;
	font-weight: 600;
}

.services-process .process-content .content-wrapper .block-title {
	color: #5e5e5e;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 14px;
}

.services-process .process-content .content-wrapper .block-text {
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

@media screen and (max-width: 992px) {
	.services-process .process-tabs .tabs-list .tab-link .icon {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.services-process .process-wrapper {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 0;
	}
	
	.services-process .process-wrapper>div {
		flex-basis: 100%;
	}
	
	.services-process .process-tabs {
		display: none;
	}
	
	.services-process .process-content .title {
		display: block;
	}
	
	.services-process .process-content .content-wrapper .block-title {
		color: #30466d;
		font-weight: 600;
	}
}
