@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

#root {
  height: 100vh;
  min-height: 100vh;
  scroll-behavior: smooth;
  position: relative;
  overflow: hidden; }

#root.noScroll,
body.noScroll {
  overflow: hidden !important;
  position: fixed;
  max-height: 100%; }

ul[class],
ol[class] {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd,
a {
  margin: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  position: relative;
  font-family: 'Roboto';
  background: #242527;
  overflow: hidden; }

ul[class],
ol[class] {
  list-style: none; }

img {
  max-width: 100%;
  display: block; }

article > * + * {
  margin-top: 1em; }

input,
button,
textarea,
select {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit; }

a {
  color: inherit;
  text-decoration: none; }

a:hover,
button:hover {
  cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
@keyframes move {
  from,
    to {
    top: 0; }
  25%,
    75% {
    top: 60%; }
  50% {
    top: 40%; } }
.toggle-arrow {
  cursor: pointer; }

.reserv-footer,
.reserv-nav,
.tableAdd-footer {
  z-index: 5; }

.reserv-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 72px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  transition: all 0.3s;
  padding: 0px 10px;
  background: #333436;
  border-bottom: 1px solid #646265;
  box-sizing: border-box;
  border-radius: 0px 0px 10px 10px; }
  .reserv-nav a, .reserv-nav button, .reserv-nav label div {
    height: 42px;
    align-items: center;
    justify-content: space-between; }
    .reserv-nav a div svg,
    .reserv-nav a svg, .reserv-nav button div svg,
    .reserv-nav button svg, .reserv-nav label div div svg,
    .reserv-nav label div svg {
      fill: #333436;
      stroke: #FFFFFF;
      transition: all 0.3s; }
  .reserv-nav a {
    display: flex;
    flex-direction: column;
    transition: all 0.3s; }
  .reserv-nav a:hover {
    color: #E0AA3E;
    transition: all 0.3s; }
    .reserv-nav a:hover svg {
      fill: #E0AA3E;
      stroke: #E0AA3E;
      transition: all 0.3s; }
  .reserv-nav button {
    display: flex;
    flex-direction: column;
    border: none;
    outline: none;
    box-shadow: none;
    background: inherit;
    color: inherit;
    transition: all 0.3s; }
    .reserv-nav button svg {
      fill: #E0AA3E;
      stroke: #E0AA3E;
      transition: all 0.3s; }
  .reserv-nav button.act,
  .reserv-nav button:hover {
    color: #E0AA3E;
    transition: all 0.3s; }
    .reserv-nav button.act svg,
    .reserv-nav button:hover svg {
      fill: #E0AA3E;
      stroke: #E0AA3E;
      transition: all 0.3s; }
  .reserv-nav label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: inherit;
    color: inherit; }
    .reserv-nav label input {
      position: absolute;
      width: 1px;
      height: 1px;
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
      visibility: hidden;
      opacity: 0; }
    .reserv-nav label div {
      display: flex;
      flex-direction: column; }
  .reserv-nav label:hover {
    color: #E0AA3E;
    transition: all 0.3s; }
    .reserv-nav label:hover div svg {
      fill: #E0AA3E;
      stroke: #E0AA3E;
      transition: all 0.3s; }
  .reserv-nav a, .reserv-nav button, .reserv-nav label {
    margin: 15px 0; }
  .reserv-nav .floorSelect {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%; }
    .reserv-nav .floorSelect li {
      display: inline-block;
      padding-top: 20px;
      padding-bottom: 15px;
      margin: 0 5px;
      border-bottom: 3px solid #333436;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #D7D7D7;
      transition: all 0.3s; }
    .reserv-nav .floorSelect li.act {
      color: #E0AA3E;
      border-bottom: 3px solid #E0AA3E;
      transition: all 0.3s; }
  .reserv-nav .main__calendar-btn {
    margin-left: 15px !important; }
  .reserv-nav .main__stats-btn {
    margin-left: 15px !important; }

