/*  Header block */
.header {
    position: relative;
    z-index: 4;
    height: 252px;
    background: transparent url("../../img/page/bg/header.jpg") bottom center no-repeat;
}

.header-block {
    position: relative;
    width: 900px;
    height: 252px;
    margin: 0 auto;
}

/*  Header contacts */
.header-contacts {
    float: left;
    width: 300px;
    padding: 45px 0 0 0;
    overflow: hidden;
}

.header-contacts .phone {
    margin-top: 15px;
}

.header-contacts .working-time {
    margin-top: 10px;
}

.header-contacts .address {
    margin-bottom: 15px;
}

.header-contacts .address-block {
    padding-left:12px;
}

/*  Header schedule */
.header-schedule {
    float: right;
    width: 244px;
    height: 252px;
    color: #fdfeff;
    position: relative;
}

.header-schedule .prev-button {
    position: absolute;
    left: 30px;
    top: 35px;
    display: none;
}

.header-schedule .next-button {
    position: absolute;
    left: 30px;
    top: 206px;
    display: none;
}

.schedule-container {
    height: 144px;
    margin: 61px 0 0 0;
    overflow: hidden;
    position: relative;
}

.header-schedule ul {
    list-style: none;
    margin: 0 21px 0;
    position: relative;
}

.header-schedule ul li {
    padding-top: 4px;
    height: 46px;
    position: relative;
}

.header-schedule ul li.schedule-selected-item {
    background: transparent url("../../img/common/buttons/big-white-transparent-button.png") 0 -88px repeat-x;
}

.header-schedule ul li.schedule-selected-item {
    background: transparent url("../../img/common/buttons/big-white-transparent-button.png") 0 -88px repeat-x;
}

.header-schedule ul li.schedule-selected-item .selected-left-side,
.header-schedule ul li.schedule-selected-item .selected-right-side {
    width: 21px;
    height: 44px;
    position: absolute;
    top: 0;
    background: transparent url("../../img/common/buttons/big-white-transparent-button.png") 0 0 no-repeat;
}

.header-schedule ul li.schedule-selected-item .selected-left-side {
    left: -21px;
}

.header-schedule ul li.schedule-selected-item .selected-right-side {
    right: -21px;
    background-position: 0 -44px;
}

.header-schedule ul li.schedule-third-item  {
    margin-bottom: 40px;
}

.header-schedule ul li strong {
    font-size: 16px;
    font-weight: bold;
    color: #FDFEFF;
}

.header-schedule ul li .schedule-text-wrap {
    width: 200px;
    overflow: hidden;
}

.header-schedule ul li span,
.header-schedule ul li a {
    color: #FDFEFF;
    white-space: nowrap;
}

.logo-block {
    width: 148px;
    height: 148px;
    position: absolute;
    left: 50%;
    top: 142px;
    z-index: 4;
}

.logo-block .logo {
    width: 148px;
    height: 148px;
    margin-left: -74px;
}

.green-hat {
    position: absolute;
    left: -12px;
    top: 212px;
    width: 64px;
    height: 64px;
    background: transparent url("../../img/page/green-hat.png") center no-repeat;
}

.languages{
    display:block;
}

.languages .language-link{
    text-align:center;
    margin-right:5px;
    margin-bottom: 2px;
}

.languages .language-image-link{
    text-decoration:none;
}

.languages img{
    vertical-align: middle;
}