
footer .filters {
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: fit-content;
    padding: 20px 50px;
    background-color: var(--blue);
    border-radius: 12.5px;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    width: calc(100vw - 35%);
    max-width: 1300px;
    justify-content: space-between;
}
footer .filters .day_filter {
    width: 100%;
}
footer .filters .filter_inner {
    display: flex;
    gap: 30px;
    color: var(--white);
    font-family: var(--font-second);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    justify-content: space-evenly;
}   

/* footer .filters .filter_inner #filter_search_btn {
    border-radius: 8px;
    background: transparent;
    color: var(--white);
    font-family: var(--font-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: 0.48px;
    padding: 3px 20px;
    border: 2px solid var(--white);
} */

footer .filters .filter_inner button {
    border-radius: 8px;
    background: var(--white);
    color: var(--blue);
    font-family: var(--font-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: 0.48px;
    padding: 4px 20px;
    border: 2px solid var(--blue);
    width: fit-content;
    cursor: pointer;
}

footer .filters .filter_inner select, footer .filters .filter_inner input {
    color: var(--white) !important;
    font-family: var(--font-main);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    background: transparent;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--white);
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
} 
footer .filters .filter_inner input {
    width: 100%;
    max-width: 200px;
}
footer .filters .filter_inner input::placeholder {
    color: var(--white) !important;
}
footer .toggler {
    /* margin-left: 30px; */
    display: flex;
    align-items: center;
    gap: 9px;
    /* width: 40%; */
    width: fit-content;
}
footer .toggler span {
    color: var(--white);
    font-family: var(--font-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer .toggler_btn {
    display: block;
    background: transparent;
    border: 2px solid var(--white);
    border-radius: 20px;
    width: 80px;
    height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 100;
}
footer .toggler_btn::after {
    content: "";
    background-color: var(--light-sky-blue);
    width: 34px;
    height: 34px;
    border-radius: 100px;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: .3s all ease-in-out;
}
footer .toggler_btn.move::after {
    transform: translateX(100%);
    left: auto;
    right: 35px;
    transition: .3s all ease-in-out;
}

footer .hide {
    display: none;
}
footer label {
    display: flex;
    align-items: center;
    gap: 12px;
    /* flex: 1; */
}
footer .second_filter label {
    display: flex;
    align-items: center;
    /* gap: 12px; */
    
}
footer .second_filter label select {
    width: fit-content;
    max-width: 200px;
}
footer .filters .second_filter .filter_inner, footer .filters .second_filter .filter_inner .footer_mobile_top {
    display: flex;
    gap: 30px;
}
footer .filters .second_filter {
    width: 100%;
}
footer .toggler.mobile {
    display: none;
}

footer #mobile_btn_expand {
    display: none;
}

footer .main_footer {
    background: var(--new-white);
    max-width: 1760px;
    margin: auto;
    width: 92vw;
}
footer .main_footer p, footer .main_footer a {
    color: var(--new-blue);
    font-family: var(--font-second);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer .main_footer p a {
    text-decoration: none;
}
footer .main_footer .inner {
    display: flex;
    /* align-items: center; */
    padding-top: 100px;
    justify-content: space-between;
    min-height: 315px;
}


@media (min-width: 1501px) {
footer .filters .day_filter .filter_inner .footer_mobile_top {
    display: flex;
    gap: 16rem;
}
}

@media (min-width: 993px) and (max-width: 1750px) {
footer .filters {
    width: calc(100vw - 20%);
    
}

}

@media (min-width: 993px) and (max-width: 1500px) {
footer .filters .day_filter .filter_inner .footer_mobile_top {
    display: flex;
    gap: 6rem;
}
}

@media (min-width: 993px) and (max-width: 1250px) {
footer .filters .day_filter {
    width: 80%;
}
footer .filters .filter_inner {
    gap: 12px;
}
}

@media (max-width: 992px) {
footer .filters {
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 85%);
    width: fit-content;
    padding: 30px 20px 12px 20px;
    background-color: var(--blue);
    border-radius: 20px 20px 0 0;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    /* width: calc(100vw - 5%); */
    width: 100vw;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 0px;
    transition: .5s all ease-in-out;
}
footer .filters.active {
    bottom: 0px;
    transform: translate(-50%, 0);
    transition: .5s all ease-in-out;
}
footer .filters #mobile_line_expand { 
    content: "";
    width: 100%;
    max-width: 128px;
    height: 3px;
    background: var(--new-white);
    display: block;
    position: absolute;
    z-index: 10;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
footer .toggler {
    margin-left: 0px;
    width: fit-content;
    position: absolute;
    bottom: 15px;
}
footer .toggler.mobile {
    display: block;
}
footer .toggler.desktop {
    position: absolute;
    bottom: 30px;
    left: 0;
}
footer .filters .filter_inner {
    flex-direction: column;
}
footer .mobile_bottom_footer {
    display: flex;
    justify-content: end;
}
footer .filters .filter_inner label {
    display: flex;
    flex-direction: column;
    align-items: start;
}
footer .filters .filter_inner, footer .filters .filter_inner select {
    font-size: 16px;
    padding-left: 0;
}
footer .toggler_btn {
    width: 55px;
    height: 30px;
}
footer .toggler_btn::after {
    width: 22px;
    height: 22px;
    top: 2px;
    left: 2px;
}
footer .toggler_btn.move::after {
    transform: translateX(32px);
}
footer .footer_mobile_top {
    display: flex;
    width: 100%;
    justify-content: space-around;
    gap: 10px;
}
footer .second_filter label select {
    max-width: 80px;
}
footer .filters .second_filter .filter_inner {
    gap: 30px;
}
.filter_inner {
    align-items: end;
}
footer #mobile_btn_expand {
    display: block;
    color: var(--new-white);
    font-family: var(--font-second);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    background: var(--new-blue);
    padding: 5px 18px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    opacity: 1;
    transition: .3s all ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
footer #mobile_btn_expand.fade {
    opacity: 0;
    transition: .3s all ease-in-out;
}
footer .filters .filter_inner input {
    font-size: 16px;
}
footer .main_footer .inner {
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 70px;
}
footer .main_footer p {
    text-align: center;
}
}

@media (max-width: 768px) {
    .filter_inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
        align-items: end;
    }

    #filter_search_btn,
    #filter_search_btn_events {
        grid-column: span 2;
    }

    .toggler {
        display: none;
    }

    .filter_bottom_row {
        grid-column: span 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .filter_bottom_row .toggler {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #filter_search_btn,
    #filter_search_btn_events {
        grid-column: unset;
    }
}

