.restan-mobile-loading {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	opacity: 0.5;
	background: none repeat scroll 0 0 #ffffff;
	z-index: 9999;
}

.restan-mobile-loading-inner {
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	position: absolute;
	margin-top: -30px;
	margin-left: -30px;
	background-image: url(../image/img/preloader.gif);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}

#restan-mobile:has(> .restan-mobile-loading) {
  overflow: hidden;
}

.restan-mobile-form-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.6);
  z-index: 9999;
}

.restan-mobile-form-modal .form-modal-body {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin: auto 20px;
  width: 100%;
}

#restan-mobile:has(> .restan-mobile-form-modal) {
  overflow: hidden;
}

@media (prefers-color-scheme: dark) {
  .restan-mobile-form-modal .form-modal-body {
    background-color: #1a1a1a;
    color: #ffffff;
  }
}
.form-modal-body.restan-mobile-message {
  margin: 100px 20px auto 20px;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.form-modal-body.restan-mobile-message-error {
  background-color: #bd081c;
  color: #ffffff;
}

.form-modal-body.restan-mobile-message-success {
  background-color: #00cc00;
  color: #ffffff;
}


.form-modal-body.restan-mobile-message-warning {
  background-color: #d95a00;
  color: #ffffff;
}


.restan-mobile-message .message-title {
  padding: 5px 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

.restan-mobile-message .message-body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  margin-bottom: 20px;
  text-align: justify;
}

.restan-mobile-message .message-button {
  display: inline-block;
  text-align: right;
  /*width: 100%;*/
}

.restan-mobile-message .message-button button {
  /*width: 111px;*/
  margin: 0;
}

.restan-mobile-message .message-button:last-child {
  padding-left: 10px;
  float: right;
}

.restan-mobile-message .message-button:first-child {
  padding-left: 0px !important;
  float: none !important;
}

.restan-mobile-message .message-button:first-child:last-child {
  width: 100%;
}

.restan-mobile-message .message-button.cancel {
  text-align: left;
}

.restan-mobile-message .message-button.cancel button {
  border: none;
  background: none;
  color: #363636;
}


@media (prefers-color-scheme: dark) {
  .restan-mobile-message .message-button.cancel button {
    color: #ffffff;
  }
}
div.restan-mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  background-color: #bd081c;
}

.restan-mobile-header .restan-mobile-header-summa,
.restan-mobile-header .restan-mobile-header-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.restan-mobile-header .restan-mobile-header-avatar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  max-width: 45px;
  max-height: 45px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  border: 2px solid hsla(0,0%,100%,.39);
  vertical-align: middle;
  -webkit-transition: all .1s;
  transition: all .1s;
  padding-left: 0px;
}

.restan-mobile-header .restan-mobile-header-summa {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
/*/*  padding-right: 5px;*/
}

.restan-mobile-header .restan-mobile-header-summa img {
  height: 25px;
}

.restan-mobile-header .restan-mobile-header-backward {
  min-width: 17px;
}

.restan-mobile-header > *,
.restan-mobile-header .restan-mobile-header-summa > *,
.restan-mobile-header .restan-mobile-header-avatar > *  {
  -ms-flex-item-align: center;
      align-self: center;
}

.restan-mobile-header > * {
  padding-left: 10px;
}

.restan-mobile-header > *:first-child {
  padding-left: 0px;
}

.restan-mobile-header .restan-mobile-header-title p {
  font-weight: 500;
  height: 17px;
}

.restan-mobile-header .restan-mobile-header-title span {
  font-size: 12px;
  height: 14px;
}

.restan-mobile-header .restan-mobile-header-title p,
.restan-mobile-header .restan-mobile-header-title span {
/*  white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.restan-mobile-header .restan-mobile-header-title {
/*/*  padding-left: 16.5px;
  padding-right: 5px;*/
}

.restan-mobile-header .restan-mobile-summa {
/*/*  padding-left: 6px;
  padding-right: 0;*/
  white-space: nowrap;
  font-weight: 500;
}

.restan-mobile-header .restan-mobile-summa svg {
  height: 11px;
}

.restan-mobile-header .restan-mobile-summa svg path {
  fill: #ffffff;
}

.restan-mobile-image-container {
  height: 170px;
  max-height: 170px;
  min-height: 170px;
  position:relative;
  overflow: hidden;
  color: #ffffff;
}

.restan-mobile-image-container img {
  width: 100%;
}

