.stop-scrolling {
  height: 100%;
  width: 99%;
  overflow: hidden;
  display: inline-block !important; }

.is-scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 50; }

.is-scroll-sub {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 35;
  background-image: linear-gradient(to top, #ffffff, #f3f8f3); }

header.header {
  transition: 1s;
  text-align: left; }
  header.header.header_trans-fixed {
    position: fixed;
    background-color: #fff; }
    header.header.header_trans-fixed.only-logo {
      background-color: transparent; }

.woocommerce-products-header {
  z-index: 0; }

.header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 95px; }
  .header__main .header__nav {
    position: relative;
    display: flex;
    align-items: flex-end; }
    .header__main .header__nav .header_nav_for_mobile {
      display: flex;
      align-items: flex-end;
      position: relative; }
      .header__main .header__nav .header_nav_for_mobile .site-search {
        display: none; }
      .header__main .header__nav .header_nav_for_mobile .header__nav-left ul, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li {
          padding: 0;
          list-style: none;
          margin: 0 20px;
          position: relative; }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li a {
            font-size: 18px;
            color: var(--c-aditional);
            text-decoration: none;
            transition: .5s; }
            .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li a:hover, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li a:hover {
              color: var(--c-primary); }
              .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li a:hover .sub-menu, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li a:hover .sub-menu {
                opacity: 1;
                visibility: visible; }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li.current-menu-item a, .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li.current-menu-parent a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li.current-menu-item a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li.current-menu-parent a {
            color: var(--c-primary); }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li.current-menu-item .sub-menu li a, .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li.current-menu-parent .sub-menu li a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li.current-menu-item .sub-menu li a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li.current-menu-parent .sub-menu li a {
            color: var(--c-aditional); }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li.current-menu-item .sub-menu li.current-menu-item a, .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li.current-menu-parent .sub-menu li.current-menu-item a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li.current-menu-item .sub-menu li.current-menu-item a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li.current-menu-parent .sub-menu li.current-menu-item a {
            color: var(--c-primary); }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li .sub-menu, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li .sub-menu {
            position: absolute;
            top: 100%;
            left: -50%;
            min-width: 250px;
            width: 250px;
            display: block;
            padding: 10px 25px;
            background-color: #fff;
            box-shadow: 0 27px 70px 0 rgba(128, 190, 121, 0.4);
            opacity: 0;
            visibility: hidden;
            z-index: 15;
            transition: .5s; }
            .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li .sub-menu li, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li .sub-menu li {
              margin: 10px 5px;
              text-align: left; }
            .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li .sub-menu .sub-menu, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li .sub-menu .sub-menu {
              left: -280px;
              top: 0; }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li:hover > .sub-menu, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li:hover > .sub-menu {
            opacity: 1;
            visibility: visible; }
    .header__main .header__nav.hamburger_menu_mobile_open .hamburger-box_for_mobile span:nth-child(1) {
      transform: rotate(45deg);
      margin-bottom: 1px; }
    .header__main .header__nav.hamburger_menu_mobile_open .hamburger-box_for_mobile span:nth-child(2) {
      display: none; }
    .header__main .header__nav.hamburger_menu_mobile_open .hamburger-box_for_mobile span:nth-child(3) {
      transform: rotate(-45deg);
      margin-top: -3px; }
  .header__main .header__logo {
    height: 35px;
    margin: 0 30px;
    flex: 0 0 auto; }
    .header__main .header__logo a.logo {
      height: 100%; }
    .header__main .header__logo img {
      height: 100%;
      width: auto; }
    .header__main .header__logo .text-logo {
      font-size: 28px;
      color: var(--c-aditional); }
  .header__main .soc_header_for_mobile {
    display: none; }
  .header__main .hamburger-box_for_mobile {
    display: none;
    z-index: 13;
    height: 23px;
    position: absolute;
    top: calc(50% - 11px);
    right: 0; }
    .header__main .hamburger-box_for_mobile span {
      width: 20px;
      height: 2px;
      margin: 4px 0;
      background-color: var(--c-aditional);
      display: block;
      transition: .5s; }
  .header__main .header__logo_for_mobile {
    display: none;
    height: 30px; }
    .header__main .header__logo_for_mobile img {
      height: 100%;
      width: auto; }
  .header__main .header__hamburger {
    position: relative;
    width: 16px; }
    .header__main .header__hamburger .hamburger-box {
      display: block;
      z-index: 13;
      height: 23px;
      position: absolute;
      top: calc(50% - 11px);
      right: 0; }
      .header__main .header__hamburger .hamburger-box span {
        width: 20px;
        height: 2px;
        margin: 4px 0;
        background-color: var(--c-aditional);
        display: block;
        transition: .5s; }
    .header__main .header__hamburger .hamburger_short_menu {
      position: fixed;
      height: 100vh;
      overflow-y: auto;
      right: 0;
      top: 0;
      bottom: 0;
      transform: translateX(100%);
      transition: .5s;
      width: 550px;
      background-color: #ffffff;
      padding: 60px 75px 25px;
      z-index: 12;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .header__main .header__hamburger .hamburger_short_menu .soc_header {
        display: flex; }
        .header__main .header__hamburger .hamburger_short_menu .soc_header .social_in_hamburger {
          display: block;
          margin: 5px 25px 5px 0;
          text-decoration: none;
          color: #222;
          font-size: 24px;
          transition: .5s; }
          .header__main .header__hamburger .hamburger_short_menu .soc_header .social_in_hamburger:hover {
            color: var(--c-primary);
            text-decoration: none; }
      .header__main .header__hamburger .hamburger_short_menu ul {
        margin: 0;
        padding: 0; }
        .header__main .header__hamburger .hamburger_short_menu ul li {
          padding: 0;
          list-style: none;
          margin: 5px 0; }
          .header__main .header__hamburger .hamburger_short_menu ul li a {
            font-size: 30px;
            color: var(--c-aditional);
            font-weight: 900;
            text-decoration: none;
            transition: .5s; }
            .header__main .header__hamburger .hamburger_short_menu ul li a:hover {
              color: var(--c-primary); }
          .header__main .header__hamburger .hamburger_short_menu ul li .sub-menu li {
            padding-left: 20px;
            margin: 0; }
            .header__main .header__hamburger .hamburger_short_menu ul li .sub-menu li a {
              font-size: 24px;
              font-weight: 600; }
      .header__main .header__hamburger .hamburger_short_menu .header_copyright {
        color: #888888; }
    .header__main .header__hamburger .menu_overlay {
      position: fixed;
      z-index: 11;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: .5s; }
  .header__main .hamburger_menu_open .hamburger_short_menu {
    transform: translateX(0); }
  .header__main .hamburger_menu_open .hamburger-box span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: 1px; }
  .header__main .hamburger_menu_open .hamburger-box span:nth-child(2) {
    display: none; }
  .header__main .hamburger_menu_open .hamburger-box span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -3px; }
  .header__main .hamburger_menu_open .menu_overlay {
    visibility: visible;
    opacity: 1; }
  .header__main .header__search {
    position: relative;
    display: flex;
    align-items: flex-start; }
    .header__main .header__search .search_icon {
      margin-left: 0;
      width: 22px;
      height: 22px; }
      .header__main .header__search .search_icon::before {
        font-family: "Ionicons";
        content: "\f4a5";
        display: block;
        font-size: 24px;
        font-weight: normal; }
    .header__main .header__search .mini-cart-wrapper {
      position: relative;
      margin-left: 15px; }
      .header__main .header__search .mini-cart-wrapper .cart-contents {
        position: relative;
        color: #222;
        transition: .5s;
        font-size: 17px; }
        .header__main .header__search .mini-cart-wrapper .cart-contents .cart-contents-count {
          position: absolute;
          top: -9px;
          right: -13px;
          width: 18px;
          height: 18px;
          font-size: 11px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: var(--c-primary);
          color: #fff; }
        .header__main .header__search .mini-cart-wrapper .cart-contents:hover {
          color: var(--c-primary); }
      .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart {
        position: absolute;
        top: 100%;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transition: .5s;
        border: 2px solid var(--c-primary);
        padding: 20px 40px;
        background-color: #fff;
        width: 450px;
        display: block; }
        .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart.open_mini_cart {
          opacity: 1;
          visibility: visible; }
        .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul {
          margin: 0;
          padding: 0; }
          .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li {
            list-style: none;
            margin: 0;
            padding: 15px 0;
            border-bottom: 1px solid #a5a5a5;
            display: flex;
            position: relative; }
            .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .mini_cart_item_thumbnail {
              width: 100px;
              height: 100px;
              margin-right: 25px; }
              .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .mini_cart_item_thumbnail img {
                max-width: 100%;
                width: 100%;
                max-height: 100%; }
            .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .mini-cart-data .mini_cart_item_name {
              font-size: 22px;
              color: #222; }
            .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .mini-cart-data .mini_cart_item_quantity {
              color: var(--c-primary);
              font-size: 18px; }
            .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .mini-cart-data .mini_cart_item_price {
              font-size: 20px;
              font-weight: 600;
              color: var(--c-primary); }
            .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .remove_from_cart_button {
              font-size: 24px;
              color: #222;
              position: absolute;
              top: 10px;
              right: 0; }
              .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .remove_from_cart_button:hover {
                text-decoration: none; }
        .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart .sativaka-buttons a {
          color: #fff;
          background-color: var(--c-primary);
          padding: 10px 25px;
          text-decoration: none;
          display: inline-block;
          border: 2px solid var(--c-primary);
          margin-top: 10px;
          margin-bottom: 10px;
          transition: .5s; }
          .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart .sativaka-buttons a:hover {
            color: var(--c-primary);
            background-color: #fff; }
        .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart .total {
          font-size: 18px;
          color: var(--c-aditional); }
          .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart .total .amount {
            font-weight: 700;
            font-size: 20px;
            color: var(--c-primary); }
        .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart .checkout {
          color: #fff;
          background-color: var(--c-primary);
          padding: 10px 25px;
          text-decoration: none;
          border-radius: 0;
          line-height: normal;
          font-weight: normal;
          display: inline-block;
          border: 2px solid var(--c-primary);
          margin-top: 10px;
          margin-bottom: 10px;
          transition: .5s; }
          .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart .checkout:hover {
            background-color: #fff;
            color: var(--c-primary); }
    .header__main .header__search .site-search {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px 40px;
      background-color: white;
      opacity: 0;
      visibility: hidden;
      z-index: 15;
      transition: .5s; }
      .header__main .header__search .site-search .close_search {
        position: absolute;
        right: 50px;
        top: 70px; }
      .header__main .header__search .site-search.site_search_open {
        visibility: visible;
        opacity: 1; }
      .header__main .header__search .site-search .input-group {
        display: flex;
        position: relative; }
        .header__main .header__search .site-search .input-group::before {
          content: "";
          height: 3px;
          width: 50%;
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: var(--c-primary);
          z-index: 1; }
        .header__main .header__search .site-search .input-group::after {
          content: "";
          height: 3px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: #e6e6e6; }
        .header__main .header__search .site-search .input-group input:not([type=submit]) {
          border: none;
          margin-right: 15px;
          background-color: #ffffff00;
          font-size: 15px;
          line-height: 1.73;
          color: #4b4b4b;
          outline-width: 0;
          width: 320px; }
          .header__main .header__search .site-search .input-group input:not([type=submit])::placeholder {
            color: #616161; }
        .header__main .header__search .site-search .input-group #searchsubmit {
          background-image: url("../images/search.png");
          filter: invert(70%);
          border: none;
          background-color: #ffffff00;
          padding: 0;
          width: 20px;
          background-size: contain;
          height: 46px;
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer;
          outline-width: 0; }
        .header__main .header__search .site-search .input-group .searchsubmit2 {
          background-image: url("../images/search.png");
          filter: invert(70%);
          border: none;
          background-color: #ffffff00;
          padding: 0;
          width: 20px;
          background-size: contain;
          height: 46px;
          background-repeat: no-repeat;
          background-position: center;
          outline-width: 0;
          cursor: pointer; }

.only-logo .header__main .header__search,
.only-logo .header__main .hamburger-box_for_mobile,
.only-logo .header__main .header__hamburger,
.only-logo .header__main .header__nav-right,
.only-logo .header__main .header__nav-left {
  display: none; }

@media (max-width: 1200px) {
  .header__main {
    padding: 40px 20px; }
    .header__main .header__nav .header__nav-left ul li, .header__main .header__nav .header__nav-right ul li {
      margin: 0 10px; }
      .header__main .header__nav .header__nav-left ul li a, .header__main .header__nav .header__nav-right ul li a {
        font-size: 15px; }
    .header__main .header__logo {
      height: 30px;
      margin: 0 15px; }
    .header__main .header__hamburger .hamburger_short_menu {
      padding: 60px 50px 25px;
      width: 400px; }
      .header__main .header__hamburger .hamburger_short_menu ul li a {
        font-size: 24px; }
        .header__main .header__hamburger .hamburger_short_menu ul li a .sub-menu li a {
          font-size: 20px; } }
@media (max-width: 991px) {
  .header__main .mini-cart-wrapper .sativaka-shop-icon {
    margin: 0; }
  .header__main div.header__logo_for_mobile img.main-logo:not(.logo-mobile) {
    display: block !important; }
  .header__main img.main-logo:not(.logo-mobile) {
    display: block !important; } }
@media (max-width: 768px) {
  .header__main {
    padding: 20px; }
    .header__main .header__search .search_icon {
      display: none; }
    .header__main .header__search .mini-cart-wrapper {
      margin-left: 0; }
      .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart {
        width: 300px;
        left: -12px;
        padding: 10px 20px; }
        .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .mini_cart_item_thumbnail {
          width: 50px;
          height: 50px;
          margin-right: 15px; }
        .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .mini-cart-data .mini_cart_item_name {
          font-size: 18px; }
        .header__main .header__search .mini-cart-wrapper .sativaka_mini_cart ul li .remove_from_cart_button {
          right: -10px; }
    .header__main .header__nav .header_nav_for_mobile {
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      overflow-y: auto;
      width: 320px;
      background-color: #fff;
      transition: .5s;
      z-index: 12;
      padding: 60px 40px;
      display: block;
      align-items: flex-start; }
      .header__main .header__nav .header_nav_for_mobile .site-search {
        margin-top: 15px;
        display: block;
        visibility: visible;
        opacity: 1; }
        .header__main .header__nav .header_nav_for_mobile .site-search .close_search {
          display: none; }
        .header__main .header__nav .header_nav_for_mobile .site-search input {
          padding: 8px 0; }
        .header__main .header__nav .header_nav_for_mobile .site-search #searchsubmit {
          background-image: url(../images/search.png);
          filter: invert(70%);
          border: none;
          background-color: #ffffff00;
          padding: 10px 0;
          width: 20px;
          background-size: cover;
          height: 20px;
          outline-width: 0;
          cursor: pointer; }
        .header__main .header__nav .header_nav_for_mobile .site-search .searchsubmit2 {
          background-image: url(../images/search.png);
          filter: invert(70%);
          border: none;
          background-color: #ffffff00;
          padding: 0;
          width: 20px;
          background-size: cover;
          height: 20px;
          outline-width: 0;
          cursor: pointer;
          color: transparent; }
      .header__main .header__nav .header_nav_for_mobile .header__nav-left ul, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul {
        display: block;
        margin: 0 -20px; }
        .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li {
          margin: 0;
          line-height: 50px;
          border-bottom: 1px solid rgba(136, 136, 136, 0.1);
          position: relative;
          padding: 0 20px; }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li .btn_down_menu, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li .btn_down_menu {
            position: absolute;
            right: 30px;
            top: 20px;
            z-index: 12;
            transition: .5s; }
            .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li .btn_down_menu.arrow_rotate, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li .btn_down_menu.arrow_rotate {
              transform: rotate(180deg); }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li a {
            font-size: 20px;
            font-weight: 900; }
          .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li .sub-menu, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li .sub-menu {
            left: 0 !important;
            max-height: 0;
            margin: 0 -20px;
            overflow: hidden;
            transition: .5s;
            position: relative;
            background-color: #ffffff00;
            box-shadow: none;
            opacity: 1;
            padding: 0;
            visibility: visible; }
            .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li .sub-menu li, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li .sub-menu li {
              margin: 0;
              padding: 0 40px;
              border-top: 1px solid rgba(136, 136, 136, 0.1);
              border-bottom: none; }
              .header__main .header__nav .header_nav_for_mobile .header__nav-left ul li .sub-menu li a, .header__main .header__nav .header_nav_for_mobile .header__nav-right ul li .sub-menu li a {
                font-weight: 600;
                font-size: 18px; }
    .header__main .header__nav.hamburger_menu_mobile_open .menu_overlay {
      position: fixed;
      z-index: 11;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: .5s; }
    .header__main .header__nav.hamburger_menu_mobile_open .header_nav_for_mobile {
      right: 0; }
    .header__main .header__logo {
      display: none; }
    .header__main .header__logo_for_mobile {
      display: block; }
    .header__main .header__hamburger {
      display: none; }
    .header__main .hamburger-box_for_mobile {
      display: block; }
    .header__main .soc_header_for_mobile {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      left: 50px;
      bottom: 20px; }
      .header__main .soc_header_for_mobile .social_in_hamburger {
        display: block;
        margin: 5px 25px 5px 0;
        text-decoration: none;
        color: #222;
        font-size: 24px;
        transition: .5s; }
        .header__main .soc_header_for_mobile .social_in_hamburger:hover {
          color: var(--c-primary);
          text-decoration: none; }
      .header__main .soc_header_for_mobile .header_copyright {
        width: 100%;
        margin-top: 30px; }

  .only-logo .header__main .header__logo_for_mobile {
    margin: 0 auto; }

  header.header.header_trans-fixed.only-logo {
    position: absolute; } }
@media (max-width: 425px) {
  .header__main .header__nav {
    width: 20px; }
    .header__main .header__nav .header__nav-left ul li, .header__main .header__nav .header__nav-right ul li {
      margin: 7px; }
      .header__main .header__nav .header__nav-left ul li a, .header__main .header__nav .header__nav-right ul li a {
        font-size: 20px;
        font-weight: 600; }
    .header__main .header__nav .header_nav_for_mobile {
      padding: 50px 20px; }
  .header__main .soc_header_for_mobile {
    left: 20px;
    bottom: 20px; }
    .header__main .soc_header_for_mobile .social_in_hamburger {
      color: #222;
      font-size: 20px; }
  .header__main .header__search .site-search .close_search {
    right: 25px;
    top: 60px; }
  .header__main .header__search .site-search .input-group input:not([type=submit]) {
    width: 240px; } }
.only_logo {
  position: absolute;
  z-index: 2;
  width: 100%; }
  .only_logo .header__main {
    padding: 20px 30px; }
    .only_logo .header__main .header__search, .only_logo .header__main .header__nav-left, .only_logo .header__main .header__nav-right {
      display: none; }
    .only_logo .header__main .header__logo img {
      filter: brightness(0) invert(100%); }
    .only_logo .header__main .header__hamburger .hamburger-box {
      display: flex;
      height: 50px;
      flex-direction: column;
      align-items: center;
      border-radius: 50%;
      justify-content: center;
      background-color: #ffffff;
      width: 50px; }
      .only_logo .header__main .header__hamburger .hamburger-box span {
        margin: 2px 0; }
    .only_logo .header__main .header__hamburger.hamburger_menu_open .hamburger-box span:nth-child(3) {
      margin-top: -3px; }
    .only_logo .header__main .header__hamburger.hamburger_menu_open .hamburger-box span:nth-child(1) {
      margin-bottom: 1px; }

.unit .header__main .header__logo {
  text-align: center;
  font-size: 25px;
  margin: 0; }
.unit .header__main .header__nav {
  width: 100%; }
  .unit .header__main .header__nav .header_nav_for_mobile {
    width: 100%;
    justify-content: space-between; }
.unit .header__main .header__nav-right {
  position: relative; }
  .unit .header__main .header__nav-right .children {
    display: block !important;
    min-width: 270px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    top: 140%;
    left: 0;
    background-color: #fff;
    box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
    padding: 15px !important; }
    .unit .header__main .header__nav-right .children li {
      padding: 3px 0 !important; }
    .unit .header__main .header__nav-right .children .children {
      top: 20%;
      left: -152%; }
  .unit .header__main .header__nav-right .page_item_has_children:hover > .children {
    visibility: visible;
    opacity: 1; }
@media (max-width: 1440px) {
  .unit .header__main .header__logo {
    height: 27px;
    font-size: 18px; }
  .unit .header__main .header__nav-right ul li {
    margin: 0 18px !important; } }
@media (max-width: 1024px) {
  .unit .header__main .header__logo {
    height: 24px;
    font-size: 16px; }
  .unit .header__main .header__nav-right ul li a {
    font-size: 14px !important; } }
@media (max-width: 991px) {
  .unit .header__main .header__nav-right ul li a {
    font-size: 13px !important; } }
@media (max-width: 768px) {
  .unit .header__main .header__logo_for_mobile {
    min-width: 95px; } }

/*# sourceMappingURL=menu.css.map */
