.bm-burger-button {
  position: fixed !important;
  bottom: 80px !important;
  width: 26px !important;
  height: 26px !important;
  padding: 13px;
  background-image: url(../images/parts/btn-side-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
.bm-burger-bars {
  background-color: #fff;
}
.line-style {
  position: absolute;
  width: 30px;
  height: 4px;
  left: 15px;
  right: 0;
}
.bm-burger-bars,
span.bm-burger-bars{
  display: none;
}
.cross-style {
  position: absolute;
  top: 12px;
  right: 2px;
  cursor: pointer;
}

.bm-menu {
  background-color: rgba(0, 0, 0, .8) !important;
}

.bm-overlay {
  background: none !important;
}
.bm-item-list a:hover{
  opacity: .8;
}