body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 10px;
	line-height: 20px;
	width: 100%;
    }
h1, h2, h3, h4, h5, h6 {
	color: #222945;
    }
h1 {
	font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    }
h2 {
	font-size: 28px;
    font-weight: 900;
    color: fff;
    line-height: 0.5;
    text-transform: uppercase;
    }
h3 {
	font-size: 18px;
    font-weight: 400;
    color: fff;
    text-transform: uppercase;
    }
h4 {
	font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    }    
p   {
	font-size: 14px;
    font-weight: 400;
    color: black;
    margin: 12px;
    }
p.promo   {
	font-size: 14px;
    font-weight: 400;
    color: fff;
    }
p.text   {
	font-size: 13px;
    font-weight: 400;
    color: black;
    padding-left: -4em;
    margin-top: 0px;
    }
li {
    font-size: 12px;
    padding: 0em 2em;
    text-indent:-0.9em;
}
a.menu   {
	font-size: 14px;
    font-weight: 400;
    color: black;
    text-decoration: none;
    }
a.menu_b   {
	font-size: 12px;
    font-weight: 400;
    color: fff;
    text-decoration: none;
    }    
a.bot_conslt {
	background: url(./img/bot_conslt.gif);
    display: block;
    position: relative;
	width: 772px;
	height: 38px;
    top: -65px;
    right: 0px;
    float: right;
    }
a.bot_conslt:hover {
    background: url(./img/bot_conslt.jpg);
    }    
a.bot_conslt2 {
	background: url(./img/bot_conslt2.gif);
    display: block;
    position: relative;
	width: 186px;
	height: 37px;
    top: -34px;
    right: 100px;
    float: right;
    }
a.bot_conslt2:hover {
    background: url(./img/bot_conslt-2.gif);
    }    
a.bot_conslt3 {
	background: url(./img/bot_conslt3.gif);
    display: block;
	width: 125px;
	height: 29px;
    position: relative;
    left: 25px;
    }
a.bot_conslt3:hover {
    background: url(./img/bot_conslt-3.gif);
    }    
.tel {
	font-size: 12px;
    font-weight: 400;
    position: relative;
    top: 0px;
    float: left;
    color: fff;
    }
.mail {
	font-size: 12px;
    font-weight: 400;
    position: relative;
    top: 8px;
    float: left;
    color: fff;
    }
img {
   max-width: 100%;
}