html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	content: '';
	background: url(../fn2.png) repeat;
	background-attachment: fixed;
	padding: 30px 0;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, header, section, footer {
	display: block;
}
main {
	width: 90%;
	margin: 0 auto;
	border-radius: 50px;
	background: url(../fn.png) repeat;
	background-attachment: fixed;
}
* {
	font-family: Verdana, sans-serif;
	color: #ffe6b3;
}
img {
	max-width: 90%;
}
h1 {
	font-size: 28px;
	margin-bottom: 50px;
	text-shadow: 10px 10px 10px #000;
}
header {
	padding: 40px 0;
	text-align: center;
}
header img {
	width:  60%;
	max-width: 500px;
}
section {
	width:  1000px;
	margin: 0 auto;
}
form {
	padding: 40px 32px 50px;
	width: 300px;
	min-height: 200px;
	background: url(../fn2.png) repeat;
	float:  right;
	margin-top: 80px;
	text-align: center;
	position: relative;
	border-radius: 10px;
  box-shadow: inset 0 0 12px 2px rgba(0, 0, 0, 0.6);
}
/*form:before {
	content: "";
	display: block;
	width: 132px;
	height: 101px;
	background: url(../img/elem/arrow-r.png)no-repeat;
	position: absolute;
	top: 96px;
	left: -171px;
	background-size: contain;
}*/
form h4 {
	color: #ffe6b3;
	font-size: 20px;
	font-weight: 600;
	line-height: 27.03px;
	position: relative;
	text-transform: uppercase;
	margin: 0 auto 16px;
	text-shadow: 10px 10px 10px #000;
	padding: 10px 0 25px;
}

input {
	background: 0 0;
	border: 2px solid #ffe6b3;
	border-radius: 8px;
	width: 240px;
	height: 40px;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}
button {
width: 163px;
  height: 54px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: .3s,transform .1s ease-in-out;
  outline: 0;
  border: none;
  margin-top: 20px;
  cursor: pointer;
	background-color: #2d2d2d;
  border-radius: 35px;
  box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
}
footer {
	margin-top: 60px;
	color: #ffe6b3;
	font-family: Circe;
	font-size: 15px;
	font-weight: 700;
	padding: 30px 0;
	text-align: center;
	font-family: Verdana, sans-serif;
}
.clear:after {
	content:  "";
	display: block;
	clear: both;
}
	.logo {
		font-size: 56px;
font-weight: bold;
margin: 10px 0;
	}
@media (max-width: 1000px) {
	section {
		width: 100%;
		padding: 0 10px;
	}
	form {
		margin-right: 10px;
	}
}
@media (max-width: 800px) {
	.clear {
		text-align: center;
	}
	form {
		float: none;
		margin: 0 auto;
	}
	form {
		margin-top: 100px;
	}
	form:before {
	    top: -100px;
	    left: 76px;
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.logo {
		font-size: 41px!important;
		    margin: 25px 0!important;
	}
h1 {
    font-size: 20px;
}
}