.friendly-host148 {
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #eeeeee;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.friendly-host148 .friendly-host148__link {
    z-index: 4;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.friendly-host148 .friendly-host148__flex {
    background: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    font-size: 9px;
    position: relative;
    color: #999999;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

.friendly-host148 .friendly-host148__bg {
    position: relative;
    height: 140px;
    text-align: center;
    margin: 0 auto;
    display: block;
    vertical-align: top;
    width: 630px;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.04)), color-stop(rgba(255, 255, 255, 0.9)), color-stop(#ffffff), color-stop(#ffffff), color-stop(#ffffff), color-stop(rgba(255, 255, 255, 0.9)), color-stop(rgba(255, 255, 255, 0.39)), to(transparent));
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.9), #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.39), transparent);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.9), #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.39), transparent);
}

.friendly-host148 .friendly-host148__bg p::before {
    content: '';
    width: 100%;
    background: url(https://tophotels.ru/csstx/images/fh-kit/148/logo.svg) center/contain no-repeat;
    display: block;
    height: 55px;
    margin-bottom: 5px;
}

.friendly-host148 .friendly-host148__bg p span {
    display: block;
    font-size: 11px;
}

.friendly-host148 .friendly-host148__bg p {
    font-size: 16px;
    display: block;
    line-height: 21px;
    color: #8c7343;
}

.friendly-host148::before {
    right: 0;
    background: url(https://tophotels.ru/csstx/images/fh-kit/148/right.jpg) right top/cover no-repeat;
}

.friendly-host148::after {
    left: 0;
    background: url(https://tophotels.ru/csstx/images/fh-kit/148/left.jpg) left top/cover no-repeat;
}

.friendly-host148::before, .friendly-host148::after {
    content: '';
    position: absolute;
    top: 0;
    height: 140px;
    width: 50%;
    z-index: 1;
}

.friendly-host148 .friendly-host148__bg button {
    font-family: inherit;
    font-size: 10px;
    font-weight: bold;
    background: #8c7343;
    border: 2px solid #6f634c;
    line-height: 19px;
    border-radius: 5px;
    padding: 0 25px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 7px;
}


.friendly-host148:hover .friendly-host148__bg button {
    background: #8f733d;
    border-color: #7c6435;
}

.friendly-host148 .friendly-host148__erid {
    cursor: pointer;
    line-height: 15px;
    height: 20px;
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}

.friendly-host148 .friendly-host148__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    right: 10px;
    left: auto;
    line-height: 17px !important;
    top: -65px !important;
}

.friendly-host148 .friendly-host148__erid.active::after {
    content: '\f00d';
}

.friendly-host148 .friendly-host148__erid::after {
    content: "\f142";
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 15px;
    border-radius: 100%;
    margin-left: 5px;
    text-align: center;
    height: 15px;
    background: #ffffff;
    color: #cacaca;
}

@media screen and (max-width: 1199px) {
    .friendly-host148 .friendly-host148__bg {
        width: 530px;
    }

    .friendly-host148 .friendly-host148__bg p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .friendly-host148::before {
        background-position-x: 20px;
    }

    .friendly-host148::after {
        background-position-x: -10px;
    }

    .friendly-host148 .friendly-host148__bg {
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .friendly-host148::before, .friendly-host148::after,
    .friendly-host148 .friendly-host148__bg {
        height: 180px;
    }

    .friendly-host148 .friendly-host148__bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 300px;
    }

    .friendly-host148 .friendly-host148__bg button {
        margin-top: 12px;
    }

    .friendly-host148 .friendly-host148__bg p::before {
        margin-bottom: 10px;
    }

    .friendly-host148 .friendly-host148__bg p {
        line-height: 19px;
    }

    .friendly-host148::after {
        background-position-x: -40px;
    }

    .friendly-host148::before {
        background-position-x: left;
    }

}