@media(max-width:1279px){
    [dir='rtl'] header.m-desk nav{
        margin-left: 0 !important;
    }
    [dir='ltr'] header.m-desk > div.container{
        max-width: 100%;
    }
    [dir='ltr'] header.m-desk li a {
        font-size: 13px !important;
    }
    [dir='ltr'] .fancy-dropdown span {
        font-size: 13px !important;
    }
    
}
@media(max-width:1058px){
    [dir='rtl'] header.m-desk > div.container{
        max-width: 100%;
    }
    
}
@media(max-width:1535px){
    
    [dir='ltr'] header.m-desk nav{
        margin-right: 0 !important;
    }
}

footer span.inline-flex a {
    margin: 0rem !important;
    
}
.legals {
    transform: translateY(6px);
    margin: 0 17px;
}