* {
  outline: transparent;
}
.history-list,
.multiorders-list {
  height: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.history-list::-webkit-scrollbar,
.multiorders-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.location-title {
  position: relative;
}

.location-title.show .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.24s, visibility 0.24s, -webkit-transform 0.24s;
  transition: opacity 0.24s, visibility 0.24s, -webkit-transform 0.24s;
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s;
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s,
    -webkit-transform 0.24s;
}

.city-dropdown {
  left: auto;
  right: 75px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  top: 50px;
}

button.btn.btn-grad.card-buy-btn.variant-btn {
  width: unset;
  padding: 0px 10px;
}

.plus-btn.btn-grad:hover,
.minus-btn.btn-grad:hover {
  color: #ffffff !important;
}

.plus-btn.btn-grad:focus,
.plus-btn.btn-grad:focus-within,
.minus-btn.btn-grad:focus,
.minus-btn.btn-grad:focus-within {
  color: #fc9700;
}

.pitem {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.pitem-icon {
  position: relative;
  top: 0;
  flex: 0 0 48px;
  margin-right: 12px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #f2f2f2;
  color: #7d7d7d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pitem-icon .svgicon {
  width: 18px;
  height: 18px;
  left: 0;
}

.order-step .user-block {
  float: right;
  margin-top: -35px;
}

.order-step:not(.active) .user-block .btn {
  display: none;
}

.modal .cart-item-comment {
  display: none;
}

.disabled .order-step-return {
  display: none;
}

span.weight-pay {
  color: #fd7e14;
}

span.weight-pay sup {
  line-height: normal;
  font-size: 85%;
}

header.header {
  z-index: 9999;
}

.order-step.passed .order-step-result.order-result {
  padding: 24px 0 0 0;
}
.order-step.passed .order-step-result.order-result .order-result-content {
  display: flex;
}

#step4 .price.checkout-total {
  display: none;
}
#step4.active .price.checkout-total {
  display: inline;
}

.totime-day {
  border-radius: 8px;
  width: 87px;
  padding: 0 10px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  border: 1px solid #f2f2f2;
  outline: none !important;
  margin-left: 12px;
}

/*.form-mess{
    display: none;
}*/

.error .form-mess {
  display: inherit;
}

#order-error .modal-title.h4 span:before {
  background: #ff6565;
}

.catalog-menu .menu-item.simple-item a:before,
.sub-menu-modal .menu-item.simple-item a:before {
  content: none !important;
}

.catalog-menu > .menu-item:not(.simple-item) a:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 24px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  transition: 0.24s;
}

.swiper-slide .top-sale p {
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 300;
}

.promo-item .remove-cart-item {
  display: none !important;
}

.place-menu-content {
  width: 100%;
  padding: 0;
}

.input-wrap.opened .search-items {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s;
}

.search-items {
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
  top: 100%;
  left: 40px;
  font-size: 14px;
  z-index: 1000;
  transform: translateY(15px);
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s 0.001s;
  overflow: hidden;
}

.place-search-form .search-items {
  position: absolute;
  border-radius: 8px;
  background: #000;
  min-width: 112px;
  opacity: 0;
  visibility: hidden;
}

.search-items li a {
  display: block;
  padding: 13px 16px;
  border: none;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px -5px 10px -8px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.13) 0px -5px 10px -8px inset;
  box-shadow: rgba(0, 0, 0, 0.13) 0px -5px 10px -8px inset;
  position: relative;
  z-index: 1;
}

.search-items li {
  margin-bottom: 0;
}

.place-search-form .search-items li a {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.place-search-form .search-items li a:hover {
  background: #343a40;
}

.closed-card-disclaimer {
  background: #fff;
  position: absolute;
  top: 412px;
  padding: 2px 12px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  color: #dc3545;
  font-weight: 500;
  right: 28px;
  z-index: 9;
}
#restaurants .col-12.col-xs-6.col-lg-4 {
  order: 0;
}
#restaurants .col-12.col-xs-6.col-lg-4.closed,
#restaurants .col-12.col-lg-4.closed {
  order: 1;
}

.col-12.col-xs-6.col-lg-4.closed .card img,
.col-12.col-lg-4.closed .card img {
  filter: grayscale(1);
}

.deliv.closed-item {
  color: #bb392f;
  font-weight: bold;
}
.deliv.close-soon-item {
  color: #fc9700;
  font-weight: bold;
}

