@media (max-width: 767px) {
    .chart-main-btn {
        padding: 6px 10px;
        margin-bottom: 15px;
        font-size: 10px;
        border-radius: 0;
    }

    .footer-promt {
        width: 100%;
        padding: 30px 10px;
        border-radius: 0;
        box-shadow: 0px 0px 0px 0px black;
        text-align: center;
    }

    #list {
        padding: 30px 0 0 0;
    }

    #graph {
        padding: 15px 0;
    }

    .timeline-slider-wrapper .dot::after {
        width: 7px !important;
        height: 7px !important;
        top: 3px !important;
    }

    .timeline-slider-wrapper .dot::before {
        top: -12px !important;
        left: 0px !important;
        width: 30px !important;
        display: block !important;
        font-weight: 600 !important;
        font-size: 8px !important;
    }

    #timeline-slider .slider-thumb {
        height: 16px !important;
        width: 16px !important;
        border: none !important;
        cursor: pointer !important;
        margin-top: -6px !important;
    }

    .timelinePlay,
    .timelineStop {
        font-size: 14px;
        padding: 3px;
        margin-right: 12px;
        margin-top: -1px;
    }

    .chart-body {
        padding: 9px 8px 15px 8px;
    }

    .header .navbar-nav li:after {
        display: none
    }

    .header .menu-link {
        padding: 11px 8px;
        display: block;
        font-size: 15px;
    }

    .header .navbar-collapse {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .city-panel-content {
        padding: 10px;
        max-height: none;
        overflow-y: hidden;
        overflow-x: hidden;
        width: 100%;
        height: auto !important;
    }

    .city-panel-header span,
    .city-panel-content span {
        font-size: 12px;
    }

    #citycard {
        overflow-y: scroll;
        padding: 30px 0
    }

    #city_header {
        font-weight: 900;
        font-size: 18px;
        padding: 15px;
        background: #f2f2f3;
        box-shadow: 1px 1px 8px -6px black;
    }

    #timeline-slider {
        padding-top: 40px;
        padding-bottom: 10px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        background: white;
        margin-top: 14px;
    }

    .chart-header {
        margin-top: 43px;
    }

    .scala {
        position: absolute;
        right: 0px;
        bottom: 133px;
        background: transparent;
    }

    #ranking{
        width: 100%;
        overflow-x: scroll;
        padding: 15px 0;
    }


}