@media (max-width:1023px) {
 /*start*/   
    
    
 body>.container {
    padding-left: 15px;
}


body>.container::before {
    margin-left: 0px;
}


.menu-opener {
    display: block;
    position: absolute;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #083f88;
    color: #fff;
    text-align: center;
    top:15px;
    left:15px;
    z-index: 998
}

.sauklis {
    display: none;
}


.baneris .logoplace-banner {
    display: block;
    position: relative;
    width: 200px;
    margin: auto;
    margin-top: 0;
}

.baneris .logoplace-banner .logo {
    top:60px;
}


.baneris  .lang {
   display: block;
    position: absolute;
    right:150px;
    top:15px;
    left: auto;
    margin: 0;
    width: auto
}
 
 
 .firstcol {
    left:-200px;
    background: #eaeaea;
    z-index: 999;
    position: fixed;
    top:0;
    bottom: 0;
    overflow: auto;
    transition: all 0.4s ease 0s;
}

.firstcol::before {
    display: none;
}

.firstcol .logo {
    display: none;
}

.firstcol .lang {
    margin-top: 0;
}

body.active .firstcol {
    left:0;
}

.firstcol .icon-cross2 {
    display: block;
    width:30px;
    line-height: 30px;
    float: right;
    margin-top: 10px;
}

.widgets {
    margin-left: 15px;
}
 
 
    
    
    
/* end*/    
}
