@font-face {
  font-family: "Halvar";
  font-style: normal;
  src: local("Halvar"), url("../fonts/halvar.ttf") format("truetype");
}
@font-face {
  font-family: sf-bold;
  font-weight: 700;
  font-style: normal;
  src: local("sf-bold"), url("../fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Bold.woff") format("woff"), url("../fonts/SFUIDisplay-Bold.ttf") format("truetype");
}
@font-face {
  font-family: sf-semi;
  font-weight: 600;
  font-style: normal;
  src: local("sf-semi"), url("../fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Semibold.woff") format("woff"), url("../fonts/SFUIDisplay-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: sf-thin;
  font-weight: 100;
  font-style: normal;
  src: local("sf-thin"), url("../fonts/SFUIDisplay-Thin.woff2") format("woff2"), url("../fonts/SFUIDisplay-Thin.woff") format("woff"), url("../fonts/SFUIDisplay-Thin.ttf") format("truetype");
}
/*
@media screen and (max-width: $breakpoint768) {

}
@media screen and (min-width: $breakpoint768) and (max-width: $breakpoint1024) {

}
@media screen and (min-width: $breakpoint1024) and (max-width: $breakpoint1200) {

}
@media screen and (min-width: $breakpoint1024) {

}
*/
.header {
  display: none;
}

.map-section {
  display: none;
}

.contacts {
  display: none;
}

.price-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0E0E0E;
  color: #FFFFFF;
  top: 0;
  z-index: 99999;
  padding: 25px 100px;
  overflow-y: auto;
}
@media screen and (max-width: 767.98px) {
  .price-list {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .price-list a img {
    width: 50px;
  }
}
.price-list h1 {
  font-family: "Stem", Arial, sans-serif;
  font-weight: 800;
  font-size: 130px;
  line-height: 110px;
  margin-top: 108px;
  margin-bottom: 71px;
  color: #F4CD98;
}
@media screen and (max-width: 767.98px) {
  .price-list h1 {
    margin: 5px;
    font-size: 30px;
    line-height: 50px;
    margin-top: 50px;
  }
}
.price-list h2 {
  display: block;
  font-family: "Stem", Arial, sans-serif;
  font-weight: 800;
  font-size: 40pt;
  line-height: 110px;
  margin-bottom: 2px;
  text-align: center;
  color: #F4CD98;
}
@media screen and (max-width: 767.98px) {
  .price-list h2 {
    font-size: 16px;
    line-height: 16px;
  }
}
.price-list h3 {
  display: block;
  font-family: "Stem", Arial, sans-serif;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .price-list h3 {
    font-size: 14px;
  }
}
.price-list .menu-poster {
  width: 100%;
}
.price-list ul h4 {
  font-family: "Stem", Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  font-size: 24px;
  margin: 1em;
}
@media screen and (max-width: 767.98px) {
  .price-list ul h4 {
    font-size: 12px;
    color: #F4CD98;
  }
}
.price-list ul li {
  display: flex;
  justify-content: space-between;
  overflow-y: hidden;
  list-style: none;
  margin-bottom: 15px;
}
.price-list ul li .key {
  overflow: hidden;
  white-space: nowrap;
  color: grey;
}
.price-list ul li .key p {
  font-family: "Stem", Arial, sans-serif;
  font-weight: bold;
  color: white;
  margin-bottom: 0;
  line-height: 24px;
  text-align: left;
}
.price-list ul li .key:after {
  content: "................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................";
}
.price-list ul li .key span {
  line-height: 21px;
  font-family: "Stem", Arial, sans-serif;
}
.price-list ul li .price-value {
  font-family: "Stem", Arial, sans-serif;
  white-space: nowrap;
  padding-left: 10px;
  margin-top: 23px;
  font-weight: bold;
}
.price-list ul li .price-value.volume {
  font-style: italic;
  font-weight: normal;
}