
.a-header {
    position: relative;
    padding-top: 40px;
    margin: 0 auto;
    width: 1100px;
}
.a-header-banner {
    margin-bottom: 8px;
    margin-right: auto;
    padding: 0;
    display: block;
    list-style: none;
    height: 89px;
    width: 443px;
}
.a-header-country {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
}
.a-header-country li {
    display: inline-block;
    margin-left: 5px;
}
.a-header-country li img {
    display: block;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.b-navigation-site {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    list-style: none;
    transform: translateX(-50%);
}
.b-navigation-site li {
    margin-right: 11px;
    float: left;
    line-height: 40px;
}
.b-navigation-site li a {
    color: #795d6f;
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: bold;
}
.b-navigation-site li a:hover {
    color: #a4a4a4;
}
.b-navigation-service {
    position: relative;
    height: 312px;
    background: url("/img/header_back.jpg") repeat;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: solid 1px #d0c0d1;
}
.b-navigation-service .g-logo{
    position: absolute;
    z-index: 1000;
    top: -85px;
    left: 443px;
}
.b-navigation-service-back {
    position: absolute;
    z-index: 5;
    top: -20px;
    left: 9px;
    width: 1073px;
    height: 319px;
    background: url("/img/header-menu-back.png") no-repeat;
}
.b-navigation-service-link {
    position: absolute;
    z-index: 100;
    top: 135px;
    display: block;
    height: 128px;
    width: 128px;
    background: url("/img/elements.png") no-repeat;
    border-radius: 64px 64px 64px 64px;
    -moz-border-radius: 64px 64px 64px 64px;
    -webkit-border-radius: 64px 64px 64px 64px;
}
.b-navigation-service-link.g-1 {
    background-position: 9px -182px;
    left: 104px;
}
.b-navigation-service-link.g-2 {
    background-position: -140px -182px;
    left: 416px;
}
.b-navigation-service-link.g-3 {
    background-position: -303px -182px;
    left: 687px;
}
.b-navigation-service-link.g-4 {
    background-position: -497px -182px;
    left: 936px;
}
.b-navigation-service-link.g-1.g-en {
    background-position: 11px -320px;
}
.b-navigation-service-link.g-2.g-en {
    background-position: -140px -318px;
}
.b-navigation-service-link.g-3.g-en {
    background-position: -297px -322px;
}
.b-navigation-service-link.g-4.g-en {
    background-position: -494px -317px;
}
.b-navigation-hack {
    padding-left: 80px;
    position: absolute;
    z-index: 30;
    top: -76px;
    right: 24px;
    width: 200px;
    height: 111px;
    background-color: #f1edeb;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: solid 1px #d0c0d1;
}
.b-navigation-hack-link {
    position: absolute;
    z-index: 30;
    top: -10px;
    left: -80px;
    width: 130px;
    height: 130px;
    background: url("/img/elements.png") no-repeat;
    background-position: 0 0;
    border-radius: 65px 65px 65px 65px;
    -moz-border-radius: 65px 65px 65px 65px;
    -webkit-border-radius: 65px 65px 65px 65px;
}
.b-navigation-hack-link.g-en {
    background-position: -137px 0;
}
.b-navigation-hack-list {
    margin-top: 28px;
    list-style-image: url('/img/list-style.png');
}
.b-navigation-hack-list li {
    margin-bottom: 7px;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
    font-family: "Trebuchet MS";
    font-weight: bold;
}
.b-navigation-hack-list li a {
    vertical-align: top;
    color: #957a7e;
}
.b-navigation-hack-list li a:hover {
    color: #4f4f4f;
}