.sidebar-menu-wrapper .menu-item {
    .contextual {
        display: none;
    }
}

.sidebar-menu-wrapper .menu .menu-item a:before {
    background: #046706;
}

.site-middle .region-content {
    display: flex;
    flex-direction: column;

    .block-views-block-groups-block-1 {
        order: -10;
    }
}
.b-circle-slider__information {
    width: auto;
}

@media screen and (max-width: 1440px) {
    .b-gallery-circle__images .b-circle-slider {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .b-circle-slider__information {
        flex-grow: 1;
    }
    .node--view-mode-teaser-slider {
        height: 100%;
    }
    .swiper-slide {
        display: flex;
        flex-grow: 1;
    }
    .swiper-wrapper {
        height: auto;
    }
    .swiper-container {
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    .b-circle-slider__title {
        font-size: 2rem;
    }
}