@font-face {
    font-family: 'MYRIADPRO';
    font-display: auto;
    src: url(https://tophotels.ru/csstx/images/fh-kit/fh105/MYRIADPRO-REGULAR.woff);
    font-weight: normal;
    font-style: normal;
}

.friendly-host131 {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    -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-host131 .friendly-host131__bg span {
    position: relative;
    z-index: 2;
    text-shadow: 0 0 20px #000000;
}

.friendly-host131 .friendly-host131__bg .fz10 {
    font-family: 'apercu_pro', sans-serif;
}

.friendly-host131 .friendly-host131__bg picture {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.friendly-host131 .friendly-host131__bg {
    color: #ffffff;
    font-family: "MYRIADPRO", sans-serif;
    font-size: 21px;
    text-align: right;
    height: 120px;
    position: relative;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    flex-direction: column;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
}

.friendly-host131 .friendly-host131__bg::before {
    content: '';
    background: url(https://tophotels.ru/csstx/images/fh-kit/131/logo.png) center  /contain no-repeat;
    left: 25px;
    position: absolute;
    display: block;
    width: 165px;
    z-index: 1;
    height: 100%;
    top: 0;
}

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

.friendly-host131::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    background: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.19));
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.19));
    z-index: 1;
}

.friendly-host131 .friendly-host131__flex {
    background: #f8f8f8;
    font-size: 9px;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 15px;
}

.friendly-host131 .friendly-host131__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    right: 10px !important;
    font-size: 10px !important;
    line-height: 17px !important;
    top: -60px !important;
}

.friendly-host131 .friendly-host131__erid.active::after {
    content: '\f00d';
}

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

.friendly-host131 .bth__img {
    -o-object-position: top;
    object-position: top;
}

.friendly-host131 .friendly-host131__erid {
    position: relative;
    z-index: 5;
    cursor: pointer;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 30px;
}

@media screen and (max-width: 1199px) {
    .friendly-host131 .friendly-host131__bg {
        font-size: 16px;
        padding-top: 10px;
    }

    .friendly-host131 .friendly-host131__bg::before {
        left: 25px;
        width: 125px;
    }
}

@media screen and (max-width: 767px) {
    .friendly-host131::before {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.58), transparent);
    }

    .friendly-host131::before, .friendly-host131 .friendly-host131__bg {
        height: 180px;
    }

    .friendly-host131 .friendly-host131__erid::after {
        width: 15px;
        height: 15px;
        font-size: 8px;
    }

    .friendly-host131 .fz10 {
        font-size: 8px !important;
    }

    .friendly-host131 .friendly-host131__erid {
        line-height: 15px;
        padding-right: 10px;
    }

    .friendly-host131 .friendly-host131__flex {
        font-size: 7px;
        height: 20px;
        padding-left: 10px;
    }

    .friendly-host131 .bth__img {
        -o-object-position: center;
        object-position: center;
    }

    .friendly-host131 .friendly-host131__bg::before {
        width: 100%;
        height: 60px;
        left: 0;
        top: 15px;
    }

    .friendly-host131 .friendly-host131__bg {
        font-size: 15px;
        text-align: center;
        padding: 15px 5px;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        flex-direction: column-reverse;
    }
}