/* pax select  */
table.occupancy-select-table td {
    padding: 4px 0 4px 9px;
    vertical-align: middle;
}

table.occupancy-select-table td:first-child {
    font-size: 16px;
}

table.occupancy-select-table select {
    margin: 0;
    border: 1px solid #9b9fa2;
    width: 38px!important;
    padding: 0 12px;
    height: 36px;
}
.occupancy-select{
    display: none;
    position: absolute;
    min-width: 368px;
    min-height: 116px;
    border: 1px solid #aaa;
    background-color: #9ea3ab;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
}
#loader, #counter-block{
    display: none;
}
.list .hotels-result .item .info-block .name {
    width: 474px;
}
.list .hotels-result .item icon img {
    margin-left: 0;
}
.list .hotels-result .item .room .type{
    padding-left: 4px;
}
.list .hotels-result .item .room .type img{
    width: 10px;
    height: 18px;
}
.list .hotels-result .item .room .board img{
    width: 18px;
    height: 17px;
}
.list .hotels-result .room{
    font-size: 18px;
    font-weight: normal;
    color: #484848;
    padding-top: 20px;
}
.list .hotels-result .name .stars{
    color: #f58220;
    font-size: 34px;
    line-height: 30px;
}
.list .hotels-result .item .price-block{
    padding-top: 46px;
}
.list .hotels-result .item .price-block .price{
    padding: 8px 0;
}
.hotels-result .item .btn.custom{
    width: 178px;
}
.list .hotels-result .item .btn.btn-link{
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #3887dc;
}
table.rooms-result {
    width: 100%;
    max-width: 100%;
    border-top: 1px dotted #9b9fa2;
    margin-bottom: 30px;
}
table.rooms-result th {
    width: 150px;
    max-width: 250px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px dotted #9b9fa2;
}
table.rooms-result tbody tr:nth-of-type(odd) {
    background: #f3f4f5;
}
table.rooms-result td {
    font-size: 16px;
    color: #787878;
    border-bottom: 1px dotted #9b9fa2;
    padding: 2px 4px !important;
    vertical-align: top;
}
table.rooms-result td:first-child {
    font-size: 18px;
    color: #3f3f3f;
}
.order-submit .order .service-info{
    padding-top: 26px;
    margin-bottom: 30px;
    font-size: 18px;
}