body {
  margin: 0;
  padding: 0;
  min-height: 100svh;
  width: 100%;
  background: transparent url(../img/bg.jpg) no-repeat center bottom;
  background-size: cover;
}
._lock {
  overflow: hidden;
}
a {
  text-decoration: none;
}
.shapka {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
}
.logo {
  margin: 5px auto;
  width: 100%;
  max-width: 560px;
}

.menu-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 70px;
  background: #00000020;
  height: 71px;
}
.menu-list li {
  list-style: none;
}
.menu-item {
  width: 218px;
  height: 67px;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "__Marvin_5";
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
.menu-item a {
  background-color: transparent;
  color: #ffffff;
  padding: 10px 40px;
}
.menu-item a:hover {
  color: #ffff00;
}
.mobile {
  display: none;
}

.rules {
  background: url(../img/but-rules.png) no-repeat center center;
  background-size: contain;
}

.price {
  background: url(../img/but-price.png) no-repeat center center;
  background-size: contain;
}
.cafe {
  background: url(../img/but-kafe.png) no-repeat center center;
  background-size: contain;
}

.photo {
  background: url(../img/but-photo.png) no-repeat center center;
  background-size: contain;
}

.contacts {
  background: url(../img/but-contacts.png) no-repeat center center;
  background-size: contain;
}
.curent {
  opacity: 0.8;
}
.curent a {
  color: #ffff00;
}

@media (max-width: 768px) {
  body {
    background: transparent url(../img/bg-m.jpg) no-repeat center bottom;
    background-size: cover;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #176ab380;
  }
  .shapka {
    justify-content: left;
  }
  .logo {
    margin-left: 10px;
    margin-top: 10px;
  }
  .burger {
    height: 60px;
    width: 60px;
    background: url(../../img/menu_1.png) no-repeat center center;
    background-size: contain;
    z-index: 999;
    margin-left: 30px;
    margin-right: 20px;
  }
  .burger-close {
    background: url(../../img/menu_2.png) no-repeat center center;
    background-size: contain;
  }
  .menu-list {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100svh;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: #ffffff95;
    transform: translateY(-130%);
    transition: all 0.5s;
    z-index: 99;
  }
  .menu-list li {
    margin: 0;
  }
  .menu-item {
    width: 238px;
    height: 57px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    font-family: "__Marvin_5";
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
  }
  .mobile {
    display: flex;
  }
  .menu-open {
    transform: translateY(0);
    transition: all 0.5s;
  }
}
