.cta_block {
	border-radius: 4px;
	background-color: var(--dark-blue);
	color: white;
	background-size: 415px auto;
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	display: flex; 
	justify-content: space-between; 
}

.content_cta_block {
	width: 500px;
	max-width: 100%;
	padding: 45px 60px;

	width: 700px;
}

.title_cta {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 25px;
}

.cta_block_image {
	width: calc(100% - 700px);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}

.cta_block_image:before {
	content: '';
	background: linear-gradient(90deg, #24306E 0%, rgb(16 31 109 / 0%) 100%);
	width: 50%;
	display: block;
	height: 100%;
}

.sidebar_page_wrapper .content_cta_block {
	width: 50%;
	padding: 35px 60px;
}

.sidebar_page_wrapper .cta_block_image {
	width: 50%;
}

.sidebar_page_wrapper .title_cta {
	font-size: 24px;
	line-height: 1.29;
	margin-bottom: 15px;
}

.home .cta_block_image {
	background-size: 500px auto;
	max-width: 500px;
	width: calc(100% - 400px);
}

@media (min-width: 768px) and (max-width: 991px) {
	.content_cta_block {
		width: 400px;
	}

	.sidebar_page_wrapper .content_cta_block {
		padding: 20px 20px;
	}

	a.button.dark_bg {
		font-size: 17px;
	}

	.cta_block_image {
		width: calc(100% - 400px);
	}
}

@media (max-width: 767px) {
	.cta_block_image:before {
		background: linear-gradient(180deg, #24306E 0%, rgb(16 31 109 / 0%) 100%);
		width: 100%;
		height: 50%;
	}

	section.cta_block {
		margin-bottom: 20px;
		margin-top: 50px;
		display: block;
	}

	.cta_block_image,
	.content_cta_block,
	.sidebar_page_wrapper .cta_block_image,
	.sidebar_page_wrapper .content_cta_block {
		width: 100%;
	}

	.cta_block_image,
	.sidebar_page_wrapper .cta_block_image {
		height: 188px;
	}

	.title_cta,
	.sidebar_page_wrapper .title_cta {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 23px;
		text-align: center;
	}

	.cta_block .button {
		width: 100%;
		max-width: 400px;
	}

	.sidebar_page_wrapper .content_cta_block,
	.content_cta_block {
		padding: 28px 24px 34px;
	}

	.cta_block_image {
		width: 100%;
	}

	.home .cta_block_image {
		width: 100%;
		background-size: cover;
		max-width: 100%;
	}
}
