@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic,latin);
body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    background: url(../i/bg.png) 50% 0;
    font-size: 15px;
    color: #050505;
}
.body {
    width: 975px;
    margin: 0 auto;
}
.header {
    height: 151px;
    position: relative;
}
.address {
    background: url(../i/address.png) no-repeat 0 4px;
    padding: 0 0 0 26px;
    position: absolute;
    top: 46px;
    left: 15px;
    display: none;
}
.order {
    display: block;
    position: absolute;
    right: 15px;
    top: 57px;
    width: 206px;
    height: 39px;
    background: url(../i/order.png) no-repeat 0 0;
    text-align: center;
    line-height: 39px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.order:hover {
    background: url(../i/order.png) no-repeat 0 100%;
}
.logo {
    background: url(../i/logo.png) no-repeat 0 0;
    display: block;
    position: absolute;
    width: 160px;
    height: 212px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -80px;
}
.top-menu {
    background: url(../i/top-menu.png) no-repeat 0 0;
    width: 975px;
    height: 59px;
}
.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0px;
}
.top-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 9999;
}
.top-menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 54px;
    height: 54px;
    text-align: center;
    font-size: 15px;
}
.top-menu ul li.it1 a {
    width: 209px;
}
.top-menu ul li.it2 {
    margin: 0 141px 0 0;
}
.top-menu ul li.it2 a {
    width: 209px;
    background: url(../i/top-menu-border.png) no-repeat 0 50%;
}
.top-menu ul li.it3 a {
    width: 260px;
}
.top-menu ul li.it4 a {
    width: 156px;
    background: url(../i/top-menu-border.png) no-repeat 0 50%;
}
.top-menu ul li:hover a, .top-menu ul li.active a {
    background: #30303b;
}
.top-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 54px;
    background: #30303b;
    padding: 10px 28px;
}
.top-menu ul li:hover ul {
    display: block;
}
.top-menu ul li ul li {
    display: block;
}
.top-menu ul li ul li a {
    color: #bdbec6;
    text-decoration: none;
    display: block;
    line-height: normal;
    height: auto;
    text-align: left;
    padding: 3px 0 10px 0;
    background: url(../i/top-menu-h-border.png) repeat-x 0 100% !important;
    width: auto !important;
}
.top-menu ul li ul li:last-child a {
    background: none !important;
}
.top-menu ul li ul li:hover a {
    opacity: .8;
}
.gr50 {
    display: inline-block;
    text-align: center;
    width: 49%;
    vertical-align: top;
}
.ac {
    text-align: center;
}
.gr50 img, .ac img {
    margin: 10px 0 0 0 ;
}
.form {
    width: 350px;
    margin: 0 0 10px 0;
}
.form label {
    display: block;
    padding: 4px 0;
}
.form input[type="text"], .form input[type="email"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 4px;
    border: 1px #ccc solid;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #050505;
}
.form textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 4px;
    border: 1px #ccc solid;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #050505;
}
.form input[type="submit"] {
    display: block;
    border: none;
    width: 206px;
    height: 39px;
    background: url(../i/order.png) no-repeat 0 0;
    text-align: center;
    line-height: 39px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.form input[type="submit"]:hover {
    background: url(../i/order.png) no-repeat 0 100%;
}
.lang {
    position: relative;
    top: 65px;
}
.lang a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 0 0 0 24px;
    margin: 0 14px 0 0;
    display: inline-block;
}
.lang a.current {
    font-weight: bold;
}
.lang a.rus {
    background: url(../i/r.png) no-repeat 0 3px;
}
.lang a.eng {
    background: url(../i/e.png) no-repeat 0 3px;
}
.lang a.china {
    background: url(../i/c.png) no-repeat 0 3px;
}
.error {
    border:1px red solid !important;
}