@charset "utf-8";
/* CSS Document */
/*-------------------
 Main
---------------------*/
.header{
	border-bottom:none!important;
	}
	
.groupImg{
	width:1000px;
	max-height:640px;
	
	padding-top:40px;
	padding-bottom:30px;
	margin: 0 auto;
	display: flex;
	}

.oneimg img{
	display: block;
	width:300px;
	height:auto;
}
.groupImg .oneimg{
	width:300px;
	margin: 0 auto;
	padding:24px;
	}	
	@media(max-width:768px){
	.groupImg{
		width:100%;
		margin:0px auto;
		display:flex;
		flex-direction: column;
	}
	.groupImg img{
		width:90%;
		margin:0 auto;
	}
}
.cost{
	margin-bottom:10px;
	}
	
.imgBg1{
	position:absolute;
	right:50px;
	top:80px;
	}
	
	
/*Form contact*/

.mail-content{
	width:700px;
	height:auto;
	padding:50px 50px 30px 50px;
	box-sizing:border-box;
	background:#FDF7EE;
	border:solid 1px #EBEBEB;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	}
@media(max-width:768px){
	.mail-content{
		width:95%;
		margin:0 auto;
	padding: 10px 10px 30px;
	}
}
	
.one-row{
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:15px 0px;
	border-bottom:dotted 1px #AAAAAA;
	overflow:hidden;
	}
	
 .one-row .title{
	 width:25%;
	 height:auto;
	 float:left;
	 color:#444444;
	 font-size:14px;
	 line-height:180%;
	 padding-top:10px;
	 }
	 
	.one-row .input-data{
	 width:70%;
	 height:auto;
	 float:left;
	 margin-left:5%;
	 } 
	 
	.one-row .input{
		width:100%;
		box-sizing:border-box;
		height:auto;
	  border:solid 1px #F5C077;
	  padding:2%;
	  outline:none;
	   font-size:14px;
	 }  
	 
	.one-row .select{
		width:100%;
		box-sizing:border-box;
		height:auto;
	  border:solid 1px #F5C077;
	  padding:1%;
	  outline:none;
	    font-size:14px;
	 } 
	 
	 .one-row .textarea{
		width:100%;
		box-sizing:border-box;
		height:auto;
	  border:solid 1px #F5C077;
	  padding:2%;
	  outline:none;
	   font-size:14px;
	   height:160px;
	   resize:vertical;
	 }  
	 

	 
.button{
	text-align:center;
	}	 
	 
.button .btnsubmit{
	width:153px;
	height:43px;
	background:url(../img/btnSubmit.png) no-repeat;
	margin:0px auto;
	margin-top:30px;
	border:none;
	outline:none;
	cursor:pointer;
	}
	
.		  				
	