#Zahvat{
	height: 470px;
  width: 100%;
	background: url('img/main_3.jpg');
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
}

#Z_form{
	width: 910px;
	height: 70px;
	background: rgba(255,255,255, 0.84);
	position: absolute;
	top: 263px;
	left: 50%;
	transform: translate(-50%);
}

.Z_input{
	font-size: 14px;
  color: black;
  border: none;
  outline: none;
  background: #cacaca;
  padding: 0 17px;
	margin: 10px 5px;
  width: 306px;
  height: 50px;
  float: left;
}

#Z_button{
	width: 185px;
  height: 50px;
  border-radius: 2px;
  background: #d83030;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: relative;
  top: 9px;
  float: left;
  cursor: pointer;
  transition: 0.2s;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}

#Z_politika{
	position: absolute;
  bottom: -20px;
  color: white;
  font-size: 14px;
  font-weight: 200;
  width: 910px;
  text-align: center;
}
