@font-face {
  font-family: "PT Sans";
  src: url('https://cdn.qrmenu.kg/proxy.php');
  
}


* {
  touch-action: manipulation;
  
}


* {
  font-family: "PT Sans", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
}


body,
html {
  width: 100%;
  height: 100%;
  position: relative;
  
}


html {
  scroll-behavior: smooth;
  
}


body.scroll-lock {
  overflow: hidden;
  
}


.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #ffffff;
  
}


.menu__imageCont {
  width: 100%;
  background-color: #dadada;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  
}


.menu__image {
  width: 100%;
  object-fit: cover;
  opacity: 0;
  display: block;
  transition: opacity 0.3s ease-in-out;
  
}


.menu__image:not(.loading) {
  opacity: 1;
  background-color: transparent;
  
}


@keyframes pulse {
  0% {
  transform: scale(1);
  
}


  50% {
  transform: scale(1.3);
  
}


  100% {
  transform: scale(1);
  
}



}


.menu__image.loading {
  opacity: 1;
  
}


.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #30964d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  
}


@keyframes spin {
  0% {
  transform: rotate(0deg);
  
}


  100% {
  transform: rotate(360deg);
  
}



}


.menu__imageCont img:not(.loading) + .spinner {
  display: none;
  
}


.menu__imageCont img:not(.loading) {
  background-color: transparent;
  
}


.main-info__block {
  font-size: 18px;
  padding: 22px;
  line-height:normal!important;
  
}


.main-info__block h2 {
  margin:10px 0px;
  forn-size: 29px;
  font-weight:200
}


.main-info__block a.phone {
  Background:green;
  color:#fff;
  padding: 10px;
  border-radius:10px
}


.main-info__block ul {
  column-count: 2;
  column-gap: 30px;
  padding: 0;
  margin: 1em 0;
  list-style: disc outside;
  color: #333;
  
}


.main-info__block li {
  break-inside: avoid;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: 0em;
  line-height: 1.2;
  
}



.main-info__block li::marker {
  color: #ccc;
  
}


.main-info__block p {
  margin: 10px 0px 0px
}


.svgs {
  margin-left:10px
}


.svgs2 {
  margin-right:5px
}


a {
  text-decoration: none;
  
}


.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}


.conteiner {
  max-width: 680px;
  width: 100%;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}


.header {
  position: relative;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}


.header__logo {
  width: auto;
  height: auto;
  max-width: 200px;
  
}


.header__items {
  position: absolute;
  right: 20px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 40px);
  
}


.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 30px;
  left: 348px;
  top: 14px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #656565;
  
}


.header__item-active {
  background: #000000;
  border: 1px solid #000000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #A5A5A5;
  
}


.nav__fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  
}


nav {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
  font-size: 18px;
  background: #fff;
  padding: 6px;
  border-bottom: 1px solid #e7e7e7;
  
}


.nav__svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 6px;
  align-items: center;
  margin-right: 1rem;
  margin-left: 8px;
  
}


.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  
}


.nav__list-item {
  margin-right: 1rem;
  padding: .4rem .75rem;
  text-decoration: none;
  color: #000;
  font-size:18px!important;
  
}


.nav__list-item.active {
  background: #3d3c3a;
  color: #fff;
  border-radius: 30px;
  
}


.nav__list::-webkit-scrollbar {
  display: none;
  
}


@-moz-document url-prefix() {
  nav {
  height: 70px;
  align-items: flex-start;
  
}


  .nav__list {
  height: 100%;
  
}


  .nav__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 40px;
  
}


  .nav__svg {
  height: 100%;
  
}



}


.menu__list {
  width: 100%;
  padding: 0 1rem;
  
}


.menu {
  width: 100%;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}


.menu__h1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 20px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 120px;
  
}


.menu__h1 span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #5D5D5D;
  margin-left: 10px;
  padding-top: 5px;
  
}


.menu__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 7px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  
}


.menu__card>.menu__card {
  border: none;
  margin: 0;
  padding: 30px 0 0 0;
  
}


.menu__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  
}


.menu__titleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
}


.menu__titleText {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #000000;
  
}


.menu__titleAdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5D5D5D;
  margin-top: 5px;
  
}


.menu__titleAdd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  
}


.menu__titleAdd span svg {
  margin-right: 2px;
  
}


.menu__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #000000;
  text-align: center;
  
}


.menu__structure {
  width: 100%;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #5D5D5D;
  
}


.menu__imageCont {
  width: 100%;
  position: relative;
  margin-top: 10px;
  
}


.menu__image {
  width: 100%;
  max-height: 500px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease!important;
  
}


@media (max-width: 600px) {
  .menu__image {
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  
}



}


.menu__cardSmall {
  z-index: 9;
  
}


.menu__cardSmall>.menu__imageCont .menu__image {
  max-width: 165px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  
}


.menu__but {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 123px;
  min-height: 43px;
  background: #30964d;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  pointer-events: auto;
  
}