.top-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adresses-item-opts .dropdown {
  left: auto;
}

@media screen and (max-width: 1024px) {
  .catalog-search .svgicon-search,
  .place-search .svgicon-search {
    left: 11px;
  }
  a#search-in-places {
    margin-right: 12px;
  }
  .pitem.prod-short.prod-short-totals {
    padding: 0px;
  }
  /*.order-step .pitem .pitem-icon{*/
  /*    flex: 0 0 24px;*/
  /*    justify-content: start;*/
  /*}*/
  /*.order-step .prod-short-list .pitem .pitem-icon{*/
  /*     flex: 0 0 48px;*/
  /*     justify-content: start;*/
  /* }*/
  .catalog-featured {
    display: none;
  }
  .place-inner .breadcrumbs-wrap + .section {
    z-index: inherit;
  }
  .city-modal-opened #city-modal {
    margin-left: unset;
  }
  header.header {
    height: 55px;
  }
  .catalog-controls.category-catalog-controls,
  .place-search-form {
    position: sticky;
    top: 55px;
    background-color: #f2f2f2;
    margin: 0 -44px;
    z-index: 3;
  }
  .catalog-search label,
  .place-search-form label {
    display: none;
  }
  .catalog-controls.category-catalog-controls {
    margin-bottom: 24px;
  }
  .cart-item-comment .input-wrap.with-text label {
    top: -5px;
  }
  .history-modal.modal-mobile-fs .modal-content,
  .adresses-modal.modal-mobile-fs .modal-content,
  .multiorders-modal.modal-mobile-fs .modal-content {
    padding-bottom: 48px;
  }
  .underage-place div.card-img img {
    filter: blur(10px);
  }
  .category-catalog-controls .map-icon {
    display: none;
  }
  .catalog-title-capt .map-icon {
    position: absolute;
    top: -65px;
    right: 11px;
  }
  .catalog-title-capt .map-icon img {
    width: 28px;
  }
}
@media screen and (min-width: 769px) {
  .cart-total-delete {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .cart-total-delete {
    padding-right: 275px;
  }
}
@media screen and (max-width: 768px) {
  a#search-in-places {
    margin-left: 12px;
  }
  .catalog-controls.category-catalog-controls,
  .place-search-form {
    margin: 0 -14px;
  }
  .catalog-controls.category-catalog-controls {
    margin-bottom: 24px;
  }
  /*div.balance {*/
  /*    padding: 16px 0px;*/
  /*}*/
  div.balance-content .pitem-icon {
    background: transparent;
    border: none;
    padding: 0;
    flex: 0;
  }
  .cart-total-delete {
    margin-top: 20px;
  }
  .order-step-content .cart-total-delete {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .menu-toggle-button {
    display: none !important;
  }
  input#catalog-search::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
  }
  input#catalog-search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  input#catalog-search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
  }
  input#catalog-search:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
  }
  input#catalog-search::placeholder {
    color: transparent;
  }
  input#place-search::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
  }
  input#place-search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  input#place-search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
  }
  input#place-search:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
  }
  input#place-search::placeholder {
    color: transparent;
  }
  .catalog-title-capt .map-icon {
    display: none;
  }
}

.form-row.warning label,
.form-group.warning label,
.input-wrap.warning label,
.form-mess.warning {
  color: #ffc107;
}

.form-row.warning .form-control,
.form-group.warning .form-control,
.input-wrap.warning .form-control {
  border-bottom-color: #ffc107;
}

@media screen and (min-width: 1322px) {
  .mobile-nav {
    display: none !important;
  }
  .map-icon {
    margin-top: 8px;
    position: relative;
  }
  .language-title {
    display: none;
  }
  .user-block .mobile-user-svg {
    display: none;
  }
}
@media screen and (max-width: 1321px) {
  .card-buy {
    opacity: 1;
  }
  .user-block .desktop-user-svg {
    display: none;
  }
  .user-block .mobile-user-svg {
    width: 28px;
    height: 28px;
  }
  .header-right div.user-block {
    display: block !important;
    position: absolute;
    top: -13px;
    right: -12px;
  }
  .user-block a.btn {
    border: none;
  }

  .user-block a.btn:focus {
    background-color: transparent;
    color: #000000;
  }

  .user-block.opened .btn,
  .header-main .user-block .btn:hover {
    background: none !important;
  }
}

