
.new-hotel__img {
    width: 275px;
    height: 285px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}

.new-hotel .bth__cnt {
    font-size: 19px;
    line-height: 24px;
}

.new-hotel img {
    border-radius: 2px;
}


.new-hotel .bth__txt {
    width: 80%;
}

.new-hotel__more i {
    font-size: 25px;
    vertical-align: top;
    margin-left: 10px;
}

.new-hotel:hover .new-hotel__more {
    opacity: 1
}

.new-hotel__more {
    color: #ff8e41;
    text-align: right;
    cursor: pointer;
    display: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.new-hotels .new-hotel {
    padding: 10px 10px 10px 310px;
    margin-bottom: 20px;
    border-radius: 5px;
    min-height: 306px;
    align-items: flex-start;
    position: relative;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
}

.new-hotel__name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #475669;
}

.new-hotel__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.new-hotel__top .lsfw-flag.lsfw-flag--50w {
    margin-right: -9px;
    margin-top: -3px;
}

.new-hotel__top > div:first-child {
    width: calc(100% - 50px);
}

.new-hotel__ttl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-hotel__right-bottom .new-hotel__views {
    margin-left: auto;
}

.new-hotel__right-bottom {
    font-size: 13px;
    color: #999;
    margin-top: auto;
    display: flex;
    width: 100%;
    padding-top: 10px;
    align-items: center;
}


.new-hotel__open {
    background: #eeeeee;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase;
}

.new-hotel__views .fas {
    font-size: 11px;
    margin-right: 5px;
}

.new-hotel__name:hover {
    color: #318cc6;
}

@media screen and (max-width: 1200px) {
    .new-hotel .bth__txt {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .new-hotel__img {
        width: 200px;
    }

    .new-hotels .new-hotel {
        padding-left: 230px;
    }

    .new-hotel .bth__txt {
        font-size: 14px;
        line-height: 22px;
    }

    .ratingsRibbon .ratingRibbon__txt {
        font-size: 14px;
        line-height: 22px;
    }

    .new-hotel__top {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .new-hotel__img {
        width: 290px;
        position: static;
        height: 280px;
        margin-bottom: 15px;
        order: 1;
    }

    .new-hotels .new-hotel > * {
        order: 3;
    }

    .new-hotels .new-hotel .new-hotel__top {
        order: 0;
        padding: 0;
        margin-bottom: 10px;
        border: none;
    }

    .new-hotels .new-hotel__name {
        font-size: 19px;
        line-height: 23px;
    }

    .new-hotels .new-hotel .new-hotel__open {
        order: 2;
        font-size: 9px;
        line-height: 20px;
    }

    .new-hotel__top .lsfw-flag.lsfw-flag--50w {
        display: none;
    }

    .new-hotels .new-hotel {
        padding: 0 0 20px 0;
        display: flex;
        margin-bottom: 20px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #eee;
        flex-direction: column;
    }

    .new-hotel__top > div:first-child {
        width: 100%;
    }

    .new-hotel__top .fz14 {
        font-size: 13px !important;
    }
}