.menu__but:active,
.menu__but:focus {
  transform: scale(0.95);
  box-shadow: 0 0 0 10px rgba(48, 150, 77, 0.5);
  
}


.menu__but:active::after,
.menu__but:focus::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 20px;
  border: 2px solid rgba(48, 150, 77, 0.5);
  animation: pulse 0.5s ease infinite;
  
}


@keyframes pulse {
  0% {
  transform: scale(0.95);
  opacity: 1;
  
}


  70% {
  transform: scale(1.1);
  opacity: 0.5;
  
}


  100% {
  transform: scale(0.95);
  opacity: 0;
  
}



}



@media (pointer: coarse) {
  .menu__but:active,
  .menu__but:focus {
  transform: scale(0.95);
  box-shadow: 0 0 0 10px rgba(48, 150, 77, 0.5);
  
}


  .menu__but:active::after,
  .menu__but:focus::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 20px;
  border: 2px solid rgba(48, 150, 77, 0.5);
  animation: pulse 0.5s ease infinite;
  
}



}


.menu__but svg {
  margin-left: 10px;
  
}


.menu__cardNoImage>.menu__structureNoImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  
}


.menu__cardNoImage>.menu__structureNoImage span {
  width: 60%;
  
}


.menu__cardNoImage>.menu__structureNoImage .menu__but {
  position: relative;
  right: 15;
  top: 0;
  border: 3px solid rgba(255, 255, 255, 0.5) !important;
  
}


.navigate {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  
}


.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  
}


.navigate__title {
  border-width: 1px 0px 1.5px 0px;
  border-style: solid;
  border-color: #EBEBEB;
  height: 64px;
  width: 100%;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}


.navigate__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  
}


.navigate__title span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #000000;
  
}


.navigate__list {
  width: 100%;
  height: calc(100% - 70px);
  padding: 0 1rem;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  
}


.navigate__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 23px;
  
}


.navigate__list-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #5D5D5D;
  margin-left: 10px;
  
}


.item {
  display: none;
  max-width: 680px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  
}


.item.show {
  display: block;
  visibility: visible;
  opacity: 1;
  
}


.item__header {
  position: relative;
  width: 100%;
  max-height: 428px;
  
}


.item__header img {
  width: 100%;
  max-height: 428px;
  -o-object-fit: cover;
  object-fit: cover;
  
}


.item__close {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
  
}


.item__menu {
  position: relative;
  padding: 20px 1rem 0 1rem;
  
}


.item__menu .menu__title .menu__titleFlex .menu__titleText {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #000000;
  
}


.item__menu .menu__title .menu__titleFlex .menu__titleAdd {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #5D5D5D;
  
}


.item__menu .menu__title .menu__titleFlex .menu__titleAdd span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #5D5D5D;
  
}


.item__banner {
  max-width: 680px;
  width: 100%;
  height: 83px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #cdced3;
  border-radius: 10px 10px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  
}


.item__but {
  border: none;
  outline: none;
  max-width: 175px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #30964d;
  border-radius: 5px;
  margin: 0 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  
}


.item__close-but {
  background: #fff;
  color:#000;
  border-radius: 5px;
  
}


.item__but svg {
  margin-right: 5px;
  
}


.order {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  
}


.order__title {
  position: relative;
  border-width: 1px 0px 1.5px 0px;
  border-style: solid;
  border-color: #EBEBEB;
  height: 64px;
  width: 100%;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}


.order__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  
}


.order__title span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #000000;
  
}


.order__clearAll {
  position: absolute;
  right: 1rem;
  margin-top: 3px;
  cursor: pointer;
  
}


.order__list {
  width: 100%;
  height: calc(100% - 160px);
  padding: 0 1rem;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  
}


.order__item {
  position: relative;
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 18px;
  
}


.order__image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 10px;
  
}


.order__titleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
}


.order__titleText {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-right: 80px;
  
}


.order__titleAdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #5D5D5D;
  margin-top: 5px;
  
}


.order__titleAdd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  
}


.order__titleAdd span svg {
  margin-right: 2px;
  margin-bottom: 2px;
  
}


.order__price {
  position: absolute;
  right: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  
}


.order__clear {
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
  
}


.order__banner {
  position: fixed;
  bottom: 0;
  left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #000000;
  width: 100%;
  height: 80px;
  padding: 20px 1rem 0 1rem;
  background: #E9F1E9;
  
}


.banner {
  display: none;
  width: 100%;
  height: 83px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #319D30;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 98;
  max-width: 680px;
  
}


.banner__but {
  border: none;
  outline: none;
  width: 90%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 0 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  
}


.marginTop {
  margin-top: 100px;
  
}


@media (max-width: 400px) {
  .order__titleText {
  max-width: 100px;
  
}



}


