@media only screen and (max-width: 1000px) {
  .menu_toggle {
    display: block;
  }
  .menu_header {
    position: fixed;
    top: 0;
    left: -101vw;
    width: 100vw;
    bottom: 0;
    box-sizing: border-box;
    z-index: 100;
  }
  .menu_header.active {
    left: 0;
  }



  .menu_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 0;
    margin: 0;
  }
  .main_menu {
    max-width: 530px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .menu_sector {
    width: 100%;
    max-width: 530px;
  }
  .main_menu a {
    font-size: 18px;
  }

  @media only screen and (max-width: 630px) {
    .menu_header {
      padding: 30px;
    }
    .menu_sector {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      height: auto;
      justify-content: left;
      align-items: start;
    }
    .menu_sector .parent_logo_row {
      position: absolute;
      top: 15px;
    }
    .main_menu {
      border: none;
      justify-content: start;
    }
    .main_menu ul {
      flex-direction: column;
      align-items: start;
    }
  }

  
  .pg3_ese-home .logo_link svg {
    margin-top: 15px;
    margin-left: 20px;
    width: 60vw;
    height: 28vw;
  }

  @media (orientation: portrait) {
    .pg3_ese-home .logo_link {
      position: absolute !important;
    }
    .pg3_ese-home #MainContent {
      padding: 0;
      margin-top: 100vh;
    }
    .pg3_ese-home .home_start {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: end;
      height: 100vh;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
    }
    .pg3_ese-home .home_landing {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      margin: 0 20px;
      height: 50vh;
    }
    .pg3_ese-home .home_landing .box {
      height: auto;
    }
    .pg3_ese-home .home_media {
      position: relative;
      z-index: 2;
    }
  }


  .home_media .box.zoom-in .col1 {
    display: none;
  }
  .home_media .box .content {
    grid-template-columns: 1fr;
  }




  .body-content-home header {
    display: grid;
    grid-template-columns: 32vw auto;
    align-items: center;
    padding: 20px;
  }
  .body-content-home .logo_link, .pg3_ese-home .logo_link {
    position: relative;
    height: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
  .body-content-home .logo_link svg, .pg3_ese-home .logo_link svg {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .body-content-home .menu_header,
  .body-content-home .menu_sector {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
    margin: 0;
    display: block;
  }
  .body-content-home .menu_header li {
    padding-left: 30px;
  }
  .body-content-home .home_landing {
    position: relative;
    grid-template-columns: 1fr;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    gap: 30px;
  }
  .body-content-home .home_landing .box {
    height: auto;
    border-radius: 30px;
    overflow: hidden;
  }
  .body-content-home .home_landing .box:last-child {
    border-radius: 30px 30px 0 0;
  }
  .body-content-home .home_landing img {
    max-width: 100% !important;
    width: 100%;
    height: auto !important;
  }
  .body-content-home .home_landing .box:first-child img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  .body-content-home .home_landing .box .content {
    position: relative;
    padding: 10px 30px;
  }
  .body-content-home .home_content {
    margin: 0;
  }
  .body-content-home .home_start {
    min-height: 100vh;
    height: auto;
    margin: 20px;
  }
  


  .product_box {
    grid-template-columns: 1fr;
  }
  .header_acc_menu {
    grid-column: 1;
  }

  .contact_pg_wrapper .inner {
    display: block;
  }


  footer {
    height: auto;
  }
  .footer_links {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .main_footer_links > div {
    border: none;
    border-bottom: 1px solid #ffffff40;
    padding-bottom: 25px;
  }
  .body-content-home footer {
    margin-top: -30px;
  }
  .main_footer_links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .box.blank .bg_circles span {
    height: 300px;
    width: 300px;
  }
}

@media only screen and (max-width: 900px) {
  #ItemInfoBoxImage .animated_gallery_wrapper .ag_overflow {
    grid-template-columns: repeat(3, 1fr);
  }
  .header_acc_menu {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .logo_link svg {
    display: none;
  }
  .pg3_ese-home .logo_link svg,
  .body-content-home .logo_link svg {
    display: block;
  }
  .box.blank .bg_circles span {
    height: 200px;
    width: 200px;
  }
  .box.blank .bg_circles span:first-child {
    margin-left: calc(-65vh / 2);
  }
  #ItemInfoBoxImage .animated_gallery_wrapper .ag_overflow {
    grid-template-columns: repeat(2, 1fr);
  }
  #HeaderProductInfo h1 {
    letter-spacing: -1.5px;
  }
  .book_talent_wrapper .row_book {
    grid-template-columns: 1fr;
  }
  .item_info_price {
    text-align: left;
  }
  .item_info_add_cart {
    display: block;
  }
  section {
    padding: 0 20px;
  }
  .item_listing_group {
    grid-template-columns: 1fr;
  }
  .layout-products-wrapper, .layout-info-wrapper, .layout-contact-wrapper, .layout-gallery-wrapper, .layout-page-wrapper {
    grid-template-columns: 1fr;
  }
  .im_cat_menu_panel {
    position: fixed;
    top: 0;
    left: -100vw;
    bottom: 0;
    width: 240px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #00000054;
    transition: 0.8s;
    z-index: 10;
  }
  .body-content-products .filter_menu_btn {
    position: fixed;
    bottom: -16px;
    right: -26px;
    width: 100px;
    height: 100px;
    line-height: 95px;
    text-align: center;
    background: #0a131c;
    border-radius: 100%;
    box-sizing: border-box;
    padding-right: 12px;
    display: flex;
    justify-content: center;
  }
  .body-content-products .filter_menu_btn .inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 54px;
  }
  .filter_menu_btn span {
    background: #fff;
    height: 40px;
    width: 1px;
    display: block;
  }
  .filter_menu_btn span:after {
    content: "";
    background: #0a131c;
    display: block;
    width: 7px;
    height: 3px;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-left: -4px;
    margin-top: 7px;
  }
  .filter_menu_btn span:first-child:after {
    margin-top: 14px;
  }
  .filter_menu_btn span:nth-child(2):after {
    margin-top: 28px;
  }
  .im_cat_menu_panel.open .filter_menu_btn span:after {
    content: unset;
  }
  .body-content-productsXX .filter_menu_btn:after {
    content: "k";
    color: #fff;
    font-size: 34px;
  }
  .custom_page_form .inner, .custom_form_group_wrapper_sub {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .body-content-home .menu_header {
    position: fixed;
    top: 0;
    left: -101vw;
    width: 100vw;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    z-index: 100;
  }
  .body-content-home .menu_header.active {
    left: 0;
  }
  .box.blank .bg_circles span {
    height: 150px;
    width: 150px;
  }
  .box.blank .bg_circles span:first-child {
    margin-left: calc(-58vh / 2);
  }
  .body-content-home .menu_sector {
    border: none;
    max-width: 320px;
    width: 100%;
  }
  .body-content-home header {
    grid-template-columns: 1fr;
  }
  .body-content-home .logo_link svg {
    width: 60vw;
    height: auto;
  }
  .body-content-home .menu_header li {
    padding-left: 20px;
  }
  .body-content-home .menu_header li:last-child {
    border-top: 1px solid #000;
    margin-top: 25px;
  }
  .body-content-home .menu_header a b {
    transform: translateY(7px);
    font-size: 70px;
  }
  .body-content-home .menu_sector a {
    font-size: 31px;
    line-height: 65px;
  }
  .footer_inner {
    padding: 60px 30px;
  }
}