.lang-change{
    width: 120px;
    position: relative;
    user-select: none;
    z-index: 9999;
}
.witr_h_h10.scroll-to-fixed-fixed .lang-change .current-lang *{
    color: #fff !important;
}
.lang-change .current-lang,
.lang-change .lang-row{
    width: 100%;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
}
.current-lang .icon,
.lang-row .icon{
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current-lang .center,
.lang-row .center{
    width: 2px;
    height: 100%;
    background-color: #ededed;
    margin: 0 4px;
}
.current-lang .text,
.lang-row .text{
    flex: 1;
    height: 100%;
    color: #000;
    font-size:13px;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1.8;
    margin-left:4px;
}
.current-lang img,
.lang-row img{
    width: 100%;
    height: 100%;
}
.drop-down-ico img{
    width:14px;
    height:14px;
}
.widget_media_gallery{
    float:right;
}
.col-lg-6{
    flex: 0 0 100%;
    max-width:100%;
}
.left{
    width:50%;
    float:left;
    flex:none;
}
.displaynone img{
   float:left;
}
.current-lang .drop-down-ico{
    width: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.lang-change .select{
    width: 100%;
    max-height: 0;
    background-color: #fff;
    position: absolute;
    top: 32px;
    border-radius: 5px;
    overflow-y: hidden;
    transition: max-height 0.5s;
}
.lang-change .select .lang-row{
    border-radius: unset !important;
    border-bottom: 1px solid #ededed;
}
.lang-change .select .lang-row:hover{
    background-color: rgba(48, 104, 236, 0.08);
}
.lang-change .drop-down-ico{
    transform: rotate(90deg);
}
.lang-change.selected .drop-down-ico{
    transform: rotate(270deg);
}
.lang-change.selected .select{
    max-height: 90px;
}