﻿.big-form {
  background: #ffffff;
  width: 540px;
  height: 100px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
   border-radius: 9px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  border-top: 8px solid #BF1E2E;
  margin: 0px 0 0px 0px;
  padding: 0px;
  
  
}

.big-form input {
padding-left: 30px;
border: 1px solid #c6c6c6;
border-top: 1px solid #c6c6c6;
border-left: 1px solid #c6c6c6;
height: 35px;
width: 110px;
margin: 0px 0px 0px 9px;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.big-form input:focus {
outline: 0;
}
.big-form .input1{
  background: url(img/input-name.png) no-repeat;  
  background-color: #fff;
  background-position: 3% center;
  margin-top: 0px; 
}
.big-form .input2{
  background: url(img/input-tel.png) no-repeat;
  background-color: #fff;
  background-position: 3% center;
  margin-top: 0px; 
}

.big-form .inp-submit{
  cursor: pointer;  
  width: 140px;
  padding: 0px;
  height: 39px;
  background: #BF1E2E;
  border: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
    margin-top: 0px;
	border: 1px solid #c6c6c6;
}

.buy {
  text-align: center;
  padding: 0px 0px 10px 0px;
  margin-top: 10px; 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color:#000000;
}


body {
    margin: 0;
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 /*	background:  url(img/body.jpg) no-repeat;*/
 	background-size: cover;
	background-attachment: fixed;
	
   }

.background-z {

margin:0 auto;
padding:0px;
background-color:#ffffff;
  }
.background {
/*  background: url(img/bg.jpg); */
background-color:#Ffffff;
  margin: 0px auto;
  width: 880px;
  position: relative;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.ch {
	margin: -25px 0px 0px 0px;
	}


.c-form {
  width: 410px;
  height: 220px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  
  -moz-box-shadow: 0 0 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
  
  border-top: 8px solid #004241;
  border-left: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  
  margin: 0px 0 0px 0px;
  padding: 0px;
  background: #ffffff;
}

.text-b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color:#004241;
	}
	
	
.text-q {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color:#004241;
	margin-top:10px;
	margin-bottom:10px;
	}
.text {	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
	 }
	
.text2 {	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;}

.text_red {
    color: #EF4036;
	font-weight: bold;
   } 	


.title {height:150px; width:840px; margin:0 auto;}
.page{width:840px; margin:0 auto;}
.void{width:840px; height:10px; margin:0 auto;}
.void2{width:840px; height:20px; margin:0 auto;}
.void25{width:840px; height:25px; margin:0 auto;}













img.image {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background: whiteSmoke;
width: 98px;
border: 6px solid whiteSmoke;
box-shadow: 0 6px 7px rgba(0,0,0,0.4);
position:absolute;
margin-left:0px;
}
img.image:hover {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
width: 209px;
margin: -40px;
box-shadow: 0 8px 9px rgba(0,0,0,0.3);
z-index: 200;
}



	img.image-p {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
background: whiteSmoke;
width: 217px;
border: 6px solid whiteSmoke;
box-shadow: 0px 6px 7px rgba(0,0,0,0.4);
position:absolute;
margin-left:0px;
}
	img.image-p:hover {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
width: 409px;
margin: -90px;
box-shadow: 0 10px 20px rgba(0,0,0,0.3);
z-index: 200;
}









.t-form {
border: 0px;
border-radius: 0px 22px 22px 0px;
height: 110px;
width: 710px;
font-size: 16px;
}


.rp{
margin: -10px 0px -10px 0px;

	}
	
	
	
.big-form2 {
  width: 840px;
  height: 250px;
  
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  
  -moz-box-shadow: 0 0 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
  
  border-top: 8px solid #BF1E2E;
  border-left: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  
  margin: 0 0 0px -3px;
  padding: 0px;
  background: #ffffff;
}



.big-form2 input {
padding-left: 30px;
border: 1px solid #c6c6c6;

-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;

height: 35px;
width: 202px;
margin: 0px 0px 12px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}


.big-form2 textarea {
padding: 1px;
border: 1px solid #c6c6c6;
border-top: 1px solid #c6c6c6;
border-left: 1px solid #c6c6c6;

-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;

height: 80px;
width: 700px;
margin: 0 0 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
resize: none;
padding-left: -30px;
}

.big-form2 input:focus {
outline: 0;
}
.big-form2 input:nth-child(1){
  background: url(img/input-name.png) no-repeat;  
  background-color: #fff;
  background-position: 3% center;
  margin-top: 0px; 
}
.big-form2 input:nth-child(2){
  background: url(img/input-tel.png) no-repeat;
  background-color: #fff;
  background-position: 3% center;
}

.big-form2 input:nth-child(3){
  background: url(img/input-tel.png) no-repeat;
  background-color: #fff;
  background-position: 3% center;
}

.big-form2 .inp-submit{
  cursor: pointer;  
  width: 170px;
  padding: 0px;
  height: 35px;
  background: #BF1E2E;
  border: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; 
  margin: 10px 0 0px 0px; 
}	
.item {
	margin-bottom: 35px;
}