#contact_menu_header{
	color: #ffb823;
}
#contact_menu_header_mobile{
	color: #ffb823;
}
#contact_menu_footer{
	color: #ffb823;
}

.contact_top_container{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.middle_contact_top{
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: auto;
	padding-bottom: 65px;
}
.contact_top_info{
	width: 526px;
	float: left;
	position: relative;
}
.contact_top_title_container{
	margin-top: 130px;
	width: 314px;
	height: 20px;
	position: relative;
}
.contact_top_title{
	position: absolute;
	left: 14px;
	bottom: 10px;
	z-index: 2;
	font-size: 45px;
	font-weight: 900;
	color: #ffb823;
	line-height: 0.8;
}
.contact_top_title_line{
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background: #e1e1e1;
	border-radius: 5px;
}
.store_image{
	width: 450px;
	height: 260px;
	border-radius: 20px;
	margin-top: 40px;
	margin-left: 75px;
}
.contact_top_address{
	margin-top: 36px;
	margin-left: 75px;
	font-size: 20px;
	color: #454548;
	margin-bottom: 55px;
}
.one_contact_top_info{
	width: 100%;
	position: relative;
	margin-bottom: 7px;
}
.one_contact_top_info_title{
	width: 75px;
	padding-left: 75px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #454548;
}
.one_contact_top_info_text{
	width: calc(100% - 150px);
	font-size: 20px;
	color: #454548;
	float: left;
}
.contact_top_map_container{
	width: 570px;
	height: 480px;
	float: right;
	margin-right: 20px;
	margin-top: 183px;
	position: relative;
}
.contact_top_map_shape{
	width: 448px;
	height: 433px;
	background: url(../../images/contact_shape.png);
	position: absolute;
	left: -43px;
	top: -36px;
	z-index: 1;
}
.contact_top_map{
	width: 570px;
	height: 480px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
	background: white;
	overflow: hidden;
}













.contact_bottom_container{
	width: 100%;
	height: 921px;
	background-color: #ffb722; /* For browsers that do not support gradients */
    background-image: linear-gradient(#ffb722, #ff9d0c); /* Standard syntax (must be last) */
    position: relative;
}
.contact_input_top_part{
	width: 100%;
	height: 115px;
	background: url(../../images/contact_input_top_part.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
@media all and (max-width: 1920px){
	.contact_input_top_part{
		width: 1920px;
		left: 50%;
		margin-left: -960px;
	}
}
.contact_input_bottom_part{
	width: 903px;
	height: 500px;
	background: url(../../images/contact-us-y-page.png);
	position: absolute;
	z-index: 0;
	bottom: 0px;
	right: -300px;
}
.middle_contact_bottom_container{
	width: 1200px;
	height: 100%;
	position: relative;
	margin: auto;
}
.contact_bottom_title{
	margin-left: 18px;
	padding-top: 164px;
	line-height: 0.8;
	font-size: 45px;
	font-weight: 900;
	color: white;
}
.contact_bottom_input_container{
	width: 100%;
	height: 531px;
	margin-top: 48px;
	position: relative;
	z-index: 1;
}
.contact_bottom_half_input_container{
	width: 600px;
	float: left;
	height: 99px;
	position: relative;
	margin-bottom: 29px;
}
.contact_bottom_input_title{
	margin-left: 23px;
	color: #363636;
	font-weight: 900;
	font-size: 25px;
	line-height: 0.8;
}
.contact_bottom_input_panel{
	width: calc(100% - 30px);
	margin: auto;
	height: 70px;
	margin-top: 10px;
	background: white;
	border-radius: 10px;
	position: relative;
}
.contact_bottom_input{
	width: calc(100% - 60px);
	margin: auto;
	height: 26px;
	border: 0px;
	outline: none;
	display: block;
	font-size: 20px;
	color: #363636;
	border-bottom: 1px solid #adadad;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.contact_bottom_full_input_container{
	width: 100%;
	float: left;
	height: 99px;
	position: relative;
	margin-bottom: 29px;
}
.contact_bottom_full_textarea_container{
	width: 100%;
	float: left;
	height: 275px;
	position: relative;
}
.contact_bottom_textarea_panel{
	width: calc(100% - 30px);
	margin: auto;
	height: 245px;
	margin-top: 10px;
	background: white;
	border-radius: 10px;
	position: relative;
}
.contact_bottom_textarea{
	width: calc(100% - 60px);
	margin: auto;
	height: 178px;
	display: block;
	border: 0px;
	outline: none;
	border-bottom: 1px solid #adadad;
	resize: none;
	font-size: 20px;
	color: #363636;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.contact_bottom_captcha_submit{
	width: 100%;
	height: 65px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.contact_bottom_captcha{
	width: 265px;
	height: 65px;
	float: left;
	margin-left: 13px;
	background: #f9f9f9;
	border-radius: 10px;
}
.contact_bottom_line{
	width: 400px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.contact_bottom_send_reset{
	width: 258px;
	height: 54px;
	float: right;
	margin-right: 15px;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.contact_bottom_send_reset_button{
	float: left;
	width: 124px;
	line-height: 0.8;
	background: #363636;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	border-radius: 15px;
	padding-top: 19px;
	padding-bottom: 19px;
	cursor: pointer;
}
.contact_bottom_send_reset_button:hover{
	background: white;
	color: #363636;
}
.contact_bottom_send_reset_button:last-child{
	margin-left: 10px;
}