.active-offer {
    border-radius: 5px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff6ec;
    text-transform: uppercase;
}

.active-offer button:not(.fas) {
    font-family: inherit;
}

.active-offer:hover {
    background-color: #fef1e7;
}

.active-offers .bth__ava-square5 {
    width: 71px;
    margin: 0 20px;
    border: 2px solid #ffffff;
    height: 48px;
}

.active-offers .active-offer__mod:hover {
    color: #ff8e41
}

.active-offers .active-offer__mod {
    position: relative;
    z-index: 6;
    border: none;
    margin-left: auto;
    background: transparent;
    cursor: pointer;
    color: #475669;
    width: 50px;
    line-height: 35px;
    text-align: center;
}

.active-offers .active-offer__link {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.active-offers .active-offer__hotel span {
    max-width: 550px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.active-offers .active-offer__price .fz18 {
    font-weight: bold;
}

.active-offers .active-offer__price {
    width: 180px;
}

.active-offers .active-offer__rate:hover {
    background: rgba(255, 255, 255, 0.86);
}

.active-offers .active-offer__rate {
    background: #ffffff;
    line-height: 35px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    z-index: 6;
    cursor: pointer;
    font-size: 18px;
    border: none;
    text-align: center;
    width: 80px;
}

.active-offers .active-offer__hotel {
    font-weight: bold;
    width: 100%;
    font-size: 18px;
}

.active-offers .active-offer__col {
    width: 695px;
}

.active-offers .active-offer__loc {
    font-size: 10px;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
    .active-offers .active-offer__hotel span {
        max-width: 450px;
    }

    .active-offers .active-offer__col {
        width: 535px;
    }
}

@media screen and (max-width: 1023px) {
    .active-offers .active-offer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px !important;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 250px;
        white-space: normal;
        margin: 0 10px 0 0;
    }

    .active-offer.fz16 {
        font-size: 14px !important;
    }

    .active-offers {
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: auto;
    }

    .active-offers .active-offer__col {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 10px 0 15px 0;
    }

    .active-offers .bth__ava-square5 {
        height: 150px;
        margin: 0;
        width: 100%;
        border: none;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .active-offers .active-offer__price .fz10 {
        font-size: 13px !important;
        margin-top: 10px !important;
        text-transform: none;
    }

    .active-offers .active-offer__price {
        width: 100%;
    }

    .active-offers .active-offer__price .fz18::before {
        content: "\f061";
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 15px;
        font-size: 13px;
        top: 13px;
    }

    .active-offers .active-offer__price .fz18 {
        border-radius: 5px;
        width: 100%;
        padding: 5px 15px 8px 15px;
        text-align: left;
        position: relative;
        background-color: #ffffff;
    }

    .active-offers .active-offer__hotel span {
        max-width: calc(100% - 25px);
    }

    .active-offers .active-offer__mod {
        display: none;
    }

    .active-offers .active-offer .active-offer__rate {
        width: 40px;
        font-weight: normal;
        line-height: 25px;
        height: 25px;
        position: absolute;
        left: 20px;
        top: 10px;
        border-radius: 0 0 5px 5px;
        background: rgba(255, 255, 255, 0.9);
    }

    .active-offers .active-offer__rate, .active-offers .active-offer__hotel {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1023px) {
    .active-offer.fz16 i {
        position: absolute;
        right: 15px;
        top: 17px;
        font-size: 13px;
    }
}