.hotel-list .l-column, .hotel-list .r-column{
    width: 330px;
}
    .hotel-list .htl-item {
        margin-bottom:15px;
    }

    .hotel-list .bbrd {
        padding-bottom: 10px;
    }

    .hotel-list .pict {
        display:block;
        width:110px;
    }
        .hotel-list .pict img {
            width:110px;
            height:110px;
        }
    .hotel-list .info {
        width:200px;
    }
    .htl-name {
        x-min-height:56px;
    }
        .htl-name .blue-link {
            font-size: 14px;
            text-decoration:none;
        }
        .htl-name .st-i, .htl-name .t-local {
            font-family: "Times New Roman", Arial, Helvetica, sans-serif;
            font-size:13px;
            text-decoration:none;
            color: #555555;
            margin-bottom: 10px;
        }
        .htl-name .st-i:hover, .htl-name .blue-link:hover {
            text-decoration: underline;
        }

        .rating {
            white-space: nowrap;
            line-height:150%;
            font-size:11px;
            text-align:center;
            position:relative;
            top:0;
        }
            .rating .rate {
                margin: auto;
            }
            .rating .hotel-rate {
                font-size: 14px;
                color: #666;
            }
            .comments-link {
                color: #666;
            }
.htl-price {
    background-color: #F9F9F9;
    min-width: 80px;
    text-transform: uppercase;
    color: #000;
    text-align: right;
    height: 31px;
    padding: 4px 10px;
    font-size: 8px;
    word-spacing: 3px;
    display: block;
    position: relative;
    text-decoration: none !important;
}

@media screen and (min-width: 761px) {
    .htl-price {
        background-color: #efefef;
        padding-bottom: 20px;
    }

    .htl-price:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background-color: #F9F9F9;
        color: #fff;
        font-weight: bold;
        padding: 2px 0 3px;
        z-index: 10;
        font-size: 11px;
        text-transform: none;
        height: 18px;
        box-sizing: border-box;
    }

    .htl-price:hover:after {
        background-color: #62a6c4;
        content: 'Подробнее...';
    }

    .htl-price:hover {
        background-color: #fad145;
    }
}

            .htl-price .st-b {
                font-size:15px;
            }