.c--cb-title {
	font-size: 24px;
	font-family: 'roboto-bold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 60px;
	position: relative;
}

.c--cb-title::after {
	width: 380px;
	height: 3px;
	content: "";
	background: var(--c-dark-blue);
	display: block;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 190px);
}

.c--contact-block {
	padding: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.c--cb-icon {
	position: absolute;
	top: 45px;
	right: 80px;
}

.c--cb-social {
	margin: 0px;
	display: flex;
}

.c--cb-social li:not(:last-child) {
	margin-right: 50px;
}

@media only screen and (max-width: 1366px) {
	.c--cb-title {
		font-size: 20px;
	}

	.c--contact-block {
		padding: 40px;
	}

	.c--cb-icon {
		display: none;
	}
}