/* =========================
   Fonts
========================= */
@font-face {
  font-family: "Inter";
  src: url("https://cdn.qrmenu.kg/inter.php?type=regular") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("https://cdn.qrmenu.kg/inter.php?type=italic") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* =========================
   Reset / Base
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  touch-action: manipulation;
}

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

  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.scroll-lock {
  overflow: hidden;
}

body {
  user-select: none;
  -webkit-user-select: none;
}

input,
textarea {
  user-select: text;
  -webkit-user-select: text;
}

/* =========================
   Global overlay
========================= */
.cover {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background-color: #fff;
}

/* =========================
   Premium White Spinner
========================= */

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 77px;
  height: 77px;

  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top: 3px solid #ffffff;

  transform: translate(-50%, -50%);
  animation: spin 0.8s linear infinite;

  pointer-events: none;
  z-index: 2;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.menu__image {
  visibility: hidden;
}

.menu__image.loaded {
  visibility: visible;
}
.menu__imageCont.loaded {
  background-color: transparent;
}
.menu__imageCont {
  background-color: #dadada;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.menu__image {
  width: 100%;
  object-fit: cover;
  display: block;
}

.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;
    color:#333;
}

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

.conteiner {
    max-width: 1280px;
    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;
    background-size: cover;       
    background-position: center;   
    background-repeat: no-repeat;
    
}
.header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
     z-index: 1;
}

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


.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;
    z-index: 2;
}

.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: linear-gradient(145deg, #4a4946, #2f2e2c);
  color: #fff;
  border-radius: 30px;
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 2px 6px rgba(0,0,0,0.2);
}

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



.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;
}
/* items */
.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: 12px;
    line-height: 19px;
    color: #5D5D5D;
}

.item__menu .menu__title .menu__titleFlex .menu__titleAdd span {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    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: 100%;
         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;
            
            color: white;
            font-family: Arial, sans-serif;
            font-size: 16px;
            text-decoration: none;
        }

     

    
        .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;
    display: none;
}

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


