.lang{
    width: 40px;
    height: 40px;
    background-color: #bc1d50;
    color: white;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 82px;
    right: 40px;
    font-size: 18px;
    font-weight: 500;
}
.lang:hover{
    color: white;
}
.sub-menu-box{
    display: none;
}
.sub-menu-box span{
    display: block;
    padding: 6px 30px;
    cursor: pointer;
}
.sub-menu-box span:last-child{
    margin-bottom: 6px;
}
@media screen and (max-width: 1024px){
    .lang{
        right: 0;
    }
}