.shutdowns-slider {
    background: inherit !important;
    width: 100% !important;
    margin: 0px !important;
}

.shutdowns-slider .scrollbar-slider {
    /*width: calc(100% - 23px) !important;*/
    top: -16px !important;
}

.shutdowns-slides {
    background: inherit !important;
    height: auto !important;
}

.shutdowns-slides .top-slider-item::before {
    display: none !important;
}

.shutdowns-slides .data {
    margin-bottom: 24px;
}
@media (max-width: 680px){
    .shutdowns-slides .data {
        margin-bottom: 12px;
    }
}