@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
	display: block;
}
html, body {
	height: 100%;
	font: 100%/1.5em Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: rgba(0, 0, 0, 0.016);
}
.wrapper {
	min-height: 100%;
}
.project {
	display: table;
	padding: 15px 0;
	width: 100%;
}
.logo {
	display: table-footer-group;
	width: 100%;
	background-image: url(logo-m.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.logo a {
	display: block;
	width: 100%;
	height: 50px;
}
.ident {
	display: table-header-group;
	width: 100%;
	text-align: right;
	font-size: 14px;
}
.ident a {
	display: inline-block;
	margin: 0 20px 30px 0;
	font-size: 14px;
}
#menu {
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
}
#menu li {
	display: block;
	height: 60px;
	list-style-type: none;
}
#menu a {
	display: block;
	box-sizing: border-box;
	color: #222;
}
#menu a:hover {
	background: #177245;
	color: #fff;
	text-decoration: none;
}
#menu_active {
	font-size: 50px;
}
#menu_add {
	display: none;
	padding: 10px 0;
	text-align: center;
}
#menu_add a {
	padding: 15px 40px;
	height: 60px;
	*height: 30px;
}
#menu_add_open a {
	margin: 15px;
	padding: 6px 22px;
	border: 1px solid #777;
	border-radius: 0 0.3em 0 0.3em;
	height: 40px;
}
#menu_add_open:hover {
	cursor: pointer;
}
article {
	padding-bottom: 80px;
	font-size: 13px;
}
article * {
	box-sizing: border-box;
}
article h1 {
	margin: 1em 0;
	font-size: 18px;
	font-family: Verdana, sans-serif, Arial, Helvetica;
	color: #414243;
	font-weight: 500;
}
article img {
	max-width: 100%;
	height: auto;
}
.menu_extra {
	margin-top: 1px;
	padding: 8px 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #777;
	color: #000000;
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
.menu_extra a {
	color: #337cbb;
}
.menu_extra a:hover {
	color: #337cbb;
}
footer {
	margin-top: -80px;
	padding: 20px 20px 10px 20px;
	border-top: 1px solid #ddd;
	height: 49px;
	font-size: 12px;
	color: #777;
}
.clear {
	clear: both;
}
.error {
	margin: 20px 0;
	padding: 15px 20px;
	border-radius: 2px;
	background: #f16162;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
.content {
	margin: 0 0 30px;
	width: 100%;
}
.content_info {
	display: none;
}
.cl {
	margin: 0 0 1em;
	padding: 0 1em;
	text-align: center;
}
.cl-1, .cl-2, .cl-3, .cl-4, .cl-5, .cl-6, .cl-7, .cl-8, .cl-9, .cl-10, .cl-11, .cl-12 {
	width: 100%;
}

/* Главная страница */

.advantage {
	margin: 0 auto;
	padding: 0 1em;
	max-width: 93%;
	text-align: center;
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}
.advantage a {
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.advantage a:hover {
	color: #9d9d9d;
}
.advantage h1 {
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 500;
	font-size: 14px;
}

/* Форма */

form {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444;
}
form p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
}
form .cl {
	text-align: left;
}
input {
	display: block;
	margin-top: 8px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 90%;
	max-width: 100%;
}
select {
	margin: 8px 1% 0 0;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	min-width: 29%;
}
.gender input {
	display: inline;
	margin: 16px 0px 0px;
	width: 30px;
}
textarea {
	border: 1px solid #ddd;
	width: 90%;
}

/* Авторизация */

.account {
	margin: 0 auto 15px;
	padding: 20px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	max-width: 290px;
	background: rgba(0, 0, 0, 0.016);
	text-align: left;
}
.account div {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #ddd;
	text-align: center;
}
.account a {
	font-size: 12px;
}
.login, .password, .account_button {
	margin: 0 0 14px;
	width: 100%;
	font-size: 16px;
}

/* Регистрация */

.registration #resCity a {
	display: block;
	font-size: 12px;
}
.registration #resCity a:hover {
	cursor: pointer;
}

