.menus {
  display: none;
}
  .menus.menu--is-visible {
    display: block;
  }

  @media (min-width: 768px) {
  .menus
  {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
  }
}

  .item .item__header {
    display: flex;
    align-items: baseline;
  }

  .item .item__title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif; 
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
    color: #704200;
    line-height: 1.5;
  }

  .item .item__dots {
    flex: 1;
    border-bottom: 1px dashed #aaa;
    margin: 0 15px;
  }

  .item .item__price {
    color: var(--wesbos);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  
  .item .item__description {
    margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #947c66;
  line-height: 1.7;
  }

.buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
  @media (min-width: 768px) {
  .buttons-container
  {
    margin-bottom: 0;
  }
}

.button {
  margin: 5px 15px;
  padding: 10px 20px;
  border: 1px solid #704200;
  border-radius: 3px;
  color: #704200;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.button.button--is-active
{
 background-color: #704200;
 color: #fff;
}
.button.button--is-active:hover {
  text-decoration: none;
  color: #fff !important;
}

.highlight {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(--wesbos);
  border-radius: 3px;
  z-index: -1;
  transition: 0.24s;
}

.wrapper {
  box-sizing: border-box;
}

.wrapper {
  margin: 0;
  min-height: 100vh;
  display: grid;
  align-items: center;
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://i.imgur.com/er8DtBW.jpg");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #704200;
  background-color: #fff;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}

.wrapper h2 {
  display: inline-block;
  margin-top: 0;
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.item-category .item
{
  width: 33.3% !important;
  justify-content: center;
  margin: 0 auto;
}
.sp-h3
{
  font-size: 22px;
  font-weight: 700;
  color: #704200;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
.item-category
{
  display: flex;
  justify-content: space-between;
}
.special-page .container {
  max-width: 100%;
  padding: 0 !important;
}
.cu-menu
{
  margin: 30px auto 20px auto;
  display: block;
  text-align: center;
}
.cu-h3
{
  font-size: 33px;
  text-align: center;
  margin-bottom: 10px;
  color: #704200;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.cu-p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.7;
  color: #704200;
  margin: 0px;
}
.col-lg-3 .item
{
 margin-bottom: 25px;
}
.wrapper .btn3 {
  background: #fff;
  border-radius: 10px;
}
.wrapper .size13 {
  width: 200px;
  height: 40px;
}
.wrapper .txt11 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #704200;
}
.wrapper .btn3:hover {
  background: #b1957e;
}
.wrapper .wrap-btn-booking
{
 margin-top: 30px;
}
.buttons-container .button:hover
{
 background-color: #704200;
 color: #fff;
}