.header {
    background: #fff;
    padding: 11px 0;
}

.header .logoContent img {
    transition: 0.3s;
}

.header .profal {
    color: #4D4D4D;
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 3.54px;
    margin-bottom: 0;
}

.header .headerMiniTitle {
    color: #F1B80E;
    font-size: 11.3px;
    line-height: 17px;
    letter-spacing: 1.08px;
}
.header .not-sticky {
    display: none !important;
}
.header .sticky {
    display: block !important;
}
.header .menuTxt {
    color: #393939;
}

/*.LogoTitle {*/
/*    display: none;*/
/*}*/

.lightMenu {
    display: none;
}

.darkMenu {
    display: block;
}

.select-dropdown__button {
    color: #4D4D4F;
}

.header .langMenu > .select-dropdown:after {
    content: url(/images/darkArrow.svg);
    transform: rotate(180deg);
    top: 11px;
}

.header {
    border-bottom: 1px solid #E7E6E4;
}

@media (max-width: 877px) {
    .logoContent img {
        width: 52px !important;
    }

    .header {
        padding: 6px 0 !important;
    }

    .menuTxt {
        display: none;
    }

    .menu {
        margin-left: 0 !important;
    }

    .select-dropdown__button {
        font-size: 14px !important;
    }
}

