.contactUs {
	width: 700px;
	height: 600px;
	padding: 55px;
	background: white;
}

.contactUs h2 {
	color: #f46c49;
	font-weight: 600;
	text-align: center;
	margin-bottom: 44px;
}

.us {
	height: 730px;
	width: 100%;
	background: url(../../img/bg.jpg)0px 0px no-repeat;
	background-size: 100% 100%;
}

.us_con {
	width: 1200px;
	display: flex;
	margin: auto;
	padding-top: 60px;
}

.us_address {
	background: #F46C49;
	width: 500px;
	height: 450px;
	margin-top: 70px;
	color: white;
	padding: 25px;
}

.us_li_title {
	margin-bottom: 0px;
}

.us_li_title img {
	margin-right: 15px;
}

.us_li_title span {
	font-weight: 600;
}

.us_li_text {
	padding-left: 47px;
	color: #f3e0dc;
}

.contact {
	border-radius: 5px;
	color: #9E9896;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0;
}

.contactWay {
	background-color: #F4EEEC;
	color: #9E9896;
	border: 0px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 0 20px;
}

input,
textarea {
	outline: none;
}

.leaveComment {
	background-color: #F4EEEC;
	color: #9E9896;
	border: 0px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 10px 20px;
}

.contactUploader {
	height: 50px;
	background-color: #FF704C;
	border-radius: 50px;
	width: 200px;
	margin: 15px 0 0 5px;
	border: 0px;
}

.uploaderButton {
	padding: 0;
	text-align: center;
}

.comment {
	height: 100%;
	border-radius: 5px;
	color: #9E9896;
	padding: 0;
}

.contactWay::-webkit-input-placeholder,
.leaveComment::-webkit-input-placeholder {
	color: #9E9896;
}

.contactWay:-moz-placeholder,
.leaveComment:-moz-placeholder {
	color: #9E9896;
}

.contactWay:-ms-input-placeholder,
.leaveComment:-ms-input-placeholder {
	color: #9E9896;
}