.top24 {
    position: relative;
    display: block;
    margin-bottom: 25px;
    background: #eeeeee;
    border-radius: 5px;
    overflow: hidden;
}

.top24 .top24__link {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.top24 .top24__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    right: 10px;
    left: auto;
    line-height: 17px !important;
    top: -65px !important;
}

.top24 .top24__info {
    border-radius: 0 0 5px 5px;
    right: 0;
    padding: 0 10px;
    top: 0;
    background: #ffffff30;
    line-height: 15px;
}

.top24 .top24__erid, .top24 .top24__info {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.87);
    position: absolute;
    z-index: 2;
}

.top24 .top24__erid {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 10px 7px 30px;
    line-height: 15px;
    font-family: 'apercu_pro', sans-serif;
    cursor: pointer;
}

.top24 .top24__erid.active::after {
    content: '\f00d';
}

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

.top24 .top24__txt p {
    margin: 0 10px 15px 10px;
    color: #184588;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: 13px;
}

.top24 .top24__txt button {
    border: none;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    display: block;
    width: 225px;
    border-radius: 10px;
    background: #862e30;
    margin: 5px auto 0 auto;
}

.top24 .top24__txt {
    left: 0;
    position: absolute;
    background: #ffffffd4;
    top: 0;
    padding: 183px 0 0 0;
    z-index: 2;
    width: 430px;
    height: 100%;
    text-align: center;
    border-radius: 0 55px 55px 0;
}

.top24::before, .top24::after {
    content: '';
    z-index: 3;
    position: absolute;
    left: 0;
    top: 13px;
    width: 430px;
}

.top24::after {
    background: url(https://tophotels.ru/csstx/images/top5/24/slogan.png) center/contain no-repeat;
    height: 85px;
    top: 91px;
}

.top24::before {
    background: url(https://tophotels.ru/csstx/images/top5/24/logo.png) center/contain no-repeat;
    height: 80px;
}

.top24 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top24 picture {
    height: 300px;
    display: block;
}

@media screen and (max-width: 1023px) {
    .top24::before, .top24::after, .top24 .top24__txt {
        width: 300px;
    }

    .top24::before {
        height: 65px;
    }

    .top24::after {
        height: 70px;
        top: 75px;
    }

    .top24 .top24__txt button {
        font-size: 13px;
        line-height: 35px;
    }

    .top24 .top24__txt {
        padding-top: 155px;
    }
}

@media screen and (max-width: 767px) {
    .top24::before, .top24::after, .top24 .top24__txt {
        width: 230px;
    }

    .top24::before {
        height: 45px;
        top: 5px;
    }

    .top24::after {
        height: 45px;
        top: 47px;
    }

    .top24 .top24__txt {
        padding-top: 96px;
        height: 180px;
    }

    .top24 .top24__txt button {
        line-height: 17px;
        height: 18px;
        border-radius: 5px;
        margin-top: 2px;
        font-size: 8px;
        width: 130px;
    }

    .top24 .top24__txt p {
        font-size: 10px;
        margin: 0 5px 5px 5px;
    }

    .top24 .top24__erid::before {
        margin: 0 0 0 5px;
        width: 15px;
        height: 15px;
        font-size: 8px;
        line-height: 15px;
    }

    .top24 picture {
        height: 180px;
    }

    .top24 .top24__erid::before, .top24 .top24__flex *:not(.hint) {
        color: #999999 !important;
    }

    .top24 .top24__flex {
        position: static;
        height: 20px;
        padding-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #eeeeee;
    }

    .top24 .top24__info {
        padding: 0;
    }

    .top24 .top24__info, .top24 .top24__erid {
        font-size: 7px;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        line-height: 15px;
    }

    .top24 .top24__erid {
        padding: 0 15px;
    }

    .top24 .top24__erid.active .hint {
        top: -60px !important;
        left: auto !important;
        right: 10px !important;
    }
}