@charset "UTF-8";
* {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: #0d0d0d;
}

.orange_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  width: 100%;
  height: 75px;
  font-weight: bold;
  font-size: 21px;
  color: #ffffff;
  background: linear-gradient(180deg, #ff9901 0%, #ff6b00 100%);
  border-radius: 17px;
  border: 0;
}
.orange_btn:hover {
  color: #ffffff;
}
.orange_btn:active {
  background: linear-gradient(180deg, #ffd093 0%, #ffa460 100%);
  color: #ffffff;
}
.orange_btn-disabled {
  opacity: 0.7;
}
.orange_btn-small {
  height: 45px;
  font-size: 18px;
}

.gray_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  width: 100%;
  height: 75px;
  font-weight: bold;
  font-size: 21px;
  color: white;
  background: linear-gradient(180deg, #c0bfbf 0%, #5e5e5e 100%);
  border-radius: 17px;
  border: 0;
}
.gray_btn:hover {
  color: #fff;
}

.small_orange_btn {
  width: 50px;
  height: 41.48px;
  background: linear-gradient(180deg, #ff9901 0%, #ff6b00 100%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.white_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 61px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #d6d6d6;
  background: white;
  color: #0d0d0d;
}
.white_btn:hover {
  color: #0d0d0d;
}

.small_white_btn {
  width: 50px;
  height: 41.48px;
  background: white;
  box-shadow: 0 0 15px #d6d6d6;
  border-radius: 12px;
}

.header_text {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #0d0d0d;
}

.subheader_text {
  display: flex;
  margin-left: 0;
}
.subheader_text H1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  color: #0d0d0d;
  margin-left: 15px;
}

.descr_text_bold {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 19px;
  color: #0d0d0d;
}

.descr_text_semi {
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  color: #0d0d0d;
  font-weight: 600;
}
.descr_text_semi A {
  color: #ff6b00;
}
.descr_text_semi.price {
  margin-right: 5px;
}

.descr_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0d0d0d;
}
.descr_text-small {
  font-size: 17px;
}
.descr_text A {
  color: #ff6b00;
}

.input_form {
  padding: 33px 34px;
  width: 100%;
  height: 85px;
  border: 1px solid #ffffff;
}
.input_form-narrow {
  padding: 15px 34px;
  height: auto;
}
.input_form-wrapper {
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #d6d6d6;
  -webkit-box-shadow: 5px 5px 15px #d6d6d6;
}

.input_form.long {
  padding: 28px 21px;
  height: 107px;
}

.input_form.verylong {
  padding: 28px 21px;
  height: 200px;
}

.bold_text {
  font-weight: bold;
}

.white_text {
  color: #ffffff;
}

.orange_text {
  color: #ff6b00;
}
.orange_text:hover {
  color: #ff6b00;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.orange_underline {
  border-bottom: 1px solid #ff6b00;
  padding-bottom: 2px;
}

.grey_text {
  color: #3e4958;
}

.text_center {
  text-align: center;
}

.grayscale {
  filter: grayscale(100%);
}

.hr_dotted {
  border: none;
  border-bottom: 2px dotted black;
  background-color: white;
  opacity: 1;
}

.link_add {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12.9px 13.3px;
  width: 100%;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #d6d6d6;
}
.link_add:hover {
  color: black;
}
.link_add-disabled {
  background-color: #a0a0a0;
}

.link_add-orange {
  background: linear-gradient(180deg, #ff9901 0%, #ff6b00 100%);
  border: 0;
}
.link_add-danger {
  background: #dc3545;
  border: 0;
}
.link_add-success {
  background: #4fb91d;
  border: 0;
}
.link_add-orange .descr_text, .link_add-danger .descr_text, .link_add-success .descr_text {
  color: #FFF;
}

.link_add_name {
  width: 60%;
}

.link_add_edit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 44px;
  background: #dfe5e7;
  border-radius: 12px;
}

.lank_add_narrow {
  padding: 3px 10px;
}

.checkbox-ios {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  user-select: none;
}
.checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 56px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25%/50%;
  vertical-align: top;
  background: #eee;
  transition: 0.2s;
}
.checkbox-ios .checkbox-ios-switch:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.15s;
}
.checkbox-ios input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
  background: limegreen;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
  transform: translateX(28px);
}
.checkbox-ios[type=checkbox]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.3);
}
.checkbox-ios[type=checkbox]:disabled + .checkbox-ios-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, 0.1);
}
.checkbox-ios[type=checkbox]:disabled + .checkbox-ios-switch:before {
  background: #eee;
}
.checkbox-ios.focused .checkbox-ios-switch:before {
  box-shadow: inset 0px 0px 4px #ff5623;
}

