@media (max-width: 768px) {
  .top-menu {
    display: none;
  }
  .menu-btn {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 51;
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
  }
  .burger-nav {
    /* display: block; */
    display: none;
    position: fixed;
    /* top: -100%; */
    width: 100%;
    height: 100%;
    list-style-type: none;
    line-height: 35px;
    /* -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; */
    background-color: white;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 50;
  }
  .burger-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .burger-nav li {
    list-style-type: none;
    margin: 20px;
  }
  .burger-nav a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    display: inline-block;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .burger-nav_active {
    top: 0;
  }
  body.lock {
    overflow: hidden !important;
  }
  .lines,
  .lines:after,
  .lines:before {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: black;
  }
  .lines:after,
  .lines:before {
    content: "";
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .lines:after {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .lines:before {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .lines-active {
    height: 0;
  }
  .lines-active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .lines-active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-btn-kino {
    top: 0;
  }
}
.menu-btn-frazes {
  display: block;
  position: fixed;
  top: 20px;
  right: 120px;
  z-index: 12;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
}
.m-b-frazed-z51 {
  z-index: 51;
  background-color: white !important;
}
/* .lines-frazes,
.lines-frazes:after,
.lines-frazes:before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: rgb(255, 255, 255);
} */
.lines-frazes,
.lines-frazes:after,
.lines-frazes:before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.lines-frazes:after,
.lines-frazes:before {
  content: "";
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lines-frazes:after {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.lines-frazes:before {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.burger-nav-frazes {
  display: none;
  /* display: block; */
  position: fixed;
  /* top: -100%; */
  width: 100%;
  height: 100%;
  list-style-type: none;
  line-height: 35px;
  /* -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; */
  background-color: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 50;
}
.burger-nav-frazes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.burger-nav-frazes li {
  list-style-type: none;
  margin: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.burger-nav-frazes li:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.burger-nav-frazes a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  display: inline-block;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.burger-nav_active {
  top: 0;
}
.lines-active {
  height: 0;
}
.lines-active:before {
  background-color: black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lines-active:after {
  background-color: black;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
