body {
	font-family: 'Roboto', sans-serif;
	color: #565656;
	background-image: radial-gradient(ellipse closest-side, rgba(73, 74, 80, 0), rgba(73, 74, 80, 0.2));
	min-height: 100vh;}
.fixcontent {
	min-height: 100%;
	margin: 0 0 -80px;
	padding: 0 0 80px; }

.footer {
	height: 80px; }

a:focus {
	outline: none;
	outline-offset: 0; }

a:focus, a:hover {
	color: #fff;
	text-decoration: none; }

img {
	margin: 0 auto; }

.logo {
	margin: 30px auto 10px; }

.text {
	font-size: 52px;
	line-height: 66px;
	font-weight: 700; }

.text_small {
	font-size: 28px;
	line-height: 38px; }

.text_next {
	font-size: 48px;
	line-height: 54px;
	font-weight: 700; }

form {
	margin-top: 20px; }

#mail {
	-webkit-box-shadow: inset 1px 2px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 2px 8px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	border: 1px solid #d1d1d1;
	background-color: #e0dee2;
	padding: 12px 17px;
	color: #565656;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	outline: none; }

#button {
	border-radius: 4px;
	border: none;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e85201), to(#ff6d00));
	background-image: linear-gradient(to top, #e85201 0%, #ff6d00 100%);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	outline: none;
	padding: 8px 17px 9px; }

#button:hover {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff6d00), to(#e85201));
	background-image: linear-gradient(to top, #ff6d00 0%, #e85201 100%); }

.spam {
	max-width: 540px;
	margin: 14px auto 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400; }
.spam i {
	margin-right: 5px; }

.footer__list {
	list-style: none;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	margin-top: 3px; }
.footer__list_item {
	display: inline-block;
	border-right: 2px solid #777;
	margin-right: 2px;
	line-height: 14px;
	padding-right: 7px; }
.footer__list_link {
	color: #565656;
	font-size: 14px;
	font-weight: 400; }
.footer__list_link:hover {
	background: none;
	color: #565656;
	text-decoration: underline; }
.footer__list_link:focus {
	background: none;
	color: #565656; }

.footer__copy {
	margin-top: 15px;
	color: #565656;
	font-size: 14px;
	line-height: 18px; }

@media only screen and (max-width: 767px) {
	#button {
		margin: 15px 0;
		width: 100%; }
	.text {
		font-size: 30px;
		line-height: 50px;
		font-weight: 400; }
	.text_small {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px; }
	.text_next {
		font-size: 26px;
		line-height: 32px;
		font-weight: 400; }
	.spam {
		font-size: 12px;
		line-height: 16px;
		margin: 0 auto; }
	.footer__copy {
		font-size: 12px;
		line-height: 14px; }
	.footer__list_link {
		font-size: 12px;
		line-height: 14px; }
	.footer__list {
		margin-bottom: 5px;
		margin-top: 0; }
	.footer__list_item {
		line-height: 14px; } }
