.active-offer-box {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 13px;
    border-radius: 4px;
}

.active-offer-box .active-offer:last-of-type {
    border: none;
}

.active-offer * {
    color: #475669;
}

.active-offer .bth__ava-square {
    width: 71px;
    height: 48px;
    display: inline-block;
}

.active-offer {
    border-bottom: 3px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.active-offer-loader {
    margin-bottom: 3px;
    background: #fcf5e0;
    height: 69px;
    -webkit-animation: AOLoader 5s infinite;
    animation: AOLoader 5s infinite;
}

@-webkit-keyframes AOLoader {
    0% {
        background-color: #fcf5e0;
    }
    50% {
        background-color: #fdf8e7;
    }
    100% {
        background-color: #fcf5e0;
    }
}

@keyframes AOLoader {
    0% {
        background-color: #fcf5e0;
    }
    50% {
        background-color: #fdf8e7;
    }
    100% {
        background-color: #fcf5e0;
    }
}

.active-offer .active-offer__price {
    font-size: 19px;
    color: #e03a3a;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.active-offer__txt {
    font-size: 13px;
    display: block;
}

.active-offer-box.active-offer-box--grey {
    border: 2px solid #cccccc;
}

.active-offer-box.active-offer-box--grey .bth__crown.bth__crown--big::before {
    background-image: url(https://tophotels.ru/csstx/i/crown-grey.svg);
}

.active-offer-box.active-offer-box--grey .bth__crown.bth__crown--big {
    color: #475669 !important;
}

.active-offer-box.active-offer-box--grey .active-offer__like {
    background-color: #eeeeee;
}

.active-offer-box.active-offer-box--grey .active-offer__price {
    color: #475669;
}

.active-offer-box.active-offer-box--grey .active-offer__orange-lite-orange {
    background-color: #eeeeee;
}

.active-offer-box.active-offer-box--grey .active-offer__r-col,
.active-offer-box.active-offer-box--grey .active-offer__l-col {
    background-color: #dddddd;
}

.active-offer__ttl {
    font-size: 18px;
    color: #475669;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.active-offer-box .active-offer:first-of-type .active-offer__l-col {
    border-top-left-radius: 3px;
}

.active-offer-box .active-offer:first-of-type .active-offer__r-col {
    border-top-right-radius: 3px;
}

.active-offer-box .active-offer:last-of-type .active-offer__l-col {
    border-bottom-left-radius: 3px;
}

.active-offer-box .active-offer:last-of-type .active-offer__r-col {
    border-bottom-right-radius: 3px;
}

.active-offer__r-col > * {
    padding: 10px;
}

.active-offer__r-col > div:last-of-type {
    width: 85px;
}

.active-offer__r-col {
    width: calc(100% - 135px);
    background-color: #fcf5e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.active-offer__l-col {
    width: 135px;
    padding: 10px;
    position: relative;
    background-color: #fcf5e0;
}

.active-offer__orange-lite-orange {
    width: calc(100% - 150px);
    background-color: #fefaee;
}

.active-offer__like::after {
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding-top: 0;
    font-size: 23px;
    line-height: 40px;
    background-size: 25px;
    content: '\f164';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
}

.active-offer__like {
    background-color: #f2c94c;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    font-style: normal;
    background-position: center;
    position: relative;
}

.active-offer .bth__crown.bth__crown--big::before {
    top: 8px;
}

.active-offer__logo {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


@media screen and (max-width: 1260px) {
    .active-offer__ttl {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .active-offer__ttl {
        font-size: 13px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1020px) {
    .active-offer__ttl {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 750px) {
    .active-offer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 5px;
    }

    .active-offer__l-col {
        min-height: 45px;
    }

    .active-offer__l-col,
    .active-offer__r-col,
    .active-offer__orange-lite-orange {
        width: 100%;
    }

    .active-offer .active-offer__price + span {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 5px;
    }

    .active-offer__r-col > div:first-of-type {
        display: none;
    }

    .active-offer__r-col > div:last-of-type {
        display: none;
    }

    .active-offer-box {
        padding: 0;
        border: 0;
    }

    .active-offer-box .active-offer:first-of-type .active-offer__l-col, .active-offer-box .active-offer:first-of-type .active-offer__r-col,
    .active-offer-box .active-offer:last-of-type .active-offer__l-col, .active-offer-box .active-offer:last-of-type .active-offer__r-col {
        border-radius: 0;
    }
}