@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);

html, body, div, span,
p, a, ul, li, article, footer, header, nav
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Roboto Condensed', sans-serif;
}
ol, ul {
	list-style: none;
}
a{
    text-decoration: none;
	color: #0060a8;
}
footer a:link, footer a:visited{
    color: #000000;
}

body {
    background: url(images/background2.png);
	
}
.wrapper{
    background: url(images/background.png) top repeat-x;
}
.container{
    width: 1024px;
    margin: 0 auto;
	padding-top:50px;
}

header{
    height: 750px;
    margin: 0 auto;
}
header a {
    text-decoration: none;
    color: #0060a8;
}
header li:hover a {
    color: #ffffff !important;
}
.logo{
    width: 156px;
    height: 154px;
    margin: 0 auto 0;
}
.phone{
    background: url(images/phone.png) no-repeat;
    margin-top: 10px;
    padding-left: 20px;
}
.contacts{
    width: 200px;
    float: right;
    margin: -115px 164px 0 0;
    font-size: 14px;
}
.general{
    width: 1004px;
    height: 751px;
    margin: -50px auto 0;
    background: url(images/general.png) no-repeat;
}
.mainGeneral{
    height: 128px !important;
    background: url(images/general2.png) no-repeat !important;
}
header li{
    display: inline-block;
    font-weight: bold;
    font-size:22px;
    width: 185px;
    text-align: center;
    background: url(images/but_bg.png) repeat-x;
    margin-left: 15px;
    float: left;
    height: 75px;
    border-radius: 10px;
    padding: 0 3px;
}
header li a{
    display: inline-block;
    vertical-align:middle;
}
.helper {
    
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
}
header li:hover{
    background: url(images/but_bg_hover.png) repeat-x;
}
.menu{
    width: 840px;
    margin: 0 auto 0;
    padding-top: 500px;
}
.mainNav{
    padding-top: 100px !important;
}

article{
    width: 820px;
    margin: 0 auto;
    color: #5b686c;
    line-height: 1.6;
    font-size: 16px;
}
.strike {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}
.strike > span::before {
    margin-right: 15px;
    right: 100%;
}
.strike > span::before, .strike > span::after {
    background: none repeat scroll 0 0 #5b686c;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 9999px;
}
.strike > span::after {
    left: 100%;
    margin-left: 15px;
}
.strike > span::before, .strike > span::after {
    background: none repeat scroll 0 0 #5b686c;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 9999px;
}
.strike > span {
    display: inline-block;
    font-size: 30px;
    position: relative;
}
.listing li {
    list-style-type:none;
    padding-left: 20px;
}
.listing li:before {
  content:"\2014\0020";
}
.h3{
    font-size: 18px;
}
.left{
    width: 320px;
    height: 1px;
    border-top: 1px solid #5b686c;
    float: left;
}
.right{
    width: 320px;
    height: 1px;
    border-top: 1px solid #5b686c;
    float: right;
}
.m2{
    margin-top:50px;
    float: right;
    background: url(images/but_bg_2.png) repeat-x;
    width: 120px;
    height: 24px;
    font-size: 14px;
    color: #5b686c;
    padding: 3px 0 0 35px;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.m2 a:visited{
    color: #5b686c;
}
.sp{
    padding-top: 40px;
    border-bottom: 1px solid #5b686c;   
    clear: both;
}
footer{
    width:820px;
    margin: 0 auto;
}
footer ul {
    padding-top: 20px;
    width: 820px;
    margin: 0 auto;
}
footer li{
    display: inline;
    border-left: 1px solid #5b686c;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
    text-transform: uppercase;
}
footer li:first-child {
    border-left: 0px;   
}
footer li a:hover{
    color: #2376b4;
}
.contacts2{
    margin-top:50px;
    float: left;
    height: 100px;
}
.counters{
    margin-top:60px;
	margin-left:100px;
    float: left;
    height: 100px;
}
.std {
    background: url(images/std.png) no-repeat;
    font-family: "trebuchet ms", sans-serif;
    font-size: 12px;
    width:100px;
    height: 60px;
    float: right;
    padding-left: 45px;
    text-decoration: underline;
    color: #5b686c;
    margin-top: 60px;
}  