.section_wide {
    width: 100%;
    min-height: 200px;
    padding: 40px 0px;
    background-size: cover;
    background-position: center;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    margin-top: 100px;
}

.section_title {
    -webkit-text-stroke: 3px #fff;
    color: transparent;
    position: relative;
    z-index: 2;
    text-align: center;
}

.section_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #14141480;
    z-index: 1;
}

/*  */
/*  */
/*  */

.map_legend {
    width: 100%;
}

.map_legend > ul {
    list-style: none;
}

.map_legend > ul > li > div.map_legend_item_icon > img {
    width: 30px;
    height: fit-content;
}

.map_legend > ul > li > div.map_legend_item_icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.map_red {
    background: #ff3232;
}

.map_red_secondary {
    background: #af2323;
}

.map_blue {
    background: #3f47a5;
}

.map_blue_secondary {
    background: #252851;
}

.map_green {
    background: #006837;
}

.map_green_secondary {
    background: #033b21;
}

.map_brown {
    background: #795548;
}

.map_brown_secondary {
    background: #4b342c;
}

.map_legend > ul > li {
    display: flex;
    height: fit-content;
    align-items: center;
    margin-bottom: 10px;
}

.map_legend > ul > li > h3 {
    margin: 0px 0px 0px -9px;
    padding: 4px 25px;
    border-radius: 8px;
    height: fit-content;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #fff;
}

.map_legend_container {
    display: flex;
    gap: 40px;
}


.countdown_container {
    background: #fbb031;
    width: fit-content;
    padding: 8px 24px;
    font-size: 36px;
    font-weight: 600;
    border-radius: 8px;
}

.bus_container[direction="from_festival"] {
    display: none;
}

.buses_container {
    position: relative;
    width: 100%;
}

.bus_choise {
    width: 50%;
    padding: 30px 40px;
    text-align: center;
    cursor: pointer;
    background: #2c2c2c;
    border-radius: 8px;
    font-size: 20px;
    text-transform: uppercase;
}

.buses_swiper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 10px 0px 50px;
}

.bus_choise.selected {
    background-color: #fbb031;
    color: #141414;
}