.restan-mobile-image-container .restan-mobile-image-container-text {
  top: 0;
  left: 0;
  position:absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(54, 54, 54, 0.6);
}

.restan-mobile-image-container .restan-mobile-image-container-text > div {
  height: 170px;
}

.restan-mobile-image-container .restan-mobile-image-container-text p {
  margin-bottom: 6px;
}

.restan-mobile-image-container .restan-mobile-image-container-text p:last-child {
  margin-bottom: 0;
}

.restan-mobile-image-container .restan-mobile-image-container-text .text-tooltip {
  opacity: 0.8;
}

.restan-mobile-image-container .restan-mobile-image-container-text h1 {
  margin-top: 0;
}






.restaurant-info .restaurant-name {
  font-size: 30px;
  font-weight: 900;
}

.restan-mobile-carousel ul.carousel-container {
  min-height: 75px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.restan-mobile-carousel ul.carousel-container li {
  width: 58px;
  margin: 15px 4px 5px 4px;
  list-style-type: none;
}

.restan-mobile-carousel ul.carousel-container li:first-child {
  margin-left: 0;
}

.restan-mobile-carousel ul.carousel-container li:last-child {
  margin-right: 0;
}

.restan-mobile-carousel .carousel-item {
  height: 40px;
  padding: 3px 0 5px 0;
  border-radius: 6px;
  background-color: #f1f1f1;
  text-align: center;
  font-weight: bold;
  line-height: 1.43;
}

.restan-mobile-carousel .carousel-item.active {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

@media (prefers-color-scheme: dark) {
  .restan-mobile-carousel .carousel-item {
    background-color: #2f2f2f;
  }

  .restan-mobile-carousel .carousel-item.active {
    background-color: #646464;
  }
}

.restan-mobile-carousel .carousel-item .carousel-item-title {
  font-weight: bold;
  line-height: 1.43;
}

.restan-mobile-carousel .carousel-item .carousel-item-description {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
}

.restan-mobile-carousel .text-tooltip {
  opacity: 0.5;
  margin-top: 5px;
}

.restan-mobile-carousel.loading {
  pointer-events: none;
  opacity: 0.7;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
  border-radius: 6px;
  border: solid 2px #d7d7d7;
  overflow: hidden;
}

.input-group-prepend .btn div {
  margin-top: -7px;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 36px;
  border: none;
  background-color: #ffffff;
  padding: 0;
}

.input-group .btn:disabled {
  opacity: 0.3;
}

.input-group input {
  border: none;
  border-radius: 0;
  background-color: #f1f1f1;
  width: 50px;
  height: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 1.43;
  margin: 0;
  padding: 0;
}

.input-group input::-webkit-outer-spin-button,
.input-group input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

.input-group input[type='number'] {
  -moz-appearance: textfield;
}

.input-group-append .btn:disabled img,
.input-group-prepend .btn:disabled img {
  opacity: 0.3;
}

.input-group-append .btn svg, .input-group-prepend .btn svg {
  fill: #000;
}

@media (prefers-color-scheme: dark) {
  .input-group {
    border: none;
  }

  .input-group-append .btn, .input-group-prepend .btn {
    background-color: #2f2f2f;
  }

  .input-group-append .btn:disabled, .input-group-prepend .btn:disabled {
    opacity: 1;
  }

  .input-group input { 
    background-color: #2f2f2f;
    color: white;
  }

  .input-group-append .btn svg, .input-group-prepend .btn svg {
    fill: #ffffff;
  }

  .input-group-append .btn:disabled svg, .input-group-prepend .btn:disabled svg {
    fill: #a0a0a0;
  }
}

button.restan-mobile-button {
  border: none;
  border-radius: 6px;
  background-color: #bd081c;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  font-size: 14px;
}

button.restan-mobile-button:disabled {
  background-color: #d7d7d7;
}

.restan-mobile-calendar {
  padding-top: 20px;
  text-align: center;
}

.restan-mobile-calendar h3 {
  margin: 0;
}

.restan-mobile-calendar .input-group {
  width: 154px;
  margin: auto;
  margin-top: 10px;
}

@media (prefers-color-scheme: dark) {
  .restan-mobile-calendar .input-group {
    width: 150px;
  }
}

.restan-mobile-calendar .reservation-time-list {
  margin-bottom: 5px;
}

.restan-mobile-calendar .reservation-time-list .carousel-item .carousel-item-title {
  margin-top: 6.5px;
}

.image-default {
  opacity: 0.1;
}

.image-object img {
  width: 100%;
}

.restan-mobile-deposit-info {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 11px;
}

.restan-mobile-deposit-info p {
  text-align: center;
}

.restan-mobile-deposit-info p .link {
  color: #0077cc;
}

.restan-mobile-deposit-info p img {
  vertical-align: middle;
  margin-bottom: 2px;
}

.restan-mobile-deposit-info p img.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.restan-mobile-deposit-color {
  padding-top: 5px;
  text-align: center;
}

.restan-mobile-deposit-color div.color-text,
.restan-mobile-deposit-color div.color-text div {
  vertical-align: middle;
}

.restan-mobile-deposit-color-item,
.restan-mobile-deposit-color div.color-text div {
  display: inline-block;
}

.restan-mobile-deposit-color-item {
  vertical-align: top;
  margin-left: 5px;
  text-align: left;
}

.restan-mobile-deposit-color div.color-text {
  margin-top: 5px;
}

.restan-mobile-deposit-color div.color {
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #ffffff;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
	width: 20px;
	height: 20px;
	/*margin-left: -11px;
	margin-top: -11px;*/
}

.restaurant-hall-scheme {
  /*position: relative;
  overflow: hidden;*/
  margin-top: 10px;
}

.restaurant-hall-scheme .restaurant-hall-sheme-image {
  position: relative;
  margin: 11px 20px 0 20px;;
/*  overflow-y: auto;*/
}

.restaurant-hall-scheme .restaurant-hall-sheme-button {
	/*position: absolute;
  width: 100%;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
}

.restaurant-hall-sheme-image .restaurant-hall-scheme-table-group div {
	position: absolute;
  border-radius: 50%;
  border: solid 1px #ffffff;
  background-color: #37d732;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	margin-top: -11px;
  z-index: 999;
}

.restaurant-hall-sheme-image .restaurant-hall-scheme-table-group p {
  padding-top: 4px;
}

.restaurant-hall-sheme-image .restaurant-hall-scheme-table-group div.disabled {
	background-color: #363636;
  cursor: text;
}

.restaurant-hall-sheme-image .restaurant-hall-scheme-table-group div.active {
	background-color: #bd081c;
}

.restan-mobile-message-hall .restan-mobile-button {
  padding: 10px;
  font-weight: 100;
  font-size: 20px;
}

.restan-mobile-page-halls {
  padding-top: 9px;
}

.restan-mobile-form-modal .restan-mobile-modal-calendar {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.restan-mobile-page-halls-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  min-width: 100%;
  border-bottom: solid 1px #e7e7e7;
}

.restan-mobile-page-halls-list ul.inactive {
  border: none;
}

.restan-mobile-page-halls-list ul li {
  padding: 3px 20px 8px 20px;
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.restan-mobile-page-halls-list ul li.active {
  border-bottom: solid 3px #bd081c;
}

.restan-mobile-form-modal .restan-mobile-modal-button{
  margin: auto 20px auto 20px;
  text-align: center;
}

.restan-mobile-form-modal .restan-mobile-modal-button button{
  padding: 20px;
}

.restan-mobile-row {
  padding: 11px 0 12px 0;
  border-bottom: solid 1px #e7e7e7;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 44px;
}

.restan-mobile-row .restan-mobile-row-title {
  min-width: 96px;
  max-width: 96px;
  line-height: 1.43;
  text-align: right;
}

.restan-mobile-row .restan-mobile-row-value {
  padding-left: 36px;
  font-weight: 500;
  line-height: 1.43;
}

.restan-mobile-row:first-child {
  border-top: solid 1px #e7e7e7;
}

.restan-mobile-row:last-child {
  border-bottom: none;
}

.restan-mobile-summa {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
}

.restan-mobile-summa svg {
  height: 10px;
  color: #363636;
}

.restan-mobile-summa .restan-mobile-summa-ruble {
  display: inline-block;
  padding-left: 5px;
}

.restan-mobile-order-dish h3 {
  text-align: center;
}

.restan-mobile-order-dish {
  padding: 22px;
}

.restan-mobile-order-dish .restan-mobile-row:last-child {
  border-bottom: solid 1px #e7e7e7;
}

.restan-mobile-order-dish .restan-mobile-order-dish-list {
  margin-top: 17px;
  margin-bottom: 25px;
}

.restan-mobile-order-dish .restan-mobile-row-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: auto;
  max-width: 100%;
}

.restan-mobile-order-dish .restan-mobile-row-title,
.restan-mobile-order-dish .restan-mobile-row-title .restan-mobile-summa {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
}

.restan-mobile-order-dish .restan-mobile-row-value {
  min-width: 74px;
  max-width: 74px;
  padding-left: 0;
  text-align: right;
}

.restan-mobile-button-link {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.08;
  color: #bd081c;
}

.restan-mobile-button-link img{
  margin: 0 6px;
}

.form-group {
  padding: 10px 0;
}

.form-group label {
  width: 100%;
  display: block;
  padding: 0 2px 7px 0;
  opacity: 0.5;
}

.form-group input {
  width: 100%;
  padding: 10px 5px;
  border-radius: 6px;
  border: solid 1px rgba(54, 54, 54, 0.2);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  text-align: center;
  color: #363636;
}

.form-group input[type="checkbox"] {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.form-group input[type="checkbox"] + label {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.form-group a {
  color: black;
  opacity: 1;
}


@media (prefers-color-scheme: dark) {
  .form-group a {
    color: white;
  }
}

.restan-mobile-page-reservation > .restan-mobile-row:first-child {
  border-top: none
}

.restan-mobile-page-reservation .reservation-menu {
  border-bottom: none;
  padding-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.restan-mobile-page-reservation .reservation-menu .light-button {
  border: solid 2px rgba(189, 8, 28, 0.41);
  line-height: 0.93;
  color: #bd081c;
  background: #ffffff;
  margin: 0;
}

.restan-mobile-page-reservation .restan-mobile-form-user {
  text-align: center;
  margin-top: 10px;
}

.restan-mobile-page-reservation .restan-mobile-form-user h3 {
  margin-bottom: 10px;
}

.restan-mobile-page-reservation .restan-mobile-form-user button {
  margin-top: 10px;
}

.restan-mobile-page-category-list {
  padding-left: 20px;
}

.restan-mobile-page-category-list .restan-mobile-row:first-child {
  border-top: none;
}

.restan-mobile-page-category-list .restan-mobile-row {
  padding: 12px 0 10px 0;
}

.restan-mobile-page-category-list .restan-mobile-row .restan-mobile-row-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 18px;
}

.restan-mobile-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.restan-mobile-control .restan-mobile-summa {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

.restan-mobile-page-dish-list.flex-column-grow {
  width: 100%;
}

.restan-mobile-page-dish-list .dish-list {
  display: table;
}

.restan-mobile-page-dish-list .restan-mobile-row {
  padding: 14px 20px 18px 20px;
}

.restan-mobile-page-dish-list .restan-mobile-row .restan-mobile-row-value {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.restan-mobile-page-dish-list .restan-mobile-row .restan-mobile-row-value .image-object {
  -ms-flex-preferred-size: 95px;
      flex-basis: 95px;
  min-width: 95px;
  width: 95px;
  margin-top: 4px;
}

.restan-mobile-page-dish-list .restan-mobile-row .dish-item-info {
  padding-left: 15px;
}

.restan-mobile-page-dish-list .dish-item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  margin-bottom: 5px;
}

.restan-mobile-page-dish-list .dish-item-description {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
}

.restan-mobile-page-dish-list .restan-mobile-control-button {
  width: 111px;
  min-width: 111px;
  max-width: 111px;
}

.restan-mobile-page-dish-list .restan-mobile-control-button button.restan-mobile-button {
  border: solid 2px rgba(189, 8, 28, 0.41);
  line-height: 0.93;
  color: #bd081c;
  background: #ffffff;
}

.restan-mobile-page-dish-list .restan-mobile-control-button .input-group .btn,
.restan-mobile-page-dish-list .restan-mobile-control-button .input-group input {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
}

.restan-mobile-page-dish-list .restan-mobile-control-button .input-group input {
  background-color: #bd081c;
  color: #ffffff;
}

.restan-mobile-page-dish-list .restan-mobile-control-button .input-group {
  border: solid 2px rgba(189, 8, 28, 0.41);
}

.restan-mobile-page-dish-list .restan-mobile-control-button .input-group svg path {
  fill: rgba(189, 8, 28, 0.41);
}

.restan-mobile-page-dish .image-object {
  height: 250px;
  overflow: hidden;
	text-align: center;
}

.restan-mobile-page-dish .image-object img {
  max-height: 150%;
}

.restan-mobile-page-dish .dish-item-info {
  padding: 20px;
}

.restan-mobile-page-dish .restan-mobile-control-button {
  width: 185px;
}

.restan-mobile-page-dish .restan-mobile-summa {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

.restan-mobile-page-dish .restan-mobile-summa svg {
  height: 12px;
}

.restan-mobile-page-dish .dish-item-name {
  font-size: 24px;
  font-weight: 900;
  margin: 5px 0 13px 0;
}

.restan-mobile-page-dish .dish-item-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
}

.restan-mobile-page-dish .restan-mobile-control-button .input-group {
  width: 154px;
  float: right;
}

.restan-mobile-page-dish .restan-mobile-control-button .input-group .btn,
.restan-mobile-page-dish .restan-mobile-control-button .input-group input {
  width: 50px;
}

.restan-mobile-page-dish .restan-mobile-control-button .input-group input {
  background-color: #bd081c;
  color: #ffffff;
}

.restan-mobile-page-dish .restan-mobile-control-button .input-group {
  border: solid 2px rgba(189, 8, 28, 0.41);
}

.restan-mobile-result-booking {
  margin: 0 20px 20px 20px;
  text-align: center;
}

.restan-mobile-result-booking img{
  margin: 2px 20px 19px 20px;
}

.restan-mobile-result-booking h3 {
  margin-bottom: 15px;
}

.restan-mobile-result-booking p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
}

.restan-mobile-result-booking {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.restan-mobile-page-result-ok .restan-mobile-result-booking {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.restan-mobile-page-result-ok .restan-mobile-order-dish-list {
  margin-bottom: 0;
}

.restan-mobile-page-result-ok .restan-mobile-order-dish-list .restan-mobile-row:last-child {
  margin-bottom: 5px;
  border-bottom: none;
}

@font-face {
    font-family: "MuseoSansCyrl";
    src: url(../font/fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot);
    src: url(../font/fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot?#iefix)format("embedded-opentype"),
    url(../font/fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff) format("woff"),
    url(../font/fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.ttf) format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "MuseoSansCyrl";
    src: url(../font/fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.eot);
    src: url(../font/fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.eot?#iefix)format("embedded-opentype"),
    url(../font/fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.woff) format("woff"),
    url(../font/fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "MuseoSansCyrl";
    src: url(../font/fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.eot);
    src: url(../font/fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.eot?#iefix)format("embedded-opentype"),
    url(../font/fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.woff) format("woff"),
    url(../font/fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "MuseoSansCyrl";
    src: url(../font/fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.eot);
    src: url(../font/fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.eot?#iefix)format("embedded-opentype"),
    url(../font/fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.woff) format("woff"),
    url(../font/fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.ttf) format("truetype");
    font-style: normal;
    font-weight: 900;
}

body, html {
  height: 100%;
  margin: 0;
  font-family: MuseoSansCyrl;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 300;
  color: #363636;
  overflow-y: hidden;
}

@media (prefers-color-scheme: dark) {
  body, html {
    background-color: #1a1a1a;
    color: #ffffff;
  }
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  border: none;
}

h1 {
  font-size: 30px;
  font-weight: 900;
  margin: 6px 0;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin: 3px 0;
}

a {
  color: black;
}


@media (prefers-color-scheme: dark) {
  a {
    color: white;
  }
}

#restan-mobile {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;

  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;

  height: 100%;
  position: relative;
  overflow-y: hidden;
  max-width: 800px;
  margin: 0 auto;
}

.restan-mobile-body {
  overflow-y: auto;
  height: 100%;
}

.container {
  padding: 20px;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-grow: 1;
}

.flex-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.flex-column {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

          flex-flow: column;
  -ms-flex-flow: column;
}

.flex-column-grow {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;

  -webkit-box-flex: 1;

      -ms-flex-positive: 1;

          flex-grow: 1;
  -webkit-flex-grow: 1;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

          flex-flow: column;
  -ms-flex-flow: column;
}

.text-tooltip {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.text-small {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
}

.no-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

/* хром, сафари */
.no-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.into-message {
  text-align: center;
  color: rgba(54, 54, 54, 0.4);
}

@media (prefers-color-scheme: dark) {
  .into-message {
    color: rgba(247, 247, 247, 0.4);
  }
}
