:root {
  --color-page: #FFF;
  --color-text: #212121;
  --color-grey: #424242;
  --color-yellow: #f4ce34;
}
:root[data-color-scheme=dark] {
  --color-page: #16212c;
  --color-text: #8292a1;
  --color-grey: #616161;
  --color-yellow: #f4ce34;
}

* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html, body {
  font-size: 10px;
  min-height: 100%;
  font-family: Rubik, Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.ymaps-2-1-79-copyright__content,
.ymaps-2-1-79-gotoymaps__container,
.ymaps-2-1-79-gototech {
  display: none !important;
}

#map-yandex-first {
  width: 100vw;
  height: calc(100vh - 142px);
  box-sizing: border-box;
}

.gone {
  font-size: 1.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: #FFF;
}
.gone-title {
  font-size: 1.8rem;
  color: var(--color-text);
  font-weight: bold;
}
.gone-subtitle {
  font-size: 1.6rem;
  color: var(--color-text);
  opacity: 0.8;
}

.form {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
  box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
}
.form-title {
  font-size: 1.4rem;
  color: #757575;
  font-weight: bold;
}
.form-subtitle {
  font-size: 1.2rem;
  color: #757575;
}
.form-price {
  font-size: 1.6rem;
  white-space: nowrap;
}
.form-option {
  padding: 0 0.5rem;
}
.form-option-box {
  cursor: pointer;
  user-select: none;
}
.form-option-box-icon {
  width: 100%;
  box-sizing: border-box;
  /*height: 50px;*/
  padding: 1rem;
  border-radius: 0.3rem;
  background: #E0E0E0;
  color: #757575;
  font-size: 3rem;
}
.form-option-box-text {
  padding-top: 0.5rem !important;
  font-size: 1.2rem;
}
.form-option-box.active .form-option-box-icon {
  background: var(--color-yellow);
  color: var(--color-text);
}
.form-option > .form-option-box {
  padding: 1rem 0.5rem !important;
}
.form-button-gone {
  font-size: 1.6rem;
  cursor: pointer;
  min-width: 300px;
  box-sizing: border-box;
  /*background: #345af4;*/
  background: var(--color-yellow);
  /*color: #fff;*/
  color: var(--color-text);
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-button-add {
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 0.3rem;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  background: var(--color-yellow);
  color: var(--color-text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.__hidden {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
}
.__hidden-map {
  /*border: 5px solid red;*/
  background: #FFF;
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  box-sizing: border-box;
}
.__hidden-search {
  -webkit-box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
  box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
  background: #FFF;
  height: 80vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.map-item {
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}
.map-item-icon {
  font-size: 1.6rem;
  color: #757575;
}
.map-item-first {
  cursor: pointer;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.map-item-text {
  color: var(--color-text);
  font-size: 1.4rem;
}
.map-item-subtext {
  font-size: 1.2rem;
  opacity: 0.7;
}
.map-select-button {
  font-size: 1.6rem;
  cursor: pointer;
  min-width: 300px;
  box-sizing: border-box;
  /*background: #345af4;*/
  background: var(--color-yellow);
  /*color: #fff;*/
  color: var(--color-text);
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map-select-button-box {
  -webkit-box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
  box-shadow: 2px 2px 20px -1px rgba(34, 60, 80, 0.2);
  z-index: 2;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.__hidden-top-search {
  height: 20vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.login-box {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /*background: var(--color-yellow);*/
  background: #FFF;
}

.menu-box {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /*background: var(--color-yellow);*/
  background: #FFF;
}

.menu-button {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  cursor: pointer;
  min-width: 300px;
  box-sizing: border-box;
  /*background: #345af4;*/
  background: var(--color-yellow);
  /*color: #fff;*/
  color: var(--color-text);
  border: none;
  padding: 1.5rem 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-button-add {
  width: 100%;
  min-width: 100%;
}
.menu-button-cancel {
  background: #e4e4e4;
}
.menu-button:disabled {
  background: #BDBDBD;
  color: #757575;
}
.menu-button:not(:disabled):hover {
  opacity: 0.5;
}

.zm-form {
  font-family: Rubik, Tahoma, Arial, Verdana, Helvetica, sans-serif !important;
}

.order-waiting {
  font-size: 1.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: #FFF;
}
.order-waiting-title {
  font-size: 1.8rem;
  color: var(--color-text);
  font-weight: bold;
}
.order-waiting-subtitle {
  font-size: 1.6rem;
  color: var(--color-text);
  opacity: 0.8;
}

.login-title {
  font-size: 2rem;
  color: var(--color-text);
}
.login-subtitle {
  font-size: 1.6rem;
  color: var(--color-grey);
}
.login-phone {
  text-align: center;
  width: 250px;
  height: auto;
  display: inline-block;
  color: #212529;
  font-size: 36px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
.login-phone-begin {
  font-size: 32px;
}
.login-policy-label {
  margin-left: 1rem;
  color: var(--color-text);
  font-size: 1.4rem;
}
.login-code-input {
  color: #212529;
  width: 5rem;
  height: auto;
  padding: 0.5rem 0.2rem;
  border: 1px solid #ced4da;
  margin: 0 1rem;
  text-align: center;
  font-size: 36px;
  cursor: not-allowed;
  pointer-events: none;
  box-sizing: border-box;
}
.login-button {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 0.3rem;
  border: none;
  min-width: 150px;
  cursor: pointer;
  color: var(--color-text);
  background: var(--color-yellow);
}
.login-button-clear {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 0.3rem;
  border: none;
  min-width: 110px;
  color: #212529;
  background: none;
}
.login-button-verify {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 0.3rem;
  border: none;
  min-width: 110px;
  cursor: pointer;
  color: var(--color-text);
  background: var(--color-yellow);
}

.app-order-w-icon {
  color: var(--color-yellow);
}
.app-order-w-avatar {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid var(--color-yellow);
  background: #CFD8DC;
}
.app-order-w-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-order-w-options {
  font-size: 1.4rem;
}
.app-order-w-options-title {
  display: none;
}
.app-order-w-options:has(span) .app-order-w-options-title {
  display: inline-flex;
  width: 100%;
  font-size: 1.6rem;
}

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