/* css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}

a {
  text-decoration: none;
  color: #20952e;
  }   

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}  

body {
  background-color: #000;  
	min-width: 760px;
}

div.body {
  background-color: #fff;
  width: 100%;
	max-width: 1200px;
  margin: 0 auto;
	padding: 0 0 20px;
}

h1, h2, h3, h4, p, span, a, li {
	font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
}

h1, h2 {
  font-size: 40px;
}

h3, h4 {
  font-size: 30px;
}

p, span, a, li {
  font-size: 22px;
	line-height: 30px;
}

b {
	color: #20952e;
}

.menu {
	position: relative;
}

.menu img {
	max-width: 140px;
	position: absolute;
	top: 0;
	left: 20px;
}

.menu ul {
	display: block;
	padding: 0 0 0 160px;
}

.menu li {
	display: inline-block;
	padding: 20px 2%;
}

img.main-banner {
	width: 100%;
}

.buttons {
	padding: 20px 0;
	text-align: center;
}

.buttons div {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 170px;
	background-size: contain;
	position: relative;
	border-radius: 5px;
}

.buttons div:hover p {	
	padding: 5px 1%;
}	

.buttons a {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.buttons p {
	position: absolute;
	bottom: 0;
	width: 98%;
	text-align: center;
	background-color: rgba(255,255,255,0.3);
	padding: 3px 1%;
	line-height: 26px;
}

.buttons span {
	font-size: 16px;
}

#bwdt {
	background: url(i/wdt.png) no-repeat center top;
}

#bstreet {
	background: url(i/street.png) no-repeat center top;
}

#bwdb {
	background: url(i/wdb.png) no-repeat center top;
}

#bwdt1000 {
	background: url(i/1000hp.png) no-repeat center top;
}

#btracks {
	background: url(i/tracks.png) no-repeat center top;
}

#bwdt800 {
	background: url(i/wdt800.png) no-repeat center top;
}

.body > h2 {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #20952e;
	margin: 10px 0 0;
}

.body > img {
	display: block;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

.body > p, .body > ul li {
	display: block;
	max-width: 700px;
	margin: 0 auto;
	padding: 5px;
}

.body > p span {
	color: #20952e;
}

.body > ul {
	padding: 5px;
}

.history {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
}

.history p {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 22px;
}

.history > div {	
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

span {
	color: #777;
	font-size: 14px;
	line-height: 14px;
}

.history > div img {
	width: 100%;
	padding: 10px 0 0;
}

.donate {
	max-width: 750px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.donate a, .donate > img {
	display: inline-block;
	vertical-align: middle;
}

.donate img {
	max-width: 200px;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #fff;
}

.donate img:hover {
	border: 1px solid #20952e;
}
	
.yandex {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
}

.yandex > div {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 500px;
	height: 222px;
}





