.qrmenu {
  text-align:center;
  max-width: 680px;
  background-image: linear-gradient(-90deg, #2181C4 0%, #FF9393 90%);
  color:#fff;
  font-size:12px;
  padding: 10px 0px 10px 0px;
  
}


  .qrmenu a {
  color:#ebebeb;
  
}


  .order__total {
  border-top: 2px solid #ccc;
  margin-top: 50px;
  text-align: right;
  width: 100%;
  
}


.order__total strong.serv {
  font-weight: bold;
  font-size: 18px;
  display: block;
  
}


.order__total strong {
  font-weight: bold;
  font-size: 24px;
  display: block;
  
}



@media (pointer: coarse) {
  .menu__but:active {
  transform: scale(0.95);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  
}



}


.order__controls button {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border: none;
  border-radius: 5px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  
}


.order__controls button:hover {
  background-color: #c0c0c0;
  
}


.order__controls button:active {
  background-color: #a0a0a0;
  
}


  
  .whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  border-radius: 30px;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: pulse 1.5s infinite;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  
}


  
  @keyframes pulse {
  0% {
  transform: scale(1);
  
}


  50% {
  transform: scale(1.05);
  
}


  100% {
  transform: scale(1);
  
}


  
}


  
  .whatsapp-float img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  
}


  .order__whatsapp {
  margin-top: 20px;
  text-align: center;
  
}


.whatsapp-float {
  display: inline-flex;
  align-items: center;
  background-color: #25D366;
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  
}


.whatsapp-float img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  
}


.menu__cardSmallContainer {
  display: flex;
  gap: 15px;
  padding: 10px;
  align-items: flex-start;
  position: relative;
  min-height: 180px;
  
}


.menu__cardSmallContainer .menu__image {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  
}


.menu__cardSmallContainer .menu__cardSmallContent {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}


.menu__cardSmallContainer .menu__titleFlex {
  display: block;
  
}


.menu__cardSmallContainer .menu__titleText {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  width: 100%;
  
}


.menu__cardSmallContainer .menu__structure {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
  width: 100%;
  margin-top: 5px;
  word-wrap: break-word;
  
}


.menu__cardSmallContainer .menu__price {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  
}


.menu__cardSmallContainer .menu__but {
  position: absolute;
  bottom: 10px;
  right: 10px;
  min-width: 123px;
  min-height: 43px;
  background: #30964d;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  z-index: 10;
  
}


@media (max-width: 600px) {
  .menu__cardSmallContainer {
  min-height: 200px;
  
}


  .menu__cardSmallContainer .menu__but {
  bottom: 15px;
  right: 15px;
  
}



}

 
.menu__cardSmall .menu__imageCont {
  height: auto !important;
  min-height: 114px;
  display: flex;
  align-items: center;
  position: relative;
  
}


.menu__cardSmall .menu__but {
  position: absolute;
  right: 10px;
  bottom: 10px;
  
}


.menu__cardSmall .menu__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-width: 172px;
  max-height: 114px;
  
}



.menu__imageCont {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  max-height: 500px !important;
  
}



.menu__imageCont .menu__but {
  position: absolute !important;
  bottom: 10px !important;
  right: 10px !important;
  max-width: 50% !important;
  z-index: 10 !important;
  border: 0px!important;
  
}



.menu__cardSmall .menu__imageCont {
  max-height: 114px !important;
  height: auto !important;
  
}


.menu__cardSmall .menu__imageCont .menu__but {
  bottom: 5px !important;
  right: 5px !important;
  max-width: 60% !important;
  
}



.menu__imageCont img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  animation: scaleAnimation 10s infinite ease-in-out;
  
}



@keyframes scaleAnimation {
  0% {
  transform: scale(1);
  
}


  50% {
  transform: scale(1.1);
  
}


  100% {
  transform: scale(1);
  
}



}


.menu__imageCont img.loaded {
  background-color: transparent !important;
  
}



.menu__but img {
  width: 20px !important;
  height: auto !important;
  margin-left: 8px !important;
  vertical-align: middle !important;
  
}



.menu__imageCont {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  max-width: 100% !important;
  
}



.menu__imageCont .menu__but {
  position: absolute !important;
  right: 15px !important;
  bottom: 15px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  min-width: 120px !important;
  min-height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 15px !important;
  background: #30964d !important;
  color: #fff !important;
  border:none !important;
  cursor: pointer !important;
  z-index: 10 !important;
  
}



.menu__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  
}



.menu__but img {
  width: 18px !important;
  height: auto !important;
  margin-left: 8px !important;
  
}



.menu__cardSmall .menu__imageCont {
  height: auto !important;
  max-height: 114px !important;
  
}



.menu__cardSmall .menu__but {
  bottom: 10px !important;
  right: 10px !important;
  font-size: 15px !important;
  min-width: 123px!important;
  
}



@media (max-width: 768px) {
  .menu__but {
  font-size: 15px !important;
  min-width: 123px!important;
  min-height: 43px!important;
  
}



}


.menu__cardSmall .menu__imageCont {
  flex-shrink: 0 !important;
  width: 100% !important;
  height: 114px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background-color: none !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
  
}


hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  
}

