.charts_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #474f55;
    padding: 14px;
}
.charts_container {
    position: relative;
    padding: 0 14px;
    height: 108px;
    margin: 0 0 24px;
}
.charts_control {
    position: absolute;
    width: 22px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 10px;
    border: none;
    background: transparent;
}
.charts_control.prev {
    left: -8px;
}
.charts_control.next {
    right: -8px;
}
.charts_control.prev svg {
    transform: rotate(90deg);
}
.charts_control.next svg {
    transform: rotate(-90deg);
}
.charts_control:hover i {
    background-color: #efefef;
}
.charts_control i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.charts_monthsContainer {
    display: flex;
    justify-content: center;
}
.charts_monthContainer {
    height: 100px;
    margin: 0 1px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.charts_monthContainer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    display: block;
    height: 1px;
    background: #ededed;
}
.charts_barWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 29px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    outline: 0 none;
}
.charts_barWrapper > * {
    position: relative;
    z-index: 1;
}
.charts_priceBar {
    background: #ffe371;
    width: 25px;
    border: none;
    padding: 0;
    margin: 0 2px 4px;
    border-radius: 3px;
}
.charts_priceBar.no-price {
    background: #e5e5e5 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTggMGE4IDggMCAxMTAgMTZBOCA4IDAgMDE4IDB6bTAgMS41YTYuNSA2LjUgMCAxMDAgMTMgNi41IDYuNSAwIDAwMC0xM3pNOCAxMWExIDEgMCAxMTAgMiAxIDEgMCAwMTAtMnptLS4yNS04YzEuNzg1IDAgMi43NSAxLjEyMiAyLjc1IDIuNTAyIDAgMS4wNC0uNjI0IDEuNjY2LTEuMDgxIDIuMTIyLS4zOTUuMzk2LS42MDIgMS4xMTgtLjYwMiAxLjQ2NHYuMjY2YzAgLjA4LS4wNjUuMTQ2LS4xNDYuMTQ2SDcuMzI1YS4xNDcuMTQ3IDAgMDEtLjE0Ni0uMTQ2di0uMjY2YzAtMS4wNC42MjQtMi4xNjYgMS4wOC0yLjYyMi4zOTYtLjM5NS40OTEtLjcwMy40OTEtLjk2NCAwLS4zNDEtLjIyNy0uOTc1LTEtMS4wMDJhLjk5Ljk5IDAgMDAtLjg3NS41MTFjLS4xNDMuMjk0LS4xOTQuNjQ1LS4yMjguODQ1LS4wMTQuMDgtLjA3OC4xNDYtLjE1OS4xNDZINS4xNDJBLjE0LjE0IDAgMDE1IDUuODU2QzUuMDc2IDQuNTQ0IDUuOTY1IDMgNy43NSAzeiIgZmlsbD0iI0M5QzhDNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+) no-repeat 50% 6px;
    height: 40px !important;
}
.charts_barWrapper:not(.charts_hasNoPrice):hover::before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -3px;
    bottom: 10px;
    display: block;
    border-radius: 5px;
    background-color: #efefef;
}
.charts_dayNumber {
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0 10px;
}
.holiday .charts_dayNumber {
    color: #eb9726;
}
.charts_dayLetters {
    font-size: 12px;
    position: absolute;
    bottom: 26px;
    font-weight: 400;
    margin: 0 4px 12px;
}
.endWeek:not(:nth-last-child(2)) {
    margin-right: 4px;
}
.endWeek::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    background: #ededed;
    right: -3px;
    bottom: 36px;
    height: 24px;
}
.charts_monthName {
    text-transform: capitalize;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    color: #91989e;
    bottom: -8px;
    font-size: 14px;
    background: #f8f8f9;
    z-index: 1;
    padding: 0 8px;
}

.charts_container .swiper-container {
    padding: 70px 0 10px;
    top: -70px;
}
.charts_container .charts_control.prev:not(.show) {
    display: none;
}
.charts_barWrapper:hover .charts_barPopup {
    display: flex;
}
.charts_barPopup {
    position: absolute;
    background: #fff;
    padding: 0 16px;
    bottom: calc(100% + 10px);
    white-space: nowrap;
    border-radius: 5px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.09);
    height: 38px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.charts_barPopup::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid white;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
}
.charts_barPopup:hover {
    text-decoration: none;
}
.charts_barPopup::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 150px;
    width: 29px;
    opacity: .5;
}



.charts_container .swiper-container.hovered {
    overflow: visible;
}
.charts_container .swiper-container.hovered .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
}
.charts_container-mobile {
    display: none;
}

@media (min-width: 768px) {
    .charts_wrapper {
        overflow: hidden;
        width: calc(100% + 60px);
        padding: 30px;
        position: relative;
        left: -30px;
        margin: -30px 0;
    }
}
@media (max-width: 767px) {
    .charts_container-mobile {
        display: block;
    }
    .charts_container-desktop {
        display: none;
    }
    .charts_monthName {
        background: #fff;
    }
}
