* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display:block;
    clear: both;
}

html {
    min-width: 720px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
}

.logo {
	float:left;
}

.header {
    height: 200px;
    background: #FFFFFF;
    color: #000000;
}

.header h1 {
	text-align:center;

}

.header a {
	color:#000;
}

ul li {
list-style: none
}

.zakupki {
	width:400px;
	margin:0 auto;
	text-align:center;
	display: block;
}

.header a:hover {
	color:#000;
}

.header a:visited {
	color:#000;
}

.header p {
	text-align:center;
		font-size:18px;
}

.footer {
    height: 200px;
    background: #364850;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
	text-align: center;
}

.footer a {
	color:#FFF;
}

.footer a:hover {
	color:#FFF;
}

.footer a:visited {
	color:#FFF;
}

.content-wrapper {
    margin: 0 auto;
    min-width: 720px;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    padding-bottom: 200px;
}

.content {
    width: 100%;
}

