.friendly-host140 {
    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 */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    text-align: center;
}

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

.friendly-host140 .friendly-host140__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: 0 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    text-align: left;
}

.friendly-host140 .friendly-host140__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-host140 .friendly-host140__erid.active::after {
    content: '\f00d';
}

.friendly-host140 .friendly-host140__bg::after {
    content: '';
    background: linear-gradient(to bottom, transparent, rgba(218, 170, 113, 0.26));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
}

.friendly-host140 .friendly-host140__bg::before, .friendly-host140 .friendly-host140__bg > * {
    position: relative;
    z-index: 3;
}

.friendly-host140 .friendly-host140__bg {
    height: 140px;
    color: #001f5b;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.74), #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, rgba(255, 255, 255, 0.74), transparent);
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 400px;
}

.friendly-host140:hover .friendly-host140__bg button {
    background: #cd2060;
}

.friendly-host140 .friendly-host140__bg button {
    font-family: inherit;
    font-size: 10px;
    font-weight: bold;
    background: #e01d66;
    line-height: 19px;
    border-radius: 5px;
    padding: 0 25px;
    color: #ffffff;
    border: none;
    letter-spacing: 1px;
}

.friendly-host140 .friendly-host140__bg b {
    font-size: 19px;
    display: block;
    margin: 12px 0 9px 0;
    line-height: 19px;
}

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

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

.friendly-host140::after {
    right: 0;
    background: url(https://tophotels.ru/csstx/images/fh-kit/140/right.jpg) bottom/cover no-repeat;
}

.friendly-host140 .friendly-host140__bg div {
    display: block;
    font-size: 10px;
    height: 35px;
}

.friendly-host140 .friendly-host140__bg p {
    font-size: 14px;
    line-height: 21px;
    text-shadow: 0 0 20px #ffffff;
    margin: 4px 0 5px 0;
}

.friendly-host140 .friendly-host140__bg div span::before {
    content: "\f3c5";
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.friendly-host140 .friendly-host140__bg div span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
}

.friendly-host140 .friendly-host140__bg::before {
    content: '';
    height: 61px;
    display: block;
    background: url(https://tophotels.ru/csstx/images/fh-kit/140/logo.svg) center  /contain no-repeat;
    width: 100%;
}

.friendly-host140 .friendly-host140__erid {
    cursor: pointer;
    line-height: 15px;
    height: 20px;
    display: inherit;
    align-items: center;
    padding-right: 10px;
}

.friendly-host140 .friendly-host140__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;
    cursor: pointer;
}

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

    .friendly-host140::after {

    }

    .friendly-host140::after, .friendly-host140::before {
        background-position: left bottom;
    }

    .friendly-host140 .friendly-host140__bg {
        padding: 15px 0;
        width: 250px;
    }

    .friendly-host140 .friendly-host140__bg p {
        font-size: 11px;
        margin: 10px 0;
        line-height: 17px;
    }
}