.wave_bottom_line {
  position: relative;
  height: 50px;
  background-image: url(../img/wave.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-delete {
  width: 30px;
  height: 30px;
  background: #d80d0d;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.body-top-padding {
  padding-top: 3rem;
}

.body-full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prontoMap {
  height: 100%;
}
.prontoMap__map {
  width: 100%;
  max-height: 100%;
  flex: 1 0 auto;
  position: relative;
}
.prontoMap__wrapper {
  display: flex;
  width: 100%;
  max-height: 100%;
  flex: 1 0 auto;
  position: relative;
}
.prontoMap__marker {
  width: 70px;
  height: 2px;
  position: absolute;
  z-index: 500;
  display: none;
}
.prontoMap__marker SPAN {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a2a2a2;
}
.prontoMap__marker SPAN:last-child {
  transform: rotate(90deg);
}

.cart-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  background-color: white;
  border-radius: 12px 12px 0 0;
  display: none;
  max-height: 100%;
  overflow-y: auto;
}
.cart-bottom.focused {
  padding-bottom:270px!important;
}
.basket-footer-section {
  max-height: 123px;
}

.cart-bottom-visible {
  display: block;
}
.cart-bottom .add_orange_btn {
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
}
.cart-bottom .add_orange_btn .btn_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 44px;
  background: #ffffff;
  border-radius: 12px;
  border: none;
}
.cart-bottom .grey_form_checkbox {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px;
  width: 100%;
  height: 62.6px;
  background: #f1f1f1;
  border-radius: 17px;
  border: none;
}
.cart-bottom .grey_form_checkbox .text_padding {
  width: 65%;
  text-align: left;
}

.my_profile {
  min-height: 790px;
}
.my_profile .man_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_profile .man_logo-photo {
  position: relative;
  width: 45%;
}
.my_profile .man_logo-photo img {
  max-width: 100%;
}
.my_profile .man_logo .logo_pen {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 44px;
  background: #dfe5e7;
  border-radius: 12px;
}
.my_profile .notif_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.my_profile .notif_wrapper .descr_text {
  width: 75%;
}

.alfaCatalog .swiper-menu .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.coffee .orange_btn {
  padding: 0 21px;
}
.coffee_block {
  margin-top: 33px;
  border: 1px solid #ffffff;
  border-radius: 17px;
  box-shadow: 0px 0px 15px #d6d6d6;
}
.coffee_block .swiper .swiper-pagination-bullet-active {
  background: #ff9901;
}
.coffee_block .swiper-catalog-item {
  border-radius: 15px;
}
.coffee_block .swiper .swiper-slide IMG {
  /*border-radius: 15px;*/
}
.coffee_block .coffee_img {
  display: flex;
  justify-content: center;
}
.coffee_block .coffee_img img {
  width: 100%;
  border-radius: 17px;
  transform: translateY(-2px);
}
.coffee .descr_text_semi {
  width: 80%;
}

.buyerCatalogItem__title {
  margin: 0;
  padding: 0 5px 0 17px;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 25px;
  color: #0d0d0d;
}
.buyerCatalogItem__description {
  font-style: italic;
}

.sticky_cart {
  display: flex;
  height: 80px;
  position: sticky;
  bottom: 0;
  width: 100%;
}
.sticky_cart .add_orange_btn {
  height: 64px;
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
}

