

.wrap-lang {
    position: absolute;
    right: 30px;
    top: 12px;
}
.portal{
    position: absolute; right: 36px; bottom: 31px;
}
.logo{
    position: absolute; right: 12px; top: 13px;z-index:9999
}
.logo img{
    width: 300px;
}
.mast-wrap{
    position: relative !important;
   
}
.mast-wrap.content{
    position: relative !important;
    overflow: hidden !important;
    width: 100%;
}
@media (max-width: 420px) {
    .menu-collapser{
        padding-left: 25px !important;
        padding-right: 55px;
    }
    .collapse-button{
        padding-left:0px !important;
        left:3px;
        width: 82px;
    }
    .logo img{
        width: 200px;
    }
    /*.mobile-nav .logo{
      background: #fff;
      border-radius: 10px;
      left: calc(50% - 75px);
    } 
    .logo img{
      width: 120px;
      height: auto;
    }*/
}