.container {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 900px;
    overflow: hidden;
    position: relative;
}

/* Contacts */
.phone {
    color: #fdfeff;
    font-size: 18px;
}

.address {
    color: #fdfeff;
    line-height: 20px;
}

.email a {
    color: #fdfeff;
    line-height: 20px;
}

.working-time {
    color: #fdfeff;
    line-height: 20px;
}

/* Left and right sides with wood-bg */
.page-sides {
    position: absolute;
    left: 50.01%;
    top: 0;
    width: 1px;
    height: 100%;
}

.page-sides .left-side {
    position: absolute;
    left: -600px;
    top: 0;
    width: 149px;
    height: 100%;
    background: transparent url("../../img/page/bg/left-side-tile.jpg") left top repeat-y;
}

.page-sides .left-side .top-part {
    position: absolute;
    left: 0;
    top: 252px;
    width: 100%;
    height: 890px;
    background: transparent url("../../img/page/bg/left-side-top.jpg") left top no-repeat; /* h:748px */
}

.page-sides .left-side .top-part .transparent-end {
    position: absolute;
    left: 0;
    top: 840px;
    width: 100%;
    height: 50px;
    background: transparent url("../../img/page/bg/left-side-top-bottom.png") left top no-repeat;
}

.page-sides .right-side {
    position: absolute;
    left: 449px;
    top: 0;
    width: 151px;
    height: 100%;
    background: transparent url("../../img/page/bg/right-side-tile.jpg") right top repeat-y;
}

.page-sides .right-side .top-part {
    position: absolute;
    left: 0;
    top: 252px;
    width: 100%;
    height: 890px;
    background: transparent url("../../img/page/bg/right-side-top.jpg") right top no-repeat; /* h:748px */
}

.page-sides .right-side .top-part .transparent-end {
    position: absolute;
    left: 0;
    top: 840px;
    width: 100%;
    height: 50px;
    background: transparent url("../../img/page/bg/right-side-top-bottom.png") right top no-repeat;
}

/* Content block */
.page-wrap {
    width: 900px;
    margin-left: 50.01%;
}

.page {
    margin-left: -451px;
    width: 900px;
}

.content-block {
    color: #fdfeff;
}

.content-min-height {
    float: left;
    height: 450px;
    width: 9px;
}

.content {
    width: 860px;
    margin: 0 20px;
    padding: 4px 0px 8px;
    overflow: auto;
    zoom: 1;
}
