.contact-block {
	position: relative;
	padding: 19px 0 40px 0;
	margin: 60px 0;
}
.contact-block:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: -20px;
	max-width: 702px;
	display: block;
	height: 1.5px;
	background: #fff;
}
.contact-block-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.contact-block .decor-element {
	height: 148px;
	width: 230px;
	position: absolute;
	top: 0;
	right: -20px;
	background: #DB233A;
	z-index: -1;
	display: none;
}
.contact-block .contact-block-thumbnail+.decor-element {
	display: block;
} 
.contact-block .contact-block-title {
	color: #DB233A;
	text-transform: uppercase;
	margin-bottom: 28px;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -0.01em;
}
.contact-block .bottom-text {
	max-width: 686px;
	float: right;
	padding-right: 20px;
}
@media (min-width: 768px) {
	.contact-block:after {	
		left: auto;
		right: 0;
		width: 100%;
		max-width: 686px;
	}
}
@media (min-width: 1200px) {
	.contact-block .contact-block-title {
		font-size: 40px;
		line-height: 45px;
	}
	.contact-block .decor-element {
		height: 306px;
		width: 306px;
		right: 1.5px
	}
	.contact-block {
		padding: 19px 20.5px 40px 0;
	}
	.contact-block:before {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		height: 75%;
		width: 1.5px;
		display: block;
		background: #fff;
	}
}