.top-area-flex{
    width: 100%;
    padding: 2px 20px;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

.menu{    
    width: auto;
    display: block;
    cursor: pointer;
    margin-top: 13px;
}

.sc_icon{
    color: black;
}

.logo-top{
    width: auto;
    height: 50px;
    text-align: center;
    margin-top: 2px;
}

.logo-top img{
    width: auto;
    height: 100%;
}

.profile{
    width: 40px;
    height: 40px;
    margin-top: 8px;
}

.profile img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.lang{
    display: none;
}

.icon-nav{
    display: none;
}

.svgsprite{
    display: none;
}