@charset "utf-8";
/* Skala22.ru*/
form{
	text-align: center;

}
.form-container-3{

	width: 450px;
	display: inline-block;
	padding: 20px;
	margin: 20px 0;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.5) ;

	}

input[type="text"]{

	width: 30%;
	margin: 5px 0;
	height: 35px;
	border-radius: 3px;
	boborder-width: 0;
	outline: none;
	border: 1px solid #e1e1e1;
	background: #f8f8f8;
	font-size: 0.9em;
	padding-left: 5px;
	box-shadow: 0.3px 0.3px 5px 0.3px #e1e1e1;

}

input[type="text"]:focus{

		box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;

}

input[type="email"]{
	width: 30%;
	margin: 5px 0;
	height: 35px;
	border-radius: 3px;
	boborder-width: 0;
	outline: none;
	border: 1px solid #e1e1e1;
	background: #f8f8f8;
	font-size: 0.9em;
	padding-left: 5px;
	box-shadow: 0.3px 0.3px 5px 0.3px #e1e1e1;

}

input[type="email"]:focus{
	box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;

}

input[type="number"]{

	width: 30%;
	margin: 5px 0;
	height: 30px;
	border-radius: 3px;
	boborder-width: 0;
	outline: none;
	border: 1px solid #e1e1e1;
	background: #f8f8f8;
	padding-left: 5px;
	box-shadow: 0.3px 0.3px 5px 0.3px #e1e1e1;

}

input[type="number"]:focus{

		box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;

}
select{
	width: 30%;
	height: 40px;
	margin: 10px 0;
	border: 1px solid #e1e1e1;
	resize: vertical;
	background: #f8f8f8;
	outline:none;
	padding-left: 5px;
	box-shadow: 0.3px 0.3px 5px 0.3px #e1e1e1;

}
textarea{
	width: 30%;
	min-height:150px;
	height: 20px;
	margin: 10px 0;
	border: 1px solid #e1e1e1;
	resize: vertical;
	background: #f8f8f8;
	font-size: 1.1em;
	outline:none;
	padding-left: 5px;
	box-shadow: 0.3px 0.3px 5px 0.3px #e1e1e1;

}

textarea:focus{

		box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;

}

button {
  padding: 10px 0;
  border-width: 0;
  display: block;
  width: 100%;
  background: #f8f8f8;
  color: #888888;
  font-size: 14px;
  outline: none;
  text-transform: uppercase;

}

button:hover{

	background: #46b75d;
	color: white;

}

.map{

	padding: 5px;
	margin-top: 20px;
}

#cb1 a{

	color: black;
	border-bottom: 1px dotted #e1e1e1;
	font-size: 0.9em;

	}

@media only screen and (device-width: 360px) {
	.form-container-3{
		width: 85%;
	}
	label{
		font-size: 12px;
	}
	
}