.buyerBasket .pickup-set-time SELECT {
  width: 100%;
  height: 64px;
  border: 1px solid #ccc;
  background-color: #ff9901;
  border-radius: 17px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.filesBlock_items {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filesBlock_items_square {
  margin: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 140px;
  height: 140px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #d6d6d6;
}
.filesBlock_items_square_disabled:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-color: grey;
    opacity: 0.6;
    position: absolute;
    top: 0;
    border-radius: 10px;
}
.filesBlock_items_square-big {
  width: 100%;
  height: 250px;
}
.filesBlock_items_square-big .filesBlock_items_square_preview {
  height: 250px;
}
.filesBlock_items_square_preview {
  display: none;
  position: relative;
  width: 100%;
  height: 140px;
}
.buyerPhoto .filesBlock_items_square_preview {
  width: 100%;
  height: 100%;
  max-height: 80px;
  max-width: 80px;
}

.filesBlock_items_square_preview-edit {
  display: block;
}
.filesBlock_items_square_previewImage {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filesBlock_items_square_previewDelete {
  position: absolute;
  top: 10px;
  right: 10px;
}
.filesBlock_items_square_control {
  display: block;
}
.filesBlock_items_square_control-edit {
  display: none;
}
.filesBlock_items_square .descr.add {
  font-size: 17px;
  text-align: center;
}
.filesBlock_items_square .fileInput-hidden {
  display: none;
}
.filesBlock_items_square_show {
  width: 140px;
  height: 140px;
  position: relative;
}
.filesBlock_items_square_show IMG {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.filesBlock_items_square_show_label {
  position: absolute;
  bottom: 10px;
  width: 120px;
  left: 10px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.9;
  font-size: 14px;
}

.new_chapter .add_photo {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 242px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #d6d6d6;
}

.schedule__input {
  display: none;
}

.schedule__input input {
  width: 50%;
}

.addItem__priceVarietyAdd {
  display: none;
}
.addItem__priceVarietyBlock {
  display: none;
}
.addItem__priceVarietyBlock .copy-from {
  display: none;
}
.addItem__priceVarietyBlock-error {
  display: none;
  color: red;
  margin-top: 15px;
}

.order-confirm .orderCode {
  text-align: center;
  font-weight: 800;
  font-size: 37px;
  line-height: 32px;
}

.orders-actual__pincodeButton {
  flex-direction: column;
}
.orders-actual__pincodeButtonAddress {
  margin-top: 20px;
}

.buyerPhoto {
  margin-right: 15px;
  flex-shrink: 0;
}
.buyerPhoto IMG {
  border-radius: 50%;
}

html {
  height: 100%;
}

.sign .form_block {
  width: 100%;
}

.confirm .orange_btn {
  margin-top: 40px;
}
.confirm .form_block {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.confirm .form_block .input_code {
  margin: 0 8px;
  width: 32px;
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 1;
  color: #0d0d0d;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
}
.confirm .form_block ::placeholder {
  opacity: 1;
  color: #0d0d0d;
}

.info .info_block_square {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info .info_block_square .input_square {
  margin: 6px;
  width: 160px;
  height: 151px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #d6d6d6;
}
.info .orange_btn {
  margin: 38px 0 36px 0;
}

.details_logo {
  display: flex;
  justify-content: center;
  margin-top: 61px;
}
.details .orange_btn {
  margin: 81px 0 36px 0;
}

.shedule .shedule_wrapper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.shedule .shedule_wrapper .shedule_item {
  margin-top: 27px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shedule .shedule_wrapper .day {
  /*width: 15%;*/
  margin-right: 10px;
}
.shedule .shedule_wrapper .checkbox-ios {
  margin-right: 10px;
  /*width: 10%;*/
}
.shedule .shedule_wrapper .time {
  width: 40%;
}
.shedule .shedule_wrapper a.pen_icon {
  padding: 7px;
}
.shedule .orange_btn {
  margin-top: 30px;
}

.product {
  padding-bottom: 32px;
}

.product_item {
  margin-top: 25px;
  display: flex;
}
.product_item .with_text {
  width: 80%;
}

.itemBlock .latte_item {
  position: relative;
}
.itemBlock .latte_item .link_add_edit_red {
  width: 46.5px;
  height: 44.21px;
  background: #d80d0d;
  border-radius: 12px;
}
.itemBlock .latte_item .link_add_edit_green {
  width: 46.5px;
  height: 44.21px;
  background: green;
  border-radius: 12px;
}
.itemBlock .latte_item .link_add_edit_green img {
  transform: rotate(45deg);
}
.itemBlock .link_add.grey_edit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -15px;
  padding-bottom: 15px;
  background: #dfe5e7;
  border: #dfe5e7;
  z-index: -1;
}
.itemBlock .coffee_img img {
  width: 100%;
}
.itemBlock .photo_wrapper {
  display: flex;
  justify-content: space-between;
}
.itemBlock .photo_wrapper .coffee_img_small img {
  padding: 5px;
  width: 100%;
}
.itemBlock .text_width {
  width: 80%;
}

.payment .btn_wrapper {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment .btn_wrapper .orange_btn.white_border_btn {
  background: white;
  margin: 0 10px;
  color: black;
  border: 1px solid #d2d2d2;
}
.payment .btn_wrapper .orange_btn.white_border_btn.active {
  color: #ffffff;
  background: linear-gradient(180deg, #ff9901 0%, #ff6b00 100%);
  border: none;
}
.payment .btn_wrapper .descr_text_bold {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.payment .line_wrapper {
  display: flex;
  justify-content: flex-start;
}
.payment .line_wrapper .date {
  width: 30%;
}
.payment .line_wrapper .number {
  width: 50%;
}
.payment .line_wrapper.main {
  margin: 30px 0 21px 0;
}
.payment .line_wrapper.list {
  margin-top: 15px;
}

.big_green_block {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 108px;
  border-radius: 15px;
  background: #4fb91d;
  font-weight: 800;
  font-size: 37px;
  color: #ffffff;
}

.order .menu_btn {
  padding: 20px 24px;
  margin-top: 10px;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 15px #d6d6d6;
  border-radius: 15px;
}
.order .menu_btn .icon_slon {
  width: 52px;
  height: 49px;
  border-radius: 10px;
}
.order .red_bg i {
  background: #d80d0d;
}
.order .red_bg.active {
  background-color: #d80d0d;
}
.order .red_bg.active div {
  color: #fff;
}
.order .red_bg.active i {
  background-image: url(../icons/icon_slon.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.order .yellow_bg i {
  background: #ff9901;
}
.order .yellow_bg.active {
  background-color: #ff9901;
}
.order .yellow_bg.active div {
  color: #fff;
}
.order .yellow_bg.active i {
  background-image: url(../icons/icon_slon.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.order .green_bg i {
  background: #4fb91d;
}
.order .green_bg.active {
  background-color: #4fb91d;
}
.order .green_bg.active div {
  color: #fff;
}
.order .green_bg.active i {
  background-image: url(../icons/icon_slon.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.receipt .receipt_block_shadow {
  border-radius: 15px 15px 0 0;
  padding-bottom: 40px;
  box-shadow: 0px 0px 15px #d6d6d6;
}
.receipt .receipt_block_shadow .receipt_header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #737778;
  border-radius: 15px 15px 0 0;
}
.receipt .receipt_block_shadow .sm_green_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
  height: 55px;
  background: #4fb91d;
  border-radius: 13px;
  border: none;
  text-align: center;
  line-height: 1.3rem;
}
.receipt .receipt_block_shadow .sm_green_btn:hover {
  color: #fff;
}
.receipt .receipt_block_shadow .sm_green_btn.bold_text {
  font-size: 22px;
}
.receipt .receipt_block_shadow .md_green_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  width: 90%;
  height: 82px;
  background: #4fb91d;
  border-radius: 13px;
  border: none;
}
.receipt .receipt_block_shadow .md_green_btn:hover {
  color: #fff;
}
.receipt .receipt_block_shadow .receipt_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.receipt .receipt_block_shadow .receipt_wrapper .descr_text_bold {
  width: 45%;
}

.receipt .receipt_block_shadow .receipt_wrapper.expect .descr_text_bold {
  width: 100%;
}

.receipt .receipt_block_shadow .receipt_wrapper .receipt_block {
  margin-left: 5%;
  padding: 11px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 25%;
  background: #737778;
  border-radius: 13px;
}
.receipt .receipt_block_shadow .receipt_wrapper .price {
  width: 17%;
}

.receipt .p-4 {
  padding: 1.2rem!important;
}
.receipt .receipt_wrapper:not(.expect) .descr_text_bold:first-child {
  font-size: 16px;
  word-wrap: break-word;
}


.status .input_form {
  display: flex;
  align-items: center;
  padding: 29px 22px;
  height: 142px;
}
.status .input_form .status_wrapper {
  display: flex;
  justify-content: space-between;
}
.status .input_form .status_wrapper .text_wrapper {
  width: 80%;
}

.personal__sellerProfile {
  width: 95%;
}
.personal .personal_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.personal .personal_wrapper .text_wrapper {
  width: 60%;
  text-align: left;
}
.personal .personal_wrapper .text_wrapper .subheader_text {
  margin: 0;
}
.personal .link_add img {
  width: 35%;
  transform: rotate(180deg);
}
.personal .out {
  justify-content: center;
}
.personal .out .out_icon {
  margin: -1px 10px 0;
}
.personal .out .out_icon img {
  width: 19px;
  transform: scale(-1);
}

.receipt_personal {
  /* .receipt_wrapper */
}
.receipt_personal .personal_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.receipt_personal .personal_wrapper .text_wrapper {
  width: 60%;
  text-align: left;
}
.receipt_personal .personal_wrapper .text_wrapper .subheader_text {
  margin: 0;
}
.receipt_personal .expect {
  column-gap: 45px;
}
.receipt_personal .expect .time_text {
  margin-left: 10%;
  padding: 11px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 28%;
  background: #737778;
  border-radius: 13px;
}
.receipt_personal .receipt_block_shadow {
  padding-bottom: 0;
}
.receipt_personal .receipt_block_shadow .order_map {
  position: relative;
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.receipt_personal .receipt_block_shadow .order_map:after {
  content: url(../icons/arrow-left.svg);
  padding: 2px;
  position: absolute;
  right: 48px;
  top: 5px;
  width: 21px;
  height: 16px;
  transform: rotate(180deg);
}
.receipt_personal .receipt_block_shadow .order_map:hover {
  color: #0d0d0d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pony .pony_wrapper {
  position: relative;
  min-height: 124px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 50px 50px;
  z-index: 2;
}
.pony .map {
  max-width: 100%;
  height: 320px;
}
.pony .map img {
  margin-top: -40px;
  width: 100%;
  z-index: -1;
}
.pony .descr_wrapper {
  margin-top: -37px;
  position: relative;
  min-height: 750px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px 20px 0 0;
  z-index: 2;
}

.coffee_pony .btn_wrapper {
  padding-block: 0.5rem;
  margin-inline: -1rem;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}
.btn_wrapper .swiper {
  padding-inline: 1rem;
  margin-right: -2rem;
}
.btn_wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.coffee_pony .btn_wrapper .orange_btn.white_border_btn {
  padding: 0 15px;
  height: 45px;
  background: white;
  margin: 0;
  color: black;
  border: 1px solid #d2d2d2;
  white-space: nowrap;
}
.coffee_pony .btn_wrapper .orange_btn.white_border_btn.active {
  color: #ffffff;
  background: linear-gradient(180deg, #ff9901 0%, #ff6b00 100%);
  border: none;
}
.coffee_pony .descr_block .descr_text,
.coffee_pony .descr_block .descr_text_bold,
.coffee_pony .descr_block .subheader_text {
  margin: 0;
  padding: 0 5px 0 17px;
}
.coffee_pony .descr_block .coffee_line {
  display: flex;
}
.coffee_pony .descr_block .coffee_line .more {
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 16px;
  background: #ababab;
  border-radius: 100%;
}
.coffee_pony .descr_block .orange_btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.coffee_pony .descr_block .orange_btn .price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 46.5px;
  background: #ffffff;
  border-radius: 12px;
}

.pony_cart {
  position: sticky;
  bottom: 0px;
  height: 121px;
  border-radius: 25px 25px 0 0;
  background-color: #ffffff;
  border-top: 1px solid #dfe5e7;
}
.pony_cart .orange_btn {
  margin-top: 15px;
  height: 64px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pony_cart .orange_btn .descr_text.quant {
  display: flex;
  justify-content: center;
  padding: 5px;
  min-width: 31px;
  height: 31px;
  background: #ffffff;
  border-radius: 100%;
}

.cart_pony .cart_pony_wrapper .logo_item img {
  margin-right: 17px;
  width: 90px;
  height: 90px;
  border-radius: 15px;
}
.cart_pony .cart_pony_wrapper .descr_item {
  flex-grow: 1;
}
.cart_pony .cart_pony_wrapper .amount_wrapper .amount_square_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 31px;
  background: #efefef;
  border-radius: 5px;
  border: none;
}

.registration .checkbox_wrapper .descr_text {
  width: 70%;
}
.registration .checkbox_wrapper .card_pay {
  display: flex;
  padding: 10px 15px;
  border: 1px solid #d5dde0;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
  border-radius: 17px;
}

.check_pony {
  padding-bottom: 1rem;
}
.check_pony .orange_block {
  /*height: 410px;*/
  padding: 10px 21px;
  background: linear-gradient(180deg, #ff9901 0%, #ff6b00 100%);
}
.check_pony .orange_block .white_block {
  padding: 13px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  background-color: #fff;
  text-align: center;
}
.check_pony .orange_block .white_block .nubmer_text {
  font-weight: 800;
  font-size: 37px;
  line-height: 33px;
}
.check_pony .orange_block .white_block .card_pay {
  display: flex;
  padding: 5px 20px;
  width: 100%;
  height: 40px;
  border: 1px solid #d5dde0;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
  border-radius: 17px;
}

.check_pony_push {
  padding: 21px 0;
  margin-top: -10px;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}
.check_pony .wave_bottom_line {
	height: 1.1rem;
}

.orders-actual .receipt_block_shadow {
  padding-bottom: 10px;
}
.orders-actual .receipt_block_shadow .orders-actual_block .orders-actual_time-block {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 90px;
}
.orders-actual .receipt_block_shadow .orders-actual_block .orders-actual_time-block:before {
  content: "";
  position: absolute;
  background-color: #4fb91d;
  width: 133px;
  height: 1px;
  top: 45px;
  left: 14px;
}
.orders-actual .receipt_block_shadow .orders-actual_block .orders-actual_time-block .element_1 {
  position: relative;
}
.orders-actual .receipt_block_shadow .orders-actual_block .orders-actual_time-block .element_1:before {
  content: "";
  position: absolute;
  background-color: #4fb91d;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 42px;
  left: 0;
}
.orders-actual .receipt_block_shadow .orders-actual_block .orders-actual_time-block .element_2 {
  position: relative;
}
.orders-actual .receipt_block_shadow .orders-actual_block .orders-actual_time-block .element_2:before {
  content: "";
  position: absolute;
  background-color: #4fb91d;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 42px;
  left: 0;
}
.orders-actual .receipt_block_shadow .orders-actual_header {
  background-color: #4fb91d;
}
.orders-actual .receipt_block_shadow .md_green_btn {
  padding: 19px 20px;
  width: 95%;
  height: auto;
}
.orders-actual .grey_bkgd {
  background-color: #737778;
}

.orders-done .receipt_block_shadow {
  padding-bottom: 10px;
}
.orders-done .receipt_block_shadow .orders-done_block .orders-done_time-block {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 90px;
}
.orders-done .receipt_block_shadow .orders-done_block .orders-done_time-block:before {
  content: "";
  position: absolute;
  background-color: #737778;
  width: 133px;
  height: 1px;
  top: 45px;
  left: 14px;
}
.orders-done .receipt_block_shadow .orders-done_block .orders-done_time-block .element_1 {
  position: relative;
}
.orders-done .receipt_block_shadow .orders-done_block .orders-done_time-block .element_1:before {
  content: "";
  position: absolute;
  background-color: #737778;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 42px;
  left: 0;
}
.orders-done .receipt_block_shadow .orders-done_block .orders-done_time-block .element_2 {
  position: relative;
}
.orders-done .receipt_block_shadow .orders-done_block .orders-done_time-block .element_2:before {
  content: "";
  position: absolute;
  background-color: #737778;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  top: 44px;
  left: 0;
}
.orders-done .receipt_block_shadow .orders-done_header {
  background-color: #737778;
}
.orders-done .receipt_block_shadow .md_green_btn {
  padding: 19px 20px;
  width: 95%;
  height: 115px;
  background-color: #737778;
}

.red_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  width: 100%;
  height: 55px;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  background: linear-gradient(180deg, #ff4949 0%, #ff0000 100%);
  border-radius: 17px;
  border: 0;
}
.red_btn:HOVER {
  color: #ffffff;
}

.success img {
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.success .success_block .header_text.green {
  color: #4fb91d;
}
.success A {
  color: #333;
}
.success A:HOVER {
  color: #333;
}

.burger {
  display: block;
  /* скрываем чекбокс */
  /* добавляем "гамбургер" */
  /* стилизуем кнопку */
  /* контейнер меню */
  /* элементы меню */
}
.burger__toggle {
  display: none;
}
.burger__btn > span, .burger__btn > span::before, .burger__btn > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
}
.burger__btn > span::before {
  top: -8px;
}
.burger__btn > span::after {
  top: 8px;
}
.burger__btn {
  display: flex; /* используем flex для центрирования содержимого */
  align-items: center; /* центрируем содержимое кнопки */
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 2100;
  transition: 0.4;
}
.burger__btn_active > span {
  transform: rotate(45deg);
}
.burger__btn_active > span::before {
  top: 0;
  transform: rotate(0);
}
.burger__btn_active > span::after {
  top: 0;
  transform: rotate(90deg);
}
.burger__btn_active ~ .burger__box {
  visibility: visible;
  left: 0;
}
.burger__box {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 80%;
  min-height: 100%;
  margin: 0;
  padding: 1rem 0 15px 0;
  list-style: none;
  text-align: center;
  background-color: #f1f1f1;
  z-index: 1000;
  transition: 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
}
.burger__box li {
  padding-left: 20px;
}
.burger__box li:not(:last-child) {
  margin-bottom: 10px;
}
.burger__box .link_add {
	height: 53px;
	padding: 8.9px 13.3px;
}
.burger__box .small_white_btn {
	height: 35.48px;
}
.burger__link {
  /* padding-left: 23px; */
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #ff6b00;
  text-decoration: none;
}

.errors {
  color: red;
  font-size: 16px;
}

.paymentsTable {
  font-size: 0.9rem;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
.paymentsTable TD:first-child {
  width: 100px !important;
}
.paymentsTable th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}
.paymentsTable td {
  border: 1px solid #dddddd;
  padding: 5px;
}

.gray_btn {
  text-align: center;
}
body.body-basket-btn-show {
  padding-bottom:123px;
}



body.burger_menu_open {
  overflow:hidden;
}
body.burger_menu_open .burger__box {
  min-height: auto;
  height: 100%;
  overflow-y: scroll;
}

body.burger_menu_open .burger__btn.burger__btn_active {
  visibility:hidden;
}
.burger__box__btn > span, .burger__box__btn > span::before, .burger__box__btn > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
}
.burger__box__btn > span::before {
  top: -8px;
}
.burger__box__btn > span::after {
  top: 8px;
}
.burger__box__btn {
  display: flex; /* используем flex для центрирования содержимого */
  align-items: center; /* центрируем содержимое кнопки */
  position: absolute;
  width: 26px;
  height: 26px;
  right: 1rem;
  top: 1.5rem;
  cursor: pointer;
  z-index: 2100;
  transition: 0.4;
}
body.burger_menu_open .burger__box__btn > span {
  transform: rotate(45deg);
}
body.burger_menu_open .burger__box__btn > span::before {
  top: 0;
  transform: rotate(0);
}
body.burger_menu_open .burger__box__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}


.schedule__input input {
  width: 50%;
}

.bg-gray.orders-actual .receipt_block_shadow .orders-actual_header {
  background-color: #737778;
}
.gren-bg {
  background-color: #4fb91d !important;
}
.ordersSeller {
  padding-bottom: 0 !important;
}
.delayed {
  flex-direction: column;
  margin-top:0;
  background: #4fb91d;
  font-size: 26px;
}
.delayed .minut {
  font-weight: normal;
  font-size: 14px;
}

.delay-block button {
	margin-bottom: 0;
}
.buyer-confirm-block-btns button {
	margin: 0.5rem 0 0 0;	
}

.header_nav {
  justify-content: space-between;
  align-items: center;
}
.header_nav h1 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  text-align: center;
}
.datetimePricker.input_form {
	height:35px;
}
/*# sourceMappingURL=style.css.map */

/*# Вывод даты промокодов*/
.local_balance {
  text-align: end;
  font-weight: bold;
}

.local_balance_date {
  position: absolute;
  font-size: 11px;
  color: #F00;
  padding: 0;
  margin: 0;
  top: 3px;
  right: 12px;
}

.link_add {
  position: relative;
}

.user-balance-list-local .link_open_shop p {
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
}
/*# Вывод даты промокодов*/

.seller-shop-identify {
    font-size: 9px;
    text-align: left;
    z-index: 99999;
    position: fixed;
    border-bottom: 1px solid #eee;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0.125rem 0.5rem;
    background-color: #FFF;	
	white-space: nowrap;
}
a:hover {
	color: #0d0d0d;
}
.amount_coffee {
  margin-top: 0;
  height: 100%;
}
.tab-group {
  position: relative;
  flex-grow: 1;
  width: 100%;
}
.amount_coffee_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tab.order_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
body:has(.amount_coffee[style="display: block;"]) {
  overflow: hidden;
}
