
@media (max-width: 991px) {
 
         .nav-top-list li{
       font-size: 12px;
        }

.logo-wmg,.search-group,.navigation,.contact,.header-bg{
    display: none;
}
.sidebar-elem{
    width: none;
}
.custom-select, .form-control{
    width: 100%;
}
.col-lg-8{
display: flex;
flex-direction: column;
}
.menu-toggle{
    display: block;
    
}
.header{
    justify-content: space-around;
}
.hamburger,button.but{
    display: block;
}
.sidebar-payment {
    margin: 13px auto;
    margin-right: 22px;
  }
.row-content{
    flex-direction: column;
}
.row-slide{
    display:none;
}
.news{
    flex-direction: column;
   }
.popular{
    width:auto;
}
.news-info{
    width: auto;
}
}
@media (max-width: 769px) {
    .eb,.foto{
        display: none;
    }
   .footer{
flex-direction: column;
   }
   .footel ul{
       margin-right: 71px;
   }
   .row-nav{
    justify-content: center;
    flex-wrap: wrap;
    
   }
   .footer-text{
width: auto;
height: auto;
   }

}
@media (max-width: 430px) {
    .mp3{
        display: none;
    }
    .logo{
        flex-wrap: wrap;
    }
    .nav-top-list li{
margin-right: 10px;
    }
}