.friendly-host149 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.friendly-host149 .friendly-host149__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;
    width: 100%;
}

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

.friendly-host149 .friendly-host149__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-host149 .friendly-host149__erid.active::after {
    content: '\f00d';
}

.friendly-host149 .friendly-host149__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;
}

.friendly-host149 .friendly-host149__bg {
    background: url(https://tophotels.ru/csstx/images/fh-kit/149.jpg) bottom/cover no-repeat;
    width: calc(100% - 540px);
    height: 120px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.61);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.61);
}

.friendly-host149::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 120px;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    background: url(https://tophotels.ru/csstx/images/top5/26/bg.jpg) center/cover no-repeat;
}

.friendly-host149 .friendly-host149__right div::before {
    margin-right: 10px;
    content: '\f3c5';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.friendly-host149 .friendly-host149__right button {
    border: none;
    color: #ffffff;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
    width: 160px;
    border-radius: 10px;
    background: #3c7f92;
}

.friendly-host149 .friendly-host149__right p {
    font-size: 16px;
    margin-top: 5px;
}

.friendly-host149 .friendly-host149__right b span {
    font-size: 24px;
    display: block;
    margin-top: 5px;
    line-height: 24px;
}

.friendly-host149 .friendly-host149__right div {
    font-size: 10px;
}

.friendly-host149 .friendly-host149__right b {
    font-size: 13px;
    margin: 5px 0 10px 0;
    display: block;
    line-height: normal;
}

.friendly-host149 .friendly-host149__right {
    width: 340px;
    padding: 7px 10px 0 25px;
    color: #000000;
    position: relative;
    z-index: 1;
    height: 120px;
}

.friendly-host149::before {
    content: '';
    display: block;
    position: relative;
    height: 120px;
    width: 200px;
    background: url(https://tophotels.ru/csstx/images/top5/26/logo.png) center/167px no-repeat;
    z-index: 2;
}

@media screen and (max-width: 1400px) {
    .friendly-host149::before {
        width: 100px;
        background-size: 92px;
    }

    .friendly-host149 .friendly-host149__bg {
        width: calc(100% - 440px);
    }
}

@media screen and (max-width: 767px) {
    .friendly-host149::after, .friendly-host149 .friendly-host149__bg, .friendly-host149 .friendly-host149__right {
        height: 180px;
    }

    .friendly-host149 .friendly-host149__right {
        padding: 10px 10px 15px 15px;
        width: 190px;
    }

    .friendly-host149::before, .friendly-host149 .friendly-host149__bg {
        width: calc(100% - 190px);
    }

    .friendly-host149 .friendly-host149__right b {
        margin: 7px 0 12px 0;
    }

    .friendly-host149::before {
        position: absolute;
        left: 0;
        top: 15px;
        z-index: 3;
        height: 35px;
        background-size: 85px;
    }

    .friendly-host149 .friendly-host149__right b span {
        font-size: 21px;
        line-height: 26px;

    }
}