.friendly-host81 {
    height: 120px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    color: #ffffff !important;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 5px 15px 170px;
    align-items: flex-start;
    border-radius: 5px;
    background: #7c9086 url(https://tophotels.ru/csstx/images/fh-kit/fh82.jpg) bottom left/cover no-repeat;
    text-shadow: 0 0 20px rgba(10, 57, 81, 0.82);
    overflow: hidden;
}

.friendly-host81 > * {
    position: relative;
    z-index: 2;
}

.friendly-host81 span {
    margin-top: 0;
    font-size: 14px;
}

.friendly-host81:hover button {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.friendly-host81 button i {
    font-size: 8px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.friendly-host81 button {
    transition: 0.3s;
    font-family: 'apercu_pro', sans-serif;
    width: 146px;
    line-height: 32px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    font-size: 10px;
    background: #318cc6f0;
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.74);
}

.friendly-host81 b {
    font-size: 24px;
    line-height: 31px;
}

.friendly-host81::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 83%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 46, 75, 0.75), transparent);
}

.friendly-host81::after {
    content: '';
    height: 100%;
    width: 170px;
    top: 0;
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    background: url(https://tophotels.ru/csstx/images/fh-kit/fh81-logo.png) center /80px no-repeat;
    filter: grayscale(1) brightness(100);
}

@media screen and (max-width: 1150px) {
    .friendly-host81::before {
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
    }

    .friendly-host81 button {
        right: 20px;
        width: 100px;
        line-height: 20px;
        font-size: 7px;
    }

    .friendly-host81 span {
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px) {
    .friendly-host81 button {
        right: 15px;
    }

    .friendly-host81::after {
        width: 155px;
    }

    .friendly-host81 {
        padding-left: 150px;
    }

    .friendly-host81 span {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .friendly-host81 {
        height: 180px;
        justify-content: center;
        background-position: 30% center;
    }

    .friendly-host81 button {
        position: relative;
        width: 120px;
        bottom: 0;
        right: 0;
        box-shadow: none;
    }

    .friendly-host81 span {
        margin: 15px 0;
    }
}

@media screen and (max-width: 599px) {
    .friendly-host81 {
        padding-left: 140px;
    }

    .friendly-host81::after {
        width: 150px;
    }

    .friendly-host81 span {
        width: 235px;
    }
}

@media screen and (max-width: 424px) {
    .friendly-host81 b {
        font-size: 16px;
        line-height: 24px;
    }

    .friendly-host81::after {
        width: 70px;
        left: auto;
        right: 20px;
        background-size: contain;
        background-position-y: 15px;
    }

    .friendly-host81 {
        padding-left: 20px;
    }

    .friendly-host81 span {
        width: 210px;
        margin: 5px 0 45px 0;
        font-size: 10px;
    }
}

@media screen and (max-width: 374px) {
    .friendly-host81::after {
        width: 60px;
    }
}

@media screen and (max-width: 359px) {
    .friendly-host81::after {
        width: 46px;
        right: 15px;
        background-position-y: 10px;
    }
}