@media screen and (max-width: 640px) {
  /* .modal .modal-content {
        max-height: 100vh;
    } */
  .order-confirm-modal.pop .modal-content {
    max-height: 100vh;
  }
  .catalog-controls {
    flex-wrap: wrap;
  }
  .bond-banner div.top-img {
    left: 30px;
  }
  .bond-banner div.top-content {
    padding-left: 50px;
  }

  div.location-modal-bottom {
    padding: 14px 8px;
    z-index: 1000;
  }
  .location-modal-left {
    padding-bottom: 120px;
  }
  /*.place-search-form .products-search-btn,*/
  div.address-search-btn {
    top: 16px;
    padding: 5px 8px;
  }
  #addrinput {
    padding-right: 70px;
  }
  .checkout-page .page-wrap > div.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-dialog:not(.cart-error-modal, .product-vars-modal.) .modal-content {
  /*max-height: 85vh;*/
  /*// overflow: hidden;*/
  overflow-y: scroll;
  scrollbar-width: none;
}
.modal-content::-webkit-scrollbar {
  display: none;
}

/* .location-full-block {
	display: block;
} */

.location-small-add {
  display: none;
}

.location-small-add.active {
  display: block;
}

.place-top-content .top-icon {
  background-color: #fff;
}
span.serch-query {
  color: #fd7e14;
  font-weight: 500;
}

/*.place-search-form .products-search-btn, */
.address-search-btn {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0;
  padding: 15px 22px;
}

.place-search-form .products-search-btn,
.products-form-search-btn {
  position: relative;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-width: 2px;
  border-left: 0;
  padding-top: 18px;
}

.place-search.sticky {
  position: fixed;
  top: 60px;
  z-index: 1;
  background: #f2f2f2;
}

@media screen and (min-width: 1023px) {
  .place-search.sticky {
    top: 85px;
    z-index: 10;
  }

  .map-icon {
    position: absolute;
    right: 46px;
  }
}

.input-wrap.opened .address-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s;
}

.address-dropdown {
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: -16px;
  border-radius: 8px;
  font-size: 14px;
  background: #000;
  z-index: 1000;
  min-width: 112px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s 0.001s;
  overflow: hidden;
}

.address-dropdown li a {
  display: block;
  padding: 13px 16px;
  border: none;
  color: #fff;
  position: relative;
  z-index: 1;
}

.address-dropdown li a:hover {
  background: #343a40;
}

.input-wrap.order-confirm-btn.text-center {
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

div.card-buy {
  opacity: 1;
  width: 100px;
}

.section.top-section .top-slider-wrap {
  overflow: hidden;
  position: relative;
}
.simplebar-content div.mainmenu-nav button.btn.catalog-btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .top-slider-wrap .swiper-button-prev,
  .top-slider-wrap .swiper-button-next {
    display: none;
  }
  .inner .section.bg2 {
    padding-top: 0;
  }
  .mobile-nav {
    z-index: 1000;
  }
  .modal .cart-total-submit {
    /*display: none;*/
    bottom: 0px;
  }

  .simplebar-content div.mainmenu-nav button.btn.catalog-btn {
    display: inline-block;
    background: #000;
    color: #fff;
  }

  .order-confirm-modal.modal-mobile-fs .modal-close {
    right: 8px;
    left: auto;
    top: 15px;
    position: absolute;
  }
}

@media screen and (max-width: 580px) {
  .card {
    margin-bottom: 31px;
  }
}

div.hero-item:before {
  display: none;
}

.inner .section {
  padding: 30px 0;
}

.card-body .card-info-wrapper {
  display: flex;
  justify-content: space-between;
}

div.place-top-slider-wrap {
  margin-bottom: 5px;
}

.mobile-nav .user-block {
  position: fixed;
  top: 0;
  right: 0;
}

div.mobile-nav .user-block .btn .svgicon {
  width: 32px;
  height: 32px;
}

div.mobile-nav div.user-block .btn {
  min-width: unset;
  height: 53px;
  width: 55px;
}

div.modal {
  overflow-y: auto !important;
}

.inner #main-cat-section a.btn.btn-bordered.btn-block {
  display: none;
}
.header .svgicon.svgicon-menu,
.order-page-title .svgicon-arrow-down,
.auth-btn.ct,
.adresses-item-opts .svgicon-opts {
  color: black;
}
.place-inner.not-scrolled .header .svgicon.svgicon-menu {
  color: #fff;
}

