.top23 {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
}

.top23 .top23__bg::before {
    content: '';
    background: url(https://tophotels.ru/csstx/images/top5/23/bg.jpg) center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 660px);
}

.top23 .top23__bg .top23__center {
    position: relative;
    width: 697px;
    margin-left: auto;
    background: url(https://tophotels.ru/csstx/images/top5/23/right.png) center/cover no-repeat;
    padding: 38px 10px 10px 50px;
    height: 100%;
    z-index: 2;
}

.top23 .top23__center div {
    font-size: 12px;
    margin: 5px 0 16px 0;
    font-weight: bold;
}

.top23 .top23__center b span {
    font-size: 30px;
    display: block;
    color: #df2020;
}

.top23 .top23__center button {
    display: block;
    border: 5px solid #ffffffab;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 34px;
    width: 220px;
    border-radius: 10px;
    background: #df2020;
    margin-top: 25px;
}

.top23 .top23__center b {
    font-size: 17px;
    color: #a86a16;
}

.top23 .top23__center p {
    text-transform: none;
    display: inline-block;
    margin-right: 34px;
    vertical-align: middle;
    font-size: 19px;
    line-height: 24px;
}

.top23 .top23__bg {
    height: 300px;
    position: relative;
    background: #eeeeee;
    color: #a86a16;
}

.top23 .top23__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.top23 .top23__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    bottom: auto;
    top: -50px !important;
    line-height: 17px !important;
    left: 10px !important;
    right: auto !important;
}

.top23::after {
    content: '';
    position: absolute;
    right: 136px;
    bottom: 0;
    width: 300px;
    background: url(https://tophotels.ru/csstx/images/top5/23/logo.png) center / contain no-repeat;
    height: 85px;
    z-index: 2;
}

.top23 .top23__erid.active::before {
    content: '\f00d';
}

.top23 .top23__erid::before {
    content: "\f142";
    width: 15px;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    height: 15px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    background: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 7px;
}

.top23 .top23__info {
    border-radius: 0 0 5px 5px;
    left: 0;
    padding: 0 15px;
    top: 0;
    background: #ffffff30;
    line-height: 15px;
}

.top23 .top23__erid, .top23 .top23__info {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.87);
    position: absolute;
    z-index: 2;
}

.top23 .top23__erid {
    position: absolute;
    left: 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 30px 7px 10px;
    line-height: 15px;
    font-family: 'apercu_pro', sans-serif;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .top23 .top23__bg::before {
        background-position: left;
    }
}

@media screen and (max-width: 1023px) {
    .top23 .top23__bg .top23__center {
        width: 550px;
        padding-top: 52px;
        background-position: left;
    }

    .top23 .top23__bg::before {
        width: calc(100% - 515px);
    }

    .top23 .top23__center b span {
        font-size: 27px;
    }

    .top23 .top23__center p {
        margin-right: 30px;
        font-size: 17px;
    }

    .top23::after {
        right: 30px;
        width: 170px;
    }

    .top23 .top23__center div {
        margin-bottom: 10px;
    }

    .top23 .top23__center button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .top23 .top23__bg {
        height: 180px;
    }

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

    .top23 .top23__erid::before, .top23 .top23__flex *:not(.hint) {
        color: #999999 !important;
    }

    .top23 .top23__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;
    }

    .top23 .top23__info {
        padding: 0;
    }

    .top23 .top23__info, .top23 .top23__erid {
        font-size: 7px;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        line-height: 15px;
    }

    .top23 .top23__erid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0 15px;
    }

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

    .top23 .top23__center div {
        display: none;
    }

    .top23 .top23__bg .top23__center {
        width: calc(100% - 80px);
        background-image: url(https://tophotels.ru/csstx/images/top5/23/mobile.png);
        padding: 10px 0 10px 30px;
    }

    .top23 .top23__center b span {
        font-size: 16px;
        margin-top: 5px;
    }

    .top23 .top23__center p br {
        display: none;
    }

    .top23 .top23__center button {
        margin-top: 10px;
        border-width: 2px;
        font-size: 9px;
        line-height: 20px;
        width: 139px;
        letter-spacing: 1px;
    }

    .top23 .top23__center p {
        margin: 5px 0 0 0;
        font-size: 10px;
        line-height: normal;
        display: block;
    }

    .top23::after {
        right: auto;
        width: 100px;
        bottom: 30px;
        height: 40px;
        left: 250px;
    }

    .top23 .top23__bg::before {
        width: 123px;
    }

    .top23 .top23__center b {
        font-size: 9px;
    }
}

@media screen and (max-width: 359px) {
    .top23 .top23__bg .top23__center {
        width: calc(100% - 40px);
    }

    .top23::after {
        left: 195px;
    }
}