.cafe-menu {
  visibility: visible;
}

.active {
  display: none;
}

.but-menu {
  background: url(../img/rules.png) no-repeat center center;
  background-size: contain;
  color: #f80000;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  font-family: "__Marvin_5";
  font-weight: 400;
  padding: 20px;
}

.but-menu:hover {
  color: #009245;
  cursor: pointer;
}
.container {
  position: relative;
}
.block {
  position: relative;
  background: #22222298;
  display: flex;
  justify-content: center;
  align-items: center;
}

.but-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 77px;
  height: 77px;
  background: url(../img/back.png) no-repeat center center;
  background-size: contain;
}
.but-close:hover {
  background: url(../img/back-hover.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

/* Завтрак */
.breakfast-list {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.3fr;
  grid-gap: 20px;
  width: 90%;
  max-width: 760px;
  margin: 50px auto 250px auto;
}
.menu-breakfast {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.br-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 400px;
}
.br-title {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 34px;
  font-size: 28px;
  text-align: center;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  text-align: center;
}
.br-img {
  width: 90%;
}
.br-price {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 46px;
  font-size: 38px;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  position: relative;
}
.br-price span {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.br-name {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 26px;
  font-size: 22px;
  text-align: center;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
}
.br-in {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 13px;
  font-size: 13px;
  text-align: left;
  font-family: "__Neo Sans Pro_5";
  font-weight: 700;
  display: flex;
  gap: 5px;
}
.gar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 300px;
}
.gar-name {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  text-align: left;
  padding-right: 10px;
}
.gar-name span {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 13px;
  font-size: 13px;
  text-align: center;
  font-family: "__Neo Sans Pro_5";
  font-weight: 700;
}
.gar-price {
  text-wrap: nowrap;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 34px;
  font-size: 30px;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
}
.blin-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 400px;
}
.blin-name {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  padding-right: 10px;
}
.blin-price {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 43px;
  font-size: 30px;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  text-wrap: nowrap;
}
.dop {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  font-family: "__Neo Sans Pro_5";
  font-weight: 700;
}
/* пицца */
.menu-pizza {
  display: flex;
  flex-direction: column;
  margin-bottom: 250px;
}

.menu-title {
  margin: 20px auto;
  width: 70%;
  max-width: 760px;
}
.pizza-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 80px;
}
.pizza-item {
  max-width: 300px;
  flex: 0 1 300px;
}
.pizza-price {
  position: relative;
  display: flex;
  justify-content: center;
}

.pizza-img {
  width: 80%;
}
.pizza-price span {
  position: absolute;
  right: 20px;
  bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 46px;
  font-size: 38px;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
}

.pizza-name {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 26px;
  font-size: 22px;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  text-align: center;
}
.pizza-in {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 13px;
  font-size: 13px;
  text-align: center;
  font-family: "__Neo Sans Pro_5";
  font-weight: 700;
}
/* десерт */
.menu-dessert {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 250px;
  justify-content: center;
}
.dessert-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dessert-menu table {
  width: 85%;
  max-width: 650px;
}

.dessert-name {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: clamp(18px, 10px + 2.35vw, 34px);
  font-size: clamp(16px, 10px + 1.76vw, 28px);
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
}

.dessert-name span {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: clamp(10px, 7px + 0.88vw, 16px);
  font-size: clamp(10px, 7px + 0.88vw, 16px);
  text-align: center;
  font-family: "__Neo Sans Pro_5";
  font-weight: 700;
}

.dessert-price {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: clamp(30px, 22px + 2.35vw, 46px);
  font-size: clamp(25px, 18px + 1.91vw, 38px);
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  text-align: right;
}
.dessert-photo {
  width: 90%;
  max-width: 760px;
}
/* напитки */
.menu-drink {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 250px;
  justify-content: center;
}

.drink-menu {
  display: flex;
  align-items: start;
}
.drink-name {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: clamp(18px, 10px + 2.35vw, 32px);
  font-size: clamp(16px, 10px + 1.76vw, 28px);
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
}

.drink-name span {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: clamp(10px, 7px + 0.88vw, 16px);
  font-size: clamp(10px, 7px + 0.88vw, 16px);
  text-align: center;
  font-family: "__Neo Sans Pro_5";
  font-weight: 700;
}

.drink-price {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: clamp(30px, 22px + 2.35vw, 42px);
  font-size: clamp(25px, 18px + 1.91vw, 38px);
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  text-align: right;
  padding-left: 20px;
}
/* Комбо и паста */
.five {
  max-width: 800px;
  width: 80%;
  margin: 10px auto;
}
.combo-list {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 80px;
  margin: 0 auto;
}
.combo-title {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 34px;
  font-size: 28px;
  text-align: center;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
  text-align: center;
}

.combo-title::after,
.combo-title::before {
  display: inline-block;
  content: "";
  width: 60px;
  border: 1px #ffffff solid;
  margin: 7px 10px;
}

.combo-item {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  margin-bottom: 30px;
}
.combo-name {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 24px;
  font-size: 22px;
  text-align: left;
  font-family: "__Pollock1CTT_5";
  font-weight: 400;
}

.combo-price {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: clamp(30px, 22px + 2.35vw, 42px);
  font-size: clamp(25px, 18px + 1.91vw, 38px);
  font-family: "__Pollock1CTT_5";
  font-size: 29px;
  font-weight: 400;
  text-align: right;
}
.combo-price span {
  font-size: 16px;
  margin-right: 4px;
}
.combo-sostaw {
  grid-column: 1/3;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.3),
    0px 3px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  line-height: 15px;
  font-size: 14px;
  text-align: left;
  font-family: "__Neo Sans Pro_5";
  font-weight: 700;
}

@media (max-width: 768px) {
  .but-menu {
    background: url(../img/rules.png) no-repeat center center;
    background-size: contain;
    color: #f80000;
    line-height: 16px;
    font-size: 14px;
    font-family: "__Marvin_5";
    font-weight: 400;
    padding: 15px;
    margin: 10px;
  }
  .but-close {
    width: 55px;
    height: 55px;
  }
  .drink-menu {
    flex-direction: column-reverse;
    align-items: start;
  }
  .breakfast-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 90%;
    max-width: 760px;
    margin: 50px auto 200px auto;
  }
  .combo-list {
    display: block;
  }
}
@media (max-width: 350px) {
  .but-rules {
    font-size: 13px;
  }
  .but-close {
    width: 50px;
    height: 50px;
  }
  .blin-name {
    line-height: 24px;
    font-size: 16px;
  }
  .blin-price {
    line-height: 24px;
    font-size: 24px;
  }
  .pizza-list {
    margin: 10px 20px 150px 20px;
  }
  .combo-name {
    line-height: 21px;
    font-size: 20px;
  }
  .combo-price {
    font-size: 24px;
  }
  .combo-price span {
    font-size: 12px;
  }
  .combo-sostaw {
    line-height: 13px;
    font-size: 12px;
  }
}

.hide {
  display: none;
}

.one {
  display: none;
}
.two {
  display: none;
}
.three {
  display: none;
}
.foor {
  display: none;
}
.five {
  display: none;
}
.six {
  display: none;
}
.open {
  display: block;
}