/* Другое */

a {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.button {
	margin: 8px 5% 0;
	padding: 6px 0;
	border: none!important;
	width: 90%;
	max-width: 260px;
	background-color: #222;
	font-size: 16px;
	color: #ffffff;
}
.button:hover {
	background-color: #177245;
	cursor: pointer;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.inline {
	display: inline;
	width: auto;
}
.block {
	display: block;
}
.none:hover {
	text-decoration: none;
}
@media all and (min-width: 450px) {
	.advantage h1 {
		font-size: 14px;
	}
	.advantage h1 {
		font-size: 15px;
	}
}
@media all and (min-width: 700px) {
	body {
		margin: 0 auto;
		max-width: 1200px;
	}
	.project {
		padding: 0;
		height: 87px;
	}
	.logo {
		display: table-cell;
		width: 50%;
		background-image: url(logo.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}
	.logo a {
		display: block;
		width: 100%;
		height: 87px;
	}
	.ident {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.ident a {
		margin: 0 40px 0 0;
	}
	#menu {
		position: relative;
		padding: 0;
		height: 60px;
		background: #222;
		text-align: center;
	}
	#menu li {
		display: inline-block;
	}
	#menu a {
		padding: 15px 40px;
		height: 100%;
		color: #fff;
	}
	#menu_add {
		position: absolute;
		margin-right: 1px;
		padding: 0;
		z-index: 2;
		background: #222;
		right: 0;
		text-align: left;
	}
	#menu_add li {
		display: block;
		height: 50px;
	}
	#menu_add a {
		padding: 10px 50px;
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	#menu_add_open a {
		margin: 0;
		padding: 15px 40px;
		border: 0;
		border-radius: 0;
		min-width: 150px;
		height: 100%;
	}
	.content {
		float: left;
		margin: 0 1% 30px;
		padding: 1em 0 0;
		border: solid 1px #ddd;
		border-radius: 4px;
		width: 68%;
		background-color: #ffffff;
	}
	.content_info {
		display: block;
		float: left;
		margin: 0 1% 30px 0;
		width: 29%;
	}
	.spon {
		margin-bottom: 15px;
		padding: 25px;
		border: solid 1px #ddd;
		border-radius: 4px;
		min-height: 250px;
		background-image: url(spon.png);
		background-color: #ffffff;
		background-repeat: repeat-y;
		font-size: 12px;
		font-family: Arial, Lato, Verdana;
		color: #888888;
		text-align: justify;
	}
	.adv {
		padding-left: 16px;
		border: solid 1px #ddd;
		border-radius: 4px;
		min-height: 250px;
		background-image: url(adv.png);
		background-color: #ffffff;
		background-repeat: repeat-y;
		text-align: center;
	}
	.cl {
		float: left;
	}
	.cl-1 { width: 8.33333333333%; }
	.cl-2 { width: 16.6666666666%; }
	.cl-3 { width: 25%; }
	.cl-4 { width: 33.3333333333%; }
	.cl-5 { width: 41.6666666666%; }
	.cl-6 { width: 50%; }
	.cl-7 { width: 58.3333333333%; }
	.cl-8 { width: 66.6666666666%; }
	.cl-9 { width: 75%; }
	.cl-10 { width: 83.3333333333%; }
	.cl-11 { width: 91.6666666666%; }
	.cl-12 { width: 100%; }
	
	/* Главная */

	.advantage {
		font-size: 16px;
	}
	.advantage h1 {
		font-size: 18px;
	}
	
	/* Регистрация */

	.registration p {
		padding-top: 30px;
	}
}
@media all and (min-width: 900px) {

	/* Главная страница */

	.advantage {
		font-size: 16.5px;
	}
	.advantage h1 {
		font-size: 20px;
	}
}