/** HEADER **/

#ast-mobile-header .ast-above-header-wrap .site-header-section {
    justify-content: center!important;
}

#ast-mobile-header .ast-above-header-wrap {
    background: #F6620A!important;
}

#ast-mobile-header .ast-above-header-wrap .site-header-above-section-left {
    border-right: 1px solid #fff!important;
}

#ast-fixed-header .main-header-menu > .menu-item > .menu-link {
    color: #030406!important;
}

#ast-fixed-header .main-header-menu > .menu-item.current-menu-item > .menu-link {
    color: #F6620A!important;
}

@media (min-width: 1118px) {
    #ast-fixed-header .ast-header-button-2 .ast-custom-button {
        color: #030406!important;
    }
}

/* .ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 40px!important;
} */

/** FOOTER **/
@media (min-width: 545px) and (max-width: 767px) {
    .footer-contact {
        text-align: left!important;
    }
    .footer-contact .uagb-icon-list__wrap {
        align-items: start!important;
        justify-content: start!important;
    }
}

@media (max-width: 544px) {
    .footer-logo {
        align-items: center!important;
        justify-content: center!important;
    }
}