@media screen and (max-width: 992px) {

    .header-lang-menu {
        margin-top: 0px;
        order: 1;
    }

    .header-body {
        order: 0;
    }

    header#header {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .header-lang a {
        font-size: 18px;
        font-weight: 600;
        position: relative;
    }

    .header-lang a:first-child {
        margin-right: 25px;
    }

    .header-lang a:first-child:after {
        right: -14px;
        height: 28px;
        top: -2px;
    }

    .insta-slider {
        aspect-ratio: 1 !important;
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
    }
}


/** max992 **/

@media (max-width: 1500px) {}


/**** Laptop ****/

@media (max-width: 1366px) {}


/**** Laptop END ****/


/**** Tablet ****/

@media screen and (max-width: 768px) {}


/**** Tablet END ****/

@media screen and (min-width: 992px) {}

@media screen and (max-width: 375px) {
    /** Ä°phoneX **/
}

@media (min-width: 1200px) {
    html:not(.sticky-header-active) #header.header-floating-bar .header-body {
        right: 0 !important;
    }
}

@media (min-width: 1399px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}