@media screen and (max-width: 1199px) {
  .closebtn svg {
    fill: none;
    stroke: #7C7B7A;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 32px;
    top: 32px;
  }
  .mobile-menu-sidebar {
    position: fixed;
    top: 0;
    left: -10000px; /* Dont change!! */
    width: 100vw;
    z-index: 1000;
    bottom: 0;
    padding: 26px 32px 40px;
    transition: left 0.3s ease, right 0.3s linear;
    background-color: #ffffff;
  }
  .admin-bar .mobile-menu-sidebar {
    top: 32px;
  }
  .mobile-menu-sidebar.left {
    left: -100vw;
  }
  .mobile-menu-sidebar.left.opened {
    left: 0;
  }
  .mobile-menu-sidebar.right {
    right: -300px;
    left: unset;
  }
  .mobile-menu-sidebar.right.opened {
    right: 0;
  }
  .mobile-menu-sidebar .widget_sd_widget_logo svg {
    width: 150px;
    margin-bottom: 64px;
  }
  .mobile-menu-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu-sidebar li {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
  }
  .mobile-menu-sidebar a {
    font-size: 16px;
    font-weight: 600;
    color: #7C7B7A;
  }
  .mobile-menu-sidebar a:after {
    content: "";
    width: 50px;
    height: 2px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile-menu-sidebar a:hover:after {
    background-color: #FFCB33;
  }
  .mobile-menu-sidebar li.current-menu-item a:after {
    background-color: #FFCB33;
  }
  .mobile-menu-sidebar .widget_sd_widget_button {
    text-align: center;
  }
  .mobile-menu-sidebar .widget_sd_widget_button.added-border {
    margin-top: 64px;
    padding-top: 64px;
    position: relative;
  }
  .mobile-menu-sidebar .widget_sd_widget_button.added-border:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #E3E1DE;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .single-vacancy .menu-item-27:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .mobile-menu-sidebar,
  .mobile-menu-sidebar.opened,
  .mobile-menu-sidebar.closed,
  .mobile-menu-sidebar .closebtn {
    display: none;
  }
}

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