.wrapper.blur, div.wrapper.open-menu-blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}
.menu-shadow {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(49,49,49,0.75);
  display: none;
  position: fixed;
}
.menu-shadow.show-open {
  display: block;
}
.open-menu {
  position: absolute;
  top: 0;
  display: none;
  right: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  color: #fff;
}
.open-menu.show-open.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.show-open {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow-y: auto;
}
.open-menu .head-menu-wrap {
  background-color: rgba(0,0,0,.1);
}

.head-menu {
  margin: 25px 0;
  position: relative;
}

.head-menu table {
  width: 100%;
  height: 70px;
}

.head-menu table img.logotype {
  max-height: 70px;
  margin: auto;
}

.open-menu .close-menu.main {
  width: 43px;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 100px;
  background: url('/bitrix/templates/concept_kraken_s1/images/big-close-menu.png') center no-repeat;
}