.reserv-nav.sm {
  height: 56px; }
  .reserv-nav.sm a, .reserv-nav.sm button {
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative; }
    .reserv-nav.sm a span, .reserv-nav.sm button span {
      display: none; }
    .reserv-nav.sm a .current-date, .reserv-nav.sm button .current-date {
      display: block;
      position: absolute;
      top: 60%;
      right: 50%;
      transform: translate(50%, -54%);
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      color: #101820; }
  .reserv-nav.sm a:first-child {
    padding-right: 15px; }
  .reserv-nav.sm a:last-child {
    padding-left: 15px; }
  .reserv-nav.sm button:last-child {
    margin-left: 15px; }

.tableAdd-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
  flex-wrap: nowrap;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  transition: all 0.3s;
  padding: 8px 10px;
  background: #333436;
  border-top: 1px solid #646265;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px; }
  .tableAdd-footer button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: inherit;
    color: inherit;
    transition: all 0.3s; }
    .tableAdd-footer button svg {
      margin-bottom: 3px;
      fill: #333436;
      stroke: #D7D7D7;
      transition: all 0.3s; }
  .tableAdd-footer button:last-child svg {
    fill: #D7D7D7;
    stroke: #D7D7D7; }
  .tableAdd-footer button:last-child:hover {
    color: rgba(255, 0, 0, 0.8); }
    .tableAdd-footer button:last-child:hover svg {
      fill: rgba(255, 0, 0, 0.8);
      stroke: rgba(255, 0, 0, 0.8); }
  .tableAdd-footer button.disabled {
    color: #797979; }
    .tableAdd-footer button.disabled svg {
      fill: #797979;
      stroke: #797979; }
  .tableAdd-footer .move__togle.act,
  .tableAdd-footer .range-size__toggle.act {
    color: #E0AA3E;
    transition: all 0.3s; }
    .tableAdd-footer .move__togle.act svg,
    .tableAdd-footer .range-size__toggle.act svg {
      fill: #E0AA3E;
      stroke: #E0AA3E;
      transition: all 0.3s; }
  .tableAdd-footer .swipeArrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    padding: 5px;
    height: 20px;
    width: 30px;
    z-index: 8; }
    .tableAdd-footer .swipeArrow svg {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      animation: move  2.5s infinite ease-in-out; }
  .tableAdd-footer .swipeArrow.act svg {
    left: 5px;
    transform: translateX(0%);
    transform: rotate(180deg);
    animation: none; }

.reserv-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  padding-bottom: 20px; }
  .reserv-footer .btn-group {
    padding: 4px 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 100%;
    height: 56px;
    background: #333436;
    border-top: 1px solid #646265;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    z-index: 4; }
    .reserv-footer .btn-group button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: inherit;
      color: #FFFFFF;
      transition: all 0.3s; }
      .reserv-footer .btn-group button svg {
        margin-bottom: 3px;
        transition: all 0.3s;
        fill: #E0AA3E; }
    .reserv-footer .btn-group button:disabled,
    .reserv-footer .btn-group button.disabled {
      color: #797979; }
      .reserv-footer .btn-group button:disabled svg,
      .reserv-footer .btn-group button.disabled svg {
        fill: #797979; }
  .reserv-footer .swipeArrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    padding: 5px;
    height: 20px;
    width: 30px;
    z-index: 8; }
    .reserv-footer .swipeArrow svg {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      animation: move 2.5s infinite ease-in-out; }
  .reserv-footer .swipeArrow.act svg {
    left: 5px;
    transform: translateX(0%);
    transform: rotate(180deg);
    animation: none; }

.addItem__wrapper {
  /* start hexagon */
  /* end hexagon */
  /* start octagon */
  /* end octagon */ }
  .addItem__wrapper .circle,
  .addItem__wrapper .square,
  .addItem__wrapper .rectangle {
    background: #19A802;
    width: 30px;
    height: 30px;
    border: 2.5px solid #19A802;
    margin: 8px;
    transition: all 0.3s; }
  .addItem__wrapper .additional {
    width: 30px;
    height: 30px;
    border: 0;
    margin: 8px;
    transition: all 0.3s; }
    .addItem__wrapper .additional .background {
      width: 100%;
      height: 100%;
      border: 0;
      margin: 0;
      position: absolute;
      margin: 0;
      left: 0;
      top: 0;
      z-index: -1; }
  .addItem__wrapper .triangle {
    position: relative;
    background: #19A802;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 8px;
    clip-path: polygon(100% 0, 50% 100%, 0 0); }
  .addItem__wrapper .triangle::before {
    content: '';
    background-color: #19A802;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 22px;
    height: 22px;
    clip-path: polygon(100% 0, 50% 100%, 0 0); }
  .addItem__wrapper .circle,
  .addItem__wrapper .square,
  .addItem__wrapper .rectangle,
  .addItem__wrapper .additional,
  .addItem__wrapper .triangle::before {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 500; }
  .addItem__wrapper .circle {
    border-radius: 50%; }
  .addItem__wrapper .rectangle {
    width: 60px;
    min-width: 60px; }
  .addItem__wrapper .circle.focus .background,
  .addItem__wrapper .square.focus .background,
  .addItem__wrapper .additional.focus .background,
  .addItem__wrapper .rectangle.focus .background {
    border: 2.5px solid #E0AA3E;
    transition: all 0.3s; }
  .addItem__wrapper .triangle.focus {
    border: none;
    background: #E0AA3E; }
  .addItem__wrapper .circle.blue,
  .addItem__wrapper .square.blue,
  .addItem__wrapper .rectangle.blue {
    background: #0057FF;
    width: 30px;
    height: 30px;
    border: 2.5px solid #0057FF; }
  .addItem__wrapper .triangle.blue::before {
    background: #0057FF; }
  .addItem__wrapper .circle.red,
  .addItem__wrapper .square.red,
  .addItem__wrapper .rectangle.red {
    background: #FF0000;
    width: 30px;
    height: 30px;
    border: 2.5px solid #FF0000; }
  .addItem__wrapper .triangle.red::before {
    background: #FF0000; }
  .addItem__wrapper .circle.expired,
  .addItem__wrapper .square.expired,
  .addItem__wrapper .rectangle.expired {
    background: #6c0d0d;
    width: 30px;
    height: 30px;
    border: 2.5px solid #6c0d0d; }
  .addItem__wrapper .triangle.expired::before {
    background: #6c0d0d; }
  .addItem__wrapper .hexagon {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent; }
  .addItem__wrapper .hexagon .background {
    width: 100%;
    /*height: 16.67px;*/
    height: 55.56%;
    background: #19A802;
    position: relative; }
  .addItem__wrapper .additional .background {
    background: #19A802; }
  .addItem__wrapper .hexagon .background:before,
  .addItem__wrapper .hexagon .background:after,
  .addItem__wrapper .additional .background:before,
  .addItem__wrapper .additional .background:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #19A802;
    top: 0;
    left: 0; }
  .addItem__wrapper .hexagon .background:before {
    transform: rotate(60deg); }
  .addItem__wrapper .hexagon .background:after {
    transform: rotate(-60deg); }
  .addItem__wrapper .hexagon.focus .background,
  .addItem__wrapper .additional.focus .background {
    background: #E0AA3E; }
  .addItem__wrapper .hexagon.focus .background:before,
  .addItem__wrapper .hexagon.focus .background:after,
  .addItem__wrapper .additional.focus .background:before,
  .addItem__wrapper .additional.focus .background:after {
    background: #E0AA3E; }
  .addItem__wrapper .hexagon.blue .background,
  .addItem__wrapper .additional.blue .background {
    background: #0057FF; }
  .addItem__wrapper .hexagon.blue .background:before,
  .addItem__wrapper .hexagon.blue .background:after,
  .addItem__wrapper .additional.blue .background:before,
  .addItem__wrapper .additional.blue .background:after {
    background: #0057FF; }
  .addItem__wrapper .hexagon.red .background,
  .addItem__wrapper .additional.red .background {
    background: #FF0000; }
  .addItem__wrapper .hexagon.red .background:before,
  .addItem__wrapper .hexagon.red .background:after,
  .addItem__wrapper .additional.red .background:before,
  .addItem__wrapper .additional.red .background:after {
    background: #FF0000; }
  .addItem__wrapper .octagon {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent; }
  .addItem__wrapper .octagon .background {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #19A802;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -moz-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); }
  .addItem__wrapper .octagon.focus .background {
    background: #E0AA3E; }
  .addItem__wrapper .octagon.red .background {
    background: #FF0000; }
  .addItem__wrapper .octagon.blue .background {
    background: #0057FF; }

.reserv-main {
  top: 56px;
  padding: 0;
  width: 100vw;
  height: calc(100vh - 56px - 60px);
  position: relative;
  overflow: hidden; }
  .reserv-main .circle,
  .reserv-main .square,
  .reserv-main .rectangle {
    background: #19A802;
    width: 30px;
    height: 30px;
    border: 2.5px solid transparent;
    margin: 8px 12px;
    transition: all 0.3s; }
  .reserv-main .triangle {
    position: relative;
    width: 30px;
    min-width: 30px;
    height: 30px;
    clip-path: polygon(100% 0, 50% 100%, 0 0); }
    .reserv-main .triangle .background {
      position: relative;
      background: #19A802;
      width: 100%;
      height: 100%;
      clip-path: polygon(100% 0, 50% 100%, 0 0); }
  .reserv-main .triangle::before {
    content: '';
    background-color: #19A802;
    position: absolute;
    display: block;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 80%;
    height: 80%;
    clip-path: polygon(100% 0, 50% 100%, 0 0); }
  .reserv-main .circle,
  .reserv-main .square,
  .reserv-main .rectangle,
  .reserv-main .additional::before,
  .reserv-main .triangle::before {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 500; }
  .reserv-main .circle.sm,
  .reserv-main .square.sm,
  .reserv-main .rectangle.sm,
  .reserv-main .additional.sm::before,
  .reserv-main .triangle.sm::before {
    font-size: 1em; }
  .reserv-main .circle.md,
  .reserv-main .square.md,
  .reserv-main .rectangle.md,
  .reserv-main .additional.md::before,
  .reserv-main .triangle.md::before {
    font-size: 2em; }
  .reserv-main .circle.bg,
  .reserv-main .square.bg,
  .reserv-main .rectangle.bg,
  .reserv-main .additional.bg::before,
  .reserv-main .triangle.bg::before {
    font-size: 4em; }
  .reserv-main .circle {
    border-radius: 50%; }
  .reserv-main .rectangle {
    width: 60px;
    min-width: 60px; }
  .reserv-main .circle.focus .background,
  .reserv-main .square.focus .background,
  .reserv-main .rectangle.focus .background {
    border: 2.5px solid #E0AA3E;
    transition: all 0.3s; }
  .reserv-main .triangle.focus .background {
    border: none;
    background: #E0AA3E !important; }
  .reserv-main .circle.blue .background,
  .reserv-main .square.blue .background,
  .reserv-main .rectangle.blue .background {
    background: #0057FF;
    width: 100%;
    height: 100%;
    border: 2.5px solid #0057FF; }
  .reserv-main .triangle.blue::before {
    background: #0057FF !important; }
  .reserv-main .triangle.blue .background {
    background: #0057FF !important; }
  .reserv-main .circle.red .background,
  .reserv-main .square.red .background,
  .reserv-main .rectangle.red .background {
    background: #FF0000;
    width: 100%;
    height: 100%;
    border: 2.5px solid #FF0000; }
  .reserv-main .triangle.red::before {
    background: #FF0000 !important; }
  .reserv-main .triangle.red .background {
    background: #FF0000 !important; }
  .reserv-main .circle.expired .background,
  .reserv-main .square.expired .background,
  .reserv-main .rectangle.expired .background {
    background: #6c0d0d;
    width: 100%;
    height: 100%;
    border: 2.5px solid #6c0d0d; }
  .reserv-main .triangle.expired::before {
    background: #6c0d0d !important; }
  .reserv-main .triangle.expired .background {
    background: #6c0d0d !important; }
  .reserv-main .additional {
    width: 30px;
    height: 30px;
    border: 0.5px solid transparent;
    margin: 0;
    transition: all 0.3s; }
  .reserv-main .additional.focus {
    border: 0.5px solid #E0AA3E; }

.reserv-main-top {
  top: 57px;
  height: calc(100vh - 72px - 43px); }

#restoran-map {
  width: 1024px;
  height: 1024px;
  overflow-x: unset;
  position: relative;
  overflow-y: unset; }
  #restoran-map .advance_payment {
    color: #000;
    font-size: 12px;
    padding: 3px;
    margin-top: -25px;
    z-index: 100;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    background: #f1cc06;
    width: fit-content; }
  #restoran-map .desk_info_text {
    border: 0px solid #4d4d4d;
    display: flex;
    flex-direction: column;
    line-height: 1;
    justify-content: center;
    align-items: center; }
    #restoran-map .desk_info_text .title {
      font-size: 12px; }
  #restoran-map .info::after {
    content: '';
    background-image: url(../img/icon/tableInfo.svg);
    background-position: center;
    background-size: 150% 150%;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: -5px; }
  #restoran-map .circle,
  #restoran-map .square,
  #restoran-map .additional,
  #restoran-map .rectangle {
    background: transparent;
    width: 30px;
    height: 30px;
    border: 2.5px solid transparent;
    margin: 0;
    transition: all 0.3s;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  #restoran-map .triangle {
    position: absolute;
    background: transparent;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0;
    left: 0; }
    #restoran-map .triangle .background {
      background: #19A802;
      width: 100%;
      height: 100%;
      clip-path: polygon(100% 0, 50% 100%, 0 0);
      transition: all 0.3s;
      position: absolute;
      margin: 0;
      left: 0;
      top: 0;
      z-index: -1; }
  #restoran-map .circle .background,
  #restoran-map .square .background,
  #restoran-map .rectangle .background {
    background: #19A802;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    z-index: -1; }
  #restoran-map .circle .background {
    border-radius: 50%; }
  #restoran-map .additional {
    border: 0;
    margin: 8px 12px;
    transition: all 0.3s; }
    #restoran-map .additional .background {
      width: 100%;
      height: 100%;
      border: 0;
      margin: 0;
      position: absolute;
      margin: 0;
      left: 0;
      top: 0;
      z-index: -1; }
  #restoran-map .triangle::before {
    content: '';
    background-color: #19A802;
    position: absolute;
    display: block;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 80%;
    height: 80%;
    clip-path: polygon(100% 0, 50% 100%, 0 0); }
  #restoran-map .circle,
  #restoran-map .square,
  #restoran-map .rectangle,
  #restoran-map .additional,
  #restoran-map .triangle::before {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 500; }
  #restoran-map .circle.sm,
  #restoran-map .square.sm,
  #restoran-map .rectangle.sm,
  #restoran-map .additional.sm,
  #restoran-map .triangle.sm::before {
    font-size: 1em; }
  #restoran-map .circle.md,
  #restoran-map .square.md,
  #restoran-map .rectangle.md,
  #restoran-map .additional.md,
  #restoran-map .triangle.md::before {
    font-size: 2em; }
  #restoran-map .circle.bg,
  #restoran-map .square.bg,
  #restoran-map .rectangle.bg,
  #restoran-map .additional.bg,
  #restoran-map .triangle.bg::before {
    font-size: 4em; }
  #restoran-map .circle {
    border-radius: 50%; }
  #restoran-map .rectangle {
    width: 60px;
    min-width: 60px; }
  #restoran-map .circle.focus .background,
  #restoran-map .square.focus .background,
  #restoran-map .rectangle.focus .background {
    border: 2.5px solid #E0AA3E;
    transition: all 0.3s; }
  #restoran-map .triangle.focus .background {
    border: none;
    background: #E0AA3E !important; }
  #restoran-map .circle.blue .background,
  #restoran-map .square.blue .background,
  #restoran-map .rectangle.blue .background {
    background: #0057FF;
    width: 100%;
    height: 100%; }
  #restoran-map .triangle.blue::before {
    background: #0057FF !important; }
  #restoran-map .triangle.blue .background {
    background: #0057FF !important; }
  #restoran-map .circle.red .background,
  #restoran-map .square.red .background,
  #restoran-map .rectangle.red .background {
    background: #FF0000;
    width: 100%;
    height: 100%; }
  #restoran-map .triangle.red::before {
    background: #FF0000 !important; }
  #restoran-map .triangle.red .background {
    background: #FF0000 !important; }
  #restoran-map .circle.expired .background,
  #restoran-map .square.expired .background,
  #restoran-map .rectangle.expired .background {
    background: #6c0d0d;
    width: 100%;
    height: 100%; }
  #restoran-map .triangle.expired::before {
    background: #6c0d0d !important; }
  #restoran-map .triangle.expired .background {
    background: #6c0d0d !important; }
  #restoran-map .additional {
    border: 0.5px solid transparent; }
  #restoran-map .additional.focus {
    border: 0.5px solid #E0AA3E; }

.setting__popup {
  position: fixed;
  bottom: -150%;
  transform: translateY(0%);
  left: 0px;
  right: 0px;
  height: fit-content;
  max-height: 100vh;
  min-height: 330px;
  z-index: 10;
  transition: all 0.5s;
  background: #333436;
  overflow: hidden;
  border-top: 1px solid #646265;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box; }
  .setting__popup .setting {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 330px;
    position: relative; }
    .setting__popup .setting .setting__list {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
      .setting__popup .setting .setting__list .item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        background: transparent;
        border: 1px solid #E0AA3E;
        margin-left: -1px;
        margin-right: -1px;
        transition: all 0.3s; }
        .setting__popup .setting .setting__list .item span {
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 19px;
          color: #FFFFFF; }
      .setting__popup .setting .setting__list .item:hover,
      .setting__popup .setting .setting__list .item.act {
        background: #E0AA3E;
        transition: all 0.3s; }
      .setting__popup .setting .setting__list .item:first-child {
        border-radius: 20px 0 0 20px; }
      .setting__popup .setting .setting__list .item:last-child {
        border-radius: 0 20px 20px 0; }
    .setting__popup .setting .swipeArrow {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      padding: 3px;
      height: 16px;
      width: 30px;
      z-index: 18; }
      .setting__popup .setting .swipeArrow svg {
        position: absolute;
        left: 5px;
        transform: translateX(0%);
        transform: rotate(180deg);
        animation: none; }
    .setting__popup .setting .floor__list,
    .setting__popup .setting .addItem__wrapper,
    .setting__popup .setting .background__list {
      display: none;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      transition: all 0.3s;
      overflow-x: auto;
      padding-bottom: 30px;
      align-items: flex-end; }
      .setting__popup .setting .floor__list .background__item,
      .setting__popup .setting .addItem__wrapper .background__item,
      .setting__popup .setting .background__list .background__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        width: fit-content;
        margin-left: 14px;
        margin-right: 14px;
        flex-wrap: nowrap; }
        .setting__popup .setting .floor__list .background__item .background__name,
        .setting__popup .setting .addItem__wrapper .background__item .background__name,
        .setting__popup .setting .background__list .background__item .background__name {
          display: flex;
          flex-direction: row;
          align-items: center;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 19px;
          color: #FFFFFF;
          padding-bottom: 8px; }
          .setting__popup .setting .floor__list .background__item .background__name svg,
          .setting__popup .setting .addItem__wrapper .background__item .background__name svg,
          .setting__popup .setting .background__list .background__item .background__name svg {
            padding-left: 5px;
            display: none; }
        .setting__popup .setting .floor__list .background__item .background,
        .setting__popup .setting .addItem__wrapper .background__item .background,
        .setting__popup .setting .background__list .background__item .background {
          position: relative;
          width: 100px;
          height: 170px;
          background: transparent;
          border-radius: 10px;
          overflow: hidden;
          box-shadow: 0px 0px 0px 0px #E0AA3E;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
        .setting__popup .setting .floor__list .background__item .item_wrp,
        .setting__popup .setting .addItem__wrapper .background__item .item_wrp,
        .setting__popup .setting .background__list .background__item .item_wrp {
          position: relative;
          width: 100px;
          height: 170px; }
        .setting__popup .setting .floor__list .background__item .close,
        .setting__popup .setting .addItem__wrapper .background__item .close,
        .setting__popup .setting .background__list .background__item .close {
          position: absolute;
          top: 2px;
          right: 5px; }
          .setting__popup .setting .floor__list .background__item .close svg,
          .setting__popup .setting .addItem__wrapper .background__item .close svg,
          .setting__popup .setting .background__list .background__item .close svg {
            fill: #E0AA3E; }
      .setting__popup .setting .floor__list .addItem__wrapper,
      .setting__popup .setting .addItem__wrapper .addItem__wrapper,
      .setting__popup .setting .background__list .addItem__wrapper {
        position: relative;
        background: transparent;
        border: none;
        flex-wrap: wrap;
        top: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow-x: unset;
        overflow-y: auto;
        transition: all 0.3s;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .setting__popup .setting .floor__list .addItem__wrapper.act,
      .setting__popup .setting .addItem__wrapper .addItem__wrapper.act,
      .setting__popup .setting .background__list .addItem__wrapper.act {
        position: absolute;
        max-width: 100%;
        top: 70px; }
      .setting__popup .setting .floor__list .background__item.act .background__name,
      .setting__popup .setting .addItem__wrapper .background__item.act .background__name,
      .setting__popup .setting .background__list .background__item.act .background__name {
        color: #E0AA3E; }
      .setting__popup .setting .floor__list .background__item.act .background,
      .setting__popup .setting .addItem__wrapper .background__item.act .background,
      .setting__popup .setting .background__list .background__item.act .background {
        box-shadow: 0px 0px 0px 1px #E0AA3E; }
      .setting__popup .setting .floor__list .background__item.add .background.add,
      .setting__popup .setting .addItem__wrapper .background__item.add .background.add,
      .setting__popup .setting .background__list .background__item.add .background.add {
        display: flex;
        align-items: center;
        justify-content: center; }
        .setting__popup .setting .floor__list .background__item.add .background.add .add,
        .setting__popup .setting .addItem__wrapper .background__item.add .background.add .add,
        .setting__popup .setting .background__list .background__item.add .background.add .add {
          display: flex;
          align-items: center;
          justify-content: center; }
          .setting__popup .setting .floor__list .background__item.add .background.add .add span,
          .setting__popup .setting .addItem__wrapper .background__item.add .background.add .add span,
          .setting__popup .setting .background__list .background__item.add .background.add .add span {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            color: #E0AA3E;
            border: 1px solid #E0AA3E;
            border-radius: 50%;
            height: 44px;
            width: 44px; }
    .setting__popup .setting .floor__list .background__item .background__name svg {
      display: block; }
    .setting__popup .setting .floor__list.act,
    .setting__popup .setting .addItem__wrapper.act,
    .setting__popup .setting .background__list.act {
      display: flex;
      transition: all 0.3s; }
    .setting__popup .setting .addItem__wrapper {
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: auto;
      overflow-y: auto; }

.setting__popup.act {
  bottom: 0;
  transition: all 0.5s; }

.reserve__popup {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -100vh;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s; }
  .reserve__popup form {
    transition: all 0.3s;
    width: 100%; }
    .reserve__popup form fieldset {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      position: relative;
      transition: all 0.3s; }
      .reserve__popup form fieldset .toggle-arrow {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -19px;
        border-top: 0;
        background: transparent;
        width: 100px;
        height: 40px;
        border-radius: 60% 60% 0 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        z-index: -1;
        transition: all 0.3s; }
        .reserve__popup form fieldset .toggle-arrow svg {
          transform: rotate(180deg);
          fill: #D7D7D7;
          transition: all 0.3s; }
      .reserve__popup form fieldset .popup-body {
        display: none;
        width: 100%;
        padding: 0;
        padding-top: 0;
        background: #333436;
        border-top: 1px solid #646265;
        border-radius: 20px 20px 0px 0px;
        transition: all 0.3s; }
        .reserve__popup form fieldset .popup-body div {
          background: inherit; }
        .reserve__popup form fieldset .popup-body .label__slide {
          display: flex;
          flex-direction: row;
          align-items: center;
          width: 100%;
          padding-top: 0;
          padding-bottom: 8px;
          overflow-x: auto;
          overflow-y: hidden;
          margin-right: 0;
          z-index: 2;
          margin-top: 8px; }
          .reserve__popup form fieldset .popup-body .label__slide button, .reserve__popup form fieldset .popup-body .label__slide label {
            padding: 8px 10px;
            margin: 0 4px;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            color: #D7D7D7;
            background: #333436;
            border: 1px solid #D7D7D7;
            box-sizing: border-box;
            border-radius: 30px;
            display: flex;
            flex-direction: row;
            align-items: center;
            transition: all 0.3s; }
            .reserve__popup form fieldset .popup-body .label__slide button span, .reserve__popup form fieldset .popup-body .label__slide label span {
              white-space: nowrap;
              padding: 0 5px;
              padding-left: 10px; }
            .reserve__popup form fieldset .popup-body .label__slide button input, .reserve__popup form fieldset .popup-body .label__slide label input {
              font-style: normal;
              font-weight: 300;
              font-size: 14px;
              line-height: 16px;
              color: #D7D7D7;
              background: inherit;
              padding: 0 10px;
              white-space: nowrap;
              text-overflow: ellipsis;
              background: inherit;
              padding: 0 5px; }
            .reserve__popup form fieldset .popup-body .label__slide button input[type="tel"], .reserve__popup form fieldset .popup-body .label__slide label input[type="tel"] {
              max-width: 90px;
              margin: 0 5px; }
            .reserve__popup form fieldset .popup-body .label__slide button input::placeholder, .reserve__popup form fieldset .popup-body .label__slide label input::placeholder {
              color: #D7D7D7; }
            .reserve__popup form fieldset .popup-body .label__slide button svg, .reserve__popup form fieldset .popup-body .label__slide label svg {
              fill: #D7D7D7;
              transition: all 0.3s; }
          .reserve__popup form fieldset .popup-body .label__slide button.focus, .reserve__popup form fieldset .popup-body .label__slide label.focus,
          .reserve__popup form fieldset .popup-body .label__slide button:focus, .reserve__popup form fieldset .popup-body .label__slide label:focus,
          .reserve__popup form fieldset .popup-body .label__slide button:hover, .reserve__popup form fieldset .popup-body .label__slide label:hover {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
            .reserve__popup form fieldset .popup-body .label__slide button.focus svg, .reserve__popup form fieldset .popup-body .label__slide label.focus svg,
            .reserve__popup form fieldset .popup-body .label__slide button:focus svg, .reserve__popup form fieldset .popup-body .label__slide label:focus svg,
            .reserve__popup form fieldset .popup-body .label__slide button:hover svg, .reserve__popup form fieldset .popup-body .label__slide label:hover svg {
              fill: #E0AA3E;
              transition: all 0.3s; }
          .reserve__popup form fieldset .popup-body .label__slide .number__select {
            position: relative;
            padding: 0; }
            .reserve__popup form fieldset .popup-body .label__slide .number__select label {
              padding: 0; }
            .reserve__popup form fieldset .popup-body .label__slide .number__select svg {
              position: absolute;
              left: 10px; }
            .reserve__popup form fieldset .popup-body .label__slide .number__select .number__select2 {
              background: inherit;
              color: #FFFFFF;
              padding: 8px 10px;
              padding-left: 30px;
              border-radius: 30px;
              margin-right: 4px; }
          .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup {
            position: absolute;
            top: -250px;
            left: 20px;
            right: 20px;
            padding: 16px 36px;
            display: none;
            flex-direction: column;
            background: #333436;
            border-radius: 20px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s; }
            .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup textarea,
            .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup input {
              background: #333436;
              border: 1px solid #E0AA3E;
              box-sizing: border-box;
              border-radius: 15px;
              font-style: normal;
              font-weight: bold;
              font-size: 13px;
              line-height: 15px;
              color: #FFFFFF;
              padding: 12px 24px;
              width: 100%;
              margin-bottom: 20px; }
            .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup textarea {
              min-height: 70px; }
            .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup button {
              display: block;
              width: 100%;
              padding: 9px 24px;
              font-style: normal;
              font-weight: 900;
              font-size: 18px;
              line-height: 21px;
              color: #FFFFFF;
              background: #E0AA3E;
              border: 1px solid #E0AA3E;
              box-sizing: border-box;
              border-radius: 15px;
              margin-bottom: 10px; }
            .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup button.disabled {
              color: #D7D7D7;
              background: inherit;
              border: 1px solid #D7D7D7; }
            .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup input::placeholder {
              font-style: normal;
              font-weight: bold;
              font-size: 13px;
              line-height: 15px;
              color: #D7D7D7; }
            .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup span {
              position: relative;
              margin-bottom: 30px;
              display: flex;
              align-items: center;
              font-style: normal;
              font-weight: 900;
              font-size: 18px;
              line-height: 21px;
              color: #FFFFFF;
              text-align: center;
              justify-content: center; }
            .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup .close {
              position: absolute;
              right: -30px;
              top: -6px; }
          .reserve__popup form fieldset .popup-body .label__slide .reserve__subpopup.act {
            display: flex;
            opacity: 1;
            visibility: visible;
            transition: all 0.3s; }
        .reserve__popup form fieldset .popup-body .search {
          display: flex;
          flex-direction: column;
          align-items: center;
          flex-wrap: nowrap;
          padding: 0 0;
          padding-top: 2px;
          width: 100%; }
        .reserve__popup form fieldset .popup-body .search-customer {
          padding: 2px;
          width: 99.3%;
          margin: 0 20px;
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 16px;
          color: #D7D7D7;
          background: #333436;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          border-radius: 10px;
          display: flex;
          flex-direction: row;
          align-items: center;
          overflow-x: hidden;
          transition: all 0.3s; }
          .reserve__popup form fieldset .popup-body .search-customer input {
            width: 100%;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            color: #D7D7D7;
            background: inherit;
            padding: 0 10px;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .reserve__popup form fieldset .popup-body .search-customer input::placeholder {
            color: #D7D7D7; }
          .reserve__popup form fieldset .popup-body .search-customer button {
            background: inherit;
            padding-left: 5px;
            padding-right: 5px; }
            .reserve__popup form fieldset .popup-body .search-customer button svg {
              fill: #D7D7D7;
              transition: all 0.3s; }
          .reserve__popup form fieldset .popup-body .search-customer input:focus ~ .clear, .reserve__popup form fieldset .popup-body .search-customer input:not(:placeholder-shown) ~ .clear, .reserve__popup form fieldset .popup-body .search-customer input:-webkit-autofill ~ .clear {
            display: block; }
          .reserve__popup form fieldset .popup-body .search-customer svg {
            margin: 0 5px;
            fill: #D7D7D7;
            transition: all 0.3s; }
        .reserve__popup form fieldset .popup-body .search-customer:focus,
        .reserve__popup form fieldset .popup-body .search-customer.focus {
          border: 1px solid #E0AA3E; }
          .reserve__popup form fieldset .popup-body .search-customer:focus .hide__result svg,
          .reserve__popup form fieldset .popup-body .search-customer.focus .hide__result svg {
            transform: rotate(180deg); }
          .reserve__popup form fieldset .popup-body .search-customer:focus .hide__result.act svg,
          .reserve__popup form fieldset .popup-body .search-customer.focus .hide__result.act svg {
            transform: rotate(0deg); }
        .reserve__popup form fieldset .popup-body .search-customer.focus,
        .reserve__popup form fieldset .popup-body .search-result.focus,
        .reserve__popup form fieldset .popup-body .search-customer:hover,
        .reserve__popup form fieldset .popup-body .search-result:focus {
          border: 1px solid #E0AA3E;
          color: #E0AA3E;
          transition: all 0.3s; }
          .reserve__popup form fieldset .popup-body .search-customer.focus button svg,
          .reserve__popup form fieldset .popup-body .search-result.focus button svg,
          .reserve__popup form fieldset .popup-body .search-customer:hover button svg,
          .reserve__popup form fieldset .popup-body .search-result:focus button svg {
            fill: #E0AA3E;
            transition: all 0.3s; }
          .reserve__popup form fieldset .popup-body .search-customer.focus svg,
          .reserve__popup form fieldset .popup-body .search-result.focus svg,
          .reserve__popup form fieldset .popup-body .search-customer:hover svg,
          .reserve__popup form fieldset .popup-body .search-result:focus svg {
            fill: #E0AA3E !important;
            transition: all 0.3s; }
        .reserve__popup form fieldset .popup-body .search-result {
          width: 100%;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center;
          margin-top: 6px;
          padding: 0 5px;
          background-color: inherit;
          position: relative;
          transition: all 0.3s; }
          .reserve__popup form fieldset .popup-body .search-result div {
            display: flex;
            flex-direction: column;
            width: 100%;
            transition: all 0.3s; }
            .reserve__popup form fieldset .popup-body .search-result div .toggle-result {
              padding: 5px 50px;
              padding-right: 0;
              display: flex;
              flex-direction: row;
              width: 100%;
              align-items: center;
              justify-content: space-between;
              font-style: normal;
              font-weight: bold;
              font-size: 16px;
              line-height: 19px;
              color: #E0AA3E;
              border-bottom: 1px solid #646265;
              transition: all 0.3s; }
              .reserve__popup form fieldset .popup-body .search-result div .toggle-result .arrow {
                transition: all 0.3s; }
              .reserve__popup form fieldset .popup-body .search-result div .toggle-result .arrow.act {
                transform: rotate(180deg);
                transition: all 0.3s; }
              .reserve__popup form fieldset .popup-body .search-result div .toggle-result div {
                display: flex;
                flex-direction: row;
                align-items: center; }
                .reserve__popup form fieldset .popup-body .search-result div .toggle-result div img {
                  margin-right: 8px; }
            .reserve__popup form fieldset .popup-body .search-result div .result__list {
              display: none;
              max-height: 20vh;
              overflow-y: auto;
              transition: all 0.3s; }
            .reserve__popup form fieldset .popup-body .search-result div .result__item {
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              align-items: center;
              padding: 3px 50px;
              padding-right: 6px;
              position: relative;
              transition: all 0.3s; }
              .reserve__popup form fieldset .popup-body .search-result div .result__item img {
                position: absolute;
                left: 50px;
                top: 12px;
                display: none; }
              .reserve__popup form fieldset .popup-body .search-result div .result__item span {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #FFFFFF;
                padding: 5px; }
              .reserve__popup form fieldset .popup-body .search-result div .result__item span:first-child {
                width: 100%; }
              .reserve__popup form fieldset .popup-body .search-result div .result__item span.time-reservation {
                width: fit-content; }
              .reserve__popup form fieldset .popup-body .search-result div .result__item button {
                position: absolute;
                right: 50px;
                top: 12px;
                display: none;
                padding: 5px;
                width: 13px;
                height: 13px;
                background: inherit;
                background-image: url(../img/icon/remove.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100% 100%; }
              .reserve__popup form fieldset .popup-body .search-result div .result__item .person__count,
              .reserve__popup form fieldset .popup-body .search-result div .result__item .number__count {
                padding: 0;
                position: absolute;
                top: 12px;
                left: 0px;
                font-style: normal;
                font-weight: normal;
                font-size: 12px;
                line-height: 14px;
                color: #FFFFFF;
                display: flex;
                align-items: center;
                justify-content: center; }
              .reserve__popup form fieldset .popup-body .search-result div .result__item .person__count {
                left: 28px; }
            .reserve__popup form fieldset .popup-body .search-result div .result__item.act img {
              display: block; }
            .reserve__popup form fieldset .popup-body .search-result div .result__item.act button {
              display: block; }
          .reserve__popup form fieldset .popup-body .search-result .person,
          .reserve__popup form fieldset .popup-body .search-result .number {
            position: absolute;
            top: 5px;
            left: 8px;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 19px;
            color: #E0AA3E; }
          .reserve__popup form fieldset .popup-body .search-result .person {
            top: 3px;
            left: 31px; }
            .reserve__popup form fieldset .popup-body .search-result .person svg {
              fill: #E0AA3E; }
        .reserve__popup form fieldset .popup-body .search-result.hidden {
          display: none; }
        .reserve__popup form fieldset .popup-body .search-result__list {
          display: none;
          flex-direction: column;
          flex-wrap: nowrap;
          width: 100%;
          overflow-y: auto;
          position: relative;
          padding-bottom: 148px;
          background: transparent; }
          .reserve__popup form fieldset .popup-body .search-result__list .item {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
            flex-wrap: nowrap;
            width: 100%;
            background: rgba(51, 52, 54, 0.6);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            border-radius: 15px;
            margin-top: 4px;
            margin-bottom: 4px;
            overflow: hidden; }
            .reserve__popup form fieldset .popup-body .search-result__list .item .arrow {
              background: transparent;
              padding-left: 5px;
              padding-right: 10px;
              align-self: center;
              padding-top: 8px;
              padding-bottom: 8px; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .arrow svg {
                transition: all 0.3s;
                fill: #D7D7D7; }
            .reserve__popup form fieldset .popup-body .search-result__list .item .arrow.act svg {
              transition: all 0.3s;
              fill: #0057ff; }
            .reserve__popup form fieldset .popup-body .search-result__list .item .main__info {
              display: flex;
              flex-direction: column;
              justify-content: space-around;
              flex-wrap: nowrap;
              width: 100%;
              height: 100%;
              padding-top: 8px;
              padding-bottom: 8px; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .main__info span {
                font-style: normal;
                font-weight: bold;
                font-size: 16px;
                line-height: 19px;
                color: #FFFFFF; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .main__info .time-reservation {
                padding-top: 5px;
                font-weight: normal;
                font-size: 13px;
                line-height: 15px; }
            .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info {
              display: flex;
              flex-direction: row;
              align-items: flex-start;
              justify-content: center;
              height: 100%; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info .info__box {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                align-items: center;
                width: 50px;
                height: 100%;
                padding-right: 5px;
                padding-top: 8px;
                padding-bottom: 8px; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info .person,
              .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info .number {
                font-style: normal;
                font-weight: bold;
                font-size: 16px;
                line-height: 19px;
                color: #E0AA3E; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info .person svg {
                fill: #E0AA3E; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info .person__count,
              .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info .number__count {
                padding: 0;
                font-style: normal;
                font-weight: normal;
                font-size: 12px;
                line-height: 14px;
                color: #FFFFFF;
                display: flex;
                align-items: center;
                justify-content: center;
                justify-self: center;
                align-self: center;
                height: 100%; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info .person__count {
                white-space: pre-wrap; }
              .reserve__popup form fieldset .popup-body .search-result__list .item .sub__info .actItem {
                display: none; }
          .reserve__popup form fieldset .popup-body .search-result__list .item.act .sub__info .info__box {
            display: none; }
          .reserve__popup form fieldset .popup-body .search-result__list .item.act .sub__info .actItem {
            background: rgba(0, 87, 255, 0.6);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            border-radius: 0px 15px 15px 0px;
            width: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
            padding-top: 8px;
            padding-bottom: 8px; }
            .reserve__popup form fieldset .popup-body .search-result__list .item.act .sub__info .actItem span {
              font-style: normal;
              font-weight: bold;
              font-size: 14px;
              line-height: 16px;
              color: #FFFFFF;
              padding-top: 4px; }
            .reserve__popup form fieldset .popup-body .search-result__list .item.act .sub__info .actItem button {
              font-style: normal;
              font-weight: normal;
              font-size: 12px;
              line-height: 14px;
              color: #FFFFFF;
              padding: 4px;
              background: transparent; }
          .reserve__popup form fieldset .popup-body .search-result__list .item.dis::after {
            content: '';
            background: rgba(51, 52, 54, 0.6);
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0; }
          .reserve__popup form fieldset .popup-body .search-result__list .search__btn {
            background: rgba(88, 88, 88, 0.6);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            position: fixed;
            left: 50%;
            bottom: 90px;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            justify-content: center; }
            .reserve__popup form fieldset .popup-body .search-result__list .search__btn svg {
              fill: #ffffff; }
  .reserve__popup .info__list {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
    transition: all 0.5s;
    background: #333436;
    border-top: 0.5px solid #ADABAB;
    box-sizing: border-box;
    border-radius: 15px 15px 0px 0px;
    padding: 12px; }
    .reserve__popup .info__list .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      width: 25%; }
      .reserve__popup .info__list .item p,
      .reserve__popup .info__list .item span {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
        text-align: center; }
      .reserve__popup .info__list .item p {
        padding-top: 5px;
        font-size: 14px;
        line-height: 16px; }
    .reserve__popup .info__list .reserv p {
      color: #E0AA3E; }
    .reserve__popup .info__list .spare p {
      color: #19A802; }
    .reserve__popup .info__list .occupied p {
      color: #FF0000; }
    .reserve__popup .info__list .accommodation p {
      color: #4D89FD; }

.reserve__popup.act {
  transition: all 0.3s;
  bottom: 56px; }
  .reserve__popup.act form fieldset .toggle-arrow svg {
    transform: rotate(0deg);
    fill: #E0AA3E;
    transition: all 0.3s; }
  .reserve__popup.act form fieldset .popup-body {
    display: block; }

.reserve__popup.club form fieldset .popup-body .search-result div .toggle-result {
  padding-left: 0; }
.reserve__popup.club form fieldset .popup-body .search-result div .result__item {
  padding-left: 20px; }
  .reserve__popup.club form fieldset .popup-body .search-result div .result__item span {
    max-width: 60vw; }
  .reserve__popup.club form fieldset .popup-body .search-result div .result__item span.time-reservation {
    display: none; }
  .reserve__popup.club form fieldset .popup-body .search-result div .result__item .person__count,
  .reserve__popup.club form fieldset .popup-body .search-result div .result__item .number__count {
    left: auto;
    top: auto;
    right: 0px;
    max-width: 42px;
    width: 100%;
    white-space: pre-wrap;
    text-align: start; }
  .reserve__popup.club form fieldset .popup-body .search-result div .result__item .person__count {
    right: 56px;
    text-align: center;
    max-width: 16px; }
  .reserve__popup.club form fieldset .popup-body .search-result div .result__item .number__count {
    justify-content: flex-start; }
.reserve__popup.club form fieldset .popup-body .search-result .person,
.reserve__popup.club form fieldset .popup-body .search-result .number {
  left: auto;
  right: 20px;
  max-width: 30px;
  width: 100%; }
.reserve__popup.club form fieldset .popup-body .search-result .person {
  right: 60px;
  max-width: 16px; }

.swipe-wrapper {
  color: #D7D7D7;
  border: 0 !important; }
  .swipe-wrapper .reserv-footer__wrapp {
    background: #333436; }
  .swipe-wrapper .show-reservations-Headerbox {
    background: #1F1F1F; }
  .swipe-wrapper .show-reservations-box {
    border: 1px solid #D7D7D7;
    height: 30px;
    border: 0.3px solid #D7D7D7;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    background: #333436; }
  .swipe-wrapper .show-reservations-box:hover {
    opacity: 0.8; }
  .swipe-wrapper .search-eye {
    padding: 0 0 3px 5px;
    width: 50px;
    margin: 0 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #D7D7D7;
    background: #333436;
    border: 0px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: hidden;
    transition: all 0.3s; }
  .swipe-wrapper .search-eye:focus,
  .swipe-wrapper .search-eye:hover {
    border: 1px solid #E0AA3E;
    color: #E0AA3E;
    transition: all 0.3s; }
    .swipe-wrapper .search-eye:focus svg,
    .swipe-wrapper .search-eye:hover svg {
      fill: #E0AA3E !important;
      transition: all 0.3s; }

.reserv-footer__wrapp.big.new .reserv-footer .swipeArrow {
  display: none; }
.reserv-footer__wrapp.big.new .reserve__popup.act {
  height: 100vh;
  padding-top: 0px;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0; }
  .reserv-footer__wrapp.big.new .reserve__popup.act form {
    height: 100vh; }
    .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset {
      height: 100vh; }
      .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset .popup-body {
        height: 100vh;
        border-top: transparent;
        border-radius: 0;
        background: url(../img/reservPopupBg.jpg);
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat; }
        .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset .popup-body .search-input-group {
          display: none;
          width: 94%;
          margin: 0 10px; }
        .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset .popup-body .search-input-group.act {
          display: flex; }
        .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset .popup-body .search-result {
          display: none; }
        .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset .popup-body .search-result__list {
          display: flex;
          margin-top: 20px; }
        .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset .popup-body .search {
          height: 100%;
          transition: all 0.3s;
          margin-top: 40px;
          background: transparent; }
          .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset .popup-body .search .search-input-group .hide__result {
            display: none; }
          .reserv-footer__wrapp.big.new .reserve__popup.act form fieldset .popup-body .search .search-input-group .clear {
            right: 21px;
            background: tr; }
  .reserv-footer__wrapp.big.new .reserve__popup.act .swipeArrow {
    display: block;
    top: 10px; }
.reserv-footer__wrapp.big.new .info__list {
  bottom: 0px; }

.reserve__subpopup {
  flex-direction: column;
  background: #333436;
  border-radius: 20px;
  transition: all 0.3s;
  z-index: 6;
  display: flex;
  opacity: 1;
  visibility: visible; }
  .reserve__subpopup textarea,
  .reserve__subpopup input {
    background: #333436;
    border: 1px solid #E0AA3E;
    box-sizing: border-box;
    border-radius: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 12px 24px;
    width: 100%;
    margin-bottom: 20px; }
  .reserve__subpopup textarea {
    min-height: 70px; }
  .reserve__subpopup button {
    display: block;
    width: 100%;
    padding: 9px 24px;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #E0AA3E;
    border: 1px solid #E0AA3E;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 10px; }
  .reserve__subpopup button.disabled {
    color: #D7D7D7;
    background: inherit;
    border: 1px solid #D7D7D7; }
  .reserve__subpopup input::placeholder {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #D7D7D7; }
  .reserve__subpopup span {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    justify-content: center; }
  .reserve__subpopup .close {
    position: absolute;
    right: -30px;
    top: -6px; }

.range__popup {
  position: fixed;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .range__popup div {
    background-color: #E0AA3E !important;
    width: 80% !important;
    height: 3px !important;
    margin: auto; }
    .range__popup div div {
      border-radius: 50%;
      width: 20px !important;
      height: 20px !important; }

.range__popup.act {
  bottom: 86px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible; }

.move__popup {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: all 0.3s;
  z-index: 4; }
  .move__popup button {
    background: #333436;
    min-width: 35px;
    min-height: 35px;
    border: 1px solid #646265;
    margin: 3px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s; }
    .move__popup button svg {
      margin: 0;
      padding: 0;
      fill: #E0AA3E; }
  .move__popup button:focus {
    transition: all 0.3s;
    border: 1px solid #E0AA3E; }
  .move__popup #up svg {
    transform: rotate(90deg); }
  .move__popup #down svg {
    transform: rotate(-90deg); }
  .move__popup #right svg {
    transform: rotate(180deg); }
  .move__popup div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .move__popup div div {
      background: #333436;
      border-radius: 35px;
      width: 110px;
      height: 70px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 1px solid #646265; }
      .move__popup div div label {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        line-height: 19px;
        color: #E0AA3E;
        width: 70px; }
      .move__popup div div input {
        background: #333436;
        width: 55px;
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        line-height: 19px;
        color: #E0AA3E;
        text-align: center;
        text-overflow: ellipsis; }
      .move__popup div div input::placeholder {
        color: #E0AA3E; }
      .move__popup div div input:first-child {
        border-bottom: 1px solid #646265; }

.move__popup.act {
  bottom: 72px;
  transition: all 0.3s; }

.floor__change {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%; }
  .floor__change .next__floor,
  .floor__change .prev__floor {
    position: absolute;
    bottom: 0;
    background: #333436;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 1px 4px;
    border: 1px solid #E0AA3E;
    border-radius: 10px;
    min-width: 120px;
    transition: all 0.3s; }
    .floor__change .next__floor .arrows,
    .floor__change .prev__floor .arrows {
      padding-left: 14px;
      padding-right: 14px;
      font-weight: 800;
      font-size: 16px; }
  .floor__change .next__floor {
    right: 20px;
    justify-self: flex-end;
    justify-content: flex-end; }
  .floor__change .prev__floor {
    left: 20px;
    justify-self: flex-start;
    justify-content: flex-start; }

.floor__change.act {
  bottom: 70px;
  transition: all 0.3s; }

.calendar-day__popup {
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 40%;
  height: 60vh;
  border-radius: 10px;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s;
  background-color: #eeeeee; }
  .calendar-day__popup ul, .calendar-day__popup ol {
    list-style: none;
    padding: 0;
    margin: 0; }
  .calendar-day__popup .wws__cal__container {
    height: 100%;
    width: 100%; }
    .calendar-day__popup .wws__cal__container .wws__cal__data {
      border-radius: 10px;
      height: 100%;
      width: 100%; }
      .calendar-day__popup .wws__cal__container .wws__cal__data .day__data {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border-radius: 10px; }
        .calendar-day__popup .wws__cal__container .wws__cal__data .day__data ul {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          max-width: 23%;
          width: 100%;
          height: 100%; }
          .calendar-day__popup .wws__cal__container .wws__cal__data .day__data ul li {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #e0e0e0;
            border: 2px solid #eeeeee;
            padding: 20px 0;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            position: relative;
            margin-bottom: 1px;
            transition: all 0.3s; }
          .calendar-day__popup .wws__cal__container .wws__cal__data .day__data ul li.active {
            border: 2px solid #19A802;
            transition: all 0.3s; }
          .calendar-day__popup .wws__cal__container .wws__cal__data .day__data ul li::after {
            content: '';
            left: -2px;
            position: absolute;
            bottom: -3px;
            height: 1px;
            width: 452%;
            background-color: #e0e0e0;
            z-index: -1; }
        .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .day__events {
          max-width: 80vw;
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          overflow: unset; }
          .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .day__events .event {
            display: flex;
            flex-direction: column;
            position: relative;
            background-color: #E0AA3E;
            color: #FFFFFF;
            width: 100%;
            height: 59px;
            min-height: 59px;
            overflow: auto;
            border-radius: 5px 0 0 5px;
            margin-top: 2px;
            margin-bottom: 2px; }
            .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .day__events .event .main__info {
              font-weight: 600;
              font-size: 12px;
              display: flex;
              flex-direction: column;
              flex-wrap: nowrap;
              border-bottom: 1px dashed #FFFFFF;
              padding-bottom: 4px; }
              .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .day__events .event .main__info .event__time {
                font-weight: 300;
                font-size: 10px; }
            .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .day__events .event .event__coment {
              padding-top: 2px;
              font-weight: normal;
              font-size: 10px;
              line-height: 12px; }
          .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .day__events .event > div {
            display: flex;
            width: 100%;
            flex-direction: column;
            line-height: 14px;
            padding-left: 4px;
            padding-top: 4px; }
        .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .time__bar {
          position: absolute;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          left: 20px;
          top: 40%;
          z-index: 5; }
          .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .time__bar span {
            color: #c0003a;
            font-size: 8px;
            line-height: 10px;
            font-weight: 500;
            text-align: center;
            background-color: #ff000031;
            border-radius: 5px;
            padding: 1px 5px; }
          .calendar-day__popup .wws__cal__container .wws__cal__data .day__data .time__bar span::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 100%;
            background-color: #ff000031;
            height: 2px;
            width: 42vw; }
    .calendar-day__popup .wws__cal__container .wws__cal__header {
      position: relative; }
      .calendar-day__popup .wws__cal__container .wws__cal__header .close {
        position: absolute;
        right: -28px;
        top: 0px;
        cursor: pointer; }

.calendar-day__popup.act {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s; }

.floor-popup {
  position: absolute;
  top: -35px;
  padding: 10px;
  padding-top: 17px;
  width: 100%;
  background: #333436;
  border-bottom: 1px solid #646265;
  box-sizing: border-box;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.3s;
  z-index: 3; }
  .floor-popup button {
    background: #333436;
    color: #E0AA3E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 90px; }
    .floor-popup button svg {
      border: 1px solid #E0AA3E;
      box-sizing: border-box;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      padding: 10px;
      fill: #E0AA3E; }
  .floor-popup .popup__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    position: relative; }
  .floor-popup .toggle-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
    border-bottom: 1px solid #646265;
    background: #333436;
    width: 100px;
    height: 40px;
    border-radius: 0 0 60% 60%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: -1; }
    .floor-popup .toggle-arrow svg {
      fill: #D7D7D7;
      transition: all 0.3s; }

.floor-popup.act {
  top: 55px;
  transition: all 0.3s; }
  .floor-popup.act .toggle-arrow svg {
    transform: rotate(180deg);
    fill: #E0AA3E;
    transition: all 0.3s; }

.react-ios-time-picker-popup {
  bottom: 30% !important; }
  .react-ios-time-picker-popup .react-ios-time-picker .react-ios-time-picker-cell-inner-hour {
    font-size: 18px;
    color: #979797; }
  .react-ios-time-picker-popup .react-ios-time-picker .react-ios-time-picker-cell-inner-selected {
    font-size: 20px;
    color: #c5c5c5; }

.info__popup {
  display: flex;
  flex-direction: column;
  background: #FFF;
  z-index: 6; }
  .info__popup .close {
    position: absolute;
    right: 10px;
    top: 10px; }
  .info__popup .messageBox {
    height: 30px;
    padding: 5px;
    border-bottom: 1px solid #D7D7D7; }
  .info__popup .msg__field {
    width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: auto;
    padding: 0 14px; }
    .info__popup .msg__field div {
      margin-bottom: 10px;
      padding: 8px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      border-bottom: 1px solid #000000;
      border-radius: 5px; }
      .info__popup .msg__field div .name {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        color: #000000;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px; }
        .info__popup .msg__field div .name .time {
          font-weight: 300; }
      .info__popup .msg__field div .date {
        font-size: 12px; }
      .info__popup .msg__field div p {
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        color: #000000; }
    .info__popup .msg__field div:last-child {
      margin-bottom: 0; }
  .info__popup .msg__form {
    padding: 15px;
    margin-top: 5px; }
    .info__popup .msg__form fieldset {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      width: 100%; }
    .info__popup .msg__form .clock-width input {
      width: 95%; }
    .info__popup .msg__form .modal_row {
      margin-bottom: 10px;
      font-weight: 600; }
      .info__popup .msg__form .modal_row input, .info__popup .msg__form .modal_row textarea {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #181818;
        background: #eeeeee;
        border: 0.5px solid #0005;
        border-radius: 2px;
        padding: 10px;
        min-height: 38px; }
      .info__popup .msg__form .modal_row input.small, .info__popup .msg__form .modal_row input.small_circle {
        width: 70px;
        border-radius: 20px;
        text-align: center;
        font-size: 18px; }
      .info__popup .msg__form .modal_row input.small_circle {
        width: 50px;
        border-radius: 30px; }
    .info__popup .msg__form button {
      height: 50px;
      background: #242527;
      border: 1px solid #000;
      border-radius: 5px;
      width: 100%;
      padding: 6px 10px;
      border-left: none;
      margin-top: 10px;
      color: #FFF;
      font-size: 24px; }
      .info__popup .msg__form button svg {
        fill: #E0AA3E;
        margin-left: 10px; }
    .info__popup .msg__form button:hover {
      background: #E0AA3E;
      color: #3A3B3C; }
      .info__popup .msg__form button:hover svg {
        fill: #FFFFFF; }
  .info__popup .swiper {
    width: 250px; }
  .info__popup .swiper_numbers .swiper-slide {
    border: 1px solid #0005;
    text-align: center;
    padding-top: 7px;
    border-radius: 20px; }
  .info__popup .modalHeader {
    background-color: #1f1f1f;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    height: 55px;
    padding-top: 5px; }

.delete__popup,
.reservationInfo__popup,
.edit__popup,
.add__popup {
  flex-direction: column;
  background: #333436;
  border-radius: 20px;
  transition: all 0.3s;
  z-index: 6;
  display: flex;
  opacity: 1;
  visibility: visible; }
  .delete__popup input,
  .reservationInfo__popup input,
  .edit__popup input,
  .add__popup input {
    background: #333436;
    border: 1px solid #E0AA3E;
    box-sizing: border-box;
    border-radius: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 12px 24px;
    width: 100%;
    margin-bottom: 20px; }
  .delete__popup input::placeholder,
  .reservationInfo__popup input::placeholder,
  .edit__popup input::placeholder,
  .add__popup input::placeholder {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #D7D7D7; }
  .delete__popup button,
  .reservationInfo__popup button,
  .edit__popup button,
  .add__popup button {
    display: block;
    width: 100%;
    padding: 9px 24px;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #E0AA3E;
    border: 1px solid #E0AA3E;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 10px; }
  .delete__popup button.disabled,
  .reservationInfo__popup button.disabled,
  .edit__popup button.disabled,
  .add__popup button.disabled {
    color: #D7D7D7;
    background: inherit;
    border: 1px solid #D7D7D7; }
  .delete__popup span,
  .reservationInfo__popup span,
  .edit__popup span,
  .add__popup span {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    justify-content: center; }
  .delete__popup .close,
  .reservationInfo__popup .close,
  .edit__popup .close,
  .add__popup .close {
    position: absolute;
    right: -25px;
    top: -6px; }
  .delete__popup .description,
  .reservationInfo__popup .description,
  .edit__popup .description,
  .add__popup .description {
    margin-top: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #D7D7D7; }

.delete__popup button:last-child {
  background: #333436;
  border: 1px solid #E0AA3E;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 9px 24px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }

.reservationInfo__popup {
  border-radius: 0;
  background: #248817;
  position: relative; }

.main__calendar__popup {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  background: #333436;
  border: 1px solid #646265;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 10px;
  display: none;
  z-index: 6; }
  .main__calendar__popup .wws__cal__container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .main__calendar__popup .wws__cal__container .wws__cal__nav {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      position: relative; }
      .main__calendar__popup .wws__cal__container .wws__cal__nav .wws__cal__date {
        color: #FFFFFF;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px; }
      .main__calendar__popup .wws__cal__container .wws__cal__nav .wws__cal__prev-btn,
      .main__calendar__popup .wws__cal__container .wws__cal__nav .wws__cal__next-btn {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px; }
      .main__calendar__popup .wws__cal__container .wws__cal__nav .close {
        position: absolute;
        right: 0px;
        top: 0px; }
    .main__calendar__popup .wws__cal__container .wws__cal__data .month__data ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      list-style: none;
      padding-left: 0; }
      .main__calendar__popup .wws__cal__container .wws__cal__data .month__data ul li {
        color: #FFFFFF;
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        line-height: 16px;
        width: 14.2%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .main__calendar__popup .wws__cal__container .wws__cal__data .month__data ul li span {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 30px;
          height: 30px; }
      .main__calendar__popup .wws__cal__container .wws__cal__data .month__data ul li:hover span {
        color: #E0AA3E; }
      .main__calendar__popup .wws__cal__container .wws__cal__data .month__data ul li:not(.header__item) {
        margin-bottom: 5px; }
      .main__calendar__popup .wws__cal__container .wws__cal__data .month__data ul .header__item {
        color: #E0AA3E; }
      .main__calendar__popup .wws__cal__container .wws__cal__data .month__data ul .disable {
        color: #797979; }
      .main__calendar__popup .wws__cal__container .wws__cal__data .month__data ul .current span {
        border: 1px solid #E0AA3E;
        box-sizing: border-box;
        border-radius: 50%; }
    .main__calendar__popup .wws__cal__container .react-calendar {
      background-color: inherit;
      border: none;
      outline: none;
      color: #FFFFFF;
      width: 100%;
      max-width: 500px;
      margin: auto; }
      .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__navigation button {
        color: #FFFFFF;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px; }
      .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__navigation button:hover,
      .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__navigation button:focus {
        background: inherit;
        color: #E0AA3E; }
      .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__navigation button[disabled] {
        background-color: inherit;
        color: #797979; }
      .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer {
        margin-bottom: 20px; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday {
          color: #E0AA3E;
          font-style: normal;
          font-weight: 900;
          font-size: 14px;
          line-height: 16px; }
          .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday abbr[title] {
            text-decoration: none; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__days .react-calendar__month-view__days__day--neighboringMonth abbr {
          font-style: normal;
          font-weight: 900;
          font-size: 14px;
          line-height: 16px;
          color: #797979; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__month-view__days__day--weekend abbr {
          font-style: normal;
          font-weight: 900;
          font-size: 14px;
          line-height: 16px;
          color: #FFFFFF; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view button:not(:disabled).react-calendar__month-view__days__day {
          font-style: normal;
          font-weight: 900;
          font-size: 14px;
          line-height: 16px;
          color: #FFFFFF; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__tile--now {
          background: transparent; }
          .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__tile--now abbr {
            position: relative;
            background: transparent; }
          .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__tile--now abbr:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            background-color: inherit;
            border: 1px solid #E0AA3E;
            border-radius: 50%;
            width: 30px;
            height: 30px; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__tile--active,
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__tile--active:enabled:focus,
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__month-view .react-calendar__tile--active:enabled:hover {
          background: #E0AA3E;
          border-radius: 8px; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__year-view .react-calendar__year-view__months button {
          color: #FFFFFF;
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 20px;
          padding-top: 20px;
          padding-bottom: 20px; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__year-view .react-calendar__year-view__months .react-calendar__tile--hasActive,
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__year-view .react-calendar__year-view__months button:hover,
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__year-view .react-calendar__year-view__months button:focus {
          background: inherit;
          color: #E0AA3E; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__year-view .react-calendar__year-view__months button[disabled] {
          background-color: inherit;
          color: #797979; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__century-view .react-calendar__century-view__decades button {
          color: #FFFFFF;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 18px;
          padding-top: 20px;
          padding-bottom: 20px; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__century-view .react-calendar__century-view__decades .react-calendar__tile--hasActive,
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__century-view .react-calendar__century-view__decades button:hover,
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__century-view .react-calendar__century-view__decades button:focus {
          background: inherit;
          color: #E0AA3E; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__century-view .react-calendar__century-view__decades button[disabled] {
          background-color: inherit;
          color: #797979; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__decade-view .react-calendar__decade-view__years button {
          color: #FFFFFF;
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 20px;
          padding-top: 20px;
          padding-bottom: 20px; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__decade-view .react-calendar__decade-view__years .react-calendar__tile--hasActive,
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__decade-view .react-calendar__decade-view__years button:hover,
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__decade-view .react-calendar__decade-view__years button:focus {
          background: inherit;
          color: #E0AA3E; }
        .main__calendar__popup .wws__cal__container .react-calendar .react-calendar__viewContainer .react-calendar__decade-view .react-calendar__decade-view__years button[disabled] {
          background-color: inherit;
          color: #797979; }
    .main__calendar__popup .wws__cal__container .react-calendar__tile:enabled:hover,
    .main__calendar__popup .wws__cal__container .react-calendar__tile:enabled:focus {
      border-radius: 8px;
      box-shadow: 0px 0px 1px 1px #E0AA3E;
      background: transparent; }
    .main__calendar__popup .wws__cal__container button.show {
      display: block;
      width: 100%;
      max-width: 500px;
      padding: 9px 24px;
      font-style: normal;
      font-weight: 900;
      font-size: 18px;
      line-height: 21px;
      color: #FFFFFF;
      background: #E0AA3E;
      border: 1px solid #E0AA3E;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 15px;
      margin-bottom: 10px; }

.main__calendar__popup.act {
  display: block; }

.drag-wrapper {
  width: 1024px;
  height: 1024px;
  padding: 0;
  background: transparent; }

.reserv-main .kvfysmfp {
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto; }

.resize-control {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: -20px;
  width: 10px;
  height: 10px;
  background-color: green;
  margin-left: -5px; }

#restoran-map .react-draggable {
  text-align: center;
  display: flex !important; }

.reserve__popup form fieldset .popup-body .search-result div .result__item span.time-reservation {
  padding: 5px 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap; }

.reserve__popup form fieldset .popup-body .search-input-group {
  width: 100%;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.reserve__popup form fieldset .popup-body .search-input-group .search-row {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  width: 100%; }

.search-eye {
  margin: 0 5px 0 0; }

.search-eye svg {
  fill: #D7D7D7; }

.reserve__popup form fieldset .popup-body .search-input-group .search-customer {
  margin: 0; }

.reserve__popup form fieldset .popup-body .search-input-group button {
  background: inherit;
  padding-left: 5px;
  padding-right: 5px; }

.reserve__popup form fieldset .popup-body .search-input-group button.clear {
  position: absolute;
  right: 52px; }

.reserve__popup form fieldset .popup-body .search-input-group button.hide__result {
  position: absolute;
  right: 21px; }

.reserve__popup form fieldset .popup-body .search-input-group button svg {
  fill: #D7D7D7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.reserve__popup form fieldset .popup-body .search-input-group button.rotate svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

main.noScroll {
  overflow: hidden !important; }

.shadow {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s; }

.shadow.act {
  content: '';
  background-color: rgba(31, 31, 31, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s; }

.shadow.act.blur {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.3s; }

.loading {
  display: flex;
  width: 100px;
  height: 100px;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 50%;
  margin: -50px 0 0 -50px;
  left: 50%; }

.reserv-footer__wrapp .swipeArrow.no-act {
  display: none; }

.reserv-footer__wrapp .reserve__popup .swipeArrow {
  display: none; }

.reserv-footer__wrapp .reserve__popup.act .swipeArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  padding: 5px;
  height: 20px;
  width: 30px;
  z-index: 8;
  transform: rotate(180deg);
  transition: all 0.3s; }

.reserv-footer__wrapp.big {
  position: relative;
  z-index: 6;
  transition: all 0.3s; }
  .reserv-footer__wrapp.big .reserve__popup.act {
    height: calc(100vh - 25px);
    bottom: 0;
    transition: all 0.3s; }

.reserv-footer__wrapp.big .reserve__popup form {
  height: calc(100vh - 25px);
  transition: all 0.3s; }

.reserv-footer__wrapp.big .btn-group {
  display: none; }

.reserv-footer__wrapp.big form .popup-body {
  height: calc(100vh - 25px);
  transition: all 0.3s; }

.reserv-footer__wrapp.big form .popup-body > .label__slide {
  display: none; }

.reserv-footer__wrapp.big .reserve__popup form fieldset .popup-body .search {
  height: 100%;
  transition: all 0.3s; }

.reserv-footer__wrapp.big .reserve__popup form fieldset .popup-body .search-result div .result__list {
  max-height: 65vh;
  transition: all 0.3s; }

.delete__popup.app_popup .description {
  font-weight: 600; }

.delete__popup.app_popup .description b {
  color: #E0AA3E; }

.delete__popup.app_popup button.skip-btn {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  border-radius: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #FFFFFF;
  padding: 9px 0;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline; }

.delete__popup.app_installed {
  display: flex;
  align-items: center; }

.menuDetail__header,
.menu__header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: transparent;
  border-bottom: 1px solid rgba(148, 148, 148, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  z-index: 4; }
  .menuDetail__header h1,
  .menu__header h1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    max-width: 180px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .menuDetail__header a,
  .menu__header a {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.3s; }
    .menuDetail__header a svg,
    .menu__header a svg {
      fill: #ffffff;
      transition: all 0.3s; }
  .menuDetail__header a:focus,
  .menuDetail__header a:hover,
  .menu__header a:focus,
  .menu__header a:hover {
    transition: all 0.3s; }
    .menuDetail__header a:focus svg,
    .menuDetail__header a:hover svg,
    .menu__header a:focus svg,
    .menu__header a:hover svg {
      fill: #E0AA3E;
      transition: all 0.3s; }
  .menuDetail__header nav,
  .menu__header nav {
    width: 100%;
    height: 100%; }
    .menuDetail__header nav ul,
    .menu__header nav ul {
      width: 100%;
      height: 100%;
      overflow: auto;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      padding-left: 10px;
      padding-right: 10px; }
    .menuDetail__header nav li,
    .menu__header nav li {
      display: inline-block;
      padding-top: 13px;
      padding-bottom: 7px;
      padding-left: 7px;
      padding-right: 7px;
      border-bottom: 2px solid transparent;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #D7D7D7 !important;
      transition: all 0.3s;
      z-index: 2;
      text-decoration: none; }
      .menuDetail__header nav li a,
      .menu__header nav li a {
        color: #D7D7D7 !important;
        white-space: nowrap;
        transition: all 0.3s;
        text-decoration: none; }
    .menuDetail__header nav li:hover,
    .menuDetail__header nav li.act,
    .menu__header nav li:hover,
    .menu__header nav li.act {
      color: #E0AA3E !important;
      border-bottom: 2px solid #E0AA3E;
      transition: all 0.3s;
      text-decoration: none; }
      .menuDetail__header nav li:hover a,
      .menuDetail__header nav li.act a,
      .menu__header nav li:hover a,
      .menu__header nav li.act a {
        color: #E0AA3E !important;
        transition: all 0.3s;
        text-decoration: none; }
  .menuDetail__header div,
  .menu__header div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px; }

.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  padding-top: 86px;
  background: url(../img/datailBG.png); }
  .menu .menu__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: calc(100vh - 86px);
    padding-bottom: 80px;
    overflow: auto; }
    .menu .menu__list .menu__item {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      min-height: 120px;
      margin-top: 6px;
      margin-bottom: 6px;
      border-top: 1px solid #646265;
      border-bottom: 1px solid #646265; }
      .menu .menu__list .menu__item .backgroundPhoto {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        .menu .menu__list .menu__item .backgroundPhoto img {
          width: 100%;
          object-fit: cover;
          object-position: center; }
      .menu .menu__list .menu__item .backgroundPhoto::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); }
      .menu .menu__list .menu__item .menu__title {
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 33px;
        color: #FFFFFF;
        background: url(../img/vippng.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 200px;
        padding: 4px 18px;
        text-align: center; }
      .menu .menu__list .menu__item button {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff; }
        .menu .menu__list .menu__item button svg {
          fill: #E0AA3E;
          transition: all 0.3s; }
      .menu .menu__list .menu__item button.edit {
        z-index: 3; }
      .menu .menu__list .menu__item button.edit.act {
        background: #E0AA3E; }
        .menu .menu__list .menu__item button.edit.act svg {
          fill: #ffffff;
          transition: all 0.3s; }
      .menu .menu__list .menu__item .edit__menu {
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 2;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s; }
        .menu .menu__list .menu__item .edit__menu button {
          top: 0px;
          right: 0px;
          transition: all 0.3s; }
      .menu .menu__list .menu__item .edit__menu.act {
        width: auto;
        right: 60px;
        transition: all 0.3s; }
        .menu .menu__list .menu__item .edit__menu.act button {
          top: auto;
          right: auto;
          position: relative;
          margin-left: 12px;
          transition: all 0.3s; }
  .menu .add__item {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 10px;
    margin-top: 6px;
    z-index: 3; }
    .menu .add__item button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #ffffff; }
  .menu .menuDetail__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: calc(100vh - 86px);
    padding-bottom: 80px;
    overflow: auto; }
    .menu .menuDetail__list .menuDetail__item {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: nowrap;
      width: 100%;
      min-height: 90px;
      margin-top: 6px;
      margin-bottom: 6px;
      padding-left: 4px;
      padding-right: 4px;
      border-top: 1px solid #646265;
      border-bottom: 1px solid #646265;
      background: rgba(51, 52, 54, 0.8);
      box-sizing: border-box;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
      .menu .menuDetail__list .menuDetail__item .item__img {
        min-width: 140px;
        max-width: 140px;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .menu .menuDetail__list .menuDetail__item .item__img img {
          width: 100%;
          max-width: 140px;
          height: auto; }
        .menu .menuDetail__list .menuDetail__item .item__img label {
          position: absolute;
          z-index: 3;
          left: 4px;
          top: 4px;
          width: 30px;
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .menu .menuDetail__list .menuDetail__item .item__img label span {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer; }
          .menu .menuDetail__list .menuDetail__item .item__img label input {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            border: 0;
            padding: 0;
            clip: rect(0 0 0 0);
            overflow: hidden; }
      .menu .menuDetail__list .menuDetail__item .item__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
        height: 100%;
        min-height: 80px;
        margin-left: 5px;
        padding-bottom: 2px; }
        .menu .menuDetail__list .menuDetail__item .item__content .menuDetail__title {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 20px;
          color: #FFFFFF;
          width: 100%;
          height: 100%; }
        .menu .menuDetail__list .menuDetail__item .item__content div {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          width: 100%; }
          .menu .menuDetail__list .menuDetail__item .item__content div .weight {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 19px;
            color: #E0AA3E; }
          .menu .menuDetail__list .menuDetail__item .item__content div .price {
            background: #333436;
            border: 1px solid #E0AA3E;
            box-sizing: border-box;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            border-radius: 10px;
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: nowrap;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 19px;
            color: #E0AA3E;
            width: fit-content;
            padding: 4px 10px; }

.menuDetail__header div {
  justify-content: space-between; }
  .menuDetail__header div button {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center; }

.more {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10px;
  margin-top: 6px;
  z-index: 8;
  transition: all 0.3s; }
  .more .more__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.3s; }
    .more .more__btn span {
      display: none;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      color: #FF0000; }
  .more .more__menu {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    background: transparent;
    pointer-events: none;
    border-radius: 15px;
    overflow: hidden; }
    .more .more__menu button {
      background: transparent;
      background: #FFFFFF;
      padding: 10px 14px;
      border-bottom: 1px solid #ADABAB;
      width: 100%;
      transition: all 0.3s; }
      .more .more__menu button span {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        text-align: center;
        letter-spacing: 0.001em;
        transition: all 0.3s;
        white-space: pre-wrap; }
    .more .more__menu button:last-child {
      border-bottom: none; }
    .more .more__menu button.act {
      z-index: 2;
      background: #E0AA3E;
      box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-bottom: none; }
      .more .more__menu button.act span {
        font-weight: normal;
        color: #FFFFFF; }

.more.act .more__btn {
  width: calc(100vw - 16px);
  height: 50px;
  border-radius: 15px; }
  .more.act .more__btn span {
    display: block; }
  .more.act .more__btn svg {
    display: none; }
.more.act .more__menu {
  bottom: 100%;
  margin-bottom: 10px;
  display: flex;
  visibility: visible;
  opacity: 1;
  width: calc(100vw - 16px);
  max-width: 100vw;
  height: auto;
  transition: all 0.3s;
  pointer-events: visible; }
.more.act .more__menu:last-child::after {
  visibility: visible;
  opacity: 1; }

.popup {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #333436;
  border-radius: 20px;
  width: 90vw;
  position: relative;
  padding: 16px 35px;
  overflow: auto;
  max-height: 90vh; }
  .popup .popup__head {
    width: 100%; }
    .popup .popup__head h2 {
      font-style: normal;
      font-weight: 900;
      font-size: 18px;
      line-height: 21px;
      color: #FFFFFF;
      text-align: center;
      width: 100%;
      margin-bottom: 16px; }
    .popup .popup__head .close {
      position: absolute;
      right: 12px;
      top: 11px;
      cursor: pointer; }
    .popup .popup__head .banner {
      position: relative; }
      .popup .popup__head .banner img {
        width: 100%; }
      .popup .popup__head .banner button {
        background: #ffffff;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 3;
        right: 28px;
        bottom: -17px; }
      .popup .popup__head .banner a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        position: absolute;
        z-index: 3;
        top: 30px;
        left: 15px; }
        .popup .popup__head .banner a svg {
          fill: #E0AA3E; }
  .popup .popup__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; }
    .popup .popup__body form {
      width: 100%;
      min-width: 200px; }
      .popup .popup__body form fieldset {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
        min-width: 200px;
        overflow: hidden;
        padding-top: 24px; }
        .popup .popup__body form fieldset .description {
          color: #D7D7D7;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          padding-left: 25px; }
        .popup .popup__body form fieldset label {
          position: relative;
          display: flex;
          flex-direction: column;
          margin-bottom: 22px; }
          .popup .popup__body form fieldset label select {
            background: #333436;
            box-sizing: border-box;
            border: 1px solid #949494;
            padding: 0 20px;
            white-space: nowrap;
            min-height: 40px;
            border-radius: 15px;
            color: #D7D7D7;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px; }
          .popup .popup__body form fieldset label input {
            background: #333436;
            box-sizing: border-box;
            border: 1px solid #949494;
            color: #D7D7D7;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            padding: 0 25px;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 40px;
            border-radius: 15px;
            min-width: 200px; }
          .popup .popup__body form fieldset label .placeholder {
            pointer-events: none;
            display: flex;
            flex-direction: row;
            align-items: center;
            position: absolute;
            top: 8px;
            left: 25px;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            transition: all 0.3s;
            color: #D7D7D7; }
          .popup .popup__body form fieldset label input:focus ~ .placeholder, .popup .popup__body form fieldset label input:not(:placeholder-shown) ~ .placeholder, .popup .popup__body form fieldset label input:-webkit-autofill ~ .placeholder {
            top: -22px;
            color: #E0AA3E;
            transition: all 0.3s; }
          .popup .popup__body form fieldset label input:focus, .popup .popup__body form fieldset label input:hover {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
        .popup .popup__body form fieldset .rule__box {
          background: #333436;
          box-sizing: border-box;
          border: 1px solid #949494;
          color: #D7D7D7;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          white-space: nowrap;
          text-overflow: ellipsis;
          min-height: 40px;
          border-radius: 15px;
          min-width: 200px;
          padding: 0;
          margin-bottom: 22px; }
          .popup .popup__body form fieldset .rule__box .toggle__button {
            cursor: pointer;
            display: flex;
            align-items: center;
            flex-direction: row;
            justify-content: space-between;
            padding: 10px 25px; }
            .popup .popup__body form fieldset .rule__box .toggle__button svg {
              fill: #D7D7D7; }
          .popup .popup__body form fieldset .rule__box .rule__list {
            padding: 10px 25px; }
            .popup .popup__body form fieldset .rule__box .rule__list li label {
              margin-bottom: 16px; }
              .popup .popup__body form fieldset .rule__box .rule__list li label span {
                padding-top: 2px;
                line-height: 16px; }
            .popup .popup__body form fieldset .rule__box .rule__list li svg {
              position: absolute;
              right: 0;
              top: 25%;
              transform: translateY(-50%);
              fill: #E0AA3E; }
            .popup .popup__body form fieldset .rule__box .rule__list li ul {
              padding-left: 20px; }
              .popup .popup__body form fieldset .rule__box .rule__list li ul li label {
                margin-bottom: 7px; }
              .popup .popup__body form fieldset .rule__box .rule__list li ul li .checkbox__label .custom-checkbox::after {
                background: url(../img/icon/tickWhite.svg); }
        .popup .popup__body form fieldset .rule__box.act {
          border: 1px solid #E0AA3E; }
          .popup .popup__body form fieldset .rule__box.act .toggle__button {
            color: #E0AA3E; }
            .popup .popup__body form fieldset .rule__box.act .toggle__button svg {
              fill: #E0AA3E; }
        .popup .popup__body form fieldset button {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          background: #E0AA3E;
          padding: 0 25px;
          border: 1px solid #E0AA3E;
          min-height: 40px;
          border-radius: 20px;
          margin-bottom: 20px;
          transition: all 0.3s; }
          .popup .popup__body form fieldset button span {
            color: #ffffff;
            font-style: normal;
            font-weight: 900;
            font-size: 16px;
            line-height: 18px; }
        .popup .popup__body form fieldset button:focus,
        .popup .popup__body form fieldset button:hover {
          background: transparent;
          transition: all 0.3s;
          font-weight: 900; }
          .popup .popup__body form fieldset button:focus span,
          .popup .popup__body form fieldset button:hover span {
            color: #E0AA3E; }
        .popup .popup__body form fieldset .toggle__btn {
          background: transparent;
          border: 1px solid #949494;
          justify-content: flex-start;
          align-items: center;
          border-radius: 15px; }
          .popup .popup__body form fieldset .toggle__btn span {
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            color: #D7D7D7;
            transition: all 0.3s; }
        .popup .popup__body form fieldset .toggle__btn:hover,
        .popup .popup__body form fieldset .toggle__btn:focus {
          border: 1px solid #E0AA3E;
          background: transparent; }
          .popup .popup__body form fieldset .toggle__btn:hover span,
          .popup .popup__body form fieldset .toggle__btn:focus span {
            color: #E0AA3E;
            transition: all 0.3s; }
        .popup .popup__body form fieldset .type__slide {
          display: flex;
          flex-direction: row;
          align-items: center;
          padding-top: 0;
          padding-bottom: 8px;
          margin-bottom: 12px;
          overflow-x: auto;
          margin-right: 0;
          z-index: 2; }
          .popup .popup__body form fieldset .type__slide :first-child {
            margin-left: 0; }
          .popup .popup__body form fieldset .type__slide :last-child {
            margin-right: 0; }
          .popup .popup__body form fieldset .type__slide button, .popup .popup__body form fieldset .type__slide label {
            margin: 0 6px;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 18px;
            padding: 10px 10px;
            color: #D7D7D7;
            background: transparent;
            border: 1px solid #D7D7D7;
            box-sizing: border-box;
            border-radius: 15px;
            display: flex;
            flex-direction: row;
            align-items: center;
            transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide button span, .popup .popup__body form fieldset .type__slide label span {
              white-space: nowrap;
              padding: 0 10px; }
            .popup .popup__body form fieldset .type__slide button input, .popup .popup__body form fieldset .type__slide label input {
              font-style: normal;
              font-weight: 300;
              font-size: 14px;
              line-height: 16px;
              color: #D7D7D7;
              background: inherit;
              padding: 0 10px;
              white-space: nowrap;
              text-overflow: ellipsis;
              background: inherit;
              padding: 0 5px; }
            .popup .popup__body form fieldset .type__slide button input::placeholder, .popup .popup__body form fieldset .type__slide label input::placeholder {
              color: #D7D7D7; }
            .popup .popup__body form fieldset .type__slide button svg, .popup .popup__body form fieldset .type__slide label svg {
              fill: #D7D7D7;
              transition: all 0.3s; }
          .popup .popup__body form fieldset .type__slide button.act, .popup .popup__body form fieldset .type__slide label.act,
          .popup .popup__body form fieldset .type__slide button.focus, .popup .popup__body form fieldset .type__slide label.focus,
          .popup .popup__body form fieldset .type__slide button:focus, .popup .popup__body form fieldset .type__slide label:focus,
          .popup .popup__body form fieldset .type__slide button:hover, .popup .popup__body form fieldset .type__slide label:hover {
            border: 1px solid #E0AA3E;
            color: #E0AA3E;
            transition: all 0.3s; }
            .popup .popup__body form fieldset .type__slide button.act svg, .popup .popup__body form fieldset .type__slide label.act svg,
            .popup .popup__body form fieldset .type__slide button.focus svg, .popup .popup__body form fieldset .type__slide label.focus svg,
            .popup .popup__body form fieldset .type__slide button:focus svg, .popup .popup__body form fieldset .type__slide label:focus svg,
            .popup .popup__body form fieldset .type__slide button:hover svg, .popup .popup__body form fieldset .type__slide label:hover svg {
              fill: #E0AA3E;
              transition: all 0.3s; }
        .popup .popup__body form fieldset .domain {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          border-radius: 15px;
          padding-left: 25px;
          padding-right: 25px;
          position: relative;
          border: 1px solid #949494;
          transition: all 0.3s; }
          .popup .popup__body form fieldset .domain input {
            background: #1F1F1F;
            box-sizing: border-box;
            border: none;
            color: #ffffff;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            padding: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 40px;
            border-radius: 0;
            min-width: 20px;
            width: 41vw; }
          .popup .popup__body form fieldset .domain input:nth-child(1) {
            order: 2;
            text-align: center; }
          .popup .popup__body form fieldset .domain input:nth-child(2) {
            width: 5ch;
            order: 1; }
          .popup .popup__body form fieldset .domain input:nth-child(3) {
            order: 3;
            width: 9ch;
            text-align: end; }
          .popup .popup__body form fieldset .domain input:focus, .popup .popup__body form fieldset .domain input:hover {
            border: none;
            color: #ffffff;
            transition: all 0.3s; }
          .popup .popup__body form fieldset .domain input:focus ~ input[readonly],
          .popup .popup__body form fieldset .domain input:hover ~ input[readonly] {
            border: none;
            color: #E0AA3E;
            transition: all 0.3s; }
        .popup .popup__body form fieldset .domain.act {
          border: 1px solid #E0AA3E;
          transition: all 0.3s; }
    .popup .popup__body .checkbox__label {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      cursor: pointer;
      position: relative; }
      .popup .popup__body .checkbox__label .input-checkbox {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        overflow: hidden; }
      .popup .popup__body .checkbox__label .custom-checkbox {
        width: 12px;
        position: relative;
        margin-right: 20px; }
      .popup .popup__body .checkbox__label .custom-checkbox::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border: 2px solid #ffffff;
        border-radius: 2px;
        transition: all 0.3s; }
      .popup .popup__body .checkbox__label .input-checkbox:focus ~ .custom-checkbox::before,
      .popup .popup__body .checkbox__label .input-checkbox:hover ~ .custom-checkbox::before {
        border: 2px solid #E0AA3E;
        transition: all 0.3s; }
      .popup .popup__body .checkbox__label .custom-checkbox::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background: url(../img/icon/tick.svg);
        opacity: 0;
        transition: all 0.3s; }
      .popup .popup__body .checkbox__label .input-checkbox:checked ~ .custom-checkbox::before {
        width: 12px;
        height: 12px;
        border: none;
        transition: all 0.3s; }
      .popup .popup__body .checkbox__label .input-checkbox:checked ~ .custom-checkbox::after {
        opacity: 1;
        transition: all 0.3s; }
      .popup .popup__body .checkbox__label .input-checkbox.error ~ .custom-checkbox::before {
        border: 1px solid #F2664F; }
      .popup .popup__body .checkbox__label .error {
        position: absolute;
        top: 100%;
        left: 0;
        bottom: -18px; }
      .popup .popup__body .checkbox__label .checkbox-text {
        text-align: start;
        margin-bottom: 0; }
    .popup .popup__body .checkbox-text,
    .popup .popup__body p {
      color: #D7D7D7;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 180%;
      text-align: center;
      margin-bottom: 6px; }
      .popup .popup__body .checkbox-text .text__link,
      .popup .popup__body p .text__link {
        color: #E0AA3E;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px; }
      .popup .popup__body .checkbox-text .text__link:hover,
      .popup .popup__body .checkbox-text .text__link:focus,
      .popup .popup__body p .text__link:hover,
      .popup .popup__body p .text__link:focus {
        text-decoration: underline; }
    .popup .popup__body .info__box {
      padding-top: 4px;
      padding-bottom: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      color: #d1d1d1; }
      .popup .popup__body .info__box p {
        color: #d1d1d1; }
      .popup .popup__body .info__box h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        color: #000000;
        text-align: center; }
      .popup .popup__body .info__box span {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #000000; }
    .popup .popup__body .btn-group {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      width: 100%; }
      .popup .popup__body .btn-group button,
      .popup .popup__body .btn-group a {
        background: #E7E7E7;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 8px 20px;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        width: 100%;
        margin-bottom: 12px; }

.popup.place__detail__edit {
  padding: 0;
  background: #ffffff; }
  .popup.place__detail__edit .popup__head .banner button {
    background: #FF0000;
    flex-direction: column;
    width: 55px;
    height: 55px; }
    .popup.place__detail__edit .popup__head .banner button span {
      color: #ffffff;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      text-align: center; }
    .popup.place__detail__edit .popup__head .banner button .date {
      font-size: 18px;
      line-height: 20px; }
  .popup.place__detail__edit .popup__head .banner .img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  .popup.place__detail__edit .popup__head .banner label {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: -19px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .popup.place__detail__edit .popup__head .banner label span {
      background: #E7E7E7;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
    .popup.place__detail__edit .popup__head .banner label input {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      border: 0;
      padding: 0;
      clip: rect(0 0 0 0);
      overflow: hidden; }
  .popup.place__detail__edit .popup__body {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 16px; }
    .popup.place__detail__edit .popup__body .info__box {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      padding-top: 20px; }
      .popup.place__detail__edit .popup__body .info__box .label {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center; }
        .popup.place__detail__edit .popup__body .info__box .label span {
          padding-right: 12px; }
        .popup.place__detail__edit .popup__body .info__box .label input::placeholder,
        .popup.place__detail__edit .popup__body .info__box .label input div,
        .popup.place__detail__edit .popup__body .info__box .label input {
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 18px;
          color: #000000;
          width: 100%;
          max-width: 100%;
          min-width: 60px;
          text-align: center; }
      .popup.place__detail__edit .popup__body .info__box .label.title input::placeholder,
      .popup.place__detail__edit .popup__body .info__box .label.title input div,
      .popup.place__detail__edit .popup__body .info__box .label.title input {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        text-align: center; }

header.preview.product {
  border-bottom: 0; }
  header.preview.product .preview__nav {
    background: #242527; }
    header.preview.product .preview__nav .place__info {
      padding-top: 30px; }
      header.preview.product .preview__nav .place__info .place__name {
        padding-bottom: 6px;
        padding-left: 20px;
        padding-right: 20px; }
    header.preview.product .preview__nav .info__box {
      background-image: url(../img/vippngW.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 31px;
      color: #101820;
      padding: 12px 24px; }
      header.preview.product .preview__nav .info__box input {
        background: transparent;
        min-width: 20px;
        width: 80px; }
  header.preview.product .preview__nav::before {
    display: none; }

.product__detail {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px 8px;
  padding-bottom: 80px;
  background: #242527; }
  .product__detail .description__label {
    position: relative;
    width: 100%; }
    .product__detail .description__label textarea {
      background: transparent;
      border: 1px solid #E0AA3E;
      box-sizing: border-box;
      border-radius: 11px;
      min-height: 70px;
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      color: #FFFFFF;
      padding: 12px; }
    .product__detail .description__label .placeholder {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      color: #FFFFFF;
      padding-bottom: 5px;
      padding-left: 20px;
      transition: all 0.3s; }
    .product__detail .description__label textarea:focus ~ .placeholder,
    .product__detail .description__label textarea:not(:placeholder-shown) ~ .placeholder,
    .product__detail .description__label textarea:-webkit-autofill ~ .placeholder {
      color: #E0AA3E;
      transition: all 0.3s; }
  .product__detail .add__option {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
    .product__detail .add__option .option__head {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 10px; }
      .product__detail .add__option .option__head .add__item {
        width: 28px;
        height: 28px;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center; }
      .product__detail .add__option .option__head .title {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
        text-align: center;
        width: 100%; }
    .product__detail .add__option .add__list {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      width: 100%; }
      .product__detail .add__option .add__list .item {
        position: relative;
        padding-top: 18px;
        min-height: 42px;
        padding-left: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
        .product__detail .add__option .add__list .item .name {
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 25px;
          color: #FFFFFF; }
        .product__detail .add__option .add__list .item .slider {
          max-width: 140px;
          min-width: 140px;
          width: 100%;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center;
          position: relative; }
          .product__detail .add__option .add__list .item .slider .value {
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            color: #FFFFFF;
            text-align: center;
            position: absolute;
            top: -28px; }
          .product__detail .add__option .add__list .item .slider div {
            background-color: #E0AA3E !important;
            width: 100% !important;
            height: 4px !important;
            margin: auto;
            border-radius: 2px; }
            .product__detail .add__option .add__list .item .slider div div {
              border-radius: 50%;
              width: 20px !important;
              height: 20px !important; }
        .product__detail .add__option .add__list .item .remove {
          display: flex;
          align-items: center;
          justify-content: center;
          background: transparent;
          position: absolute;
          left: 0; }
  .product__detail .allergens {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    background: transparent;
    border: none;
    outline: none; }
    .product__detail .allergens span {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      color: #FFFFFF;
      padding-right: 4px;
      padding-bottom: 10px; }
    .product__detail .allergens .allergens__list {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap;
      width: 100%;
      overflow-x: auto;
      padding-bottom: 10px; }
      .product__detail .allergens .allergens__list .allergen__item {
        padding-left: 4px;
        padding-right: 4px;
        min-width: 28px;
        background: transparent;
        border: none;
        outline: none; }
    .product__detail .allergens .add__item {
      width: 20px;
      height: 20px;
      background: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 28px;
      min-height: 28px;
      margin-left: 10px;
      margin-bottom: 8px; }

.popup.allergens__popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  max-height: 100vh;
  bottom: -100vh;
  left: 0;
  right: 0;
  z-index: 8;
  transition: all 0.3s;
  padding: 0; }
  .popup.allergens__popup .popup__head {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 56px; }
    .popup.allergens__popup .popup__head h2 {
      margin-bottom: 0; }
    .popup.allergens__popup .popup__head .close {
      top: 50%;
      transform: translateY(-50%);
      left: 0px;
      right: auto;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px; }
      .popup.allergens__popup .popup__head .close svg {
        fill: #E0AA3E; }
  .popup.allergens__popup .popup__body {
    position: absolute;
    height: calc(100vh - 56px);
    margin-top: 56px;
    width: 100vw;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: url(../img/datailBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .popup.allergens__popup .popup__body .allergens__list {
      width: 100vw;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      padding-left: 12px;
      padding-right: 12px;
      border-bottom: 1px solid #646265;
      padding-bottom: 4px;
      padding-top: 4px; }
      .popup.allergens__popup .popup__body .allergens__list .allergen__item {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding-left: 36px;
        padding-right: 6px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 2px;
        margin-top: 2px;
        background: rgba(51, 52, 54, 0.8);
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px; }
        .popup.allergens__popup .popup__body .allergens__list .allergen__item .icon {
          position: absolute;
          left: 6px;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          max-width: 20px; }
          .popup.allergens__popup .popup__body .allergens__list .allergen__item .icon img {
            width: 20px;
            max-width: 20px; }
        .popup.allergens__popup .popup__body .allergens__list .allergen__item span {
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 18px;
          color: #FFFFFF; }
    .popup.allergens__popup .popup__body .allergens__list:last-child {
      border-bottom: 0; }

.popup.allergens__popup.act {
  bottom: 0px; }

.reserve__popup form fieldset .popup-body .search-result__list .item.act button.arrow svg {
  display: none; }

.reserve__popup form fieldset .popup-body .search-result__list .item.disable {
  opacity: 0.5; }

.reserv-footer__wrapp .reserve__popup .swipeArrowWrap {
  display: flex;
  position: absolute;
  top: 0;
  height: 30px;
  width: 100%;
  left: 0;
  z-index: 15; }

.reserv-footer__wrapp.big.new .reserve__popup.act .swipeArrowWrap {
  display: flex;
  position: absolute;
  top: 0;
  height: 45px;
  width: 100%;
  left: 0;
  z-index: 15; }

.facebook-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: transparent;
  color: #E0AA3E;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 25px;
  min-height: 40px;
  border-radius: 30px !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  transition: all 0.3s;
  cursor: pointer;
  color: #ffffff; }

.border-no {
  border: 0 !important; }

.border-round-10 {
  border: 1px solid #D7D7D7;
  border-radius: 10px; }

.info__box {
  color: #d1d1d1; }

/* button със закръглени ръбове и картинка  */
.clubinno_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: 0;
  z-index: 2; }
  .clubinno_button button, .clubinno_button label, .clubinno_button div.btn {
    margin-top: 6px;
    padding: 2px;
    margin: 0 3px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #D7D7D7;
    background: #333436;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.3s;
    width: 100%; }
    .clubinno_button button span, .clubinno_button label span, .clubinno_button div.btn span {
      white-space: nowrap;
      padding: 0 5px;
      padding-left: 10px; }
    .clubinno_button button input, .clubinno_button label input, .clubinno_button div.btn input {
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 16px;
      color: #D7D7D7;
      background: inherit;
      padding: 0 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
      background: inherit;
      padding: 0 5px; }
    .clubinno_button button input[type="tel"], .clubinno_button label input[type="tel"], .clubinno_button div.btn input[type="tel"] {
      max-width: 90px;
      margin: 0 5px; }
    .clubinno_button button input::placeholder, .clubinno_button label input::placeholder, .clubinno_button div.btn input::placeholder {
      color: #D7D7D7; }
    .clubinno_button button svg, .clubinno_button label svg, .clubinno_button div.btn svg {
      fill: #D7D7D7;
      transition: all 0.3s; }
    .clubinno_button button svg.green, .clubinno_button label svg.green, .clubinno_button div.btn svg.green {
      fill: #19A802;
      color: #ffffff; }
  .clubinno_button button.focus, .clubinno_button label.focus,
  .clubinno_button button:focus, .clubinno_button label:focus,
  .clubinno_button button:hover, .clubinno_button label:hover {
    border: 1px solid #E0AA3E;
    color: #E0AA3E;
    transition: all 0.3s; }
    .clubinno_button button.focus svg, .clubinno_button label.focus svg,
    .clubinno_button button:focus svg, .clubinno_button label:focus svg,
    .clubinno_button button:hover svg, .clubinno_button label:hover svg {
      fill: #E0AA3E;
      transition: all 0.3s; }
  .clubinno_button .enabled {
    color: #E0AA3E !important; }
    .clubinno_button .enabled svg {
      fill: #E0AA3E !important; }
  .clubinno_button .phone-btn-icon {
    background: #0e9b0a;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: -2px; }

.text-red {
  color: #FF0000 !important; }

.bgr-red {
  background-color: #FF0000 !important; }

.text-green {
  color: #0e9b0a !important; }

.bgr-green {
  background-color: #0e9b0a !important; }

.reservation-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px; }
  .reservation-modal-header .tab-label {
    flex: 1;
    text-align: center;
    padding: 5px; }
  .reservation-modal-header .tab-label.active {
    border-bottom: 4px solid #333436;
    font-weight: 600; }
  .reservation-modal-header .close-left, .reservation-modal-header .close-right {
    flex: none;
    width: 40px; }

/*# sourceMappingURL=style.css.map */
