.section-contact {
	padding-bottom: 140px;
}
.section-contact .col-lg-2 {
	width: 114px;
}
.section-contact .col-lg-10 {
	width: auto;
}
.name-contact-el {
	margin-bottom: 28px;
}
.contact-el {
	margin-bottom: 32px;
}
.contact-name {
	color: #8C8A8B;
	margin-top: 13px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.el-text {
	color: #fff;
	font-family: 'Rajdhani', sans-serif;
	font-size: 36px;
	line-height: 1.17em;
}
.el-add-name {
	color: #fff;
	font-size: 21px;
	line-height: 1.43em;
	width: 283px;
}
.section-contact .hr-content {
	position: absolute;
	bottom: 0;
}
h3.write-menu-title {
	font-size: 48px;
	line-height: 0.87em;
}
.write-form {
	margin-top: 40px;
}
.drop-line textarea {
	height: 215px;
}


/*Responsive*/

/* 1201px - 1401px */
@media screen and (max-width: 1400px) {
	.section-contact .col-lg-2 {
		width: 15%;
	}
}


/* 993px - 1200px*/
@media screen and (max-width: 1200px) {
	.offer {
		padding-bottom: 60px;
	}
	.proj-offer-title {
		margin-bottom: 48px;
	}
	.section-contact {
		padding-bottom: 122px;
	}
	.row.contact-main {
		display: block;
	}
	.section-contact .col-lg-6 {
		width: auto	;
	}
	.contact-block-info {
		margin-bottom: 100px;
	}
	.drop-line textarea {
		height: 143px;
	}
}


/* 577px > 768px*/
@media screen and (max-width: 768px) {
	.offer {
		padding-bottom: 40px;
	}
	.proj-offer-title {
		margin-bottom: 24px;
	}
	.proj-offer-title {
		font-size: 32px;
		line-height: 0.87em;
	}
	.section-contact {
		padding-bottom: 0;
	}
	.section-contact .col-lg-6 {
		margin-bottom: 80px;
	}
	.contact-el {
		margin-bottom: 24px;
	}
	.contact-name {
		margin-top: 0;
		margin-bottom: 16px;
	}
	.el-text {
		font-size: 24px;
		line-height: 1.5em;
		margin-bottom: 4px;
	}
	.name-contact-el {
		display: block;
	}
	.el-add-name {
		font-size: 16px;
		line-height: 1.5em;
	}
	.row.contact-main .hr-content {
		display: none;
	}
}

/* 320px - 576px */
@media screen and (max-width: 576px) {
	.write-form .btn {
		width: 296px;
	}
}