.slide-loading {
  opacity: 0.8;
}
.slide-loading .top-icon,
.slide-loading .top-name,
.slide-loading .top-dist,
.slide-loading .top-sale {
  background: linear-gradient(90deg, #b1b1b1, #ffffff, #b1b1b1, #ffffff);
  background-size: 300% 100%;
  animation: gradient 3s linear infinite;
  transform: translate3d(0, 0, 0);
}
.slide-loading .top-name,
.slide-loading .top-dist,
.slide-loading .top-sale {
  margin-bottom: 10px;
}
@keyframes gradient {
  100% {
    background-position: 100% 50%;
  }
}

#step3:not(.disabled) .order-step-title strong {
  color: #fc9700;
}

#step3:not(.passed) .order-result-content,
#step3.active .order-result-content {
  display: none;
}

.mainmenu .simplebar-wrapper .lang-dropdown {
  left: 0;
}

.card-img .top-icon {
  background: #fff;
}

.underage-place .card-img img {
  filter: blur(30px);
}

.underage-place .card-img:after {
  content: "18+";
  color: #dc3545;
  font-weight: 500;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.shop-catalog {
  z-index: 99;
}

div.modal-backdrop.show {
  z-index: 999;
}
div.modal {
  z-index: 10000;
}

.card-sales-item .text {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transition: opacity 0.24s, transform 0.24s, visibility 0.01s;
}

div.remove-promo {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-image: url(../img/icons/close-icon.svg);
}

.delivery-disclaimer {
  font-size: 1.3em;
  color: #fd7e14;
  font-weight: 500;
}

/*Item popup*/
.opened-item {
  position: fixed !important;
  top: 0px;
  left: 0%;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: linear-gradient(
    114.13deg,
    #ffa80082 36.05%,
    rgba(255, 107, 0, 0.8) 100%
  );
  overflow: scroll;
}
.place-menu-content .opened-item:hover {
  z-index: 1000;
}
.opened-item .card-title,
.opened-item .food-card-weight {
  display: inline;
}
.opened-item .food-card {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  height: auto !important;
  margin-bottom: 75px !important;
}
.opened-item .food-card .card-img img {
  object-fit: cover;
}

.opened-item .card-capt {
  padding: 16px 0px 16px;
  position: unset;
  z-index: unset;
  visibility: visible;
  box-shadow: unset;
  background: unset;
}

.get-pass-btn {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.get-pass-btn:focus {
  outline: transparent;
}

div.modal.product-popup div.modal-dialog {
  min-width: 640px;
  width: 640px;
}

.modal.product-popup .modal-content {
  padding: 0;
}

.modal.product-popup .food-card {
  margin: 0;
}

.modal.product-popup .modal-body {
  padding: 0;
}

.modal.product-popup .card-img > img {
  height: 480px;
}

.modal.product-popup .card-title {
  float: left;
  margin-right: 20px;
}

.modal.product-popup .card-footer {
  padding-left: 36px;
}
.modal.product-popup .card-capt {
  padding-left: 0px;
  padding-top: 7px;
  position: relative;
  visibility: inherit;
  box-shadow: none;
  background: no-repeat;
  margin: 0;
  z-index: 0;
}

.place-cats a {
  width: 100%;
  display: inline-block;
  padding-right: 20px;
}

.place-cats a .place-menu-added .svgicon {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.place-cats a .place-menu-added {
  float: right;
}

.toggle-button {
  width: 26px;
  height: 26px;
  float: right;
}
.toggle-button .wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px;
  justify-content: space-between;
  align-items: end;
}

.toggle-button .menu-bar {
  width: 100%;
  transition: 0.5s;
  border: none;
  border-top: 3px solid #000;
}

.toggle-button .menu-bar-top {
}

.button-open .menu-bar-middle {
  width: 50%;
  transition: 0.5s;
}

.button-open .menu-bar-bottom {
  width: 50%;
  transition: 0.5s;
}

@media screen and (max-width: 575px) {
  .top-slider-wrap .swiper-slide {
    width: 300px;
  }
  a.top-item {
    height: 160px;
  }
  .swiper-slide.swiper-slide-active.swiper-slide-visible {
    /*margin-right: 18px !important;*/
  }
  .swiper-slide .top-title {
    margin-bottom: 11px;
  }

  .swiper-slide .top-sale {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
  .swiper-slide .top-name {
    margin-top: -15px;
  }
  .top-img,
  .place-top-slider-wrap .top-img {
    transform: translate(-7%, -50%);
    width: 45%;
  }
  .unavailable-product {
    text-align: center;
  }

  div.place-top-slider-wrap {
    margin-top: 12px;
  }
}

.history-item-title .order-number,
.multiorders-item-title .order-number {
  color: #fc9700;
}

.catalog {
  min-height: 450px;
}

.map-icon a {
  text-decoration: none !important;
  border: none;
}
.map-icon img:hover {
  filter: brightness(0);
}

.map-icon img {
  width: 35px;
  transition: all 0.2s;
}

.section-title a {
  border: none;
  font-size: 0.65em;
  position: absolute;
  bottom: 2px;
  right: 0px;
  /*color: #FFD107;*/
}
.section-title a:hover {
  color: #000;
}

.card-new {
  position: absolute;
  top: 16px;
  left: 47px;
  border: 2px solid #ffffff;
  width: 44px;
  height: 26px;
  color: #000;
  border-radius: 25px;
  line-height: 24px;
  text-align: center;
  background: #ffd107;
  font-weight: 900;
  padding-bottom: 0px;
}

.invalid-product img {
  filter: grayscale(1);
}

.cart-item-capt {
  position: relative;
}

.unavailable-product {
  position: absolute;
  font-size: 4em;
  color: red;
  opacity: 0.6;
  width: 100%;
}

.alarm-disabled .card {
  filter: grayscale(1);
}

.alarm-disabled-text {
  color: #dc3545;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-transform: uppercase;
  font-size: 2em;
  width: 100%;
  height: 150px;
  display: flex;
  font-weight: 900;
  justify-content: center;
  align-items: center;
}
.alarm-disabled-text > span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 15px;
  border-radius: 40px;
}
.alert-circle {
  height: 32px;
  width: 32px;
  background: #dc3545;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.alert-circle div {
  background: #fff;
  width: 17px;
  height: 7px;
}

.promocode label,
.promocode input,
.place-comment label,
.place-comment input {
  padding-left: 0px;
}
.place-top-slider-wrap .logo-text {
  margin-top: 3px;
}

.bond-banner .top-img {
  width: unset;
  left: unset;
}

.bond-banner .top-content {
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding-left: 50px;
}

.floor-warning {
  padding: 0px 10px 15px;
  font-size: 1.1em;
  color: var(--orange);
  font-weight: 500;
}
.mess-success {
  padding: 0px 10px 15px;
  font-size: 1.1em;
  color: var(--success);
  font-weight: 500;
}
.hero-logo img {
  border-radius: 50%;
}

.phone-link {
  display: flex;
  align-items: center;
}

.price-disclaimer {
  padding-top: 40px;
}

body.off .card.food-card .card-footer {
  display: none;
}

.top-sale .btn-link {
  cursor: pointer;
}

div.excerpt-wrap {
  max-height: unset;
}

div.catalog-controls {
  justify-content: initial;
  gap: 14px;
}

/*
ПЕТИНЫ ПРАВКИ
 */

div.card-fav {
  left: 55px;
}

.card .top-address:before {
  display: none;
}

div.card .top-address {
  padding-left: 0px;
}

div.card .top-dist:before {
  top: 2px;
}

#restaurants div.card .top-address {
  margin-bottom: 0px;
}

.inner .section.slider-section {
  padding: 18px 0px;
}
.slider-section .section-title {
  margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
  div.food-card .card-img {
    width: 78px;
  }
}
.card-sales-item.deliv:not(.close-soon-item, .closed-item) span {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 0 12px;
  margin-left: 7px;
  border-radius: 28px 28px 28px 0;
}
.card-sales-item.deliv:not(.close-soon-item, .closed-item) {
  height: 28px;
  border-radius: 28px;
  background: #ffd107;
  line-height: 28px;
  text-align: center;
  z-index: 2;
  position: relative;
  padding: 0 0px 0 12px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0px 0px 8px #00000099;
  white-space: nowrap;
}

.multiorders-modal .modal-title.h4 span:before {
  left: 0;
}

.multiorders-modal .modal-content {
  max-width: 451px;
}

.multiorders-list {
  letter-spacing: 0;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 18px;
}

.multiorders-item {
  display: flex;
  align-items: center;
  margin: 12px 0 24px;
}

.multiorders-item-title {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.multiorders-item strong {
  color: inherit;
}

.multiorders-item .top-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border: 1px solid #f2f2f2;
  position: relative;
  top: 0;
  left: 0;
}

.multiorders-modal .modal-content {
  max-width: 100%;
}

/*/////*/

.disabled .payment-item-label:hover {
  border-color: #c4bebe;
}
.disabled .payment-item-label,
.disabled .payment-item-label .icon {
  color: #c4bebe !important;
}
.disabled .payment-item-label:hover .icon {
  border-color: #c4bebe;
  color: #c4bebe;
}

/* multiorders-btn */

.multiorders-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 250px; /* width: 80px; */
  height: 80px;
  background: linear-gradient(114.13deg, #ffa800 36.05%, #ff6b00 100%);
  border-radius: 50px; /*border-radius: 100%;*/
  border: none;
  color: #000000;
  margin-left: 24px;
  z-index: 1;
  outline: none !important;
  position: fixed;
  right: 20px;
  top: auto;
  bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.multiorders-btn:before,
.multiorders-btn:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.multiorders-btn.active::after {
  background: linear-gradient(
    114.13deg,
    rgba(255, 168, 0, 0.3) 36.05%,
    rgba(255, 107, 0, 0.3) 100%
  );
  -webkit-animation: dot 1.8s infinite 0.4s;
  animation: dot 1.8s infinite 0.4s;
}

.multiorders-btn-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.multiorders-btn .count {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  padding: 0 3px;
  background: #000000;
  font-size: 12px;
  font-weight: bold;
  transition: background-color 0.24s;
  color: #ffffff;
}

.multiorders-btn .svgicon {
  width: 55px;
  height: 55px;
  font-style: normal;
  position: relative;
}

.multiorders-item-content {
  width: auto;
  /*width: 100%;*/
}

@media screen and (max-width: 576px) {
  .multiorders-btn {
    border-radius: 50% 50% 100% 0% / 100% 100% 0% 0%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 24px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    gap: 5px;
  }

  .multiorders-btn .svgicon {
    position: relative;
    width: 24px;
    height: 24px;
  }

  .multiorders-btn .count {
    top: -8px;
    right: -8px;
  }
}

.modal-orders-list {
  display: table;
}
.modal-orders-list > a {
  display: table-row;
}

.modal-orders-list > a > span {
  display: table-cell;
  padding: 0px 10px 10px 0px;
  vertical-align: center;
}

.modal-orders-list .top-icon {
  position: relative;
  left: 0;
  border: 1px solid #000;
  width: 42px;
  height: 42px;
}
.modal-orders-list .rest-caption {
  color: #000;
}

.catalog-cats-wrap {
  min-height: calc(100vh - 280px);
}

.featured-content .top-address,
.featured-content .card-fav,
.featured-content .card-sales {
  display: none;
}

.featured-content .owl-item > div {
  padding: 0;
}
.featured-content .card-img > img {
  height: 100px;
}

.featured-content .card-img .top-icon {
  bottom: 21px;
  left: 20px;
  width: 50px;
  height: 50px;
}
.featured-content .card-title {
  font-size: 14px;
}
.featured-content .card-body {
  padding: 13px 12px 10px;
}

.active-orders-container,
.featured-places-container {
  padding: 0px 12px;
}

.rest-card-preloader {
  background: #ffffff47 !important;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.place-menu-sidebar .search-form {
  margin: 100px 0px 0px 0px;
}

.discount .price > span {
  color: #fa7c13;
}

/* Фикс баннеров */

@media screen and (max-width: 575px) {
  .section.bg2 .place-menu-content .top-img {
    width: 64px;
    left: 4px;
  }

  .top-slider-wrap .top-img {
    width: 105px;
    left: 7px;
  }

  .section.bg2 .top-img {
    width: 105px;
    left: 7px;
  }
}

@media screen and (min-width: 576px) and (max-width: 640px) {
  .section.bg2 .place-menu-content .top-img {
    width: 64px;
    left: 0;
  }

  .top-slider-wrap .top-img {
    width: 105px;
    left: 7px;
  }

  .section.bg2 .top-img {
    width: 118px;
    left: 0px;
  }
}

@media screen and (min-width: 641px) {
  .section.bg2 .top-img {
    width: 118px;
    left: 59px;
  }
}

@media screen and (min-width: 640px) {
  .section.bg2 .place-menu-content .top-img {
    width: 64px;
    left: 33px;
  }

  .top-slider-wrap .top-img {
    width: 116px;
    left: 58px;
  }
}
