.container {
  max-width: 1170px;
  margin: 0 auto; 
 width: 100%;}
  .container::before {
    content: '';
    display: table; }
  .container::after {
    content: '';
    clear: both; }

@media all and (max-width: 1300px) {

   .sidebar {
    display: none;
}  
.mobil_menu{
    display:block;
}
.sidebar.open{
    display:block;
    width: 100%;
    transition: 1s;
}
.sidebar.open {
    display: flex;
}
.sidebar.open .sidebar_title{
    display:none;
}
.sidebar.open .all_cat{
    width:100%;
   align-content: flex-start;
   height: 250px;
}
 .catalog__list.no_style{
    display: none;
  }

}   

@media all and (max-width: 1024px) {
  .block_adv {
    min-width: inherit;
}  
.game_block_with_adv {
    flex-direction: column;
}
  .single_adv_block {
    flex-direction: column;
  }  
  .side_adv {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.catalog .catalog__list {
    width: 44%;
}    
  .top_games {
    background: #ECF2F6;
  }  
  .category_item {
    margin-bottom: 10px;
}
.block_adv {
    margin: 0 auto;
}
.border-block {
    display: none;
}
  .container {
    width: 100%;
    padding: 0 15px; }
  .page {
    padding: 0; }
  
  .search-container {
   width: 100%;
  padding-bottom: 0;
  margin-top: 15px;   }
    .search-container.open {
      width: 100%;
      display: block; }
  .search-button {
    display: block;
    width: 25px;
    height: 25px; }
    .search-button:before {
      content: '';
      display: block;
      background: url(../img/icon-search.svg) 0 0 no-repeat;
      background-size: cover;
      width: 100%;
      height: 25px;
      transition: background 0.3s ease-out; }
    .search-button.open:before {
      height: 25px;
      background: url(../img/icon-close.svg) 4px 4px no-repeat; }
  .search {
    max-width: 100%;
   }
    .search input {
      width: calc(100% - 35px); }
 .all_categorys {
    display:block;
}
.popular {
    width: 100%;
    margin-right: 0px;
}
button.owl-prev, button.owl-next {
    top: 100% !important;
}
.footer .menu {
    margin-top: 20px;
}
.popular_category {
  flex-wrap: wrap;
}    
.block_top_games {
    position: static;
    margin: 60px 0px;
}
button.owl-prev {
    left: 0px;
    top: 73%;
    width: 40px;
    height: 40px;
    background: #4D82FF 10px center url(../img/left.svg) no-repeat !important;
}  
button.owl-next {
    right: 0px;
    top: 73%;
    width: 40px;
    height: 40px;
    background: #4D82FF 15px center url(../img/right.svg) no-repeat !important;
}  
.top_games h3 {
    padding-top: 280px;
} 
  .sidebar {
   max-width: 100%;
   margin-bottom: 52px;}
   .content {
    max-width: 100%;
   }
   .content h1 {
    text-align: center;
    font-size: 30px;
}

footer .search-container {
    display: none;
}
  .popular-game {
    width: 100%;
    padding: 0 18px;
    }
  .popular-game__title,  .popular-game__title span {
    font-size: 30px;
    line-height: 26px;
    padding: 30px 0 20px;
}  
.all_categorys h3, .top_games h3{
  font-size: 30px;
  line-height: 48px;
}
  .tooltip .box {
    display: none; }
  .main {
    border-radius: 0;
    padding: 10px 18px;
    flex-direction: column;
    }
 .game .advertising, .game .banner {
    display: none; }
   .game__player__content.fullscreen {
        display: block; }
   .game__promo {
    background: #57C0DA; }
  .game__description {
    order: 12;
    max-width: 100%;
    margin-bottom: 20px;
    background: none;
    padding: 0;
    border-radius: 0; }
    .game__similar .catalog__list {
     padding-left: 25px;
     padding-right: 0px;
}
 .game__similar .game-card {
     margin: 10px 2px;
}
  .btn-play {
     display: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  border: 10px solid #275CDE;
  outline: 0;
  background: #FD48CB;
  border-radius: 20px; }
    .btn-play:before {
      content: '';
      background: url("../img/icon-play.svg") 0 0 no-repeat;
      margin-right: 10px;
      width: 20px;
      height: 20px; }
    .btn-play span {
      font-size: 22px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff; }
    .btn-play:hover {
      background: #11745A;
      box-shadow: 0 0 20px rgba(15, 135, 103, 0.2); }
  .footer {
    height: auto;
    border-radius: 0;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px;
    flex-direction: column-reverse; }
    .footer-logo {
      margin: 12px auto; }
    .copyright {
    margin: 15px 0;
}
    footer .hamburger {
    margin-top: 20px;
    }
footer .menu.open {
    margin-top: -135px;
}

}
@media all and (max-width: 768px) {

.search-container {
    display: none;
}
.sidebar.open {
    display: block;
}
 } 
 @media all and (max-width: 600px) {
.game-offer__window__bottom {
  flex-direction: column;
}
.fullscreen.btn-fullscreen {
    text-align: center;
    margin: 10px auto;
}
.game-offer__window__bottom .rating, .game__player__share {
  text-align: center;
}
.game-offer__image {
    flex-direction: column;
}
.list_category {
    margin-bottom: 20px;
}
}  

@media all and (max-width: 480px) {
.side_adv {
  align-items: center;
}  
.footer .menu {
    align-items: flex-start;
    flex-direction: column;
}  
.footer .menu li {
  margin: 10px 0 !important;
}
.game-offer__image h1 {
    font-size: 28px;
    padding: 0 10px;
}  
.list_category ul {
    padding: 0px 10px;
    display: grid;
}
.list_category a {
  margin-bottom: 5px;
}
.game-offer__image {
   margin: 40px 15px 20px;
}    
.game_description {
   padding: 20px 15px;
}
.search-container {
    display: none;
}    
.breadcrumbs {
    display: none;
}  
.no_mobil {
  display: none;
}  
.to_mobil{
  display: block;
}
.all_categorys .cat_item {
    margin-left: 15%;
}
.seo_block {
    display: block;
}
.seo_block h1, .page_title h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
}
footer.footer .logo {
    margin-bottom: 20px;
}

}