@media (max-width: 1024px) {
    /*BOTTOM MENU*/

    .header-bottom_part {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        background-color: #f1f5f8;
        min-height: 165px;
        padding: 10px 0 0 0 !important;
    }

    .header-bottom_part .site-menu__primary li {
        padding: 0 2em !important;
    }

    #menu-menu-top > li > a {
        font-size: 18px !important;
        color: #637a8e !important;
    }

    .header-bottom__part-2 {
        display: none;
        justify-content: space-between;
        align-items: center;
        padding: 0 !important;
        height: 50px;
        background-color: #122037;
    }

    .header-bottom__part-2 > a {
        color: #859eb4;
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .header-bottom__part-2 > a:first-child {
        border-right: 1px solid #859eb4;
    }

    .site-menu__bottom {
        display: flex;
        flex-direction: column;
        list-style: none !important;
        margin: 0 !important;
        padding: 0px !important;
    }

    .site-menu__bottom li,
    .site-menu__mobile ul li {
        list-style: none !important;
    }

    .site-menu__bottom > li > a {
        padding: 0.6em 0 !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* BTN CONTACT */
    .contact-btn {
        justify-content: center;
        color: white !important;
        background: linear-gradient(
            90deg,
            rgba(14, 93, 163, 1) 0%,
            rgba(113, 213, 232, 1) 100%
        );
        border-radius: 50px;
        text-align: center;
        padding: 10px;
        margin: 10px 2em !important;
    }

    .contact-btn > a::before {
        content: none;
    }
}
