@import url('https://fonts.googleapis.com/css?family=PT+Sans');

/* 704px ( --- ) */

.touch {
    display: none !important;
}

.wrap {
	width: 704px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

html, body {
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	background-color: #fff;
	color: #282828;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #282828;
}
a:hover, a:active {
	text-decoration: underline;
}

#top {
	background-color: #282828;
	color: #fff;
	min-width: 704px;
	background: url('img/bg.jpg') no-repeat;
	background-size: cover;
}

#logo {
	margin: 0 auto;
    display: block;
    padding: 40px 0;
}

#belgorod {
	position: absolute;
    right: 20px;
    top: 10px;
	font-size: 13px;
}

.yellow-block {
	background-color: #ffdd21;
	min-width: 704px;
}

.yellow-block h2 {
	margin: 0;
	padding: 12px 0;
	text-align: center;
}

#blocks {
	margin: 55px auto 0 auto;
}
#blocks div {
	float: left
}

.block {
	width: 208px;
	text-align: center;
	font-weight: bold;
}

.blockpic {
	background: top center no-repeat;
	min-height: 50px;
	margin-top: 28px;
	width:  100%;
	padding-top: 130px;
	font-size: 14px;
	font-weight: normal;
}

.block-seperator {
	width: 2px;
	margin: 0 18px;
	margin-top: 50px;
}
.line-v {
	height: 115px;
	width: 1px;
	border-right: solid #dadada 1px
}
.line-h {
	height: 1px;
	width: 115px;
	border-top: solid #dadada 1px;
	margin: 0 auto;
	float: none !important;
}

.height1 {
	height: 253px;
}
.height2 {
	height: 204px;
}

.empty {
	height: 4px;
}

#contacts {
	width: 616px;
	margin: 50px auto;
	font-size: 20px;
}

#contacts .left {
	float: left;
    text-align: right;
    padding-right: 20px;
    width: 280px;
    font-weight: bold;
}
#contacts .right {
	padding-left: 20px;
    width: 280px;
    float: right;
}

#copyright {
	width: 200px;
    text-align: center;
    margin: 50px auto;
    color: #afafaf;
    font-size: 13px;
}

.inactive {
	opacity: 0.4
}