@import url('https://fonts.googleapis.com/css?family=PT+Sans');

/* 704px ( --- ) */

.touch {
    display: none !important;
}

.wrap {
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

.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;
	font-size: 14px;
}

.mblock {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 15px 5px;
	border-top: solid #ddd 1px;
	padding-top: 20px;
}

.mblock img {
	display: block;
	margin: 23px auto 0px auto;
	max-width: 100%;
}

.notop {
	border-top: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #282828;
}
a:hover, a:active {
	text-decoration: underline;
}

#top {
	background-color: #282828;
	color: #fff;
	background: url('img/bg.jpg') no-repeat;
	background-size: cover;
	min-width: 0;
}

#logo {
	/* margin: 0 auto; */
	display: inline-block;
	padding: 25px 0;
	max-width: 90%;
	width: 148px;
	height: auto;
}

#belgorod {
	right: 20px;
	top: 10px;
	font-size: 13px;
	display: inline-block;
	width: 80px;
	vertical-align: top;
	padding: 50px 0 0 0;
}

.yellow-block {
	background-color: #ffdd21;
	min-width: 0;
}

.yellow-block h2 {
	margin: 0;
	padding: 12px 0;
	text-align: center;
	font-size: 17px;
}

#blocks {
	margin: 29px auto 0 auto;
}
#blocks div {
	float: left
}

.block {
	width: 20%;
	text-align: center;
	font-weight: bold;
	background-size: cover;
}

.blockpic {
	background: top center no-repeat;
	min-height: 50px;
	margin-top: 28px;
	width:  100%;
	padding-top: 71px;
	font-size: 14px;
	font-weight: normal;
	background-size: 100%;
}

#contacts {
	width: 100%;
	margin: 30px auto 40px auto;
	font-size: 17px;
}

#contacts .left {
	float: left;
	text-align: right;
	padding-right: 20px;
	width: 30%;
	font-weight: bold;
}
#contacts .right {
	padding-left: 20px;
	width: 50%;
	float: left;
}

#copyright {
	width: 200px;
	text-align: center;
	margin: 40px auto;
	color: #afafaf;
	font-size: 13px;
}

.bottompad {
	padding-bottom: 26px;
}

.inactive {
	opacity: 0.4
}