#pokojeBottomHead {
    width:100%;
    height:167px;
    background:url('/images/pokojeh.png') top center no-repeat;
}
#pokojeBottomHead.ru {
    background:url('/images/pokojeh_ru.png') top center no-repeat;
}
#pokojeBottomHead.en {
    background:url('/images/pokojeh_en.png') top center no-repeat;
}
.os2 {
    height:329px;
    background:url('/images/2os.png');
    margin-left:87px;
}
.os2.ru {
    background:url('/images/2os_ru.png');
}

.os2.en {
    background:url('/images/2os_en.png');
}
.os3 {
    height:329px;
    background:url('/images/3os.png');
    margin-left:27px;
}

.os3.ru {
    background:url('/images/3os_ru.png');
}

.os3.en {
    background:url('/images/3os_en.png');
}
.os4 {
    height:310px;
    background:url('/images/4os.png');
    margin-left:87px;
}

.os4.ru {
    background:url('/images/4os_ru.png');
}

.os4.en {
    background:url('/images/4os_en.png');
}
.os2, .os3, .os4 {
    width:384px;
    text-align:center;
    overflow:hidden;
    float:left;
}
.os2 img, .os3 img {
    margin-top:63px;
}
.os4 img {
    margin-top:73px;
}
.ceny {
    width:384px;
    height:274px;
    background:url('/images/ceny.png');
    float:left;
    margin-left:27px;
    text-align:center;
    color:#fff;
}
.ceny.ru {
    background:url('/images/ceny_ru.png');
}

.ceny.en {
    background:url('/images/ceny_en.png');
}
.ceny table {
    width:300px;
    margin:0 auto;
    margin-top:60px;
    margin-bottom:20px
}
.ceny p {
    font-size:14px;
}
.ceny span {
    font-size:24px;
    font-weight:bold;
}