.rooms h2 {
    font-size: 26px;
    text-align: center;
    padding: 60px 0 30px;
}
.rooms h1 {
    text-align: center;margin-bottom: 20px;margin-top: 30px;
}
.rooms__list {
    margin-bottom: 50px;
}
.rooms__list li {
    margin-bottom: 25px;
}
.rooms__list li.padding-cont {
    padding-bottom: 0!important;
}
.rooms__list-pic {
    width: 28%;
    height: 198px;
    float: left;
    overflow: hidden;
}
.rooms__list-info {
    width: 69.4%;
    min-height: 198px;
    min-height: 168px\0/IE8;
    float: left;
    padding: 30px 30px 0;
    color: #373535;
    background-color: #e1dfd1;
}
.rooms__list-pic img {
        width: 290px;
    height: 196px;
}
.rooms__list-info h3 {
    font-size: 18px;
    margin: 20px 0;
}
.rooms__list-info-left {
    width: 70%;
    float: left;
    padding-right: 10px;
}
.rooms p {
    line-height: 26px;
}
.rooms__list-info-right {
    width: 30%;
    float: left;
    text-align: right;
}
.rooms__list-info .button-default {
    margin-top: 0;
}
.rooms .content-block {
    padding: 0 90px;
}
.rooms__button-book {
    width: 100%;
    text-align: center;
}
.rooms .button-primary {
    width: 220px;
    margin-top: 60px;margin-bottom: 50px;
}