@media screen and (min-width: 1025px) {
  .menu_btn,
.mob_search_btn {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header .main_logo {
    margin: 15px auto 10px 0;
  }
  .header .main_logo img {
    height: 100px;
  }
  .header .main_menu > li > a {
    font-size: 140%;
    line-height: 20px;
  }
  .header .main_menu > li .submenu_block > .submenu_list {
    padding: 30px 0;
  }
  .header .main_menu > li .submenu_block > .submenu_list li a {
    font-size: 160%;
    line-height: 33px;
  }
  .header .search_block {
    margin: 0 20px;
  }
  .header .actions_block .primary_btn {
    margin: 0 20px;
    height: 42px;
    padding: 0 15px;
    font-size: 140%;
    line-height: 20px;
  }
  .header .actions_block .secondary_btn {
    height: 42px;
    padding: 0 23px;
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .exhibitions_inner .top_info .page_row .street_gallery,
.exhibitions_inner .top_info .date_block,
.exhibitions_inner .top_info .age_block {
    padding: 0 16px;
  }
  .exhibitions_inner .top_info .page_row .street_gallery:after,
.exhibitions_inner .top_info .date_block:after,
.exhibitions_inner .top_info .age_block:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    background: #3C3935;
    width: 1px;
    top: 6px;
  }
  .exhibitions_inner .top_info .page_row .street_gallery.street_gallery:first-child:after,
.exhibitions_inner .top_info .date_block.street_gallery:first-child:after,
.exhibitions_inner .top_info .age_block.street_gallery:first-child:after {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .exhibitions_inner .video_section .tab_section .tab_list li {
    flex: unset;
  }
}

/*# sourceMappingURL=index-l.css.map */
