@media (min-width: 850px) {
  .header__main-menu .categories .pages {
    width: 135%;
    top: 100%;
    transition: cubic-bezier(0.2, 0.01, 0.45, 1) 0.15s;
    background-color: inherit;
  }
  .header__main-menu .categories .category:hover > .pages,
  .header__main-menu .categories .pages:hover {
    opacity: 1;
    visibility: visible;
  }
  .header__main-menu .categories .sublink {
    display: table;
  }
  .header__main-menu .categories .sublink + .sublink {
    margin-top: 0.75em;
  }
  .header__main-menu .categories .sublink:hover {
    color: #AE90FA;
  }
}
@media (max-width: 849px) {
  .header__main-menu .mobile-panel {
    transition: cubic-bezier(0.2, 0.01, 0.45, 1) 0.4s width;
    font-size: 15px;
  }
  .header__main-menu .mobile-panel.open {
    width: 100%;
  }
  .header__main-menu .mobile-panel .column {
    max-width: 80%;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .header__main-menu .mobile-panel .menu-container {
    width: 100vw;
    height: 100%;
    padding: 55px 0;
    box-sizing: border-box;
    background-color: #ECEEFF;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #26325A;
  }
  .header__main-menu .mobile-panel .categories {
    position: relative;
  }
  .header__main-menu .mobile-panel .categories:before,
  .header__main-menu .mobile-panel .categories:after {
    content: '';
    width: 200vw;
    height: 1px;
    display: block;
    position: absolute;
    left: -50vw;
    background-color: #26325A;
    opacity: 0.75;
  }
  .header__main-menu .mobile-panel .categories .link {
    display: table;
  }
  .header__main-menu .mobile-panel .category {
    padding-bottom: 2em;
  }
  .header__main-menu .mobile-panel .category:first-child {
    padding-top: 2em;
  }
  .header__main-menu .mobile-panel .pages {
    padding-left: 2.5em;
    margin-top: 1em;
  }
  .header__main-menu .mobile-panel .sublink {
    display: table;
    position: relative;
  }
  .header__main-menu .mobile-panel .sublink:before {
    content: '';
    width: 1em;
    height: 2px;
    display: block;
    position: absolute;
    left: -1.5em;
    top: 0.9em;
    margin-top: -1px;
    background-color: #AE90FA;
    color: inherit;
  }
  .header__main-menu .account {
    margin-top: 2em;
  }
  .header__main-menu .social-menu {
    margin-top: 2em;
  }
  .header__main-menu .social-menu .link + .link {
    margin-left: 10px;
  }
  .header__main-menu .social-menu .link .icon {
    height: 16px;
    max-width: 16px;
    display: inline-block;
  }
}
