#navigation .menu-toggle {
    display: flex;
    justify-content: space-between;
    display: none;
    background: #394087;
    background: linear-gradient(to bottom, #07204e, #394087);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF07204E", endColorstr="#FF394087");
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    margin: 6px auto 0;
    overflow: hidden;
    height: 39px;
}
#navigation .menu-toggle .toggle-block, #navigation .menu-toggle .toggle-block a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    outline: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-decoration: none;
}
#navigation .menu-toggle .toggle-block a hm {
    display: flex;
    font-size: 18px;
    color: #ddd;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1em;
}
#navigation .menu-toggle #toggle-search {
    display: flex;
    height: 100%;
    outline: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 10px;
    width: 65%;
}
#navigation .menu-toggle #toggle-search #search{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
}
.toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(0.6);
  align-self: center;
  outline: 0;
  background: none;
}
.toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.toggle-animated-inner, .toggle-animated-inner::before, .toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.toggle-animated-inner::before, .toggle-animated-inner::after {
  content: "";
  display: block;
}
.toggle-animated-inner::before {
  top: -10px;
}
.toggle-animated-inner::after {
  bottom: -10px;
}
.toggle-animated-slider .toggle-animated-inner {
  top: 2px;
}
.toggle-animated-slider .toggle-animated-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.toggle-animated-slider .toggle-animated-inner::after {
  top: 20px;
}
.mm-wrapper--opened .toggle-animated-slider .toggle-animated-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.mm-wrapper--opened .toggle-animated-slider .toggle-animated-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.mm-wrapper--opened .toggle-animated-slider .toggle-animated-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#menu {
    display: none;
    }
.mm-menu {
	--mm-listitem-size: 30px;
	--mm-size: 80vw;
	--mm-color-background: linear-gradient(to bottom, #E8E8E8, #F8F8F8);
}


@media (max-width: 790px) {
#navigation .menu-toggle, #menu {
    display: flex;
    }
#nav {
    display: none;
}
}
