html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	background-color: #000;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, header, section, footer {
	display: block;
}
* {
	font-family: Verdana, sans-serif;
	color: #fff;
}
img {
	width: 400px;
}
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: #120f24;
    float: right;
    text-align: center;
    position: relative;
    border: 2px solid #fcf6ff;
    border-radius: 10px;
}
/*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: #fff;
	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 #fff;
    border-radius: 8px;
    width: 240px;
    height: 47px;
    color: #000!important;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
}
button {
    width: 175px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    background-color: #02d2ec;
    text-transform: uppercase;
}
footer {
	margin-top: 60px;
	font-family: Circe;
	font-size: 12px;
	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;
	}
	img {
		width: 50%;
	}
}
@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;
}
}
