html,body {
	min-height: 100%;
	margin: 0;
	user-select: none;
	overflow-x: hidden;
}
main {
	padding: 0 20px;
	box-sizing: border-box;
	margin: 20px 0 0 0;
}
.m_header{
	height: 60px;
	width: 100%;
	background-color: #fff;
	text-align: center;
}
.m_header_width{
	max-width: 1200px;
	height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.m_logoimg{
	margin-top: 10px;
	height: 40px;
	float: left;
}

.m_header_text{
	color: #B3B3B3;
	line-height: 60px;
	font-size: 20px;
	word-spacing: 2px;
}

.m_contact{
	position: relative;
	line-height: 60px;
	font-size: 18px;
	color: #D6B88C;
	float: right;
	margin-right: 30px;
	cursor: pointer;	
}
.m_contacts{
	position: absolute;
	height: 80px;
	width: 285px;
	right: 0;
	bottom: 0;
	top: 60px;
	margin-right: -60px;
	background-color: #F1F1F1;
	display: none;
}
.m_contactphoneimg{
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 10px;
}
.m_contactphoneimg img{
	position: relative;
	top: 5px;
	height: 25px;
	width: 25px;
}
.m_contactphoneimg span{
	position: relative;
	left: 8px;
	color: #777777
}
.m_contactmailimg{
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: -30px;
}
.m_contactmailimg img{
	position: relative;
	top: 5px;
	height: 25px;
	width: 25px;
}
.m_contactmailimg span{
	position: relative;
	left: 8px;
	color: #777777
}
.m_langimg{
	height: 30px;
	width: 68px;
	float: right;
	margin-top: 16px;
	display: inline-block;
	position: relative;
}

.m_langimg nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.m_langimg nav ul li{
	height: 30px;
}
.m_langimg:hover{
	cursor: pointer;
}
.m_langimg img{
	width: 30px;
}
.m_main_one img{
	display: block;
	width: 100%;
	/*max-width: 1160px;*/
	margin: auto;
	/*max-height: 440px;*/
}
.m_main_one img{
	width: 100%;
}

.m_main_two{
	max-width: 1200px;
	height: 500px;
	margin: 0 auto;
	text-align: center;	
}
.m_main_text{
	margin-top: 10px;
	font-size: 36px;
	color: #B3B3B3;
	/*line-height: 100px;*/
}

.m_img_divs{
	margin-top: 40px;
	float: left;
	border: 2px solid #F1F1F1;
	border-radius: 10px;
	padding-bottom: 10px;
}

.m_img_divs div{
	position: relative;
	display: inline-block;
	height: 150px;
	width: 150px;
	margin-left: 48px;
	margin-top: 20px;
	right: 25px;
	text-align: center;
}
.m_img_divs div img{
	width: 150px;	
	height: 150px;	
}
.m_img_divs div span{
	font-size: 14px;
	font-weight: bold;
}
.m_main_three{
}
.m_map{
	height: 400px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	margin-top: 30px;
}
.clear{
	clear: both;
}
.m_adrees{
	height: 80px;
	max-width: 100%;
	text-align: center;
}
.m_adrees {
 	font-size: 18px;
 	color: white;
 	line-height: 80px;
 	color: rgb(98, 73, 104); 
}

.m_img_divs div img  {
	box-shadow: 0 0 2px grey;
}
footer{
	background-color: #A5A5A5;
}
.m_footer_width{
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	box-sizing: border-box;
}
.m_container{
	float: left;
	margin-left: 13%;
	width: auto;
}
.m_footerphone{
	height: 30px;
	width: 30px;
	float: left;
	margin-top: 10px;
}
.m_phonetext{
	font-size: 18px;
	float: left;
	display: inline-block;
	margin-top: 17px;
	margin-left: 5px;
}
.m_footer_logo{
	height: 22px;
	margin-top: 15px;
}
.m_footermail{
	height: 30px;
	width: 30px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
.m_mailtext{
	font-size: 18px;
	float: left;
	margin-top: 14px;
}
.clear {
	clear: both;
}
#openlang {
	display: none;
}
.openlang:hover #openlang {
	display: block;
}
#openlang {
	width: 46px;
	height: 34px;
	background-color: white;
	border-radius: 2px;
	margin-left: 2px;
	position: absolute;
	margin-top: -5px;
}
@media(max-width: 1030px){
	.m_img_divs{
		height: auto;
	}
	.m_main_text{
		font-size: 24px;
	}
}
@media(max-width: 740px){
	.m_container{
		float: none;
		width: 100%;
		text-align: center;
		position: relative;
		right: 12%;
	}
	.m_footerphone{
		float: none;
	}
	.m_phonetext{
		float: none;
		position: relative;
		top: -7px;
	}
	.m_mailtext{
	float: none;
	position: relative;
	top: -14px;

	}
	.m_footermail{
	float: none;
	position: relative;
	top: -7px;

}
.m_mailtext{
	float: none;
}

}
@media(max-width: 700px){
	.m_footer_width div {
		float: none;
		text-align-last: center;
	}
	.m_header_text {
		display: none;
	}
	.m_footerlogo {
		margin: 10px 0 40px 0;
	}
	.m_mailtextimg{
		margin-top: 0px;
	}
	.m_phonetextimg {
		margin-left: -44px;
	}
}
@media(max-width: 640px){
	.m_container{

	}
}
@media(max-width: 440px){
	.m_langimg{
		height: 15px;
		width: 68px;
	}
	.m_contact{
		font-size: 16px;
		margin-right: 10px;
	}
	.m_logoimg{
		height: 18px;
		margin-top: 21px;
	}
	.m_header_text{
		font-size: 16px;
	}
	.m_adrees .m_maintext, .m_adrees .a {
		font-size: 13px;
	}
}
@media(max-width: 380px){
	.m_adrees .m_maintext{
		font-size: 16px;
	}
	.m_adrees .a{
		font-size: 16px;
	}
}
