/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_dev/module/css/module.scss ***!
  \**********************************************************************************************************************/
.oo_menu_menu {
  height: 100%;
  z-index: 999;
  max-height: 61px; }
  @media screen and (max-width: 1110px) {
    .oo_menu_menu {
      max-height: initial;
      height: initial; } }
  .oo_menu_menu__nav {
    position: relative;
    height: 100%; }
    @media screen and (max-width: 1110px) {
      .oo_menu_menu__nav {
        display: none; } }
    .oo_menu_menu__nav ul {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: space-between;
      height: 100%; }
      .oo_menu_menu__nav ul:has(> li:hover):hover > li:not(:hover) > a {
        opacity: .6; }
  .oo_menu_menu__mobile {
    display: none; }
    @media screen and (max-width: 1110px) {
      .oo_menu_menu__mobile {
        display: block;
        height: 100%; } }
    .oo_menu_menu__mobile > ul {
      position: relative;
      list-style: none;
      margin: 0 auto;
      padding: 0;
      display: flex;
      flex-direction: column;
      height: 100%; }
    .oo_menu_menu__mobile__next, .oo_menu_menu__mobile__link {
      position: relative;
      display: block;
      padding: 12px 25px 12px 0;
      width: 100%;
      display: flex;
      align-items: center;
      color: var(--theme-color-1);
      color: var(--oo_menu-item-color);
      font-family: var(--theme-font-title);
      font-size: 18px;
      appearance: none;
      border: none;
      background-color: transparent; }
      .oo_menu_menu__mobile__next:after, .oo_menu_menu__mobile__link:after {
        content: '';
        display: block;
        width: 14px;
        height: 8px;
        background-color: var(--theme-color-1);
        background-color: var(--oo_menu-item-color);
        mask-image: url(.././img/7f9d41bf2f159d10fd7a.svg);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(-90deg); }
    .oo_menu_menu__mobile__children {
      display: none; }
      .oo_menu_menu__mobile__children.open {
        display: block;
        z-index: 1;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff; }
      .oo_menu_menu__mobile__children .oo_menu_menu__mobile__back {
        appearance: none;
        margin-top: 10px;
        border: none;
        background-color: transparent;
        padding: 10px 10px 10px 25px;
        position: relative;
        font-size: 16px;
        color: var(--theme-color-1);
        width: 100%;
        text-align: left;
        font-family: var(--theme-font-title);
        text-transform: uppercase;
        font-weight: 700; }
        .oo_menu_menu__mobile__children .oo_menu_menu__mobile__back:after {
          content: '';
          display: block;
          width: 12px;
          height: 8px;
          background-color: var(--theme-color-1);
          mask-image: url(.././img/7f9d41bf2f159d10fd7a.svg);
          mask-size: contain;
          mask-repeat: no-repeat;
          mask-position: center;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%) rotate(90deg); }
      .oo_menu_menu__mobile__children .oo_menu__children_content {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0 40px 0; }
        .oo_menu_menu__mobile__children .oo_menu__children_content__category__title {
          color: var(--theme-color-1);
          font-size: 18px;
          margin-bottom: 8px;
          display: block;
          position: relative;
          font-family: var(--theme-font-title); }
        .oo_menu_menu__mobile__children .oo_menu__children_content__category__children {
          display: flex;
          flex-direction: column;
          padding-left: 20px; }
          .oo_menu_menu__mobile__children .oo_menu__children_content__category__children a {
            color: var(--theme-color-1);
            display: block;
            line-height: 1.2;
            padding: 6px 0;
            font-family: var(--theme-font-title);
            font-size: 16px; }
            .oo_menu_menu__mobile__children .oo_menu__children_content__category__children a:hover {
              text-decoration: underline; }
        .oo_menu_menu__mobile__children .oo_menu__children_content__button {
          margin-top: auto;
          align-self: center;
          margin-top: 20px;
          margin-bottom: 40px; }
  .oo_menu_menu__main__link {
    position: relative;
    display: block;
    padding: 10px 20px 25px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--theme-color-1);
    color: var(--oo_menu-item-color);
    font-size: 18px;
    transition: all .2s ease;
    font-family: var(--theme-font-title); }
    .oo_menu_menu__main__link.has-children {
      padding-right: 40px; }
      .oo_menu_menu__main__link.has-children:after {
        content: '';
        display: block;
        width: 12px;
        height: 8px;
        background-color: var(--theme-color-1);
        background-color: var(--oo_menu-item-color);
        mask-image: url(.././img/7f9d41bf2f159d10fd7a.svg);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        position: absolute;
        top: calc(50% - 5px);
        right: 20px;
        transform: translateY(-50%); }
  .oo_menu_menu__main__children {
    display: block;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-1px);
    background-color: #fff;
    padding: 15px 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease; }
    .oo_menu_menu__main__children .oo_menu__children_content {
      min-height: 400px;
      max-height: calc(100vh - 325px);
      height: 100%; }
      .oo_menu_menu__main__children .oo_menu__children_content__items {
        margin: 20px 0;
        margin-bottom: 40px;
        display: flex;
        gap: 40px;
        justify-content: space-around; }
      .oo_menu_menu__main__children .oo_menu__children_content__group {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-right: 20px; }
      .oo_menu_menu__main__children .oo_menu__children_content__category {
        max-width: 160px; }
        .oo_menu_menu__main__children .oo_menu__children_content__category__title {
          color: var(--theme-color-1);
          margin-bottom: 10px;
          display: block;
          position: relative;
          text-transform: initial; }
        .oo_menu_menu__main__children .oo_menu__children_content__category__children {
          display: flex;
          flex-direction: column; }
          .oo_menu_menu__main__children .oo_menu__children_content__category__children a {
            color: var(--theme-color-1);
            display: block;
            line-height: 1.2;
            padding: 5px 0;
            font-size: 18px;
            font-family: var(--theme-font-title); }
            .oo_menu_menu__main__children .oo_menu__children_content__category__children a:hover {
              text-decoration: underline; }
      .oo_menu_menu__main__children .oo_menu__children_content__button {
        margin-top: auto;
        font-size: 18px;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
  .oo_menu_menu__main:first-child .oo_menu_menu__main__link {
    padding-left: 0; }
  .oo_menu_menu__main:last-child .oo_menu_menu__main__link {
    padding-right: 0; }
  .oo_menu_menu__main:hover .oo_menu_menu__main__link.has-children:after {
    transform: translateY(-50%) rotate(180deg); }
  .oo_menu_menu__main:hover .oo_menu_menu__main__children {
    opacity: 1;
    visibility: visible; }

