
.dropdown-item .dropdown-item__ttl {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 45px 15px 65px;
    display: block;
}

.dropdown-item {
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}

.dropdown-item .dropdown-item__ttl::before {
    font-weight: bold;
    color: #ff8e41;
    background: center/contain no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 20px;
    top: 11px;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
}

.dropdown-item__ttl.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-item__ttl::after {
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    font-size: 22px;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 15px;
    top: 13px;
}

.dropdown-item__inner {
    margin: 0 15px;
    padding: 15px 0;
    display: none;
    border-top: 1px solid #ccc;
}

.stat-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.stat-list__li.stat-list__li--clock.stat-list__li--orange {
    background-image: url(/i/tophotels/clock-midle.svg);
}

.stat-list__li.stat-list__li--clock.stat-list__li--red {
    background-image: url(/i/tophotels/clock-dislike.svg);
}

.stat-list__li.stat-list__li--clock.stat-list__li--green {
    background-image: url(/i/tophotels/clock-like.svg);
}

.stat-list__li b {
    font-size: 20px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.stat-list__li.stat-list__li--clock {
    font-size: 14px;
    text-align: left;
    padding: 26px 12px 12px 80px;
    font-weight: bold;
}

.stat-list__li {
    width: calc(25% - 5px);
    text-align: center;
    text-transform: uppercase;
    background: 12px center/50px no-repeat;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 12px;
    font-size: 13px;
}

.stat-list__li.stat-list__li--green {
    background-color: #e5f6ed;
}

.stat-list__li.stat-list__li--orange {
    background-color: #faf6e5;
}

.stat-list__li.stat-list__li--red {
    background-color: #f9ebea;
}

.dropdown-item .dropdown-item__chart {
    height: 300px;
    display: block;;
}

@media screen and (max-width: 767px) {
    .dropdown-item .dropdown-item__ttl {
        font-size: 15px;
        padding: 12px 25px 12px 38px;
        line-height: 22px;
    }

    .dropdown-item .dropdown-item__ttl::before {
        left: 10px;
        top: 11px !important;
        width: 20px;
        font-size: 16px !important;
    }

    .dropdown-item__ttl::after {
        right: 10px;
        font-size: 13px;
    }

    .dropdown-item__inner {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1346px) {
    .stat-list__li.stat-list__li--clock {
        text-align: center;
        padding: 65px 12px 12px 12px;
    }

    .stat-list__li {
        padding: 12px 25px;
        background: center 10px/40px no-repeat;
    }

    .stat-list__li.stat-list__li--clock {
        font-size: 11px;
    }

}

@media screen and (max-width: 660px) {

    .stat-list__li {
        font-size: 10px;
        padding: 12px 20px;
    }

    .stat-list__li.stat-list__li--clock {
        font-size: 9px;
    }
}

@media screen and (max-width: 598px) {
    .stat-list__li {
        min-width: 135px;
        white-space: normal;
        margin-right: 10px;
    }

    .stat-list {
        white-space: nowrap;
        overflow-y: auto;
    }
}
