

/* Start:/local/templates/uzhin2020/markup2020/app/css/index.css?1762419535144174*/
@charset "UTF-8";
.top {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: "Rubik", sans-serif;
  color: #000;
  letter-spacing: -0.02em;
}

.top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
}

@media (max-width: 767px) {
  .top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .top__left .top__title, .top__left .top__subtitle--promo-new {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .top__right {
    padding-top: 30px;
    text-align: center;
  }
}

.top__right iframe {
  border-radius: 20px;
}

.top__promo-new {
  padding-bottom: 24px;
}

.top__promo-link {
  color: #2d7de1;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.top__promo-link svg {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .top__promo-link {
    position: inherit;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 31px;
  }
}

.top--promo {
  position: relative;
  z-index: -1;
}

.top__title {
  margin: 0 auto;
  font-family: "Grotesque", sans-serif;
  font-size: 58px;
  line-height: 70px;
  text-align: center;
  z-index: -1;
  position: relative;
}

.top__title--promo-new {
  font-size: 58px;
  margin-bottom: 0px;
}

.top__subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.top__subtitle--referral {
  padding: 10px 15px;
  background: #2d7de1;
  font-size: 24px;
  font-family: "Grotesque", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  line-height: 29px;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
  .top__subtitle--referral {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
}

.top__subtitle--referral-name {
  color: #fff;
}

.top__subtitle--promo-new {
  font-family: "Grotesque", sans-serif;
  font-size: 36px;
  text-align: center;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .top__subtitle--promo-new {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
}

.top__subtitle-add--promo-new {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .top__subtitle-add--promo-new {
    max-width: 180px;
    margin: 20px auto 0;
  }
}

.top__list--promo-new {
  margin-top: 48px;
}

@media only screen and (max-width: 1200px) {
  .top__list--promo-new {
    margin-top: 24px;
  }
}

.top__list--promo-new ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .top__list--promo-new ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top__list--promo-new li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin: 0 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .top__list--promo-new li {
    margin: 0 0 13px;
  }
}

.top__list--promo-new img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 16px;
}

@media only screen and (max-width: 1200px) {
  .top__list--promo-new-2 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }
}

.top__list--promo-new-2 li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-filter: drop-shadow(0px 0px 10px #0000000f);
          filter: drop-shadow(0px 0px 10px #0000000f);
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
}

@media only screen and (max-width: 1200px) {
  .top__list--promo-new-2 li {
    font-size: 14px;
    line-height: 1;
    width: 49%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.top__list--promo-new-2 img {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 1200px) {
  .top__list--promo-new-2 img {
    height: 25px;
    width: 25px;
  }
}

.top__text {
  position: absolute;
  right: 0;
  max-width: 379px;
  font-size: 16px;
  line-height: 24px;
  color: #7c8289;
}

.top__subline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.gift_text {
  position: absolute;
  right: 0;
  bottom: -45px;
  font-size: 14px;
  color: #417eda;
}

.gift_text svg {
  width: 18px;
  height: 18px;
  margin-top: -4px;
}

@media only screen and (max-width: 1201px) {
  .top__text {
    position: relative;
  }
  .gift_text {
    position: relative;
    bottom: 0;
    font-size: 16px;
    margin: 20px 0;
  }
  .gift_text svg {
    width: 27px;
    height: 27px;
    margin-top: -8px;
  }
}

.custom-scroll, .filter-list {
  scrollbar-width: 7px;
  scrollbar-color: #417eda #f2f2f2;
}

.custom-scroll::-webkit-scrollbar, .filter-list::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.custom-scroll::-webkit-scrollbar-track, .filter-list::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb, .filter-list::-webkit-scrollbar-thumb {
  background-color: #417eda;
  border-radius: 10px;
}

.filter {
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 0.5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 0.5px 1px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  position: sticky;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
  z-index: 99;
  width: 100%;
}

@media (max-width: 767px) {
  .filter {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    padding-bottom: 14px;
  }
}

.filter.fixed {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

@media (max-width: 767px) {
  .filter.fixed {
    position: fixed;
  }
}

@media (max-width: 767px) {
  .filter.fixed.header_margin {
    -webkit-transform: translate3d(0, 72px, 0);
            transform: translate3d(0, 72px, 0);
  }
}

@media (max-width: 767px) {
  .filter.fixed.hidden {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

.filter__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -16px;
}

.filter__item {
  margin-top: 16px;
  max-width: 100%;
}

.filter.is-editing {
  padding-bottom: 30px;
}

.filter-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  border: 1px solid #e8ecf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 5px;
}

@media (max-width: 767px) {
  .filter-list {
    border: 0;
    padding: 0;
    padding-bottom: 5px;
  }
}

.filter-list__item {
  line-height: 1;
  vertical-align: top;
}

.filter-list__link {
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}

.filter-list__link.ny {
  color: #E8A84F;
  margin-right: 16px;
  position: relative;
}

.filter-list__link.ny:before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 12px;
  background: url("/local/templates/uzhin2020/markup2020/app/css/../img/svg/ny_star.svg");
}

.filter-list__link.is-active {
  color: #2d7de1;
  background: #eaf2fc;
}

.filter-list__link:not(.active):hover {
  color: #7c8289;
}

.showcase-wrapper.loading .filter-list__link.ny {
  display: none;
}

.filter-data {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .filter-data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 16px 16px 0 0;
    bottom: 0;
    -webkit-box-shadow: 0 -11px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 -11px 20px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 102px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    padding: 13px 20px;
    position: fixed;
    right: 0;
    z-index: 99;
  }
}

.filter-data__inner {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .filter-data__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.filter-data__item {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 10px;
}

.filter-data__item svg {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .filter-data__item {
    margin-right: 0;
  }
}

.filter-data__item--action-mobile {
  width: 100%;
}

.filter-data__item--action-mobile.is-editing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-data__item--action-mobile.is-editing .filter-action__cancel-edit {
  position: initial;
  text-align: left;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-left: 15px;
  margin-top: 6px;
}

.filter-data__item--action.is-active {
  cursor: pointer;
}

.filter-data__item--action.is-editing {
  position: relative;
}

.filter-data__notice {
  color: #898989;
  display: inline-block;
  font-size: 12px;
  line-height: 1.33;
  max-width: 100px;
}

@media only screen and (max-width: 767px) {
  .filter-data__notice {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .filter-data.is-active .filter-data__item, .filter-data.is-active .filter-data__inner {
    width: calc(100% - 16px);
    text-align: center;
  }
}

@media (max-width: 767px) {
  .filter-data.is-active .filter-action {
    width: auto;
  }
}

@media (max-width: 500px) {
  .filter-data.is-editing {
    padding-left: 0;
    padding-right: 10px;
  }
}

.filter-action {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  position: relative;
  text-align: center;
  width: 260px;
}

.filter-action.present-label {
  width: 100%;
}

@media (max-width: 410px) {
  .filter-action.present-label .filter-action__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.filter-action.present-label .filter-action__inner .filter-action__item:last-child {
  padding-top: 2%;
}

.filter-action__present-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  margin-right: 10px;
}

.filter-action__present-label svg {
  display: inline-block;
}

.filter-action__mobile {
  width: 100%;
}

.filter-action__mobile.is-editing {
  max-width: 80%;
}

.filter-action.is-active {
  background: #2d7de1;
  color: #fff;
  border-radius: 12px;
}

.filter-action.is-active .filter-action__inner {
  background: none;
  color: #fff;
}

.filter-action:not(.is-active):hover .filter-action__dropdown {
  display: block;
}

.filter-action__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf2fc;
  border-radius: 12px;
  color: #2d7de1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 48px;
  padding: 10px 14px;
}

.filter-action__dropdown {
  background: #fff;
  border-radius: 16px;
  color: #647790;
  display: none;
  -webkit-filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12));
  font-size: 12px;
  left: 0;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0 20px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(100% + 15px);
}

@media (max-width: 767px) {
  .filter-action__dropdown {
    bottom: calc(100% + 15px);
    top: auto;
  }
}

.filter-action__dropdown:before {
  border: 10px solid black;
  border-color: #fff #fff transparent transparent;
  -webkit-box-shadow: 1px ​-1px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px ​-1px 4px 0 rgba(0, 0, 0, 0.4);
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -10px;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .filter-action__dropdown:before {
    border-color: transparent transparent #fff #fff;
    bottom: -10px;
  }
}

.filter-action__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-action__dish {
  font-size: 17px;
}

.filter-action__cost {
  display: block;
}

.filter-action__old-cost {
  font-size: 14px;
  margin-right: 8px;
  text-decoration: line-through;
}

.filter-action__cost {
  font-weight: 500;
}

.filter-action__cancel-edit {
  position: absolute;
  bottom: -23px;
  left: 10px;
  cursor: pointer;
}

.filter-action__cancel-edit span {
  color: #ff4d62;
  text-decoration: underline;
  font-size: 14px;
}

.cart-notice {
  background: #2d7de1;
  border-radius: 16px;
  bottom: 32px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: none;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  padding: 20px;
  position: fixed;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 480px;
  z-index: 99;
}

.cart-notice.is-active {
  display: block;
}

.cart-notice.is-promo {
  bottom: auto;
  width: 540px;
  padding: 32px 40px;
}

@media (max-width: 767px) {
  .cart-notice.is-promo {
    padding: 32px 16px;
  }
}

.cart-notice__msg {
  font-size: 14px;
}

.cart-notice__promo-title {
  font-family: "Grotesque", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}

.cart-notice__promo-title img {
  width: 40px;
  margin-top: -5px;
}

.cart-notice__text {
  margin: 0;
}

.cart-notice__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -8px;
  padding-top: 16px;
}

.cart-notice__footer-item {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 8px;
}

.cart-notice__btn {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  border: 0;
  color: #fff;
  min-width: 146px;
  padding: 8px 12px;
}

.cart-notice__btn--cancel {
  background: #fff;
  color: #2d7de1;
}

body:not([data-scroll='0']) .showcase-wrapper.first-loaded .filter {
  background: #fff !important;
}

@media (min-width: 768px) {
  body:not([data-scroll='0']) .showcase-wrapper.first-loaded .filter {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 0.5px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 0.5px 1px rgba(0, 0, 0, 0.1) !important;
  }
}

@media (min-width: 768px) {
  .showcase-wrapper.first-loaded .filter-list {
    border: 1px solid #e8ecf0 !important;
  }
}

.filter__apply-sub-discount {
  border: 1px solid #2d7de1;
  border-radius: 12px;
  padding: 12.5px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 12px;
  margin-right: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 767px) {
  .filter__apply-sub-discount {
    padding: 14px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 14px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 500px) {
  .filter__apply-sub-discount {
    width: 100%;
  }
}

.filter__apply-sub-discount._disabled {
  pointer-events: none;
  opacity: 0.5;
}

.filter__apply-sub-discount_pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.filter__apply-sub-discount_pin .df-pin__circle {
  border: 2px solid #8bb7ef;
}

@media (max-width: 767px) {
  .filter__apply-sub-discount_pin .df-pin__circle {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}

.filter__apply-sub-discount_pin .df-pin__circle::after {
  left: -2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 24px;
  height: 24px;
  background: url("/local/templates/uzhin2020/markup2020/app/css/../img/svg/personal-arrow.svg") no-repeat 50% #2d7de1;
}

@media (max-width: 767px) {
  .filter__apply-sub-discount_pin .df-pin__circle::after {
    width: 20px;
    height: 20px;
  }
  .filter.fixed .filter__apply-sub-discount_pin .df-pin__circle::after {
    background-color: #ffffff;
    background-image: url("/local/templates/uzhin2020/markup2020/app/css/../img/svg/personal-arrow-blue.svg");
  }
}

.filter__apply-sub-discount_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 12px;
}

.filter__apply-sub-discount_text._not_empty {
  margin-top: 2px;
}

.filter__apply-sub-discount_text._not_empty .filter__apply-sub-discount_text-main {
  font-size: 18px;
}

.filter__apply-sub-discount_text-mobile-fixed {
  display: none;
  margin-left: 6px;
  color: #2d7de1;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 767px) {
  .filter__apply-sub-discount_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 500px) {
  .filter__apply-sub-discount_text {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filter__apply-sub-discount_text-main {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #2d7de1;
}

@media (max-width: 767px) {
  .filter__apply-sub-discount_text-main {
    font-size: 14px;
    margin-right: 15px;
  }
}

.filter__apply-sub-discount_text-sub {
  font-size: 11px;
  line-height: 13px;
  color: #2d7de1;
  opacity: 0.5;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.filter__apply-sub-discount_text-sub:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  width: 100%;
  border-bottom: 1px solid #2d7de1;
}

@media (max-width: 767px) {
  .filter__apply-sub-discount_text-sub {
    font-size: 13px;
  }
}

.filter__apply-sub-discount__active {
  background-color: #EAF2FC;
  border-color: #EAF2FC;
}

.filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .filter__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .filter.fixed .filter__item._with-sub {
    position: relative;
  }
  .filter.fixed .filter__item._with-sub .filter-list {
    width: calc(100% - 92px);
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .filter.fixed .filter__item._with-sub .filter__apply-sub-discount {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .filter.fixed .filter__item._with-sub .filter__apply-sub-discount__active {
    background-color: #2d7de1;
  }
  .filter.fixed .filter__item._with-sub .filter__apply-sub-discount__active .filter__apply-sub-discount_text-mobile-fixed {
    color: #ffffff;
  }
  .filter.fixed .filter__item._with-sub .filter__apply-sub-discount .filter__apply-sub-discount_text {
    display: none;
  }
  .filter.fixed .filter__item._with-sub .filter__apply-sub-discount .filter__apply-sub-discount_text-mobile-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-alert {
  color: #000;
}

.p-alert__gift-popup {
  max-width: 580px;
  background-color: #fff;
  width: 100%;
  padding: 40px 0 55px;
}

.p-alert__gift-popup__title {
  padding: 0 32px;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.p-alert__gifts {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-alert__gifts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
  .p-alert__gifts-item {
    padding: 20px;
  }
}

.p-alert__gifts-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-alert__gifts-item-info .p-dish__info {
  margin: 0 12px 0 0;
}

.p-alert__gifts-item-info .p-dish__value {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.p-alert__gifts-item--left img {
  width: 128px;
  height: 128px;
  border-radius: 16px;
}

.p-alert__gifts-item--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .p-alert__gifts-item--right {
    padding-left: 15px;
  }
}

.p-alert__gifts-item--right p {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.01em;
}

.p-alert__gifts-item--checkbox {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  margin-top: 12px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-alert__gifts-item--checkbox-switch {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 138px;
  height: 40px;
  border-radius: 33px;
  vertical-align: top;
  background: #EAF2FC;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.p-alert__gifts-item--checkbox-switch:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  -webkit-transition: .15s;
  transition: .15s;
  background: white url("/local/templates/uzhin2020/markup2020/app/css/../img/Vector.png") no-repeat 50%;
}

.p-alert__gifts-item--checkbox-switch .active {
  display: none;
  color: #ffffff;
  margin-top: 7px;
  margin-left: 20px;
}

.p-alert__gifts-item--checkbox-switch .inactive {
  display: inline-block;
  color: #2d7de1;
  margin-top: 7px;
  margin-left: 50px;
}

.p-alert__gifts-item input[type=radio] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.p-alert__gifts-item input[type=radio]:checked + .p-alert__gifts-item--checkbox-switch {
  background: #2d7de1;
}

.p-alert__gifts-item input[type=radio]:checked + .p-alert__gifts-item--checkbox-switch .active {
  display: inline-block;
}

.p-alert__gifts-item input[type=radio]:checked + .p-alert__gifts-item--checkbox-switch .inactive {
  display: none;
}

.p-alert__gifts-item input[type=radio]:checked + .p-alert__gifts-item--checkbox-switch:before {
  -webkit-transform: translateX(96px) rotate(180deg);
      -ms-transform: translateX(96px) rotate(180deg);
          transform: translateX(96px) rotate(180deg);
}

.p-alert__gifts-button {
  width: calc(100% - 64px);
  margin: 32px 32px 0;
  text-align: center;
  background: #2d7de1;
  border-radius: 12px;
  font-size: 17px;
  line-height: 20px;
  padding: 15px;
  color: white;
}

@media only screen and (max-width: 767px) {
  .p-alert__gifts-button {
    width: calc(100% - 40px);
  }
}

.p-alert__gifts-button:hover {
  background: #4a82e2;
}

.p-alert__gifts-button:disabled {
  background: #797676;
}

.p-alert__inner {
  width: 100%;
  max-width: 380px;
  background-color: #fff;
  padding: 32px 56px 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.p-alert__inner .df-popup__close {
  top: 16px;
  right: 16px;
}

.p-alert__title {
  max-width: 182px;
  margin: 0 auto;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.p-alert__subtitle {
  margin-bottom: 16px;
}

.p-alert__subtitle-delivery {
  font-size: 14px;
  line-height: 21px;
}

.p-alert__subtitle-delivery a {
  text-decoration: underline;
}

.p-alert__phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.p-alert__worktime {
  color: #7C8289;
  font-size: 12px;
  line-height: 20px;
}

.p-alert__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.p-alert__icon svg {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.p-alert__text {
  font-size: 14px;
  line-height: 20px;
  color: #7c8289;
  margin-top: 24px;
}

.p-alert__button {
  display: block;
  width: 100%;
}

.p-alert__button[data-type="stay"] {
  background-color: #417eda;
  color: #fff;
  margin-bottom: 16px;
}

.p-alert__button[data-type="stay"]:hover {
  background-color: #5397ff;
}

.p-def__inner {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  padding: 32px;
}

.p-def__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.p-def__text {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 32px;
}

.p-def__button {
  background-color: #f19bb8;
  color: #fff;
  margin-top: 16px;
}

.p-def__button:hover {
  background-color: #ffb5ce;
  color: #fff;
}

.p-def__button--blue {
  background-color: #417eda;
}

.p-def__button--blue:hover {
  background-color: #5397ff;
}

.p-def button {
  display: block;
  width: 100%;
}

.c-order__discount-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-title {
    margin-top: 24px;
  }
}

.c-order__discount-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-order__discount-subscribe-promo-discount {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}

.c-order__discount-subscribe-promo-discount-text {
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.c-order__discount-subscribe-promo-discount-text img {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe-promo-discount-text img {
    width: 20px;
    height: 20px;
  }
}

.c-order__discount-subscribe-promo-discount._promo {
  margin-left: 35px;
  margin-top: 8px !important;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe-promo-discount._promo {
    margin-left: 30px;
  }
}

.c-order__discount-subscribe-promo-discount._promo .c-order__discount-subscribe-promo-discount-percent {
  display: none;
}

.c-order__discount-subscribe-promo-discount._promo .c-order__discount-subscribe-promo-discount-img {
  gap: 5px;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe-promo-discount {
    margin-top: 0;
    margin-left: -20px;
  }
}

.c-order__discount-subscribe-promo-discount-plus {
  font-size: 24px;
  margin: auto 10px;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe-promo-discount-plus {
    margin: auto 0;
  }
}

.c-order__discount-subscribe-promo-discount-desc {
  font-size: 12px;
  line-height: 14px;
  color: #000000 !important;
  text-decoration: none !important;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe-promo-discount-desc {
    font-size: 10px;
    line-height: 12px;
  }
}

.c-order__discount-subscribe-promo-discount-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 80px;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe-promo-discount-img {
    width: 70px;
  }
}

.c-order__discount-subscribe-promo-discount-img-wrapper {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  background: #F5F5F7;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe-promo-discount-img-wrapper {
    width: 30px;
  }
}

.c-order__discount-subscribe-promo-discount-img img {
  width: 100%;
}

.c-order__discount-subscribe-promo-discount-percent {
  color: #fff !important;
  position: absolute;
  background: #2D7DE1;
  padding: 4px 3px 4px 6px;
  text-decoration: none !important;
  -webkit-transform: rotateZ(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotateZ(-15deg);
  top: -4px;
  left: 10px;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px 0 0 2px;
}

.c-order__discount-subscribe-promo-discount-percent:after {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background: #2D7DE1;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
  right: -7px;
  z-index: -1;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-subscribe-promo-discount-percent {
    display: none;
  }
}

@media (max-width: 375px) {
  .c-order__discount-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-order__discount-subscribe-type__title {
  margin-top: 15px;
}

.c-order__discount-subscribe-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.c-order__discount-subscribe-list__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid rgba(45, 125, 225, 0.3);
  margin-bottom: 12px;
  position: relative;
  min-height: 80px;
}

.c-order__discount-subscribe-list__item-hit {
  position: absolute;
  border-radius: 8px;
  font-weight: 500;
  background-color: #fedd6c;
  padding: 7px 10px 5px;
  right: 8px;
  top: 8px;
  font-size: 10px;
  line-height: 1;
}

.c-order__discount-subscribe-list__item .c-personal__text {
  font-weight: 400;
  font-size: 16px;
  margin-top: -4px;
}

.c-order__discount-subscribe-list__item .c-personal__text-desc {
  font-size: 14px;
  line-height: 1.3;
}

.c-order__discount-subscribe-list__item-active {
  border-color: #2D7DE1;
}

.c-order__discount-subscribe-list__item .df-pin__circle {
  border: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
}

.c-order__discount-subscribe-list__item .df-pin__circle.invalid {
  border: 1px solid #ff4d62;
  -webkit-box-shadow: inset 0px 0px 12px rgba(255, 77, 98, 0.35);
          box-shadow: inset 0px 0px 12px rgba(255, 77, 98, 0.35);
}

.c-order__discount-subscribe-list__item .df-pin input:checked + .df-pin__circle {
  border: none;
}

.c-order__discount-subscribe-list__item .df-pin__circle::after {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 24px;
  height: 24px;
  left: -2px;
  background: url("/local/templates/uzhin2020/markup2020/app/css/../img/svg/personal-arrow.svg") no-repeat 50% #2d7de1;
}

.c-order__discount-subscribe-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-bottom: 15px;
}

.c-order__discount-subscribe-info__title {
  font-weight: 500;
}

.c-order__discount-subscribe-info__percent {
  font-weight: 700;
}

.c-order__discount-subscribe-info__text {
  margin-top: 15px;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.7);
}

.c-order__discount-subscribe-info__text a {
  color: #417eda;
  text-decoration: underline;
}

.c-order__discount-subscribe-info__text a:hover {
  color: #5397ff;
}

.c-order__discount-subscribe-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-order__discount-subscribe-label-promo {
  position: absolute;
  background: #f19bb8;
  border-radius: 8px;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
  text-transform: lowercase;
  padding: 2px 6px;
  right: -22px;
  top: -8px;
}

@media (max-width: 767px) {
  .c-order__discount-subscribe-label-promo {
    border-radius: 7px;
    font-size: 8px;
    padding: 2px 5px;
    right: -17px;
    top: -7px;
  }
}

.c-order__discount-subscribe-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 105%;
}

.c-order__discount-subscribe-label-popup-link {
  background: #f19bb8;
  border-radius: 6px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  padding: 4px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-order__discount-subscribe-label-popup-link:hover {
  color: #ffffff;
}

.c-order__discount-subscribe-label {
  background: #f19bb8;
  border-radius: 8px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  text-transform: lowercase;
  padding: 4px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-order__discount-subscribe .df-pin__circle {
  border: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
}

.c-order__discount-subscribe .df-pin__circle.invalid {
  border: 1px solid #ff4d62;
  -webkit-box-shadow: inset 0px 0px 12px rgba(255, 77, 98, 0.35);
          box-shadow: inset 0px 0px 12px rgba(255, 77, 98, 0.35);
}

.c-order__discount-subscribe .df-pin input:checked + .df-pin__circle {
  border: none;
}

.c-order__discount-subscribe .df-pin__circle::after {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 24px;
  height: 24px;
  background: url("/local/templates/uzhin2020/markup2020/app/css/../img/svg/personal-arrow.svg") no-repeat 50% #2d7de1;
}

.c-order__discount-subscribe .c-personal__text {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-order__discount-subscribe .c-personal__text > span {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-order__discount-subscribe .c-personal__text .c-personal__text-desc {
  font-size: 9px;
  line-height: 12px;
}

.c-order__discount-subscribe .c-personal__text .c-personal__text-desc span {
  color: #417eda;
  text-decoration: underline;
}

.c-order__discount-subscribe .c-personal__text .c-personal__text-desc span:hover {
  color: #5397ff;
}

.c-order__discount-subscribe .c-personal__pin {
  max-width: 50%;
}

@media (max-width: 375px) {
  .c-order__discount-subscribe .c-personal__pin {
    max-width: 100%;
  }
  .c-order__discount-subscribe .c-personal__pin:not(:last-child) {
    margin-bottom: 15px;
  }
}

.c-order__discount-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0 8px;
  border-bottom: 1px solid #E2E5ED;
}

.c-order__discount-item-max {
  font-size: 12px;
  line-height: 14px;
  color: #2d7de1;
}

.c-order__discount-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 16px;
}

.c-order__discount-item-informer {
  position: relative;
  font-family: Rubik;
  width: 22px;
  height: 22px;
  margin-top: -20px;
  margin-left: calc(100% + 20px);
  cursor: pointer;
  background: #EAF2FC;
  border-radius: 50%;
  text-align: center;
}

.c-order__discount-item-informer:hover .c-order__discount-item__dropdown {
  display: block;
}

.c-order__discount-item-informer.c-personal__informer {
  margin-left: 0;
  margin-top: -10px;
}

.c-order__discount-item__dropdown {
  background: #fff;
  border-radius: 16px;
  color: #212121;
  display: none;
  -webkit-box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.12);
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  padding: 14px 21px;
  position: absolute;
  right: 0;
  text-align: left;
  bottom: calc(100% + 20px);
  top: auto;
  width: 300px;
  left: -140px;
  z-index: 1;
}

.c-order__discount-item__dropdown p {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0;
}

.c-order__discount-item__dropdown span {
  opacity: 0.6;
}

.c-order__discount-item__dropdown:before {
  border: 10px solid;
  border-color: #fff #fff transparent transparent;
  content: "";
  height: 0;
  margin-left: -10px;
  position: absolute;
  bottom: -9px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 50%;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  width: 0;
}

.c-order__discount-item__dropdown:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: #2d7de1;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin-top: 19px;
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  .c-order__discount-item__dropdown--mobile-left {
    left: -250px;
  }
  .c-order__discount-item__dropdown--mobile-left:before {
    left: 87%;
  }
}

@media only screen and (max-width: 415px) {
  .c-order__discount-item__dropdown--mobile-left {
    left: -270px;
  }
  .c-order__discount-item__dropdown--mobile-left:before {
    bottom: -7px;
    left: 93%;
  }
}

.c-order__discount-list {
  width: 49%;
}

.c-order__discount-list.--full {
  width: 100%;
}

.c-order__discount-list-color {
  display: block;
  background: #EAF2FC;
  height: 8px;
}

.c-order__discount-list-color.active {
  background: #2d7de1;
}

.c-order__discount-list-color.pink {
  background: #FFECF2;
}

.c-order__discount-list-color.pink.active {
  background: #FF96B9;
}

.c-order__discount-list-color.yellow {
  background: #FFFF9C;
}

.c-order__discount-list-color.yellow.active {
  background: #FEE948;
}

.c-order__discount-list:first-child .c-order__discount-list-color {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.c-order__discount-list:last-child .c-order__discount-list-color {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.c-order__discount-list-description {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  opacity: 0.4;
  margin-top: 8px;
}

.c-order__discount-total {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  padding-bottom: 16px;
}

.c-order__discount-total_value {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

@media (max-width: 767px) {
  .promo {
    position: initial;
  }
}

.promo_reminder {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  bottom: 15px;
  left: 50%;
  z-index: 101;
}

@media only screen and (max-width: 1200px) {
  .promo_reminder.showed {
    bottom: 80px;
  }
}

.promo_reminder--wrapper {
  background: #2d7de1;
  border-radius: 10px;
  color: #ffffff;
  padding: 15px 30px 15px 60px;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.promo_reminder--wrapper:before {
  display: block;
  position: absolute;
  content: '';
  background: url("/local/templates/uzhin2020/markup2020/app/css/../img/promo_box.png") no-repeat;
  width: 75px;
  height: 75px;
  left: -6px;
  top: -22px;
  background-size: contain;
}

@media (max-width: 767px) {
  .promo_reminder--wrapper:before {
    left: 4px;
  }
}

.promo-subtitle {
  font-family: 'Rubik';
  font-size: 27px;
  margin-top: 10px;
  line-height: 1.25;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .promo-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
}

.promo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 360px;
  margin: 30px 0 0;
  z-index: 1;
}

.promo-list__header {
  margin-bottom: 0;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .promo-list__header {
    text-align: center;
    max-width: 210px;
    margin: 60px auto 0;
  }
}

@media (max-width: 767px) {
  .promo-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.promo-list__wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .promo-list__wrapper {
    right: 0;
  }
}

.promo-list__wrapper.opened {
  background: #fff;
  -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.16));
  border-radius: 16px;
}

.promo-list__wrapper.opened .f-dropdown__arrow {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.promo-list__wrapper.opened .promo-list__items {
  display: block;
}

.promo-list__wrapper.opened .promo-list__head {
  background: #fff;
}

.promo-list__head {
  position: relative;
  border-radius: 16px;
  line-height: 120%;
  padding: 15px 0px 15px 16px;
  background: #F5F5F7;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.promo-list__current {
  background: #2d7de1;
  border-radius: 16px;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 15px 17px;
  margin-right: 225px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .promo-list__current {
    margin-right: 15px;
  }
}

.promo-list__items {
  display: none;
  margin-top: 11px;
  margin-left: 15px;
}

.promo-list__item {
  display: block;
  font-size: 14px;
  color: #2d7de1;
  padding: 15px 0;
  border-top: 1px solid #E8ECF0;
}

.order_reminder {
  position: fixed;
  bottom: 20px;
  z-index: 99;
  padding: 16px;
  border-radius: 16px;
  left: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2D7DE1 url(/local/templates/uzhin2020/markup2020/app/css/../img/reminder_bg.png) no-repeat;
  background-position-x: 100%;
  gap: 16px;
}

@media (max-width: 767px) {
  .order_reminder {
    left: 20px;
    padding: 12px;
    padding-bottom: 60px;
    padding-right: 100px;
  }
  .order_reminder.bottom_padding {
    bottom: 110px;
  }
  .order_reminder.bottom_padding_promo {
    bottom: 80px;
  }
}

.order_reminder-img {
  width: 90px;
}

@media (max-width: 767px) {
  .order_reminder-img {
    width: 40px;
  }
}

.order_reminder-img img {
  max-width: 100%;
}

.order_reminder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .order_reminder-text {
    font-size: 14px;
    line-height: 16px;
  }
}

.order_reminder-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.order_reminder-btn {
  padding: 9px 16px;
  font-size: 14px;
  line-height: 14px;
  background: #4F92E6;
  border-radius: 10px;
}

.order_reminder-btn:hover {
  background: #76a8e8;
}

.order_reminder-btn.link {
  color: #2D7DE1;
  background: #fff;
}

.order_reminder-btn.link:hover {
  background: #76a8e8;
}

.order_reminder-btn__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .order_reminder-btn__block {
    position: absolute;
    width: 100%;
    bottom: 12px;
    left: 12px;
  }
}

.showcase-wrapper {
  padding-top: 75px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .showcase-wrapper--promo {
    padding-top: 10px;
  }
}

.showcase-wrapper-recommend {
  padding-top: 59px;
}

@media (max-width: 767px) {
  .showcase-wrapper-recommend {
    padding-top: 0px;
  }
}

.showcase-wrapper-recommend + .showcase-wrapper-loyalty {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .showcase-wrapper-recommend + .showcase-wrapper-loyalty {
    padding-top: 25px;
  }
}

.showcase-wrapper-loyalty {
  padding-top: 59px;
}

@media (max-width: 767px) {
  .showcase-wrapper-loyalty {
    padding-top: 10px;
  }
}

.showcase-wrapper-loyalty .family-gift .p-main__inner {
  padding: 0;
}

.showcase-wrapper-loyalty .family-gift .p-main__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .showcase-wrapper-loyalty .family-gift .df-popup__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .showcase-wrapper-loyalty .family-gift .p-main__close {
    display: block;
  }
}

.showcase-wrapper .promo-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .showcase-wrapper .promo-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}

.showcase-wrapper .promo-title .price {
  color: #417eda;
  white-space: nowrap;
}

.showcase-wrapper .promo-title .old-price {
  color: #7c8289;
  font-size: 24px;
  margin-left: 6px;
  font-style: normal;
  font-weight: normal;
  text-decoration: line-through;
  white-space: nowrap;
}

.showcase-wrapper .promo-subtitle {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #417eda;
}

@media (max-width: 767px) {
  .showcase-wrapper .promo-subtitle {
    font-size: 18px;
  }
}

.showcase-wrapper.loading {
  position: relative;
}

.showcase-wrapper.loading .filter {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.showcase-wrapper.loading .filter .filter-list {
  border: none;
}

.showcase-wrapper.loading::before {
  content: '';
  color: #3b65c3;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.8;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
          animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 100;
  cursor: wait;
}

.showcase-wrapper.loading .filters {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.showcase-wrapper.loading .showcase {
  -webkit-filter: opacity(20%);
          filter: opacity(20%);
  min-height: 300px;
}

.blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.form-wrapper {
  background-color: #417eda;
  background-image: url(/local/templates/uzhin2020/markup2020/app/css/../img/svg/promo.svg);
  background-repeat: no-repeat;
  background-position: 110% 35%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 20px rgba(234, 237, 242, 0.25);
          box-shadow: 0px 8px 20px rgba(234, 237, 242, 0.25);
  padding: 40px;
  margin-top: 54px;
}

.form-wrapper__new-form {
  background-image: url(/local/templates/uzhin2020/markup2020/app/css/../img/new_promo_form.png);
}

.form-wrapper__new-form .promo-form__button.with-price {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.form-wrapper__new-form .promo-form__title {
  font-size: 44px;
  font-family: 'GROTESQUE';
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .form-wrapper__new-form .promo-form__title {
    font-size: 30px;
  }
}

.margin-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

.promo-info {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  margin-bottom: 23px;
}

.promo-info._discount {
  margin-top: -20px;
}

.promo-info__row {
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.promo-info__row:last-child {
  border: none;
}

.promo-info__row span:first-child {
  font-weight: 500;
}

.promo-info__tel {
  color: #E5E5E5bb;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.1;
}

.promo-info .c-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #000;
}

.promo-info .c-total__discount {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.promo-info .c-total__discount .c-total__text {
  font-size: 18px;
  font-weight: normal;
}

.promo-info .c-total__discount .c-total__price {
  font-size: 18px;
  font-weight: normal;
}

.promo-info .c-total__text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.promo-info .c-total__dots {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}

.promo-info .c-total__old-price {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #7c8289;
  text-decoration: line-through;
  margin-right: 8px;
}

.promo-info .c-total__price {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.promo-form__error {
  color: #ffffff;
  font-size: 14px;
}

.promo-form__title {
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .promo-form__title {
    font-weight: 500;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .promo-form__title--nomr {
    margin-bottom: 0 !important;
  }
}

.promo-form__subtitle {
  display: block;
  font-size: 20px;
  line-height: 28px;
  width: 86%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .promo-form__subtitle {
    display: none;
  }
}

.promo-form__subtitle a {
  text-decoration: underline;
  color: #417eda;
}

.promo-form__subtitle--mobile {
  display: none;
}

@media (max-width: 767px) {
  .promo-form__subtitle--mobile {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 34px;
    max-width: 85%;
  }
}

.promo-form__subtitle--mobile a {
  text-decoration: underline;
}

.promo-form__wrapper {
  padding: 42px 40px;
  background-position: 110% 81%;
}

@media (min-width: 768px) {
  .promo-form__wrapper {
    padding: 40px;
  }
}

.promo-form__input {
  font-size: 18px;
  line-height: 32px;
  color: #7c8289;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 4px;
}

.promo-form__input.error {
  border-color: #ff4d62;
  -webkit-box-shadow: inset 0px 0px 12px rgba(255, 77, 98, 0.35);
          box-shadow: inset 0px 0px 12px rgba(255, 77, 98, 0.35);
}

.promo-form__button {
  background-color: #000;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  padding: 16px 40px;
  min-width: 270px;
  font-size: 20px;
  line-height: 24px;
  -webkit-box-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.35);
  margin-left: auto;
  display: block;
}

.promo-form__button:hover {
  background-color: #222222;
}

@media (max-width: 1200px) {
  .promo-form__button {
    min-width: 100px;
  }
}

@media (max-width: 767px) {
  .promo-form__button {
    background-color: #417eda;
  }
}

.promo-form__button-mobile {
  background-color: #fff;
  color: #417eda;
  display: none;
}

@media (max-width: 767px) {
  .promo-form__button-mobile {
    border-radius: 8px;
    border: none;
    padding: 16px 40px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.35);
    display: block;
  }
}

.promo-form__button.with-price {
  background-color: #ffffff;
  color: #2d7de1;
  border: 2px solid #2d7de1;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}

.promo-form__button.with-price:hover {
  background-color: #e9eaed;
  color: #2d7de1;
}

@media (max-width: 767px) {
  .promo-form__button.with-price {
    background-color: #417eda;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 56px;
  }
}

@media (max-width: 500px) {
  .promo-form__button.with-price {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 350px) {
  .promo-form__button.with-price {
    font-size: 18px;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.promo-form__button-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.promo-form__button-old_price {
  color: #2d7de1;
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
  background-color: aliceblue;
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 14px;
  margin-bottom: auto;
  position: relative;
}

.promo-form__button-old_price:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #417eda;
  width: calc(100% - 8px);
  height: 40%;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

@media (max-width: 350px) {
  .promo-form__button-old_price {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.promo-form__button--gotomain {
  color: #fff;
  background: #5397ff;
  border: 2px solid #2d7de1;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 41px;
  margin-top: 12px;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.promo-form__button--gotomain:hover {
  background: #417eda;
  color: #fff;
}

@media (max-width: 767px) {
  .promo-form__button--gotomain {
    display: none;
  }
}

@media (min-width: 1200px) {
  .promo-form__button--gotomain {
    margin-left: 85px;
    margin-right: auto;
  }
}

@media (max-width: 350px) {
  .promo-form__button-title {
    display: block;
  }
}

.promo-form__subtext {
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
  color: #91bdff;
}

.promo-form__subtext a {
  color: #ffffff;
}

.promo-form__submit {
  position: static;
}

.promo-form__submit--mobile {
  display: none;
}

@media (max-width: 767px) {
  .promo-form__submit--mobile {
    display: block;
  }
  .promo-form__submit--mobile .promo-form__button--gotomain {
    display: block;
  }
}

@media (max-width: 767px) {
  .promo-form__submit {
    position: fixed;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    -webkit-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.05), 0px -0.5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.05), 0px -0.5px 1px rgba(0, 0, 0, 0.1);
    height: 88px;
    width: 100%;
    z-index: 100;
  }
}

@media (max-width: 767px) {
  .promo-form__submit.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.showcase-intro {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.29;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .showcase-intro {
    display: block;
  }
}

.showcase-intro.showcase__intro--foryou {
  display: block;
}

.showcase-intro__icon {
  height: 32px;
  margin-bottom: 8px;
  width: 32px;
}

.showcase-intro__description {
  margin: 0;
}

.showcase {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9FA), to(#FFFFFF));
  background: linear-gradient(180deg, #F9F9FA 0%, #FFFFFF 100%);
  color: #000;
  font-family: "Rubik", sans-serif;
  position: relative;
}

.showcase__inner {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .showcase__inner {
    padding-top: 0;
  }
  .showcase_new-year .showcase__inner {
    padding-top: 50px;
  }
}

.showcase__section {
  position: relative;
}

.showcase__section:not(:first-child) {
  border-top: 1px solid #e2e5ed;
  margin-top: 40px;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .showcase__section:not(:first-child) {
    border-top: 0;
    margin-top: 20px;
    padding-top: 40px;
  }
}

.showcase__section-recommend, .showcase__section-loyalty {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1198px;
}

@media (max-width: 767px) {
  .showcase__section-recommend, .showcase__section-loyalty {
    padding: 0;
  }
}

.showcase__section-recommend .showcase__title, .showcase__section-loyalty .showcase__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .showcase__section-recommend .showcase__title, .showcase__section-loyalty .showcase__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
  }
}

.showcase__section-recommend .owl-stage, .showcase__section-loyalty .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px !important;
}

.showcase__section-recommend .showcase__item, .showcase__section-loyalty .showcase__item {
  width: 100%;
}

@media (max-width: 767px) {
  .showcase__section-recommend .showcase__item, .showcase__section-loyalty .showcase__item {
    width: 310px !important;
    max-width: 310px !important;
  }
}

.showcase__section-recommend .owl-stage-outer, .showcase__section-loyalty .owl-stage-outer {
  overflow: hidden;
  padding-top: 20px;
  -webkit-transform: translate3d(0, 0, 0);
}

.showcase__section-recommend .owl-nav button, .showcase__section-loyalty .owl-nav button {
  border: none;
  width: 40px;
  height: 40px;
}

.showcase__section-recommend .owl-nav.disabled, .showcase__section-loyalty .owl-nav.disabled {
  display: none;
}

.showcase__section-recommend .owl-item, .showcase__section-loyalty .owl-item {
  -webkit-box-shadow: 0 8px 15px #ccd4e2;
          box-shadow: 0 8px 15px #ccd4e2;
}

.showcase__section-recommend .dish, .showcase__section-loyalty .dish {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .showcase__section-recommend .dish, .showcase__section-loyalty .dish {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .showcase__section-recommend .dish .dish__img, .showcase__section-loyalty .dish .dish__img {
    width: 100px;
    height: 100px;
  }
}

.showcase__section-recommend .dish .dish__p, .showcase__section-loyalty .dish .dish__p {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.7;
}

@media (max-width: 767px) {
  .showcase__section-recommend .showcase__list--foryou, .showcase__section-loyalty .showcase__list--foryou {
    margin-left: -10px;
  }
}

.showcase__section-recommend .showcase__list--foryou .owl-stage-outer, .showcase__section-loyalty .showcase__list--foryou .owl-stage-outer {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .showcase__section-recommend .showcase__list--foryou .owl-stage-outer, .showcase__section-loyalty .showcase__list--foryou .owl-stage-outer {
    padding-left: 10px;
  }
}

.showcase__section-loyalty .owl-item {
  min-width: 300px;
  max-width: 300px;
}

.showcase__section-loyalty .owl-item:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .showcase__section-loyalty .owl-item:not(:last-child) {
    margin-right: 18px;
  }
}

.showcase__section-loyalty .owl-item .showcase__item {
  height: 100%;
}

.showcase__section-loyalty .owl-item .showcase__item .dish {
  padding: 16px;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__content {
  padding-left: 0;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__head .dish__description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__head .dish__img {
  width: 100px;
  height: 100px;
  margin-right: 16px;
  border-radius: 6px;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__head .dish__img img {
  border-radius: 6px;
}

@media (max-width: 767px) {
  .showcase__section-loyalty .owl-item .showcase__item .dish .dish__head .dish__img {
    width: 56px;
    height: 56px;
  }
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__footer {
  margin-top: auto;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__footer .loyalty_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 13px 13px 13px;
  width: 100%;
  border-color: #417eda;
  color: #417eda;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__footer .loyalty_add:hover {
  background-color: #417eda;
  color: #fff;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__footer .loyalty_add.loyalty_added {
  background-color: #417eda;
  color: #fff;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__footer .loyalty_add.loyalty_added svg {
  margin-right: 11px;
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__footer .loyalty_add.loyalty_added:hover {
  border-color: #5397ff;
  background-color: #5397ff;
  -webkit-box-shadow: 0 14px 20px -15px rgba(83, 151, 255, 0.5);
          box-shadow: 0 14px 20px -15px rgba(83, 151, 255, 0.5);
}

.showcase__section-loyalty .owl-item .showcase__item .dish .dish__footer .loyalty_add.loyalty_add-later {
  background: #EAF2FC;
  border-color: #EAF2FC;
  color: #2d7de1;
}

.showcase__section-loyalty .showcase__title {
  margin-bottom: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .showcase__section-loyalty .showcase__title {
    margin-bottom: 10px;
  }
}

.showcase__section-loyalty .showcase__subtitle {
  color: #7c8289;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.28px;
  margin-bottom: 24px;
}

.showcase__title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 28px;
  line-height: 1.071;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.showcase__title-discount {
  background: #2d7de1;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-block;
  line-height: 18px;
  margin-left: 10px;
}

.showcase__category-name {
  margin: 60px 0 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
}

.showcase__category-description {
  font-size: 14px;
  line-height: 112%;
  color: #7c8289;
  font-weight: normal;
  margin-left: 20px;
}

.showcase__category-subtitle {
  font-size: 18px;
  line-height: 112%;
  color: #417eda;
  margin-top: -20px;
}

.showcase__category-icon {
  position: absolute;
  right: 0;
  margin-top: -25px;
}

.showcase--additional {
  padding-bottom: 30px;
}

.showcase__action {
  position: absolute;
  z-index: 90;
  cursor: pointer;
  right: -10px;
  bottom: -25px;
}

@media (max-width: 767px) {
  .showcase__action {
    position: inherit;
    width: 100%;
    margin: 0 -10px;
  }
  .showcase__action .filter-action {
    width: 100%;
  }
}

.showcase__action-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: right;
  margin-top: 2px;
}

.showcase__action-price .filter-action__old-cost {
  margin-right: 0;
  font-size: 12px;
  line-height: 100%;
}

.showcase__action-price .filter-action__cost {
  font-size: 16px;
  line-height: 20px;
}

.showcase__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}

.showcase__list--foryou {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.showcase__list--foryou .owl-stage-outer {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .showcase__list--foryou .owl-stage-outer {
    margin-right: -20px;
  }
}

.showcase__list--foryou .owl-item {
  float: left;
  -webkit-box-shadow: 0 8px 20px #ccd4e2;
          box-shadow: 0 8px 20px #ccd4e2;
  border-radius: 16px;
}

.showcase__list--foryou .showcase__item {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .showcase__list--foryou .showcase__item {
    max-width: 270px;
  }
}

.showcase__list--foryou .owl-next, .showcase__list--foryou .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 50%;
}

.showcase__list--foryou .owl-next.disabled, .showcase__list--foryou .owl-prev.disabled {
  visibility: visible !important;
  opacity: 100 !important;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: default;
}

.showcase__list--foryou .owl-next span, .showcase__list--foryou .owl-prev span {
  display: none;
}

.showcase__list--foryou .owl-next {
  background: url(/local/templates/uzhin2020/markup2020/app/css/../img/svg/arrow-next.svg) !important;
  right: -90px;
}

.showcase__list--foryou .owl-prev {
  background: url(/local/templates/uzhin2020/markup2020/app/css/../img/svg/arrow-prev.svg) !important;
  left: -85px;
}

.showcase__list--foryou .owl-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .showcase__list--foryou .owl-dots {
    display: none;
  }
}

.showcase__list--foryou .owl-dot {
  background-color: #e2e5ed !important;
  border-radius: 50%;
  display: block;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
}

.showcase__list--foryou .owl-dot:not(:last-of-type) {
  margin-right: 12px;
}

.showcase__list--foryou .owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: #417eda !important;
}

.showcase__item {
  margin-left: 20px;
  margin-top: 20px;
  width: calc(100%/3 - 20px);
}

@media screen and (min-width: 1024px) and (max-width: 1250px) and (-ms-high-contrast: active), (min-width: 1024px) and (max-width: 1250px) and (-ms-high-contrast: none) {
  .showcase__item {
    width: calc(100%/3 - 21px);
  }
}

.showcase__finished {
  margin-top: 100px;
}

.showcase__intro {
  display: none;
  margin-bottom: 40px;
}

.showcase__intro--foryou {
  display: block;
  text-align: left;
  max-width: 100%;
  margin-top: -20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .showcase__intro--foryou {
    margin-top: 15px;
  }
}

.showcase__intro--foryou .showcase-intro__description {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .showcase__intro {
    display: block;
  }
}

.showcase--promo .dish__img {
  padding-top: 79%;
}

.showcase--promo .dish__img.gallery {
  padding-top: 0;
}

.isWeekMenuOpened .showcase:after {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.s-more {
  /*overflow: hidden*/
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.s-more__description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 18px;
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 767px) {
  .s-more__description {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-more__description-text {
  margin: 0;
}

@media (max-width: 767px) {
  .s-more__description-text {
    max-width: 220px;
    text-align: left;
  }
}

.s-more__description-icon {
  display: none;
  height: 20px;
  width: 20px;
}

@media (max-width: 767px) {
  .s-more__description-icon {
    display: inline-block;
  }
}

.s-more__title {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}

@media (max-width: 767px) {
  .s-more__title {
    line-height: 1;
    margin-bottom: 0;
  }
}

.s-more__check {
  display: none;
  position: absolute;
  top: 35px;
  right: 30px;
}

@media (max-width: 767px) {
  .s-more__check {
    right: 0;
  }
}

.s-more__selector {
  font-size: 22px;
  line-height: 1.3;
  color: #7c8289;
  font-style: normal;
  display: block;
}

@media (max-width: 767px) {
  .s-more__selector {
    line-height: 1;
  }
}

.s-more__selector:hover {
  color: #7c8289;
}

.s-more__selector span, .s-more__selector svg {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.s-more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .s-more__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.s-more__item {
  border-radius: 16px;
  border: 2px solid #dfdfdf;
  background: #ffffff;
  cursor: pointer;
  margin-right: 10px;
  max-width: 320px;
  padding: 20px 30px 18px;
  position: relative;
  text-align: left;
  width: 50%;
}

@media (max-width: 767px) {
  .s-more__item:not(:first-child) {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .s-more__item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-width: 1px;
    margin-right: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.s-more__item--name {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  line-height: 1.25;
}

.s-more__item--description {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

.s-more__item.selected {
  border-color: #2d7de1;
}

@media (max-width: 767px) {
  .s-more__item.selected {
    border-color: #dfdfdf;
  }
}

.s-more__item.selected .s-more__check {
  display: block;
}

.s-more__arrow {
  position: inherit;
  display: inline;
}

.s-more__arrow.opened {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.s-cart {
  position: relative;
  height: 76px;
}

.s-cart__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.05), 0px -0.5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.05), 0px -0.5px 1px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.s-cart__inner.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
}

.s-cart__button {
  display: block;
  width: 100%;
  max-width: 379px;
  white-space: nowrap;
  margin: 0 auto;
}

.s-cart__button:first-of-type {
  margin-bottom: 8px;
}

.s-cart__button--hidden-on-desctop {
  display: none;
}

.s-cart__button:disabled {
  opacity: 0.3;
}

.s-cart__button .mobile {
  display: none;
}

.list-move {
  -webkit-transition: all 600ms ease-in-out 50ms;
  transition: all 600ms ease-in-out 50ms;
}

.list-enter-active {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.list-leave-active {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  position: absolute;
  z-index: 0;
}

.list-enter, .list-leave-to {
  opacity: 0;
}

.list-enter {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.animtocart {
  position: absolute;
  background: #417eda;
  width: 15px;
  height: 15px;
  opacity: 0.6;
  border-radius: 25px;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.animimage {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.6;
  border-radius: 16px;
  z-index: 9999;
}

.animimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shareblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}

#goryachie-blyuda {
  margin-top: 0;
}

@media only screen and (max-width: 1200px) {
  .showcase {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(8.64%, #F9F9FA), color-stop(88.03%, #F9F9FA), to(#FFFFFF));
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9FA 8.64%, #F9F9FA 88.03%, #FFFFFF 100%);
  }
  .showcase__category-subtitle {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .showcase__category-description {
    margin-left: 0;
  }
  .showcase__category-name {
    margin: 40px 0 20px;
  }
  .s-more {
    margin-top: 0;
  }
  .s-more__bottom {
    margin-left: 0;
    margin-right: 0;
  }
  .s-cart {
    height: 128px;
  }
  .s-cart__button {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .s-cart__button--hidden-on-desctop {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .s-more {
    position: relative;
  }
  .form-wrapper {
    background-position: 35% 140%;
  }
  .form-wrapper__new-form {
    background-position: 25% 100%;
  }
  .promo-form__title {
    margin-bottom: 23px;
  }
  .promo-form__subtext {
    margin-bottom: 51px;
  }
  .promo-form__button {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .showcase__item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .s-more__title--mobile {
    display: block;
  }
  .s-more__title--desctop {
    display: none;
  }
  .s-more__button {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .showcase__list {
    margin-left: 0;
    margin-right: 0;
  }
  .showcase__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 374px) {
  .s-cart__button .desctop {
    display: none;
  }
  .s-cart__button .mobile {
    display: inline-block;
  }
}

.promo-form_go-to-main {
  padding: 0;
  margin-top: 54px;
}

.promo-form_go-to-main__title {
  font-family: "Grotesque", sans-serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .promo-form_go-to-main__title {
    font-size: 30px;
    line-height: 40px;
  }
}

.promo-form_go-to-main__text {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .promo-form_go-to-main__text {
    max-width: 390px;
  }
}

.promo-form_go-to-main__button {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #417eda;
  color: #fff;
  padding: 18px 40px;
  -webkit-box-shadow: 0 14px 20px -15px rgba(65, 126, 218, 0.5);
          box-shadow: 0 14px 20px -15px rgba(65, 126, 218, 0.5);
  border-radius: 8px;
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 767px) {
  .promo-form_go-to-main__button {
    font-size: 18px;
    line-height: 21px;
  }
}

.promo-form_go-to-main__button:hover {
  color: #fff;
  background-color: #5397ff;
}

.promo-form_go-to-main__button--mobile {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .promo-form_go-to-main__button--mobile {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .promo-form_go-to-main__button--mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .promo-form_go-to-main__button--desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .promo-form_go-to-main__button--desktop {
    display: block;
  }
}

.promo-form_go-to-main--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .promo-form_go-to-main--left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.promo-form_go-to-main--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-form_go-to-main--img1, .promo-form_go-to-main--img2 {
  max-width: 263px;
  width: 50%;
  height: 263px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17px;
}

@media only screen and (min-width: 1025px) {
  .promo-form_go-to-main--img1.full-width, .promo-form_go-to-main--img2.full-width {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: 35px;
  }
}

.promo-form_go-to-main--img1 {
  background-image: url("/local/templates/uzhin2020/markup2020/app/css/../img/promo_other1.jpg");
}

@media only screen and (max-width: 1024px) {
  .promo-form_go-to-main--img1 {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.promo-form_go-to-main--img2 {
  background-image: url("/local/templates/uzhin2020/markup2020/app/css/../img/promo_other2.jpg");
  margin-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .promo-form_go-to-main--img2 {
    display: none;
  }
}

.card-alert {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  background: #2D7DE1;
  color: #fff;
  border-radius: 16px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .card-alert {
    width: calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.card-alert-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .card-alert-body {
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
  }
}

.card-alert-body img {
  width: 52px;
  height: 52px;
}

.card-alert-body-header {
  display: block;
  font-size: 19px;
  font-weight: 400;
  font-family: 'Grotesque';
  line-height: 1;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .card-alert-body-header {
    font-size: 16px;
  }
}

.card-alert-body-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .card-alert-body-text {
    font-size: 12px;
    line-height: 14px;
    height: 30px;
    overflow: hidden;
  }
}

.card-alert-body-text-show {
  display: none;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: 500;
}

.card-alert-body-text-show img {
  height: 12px;
  width: 15px;
}

.card-alert-body-text-show.open img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .card-alert-body-text-show {
    display: block;
    margin-top: 8px;
  }
}

.card-alert-center {
  max-width: 640px;
}

.card-alert-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .card-alert-buttons {
    width: 100%;
  }
}

.card-alert-buttons button {
  border: none;
  border-radius: 10px;
  padding: 9px 16px;
  line-height: 1;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .card-alert-buttons button {
    width: 50%;
  }
}

.card-alert-buttons-white {
  background: #fff;
  color: #2d7de1;
}

.card-alert-buttons-white:hover {
  background: #EAF2FC;
}

.card-alert-buttons-blue {
  background: #508DE9;
  color: #FFFFFF;
}

.card-alert-buttons-blue:hover {
  background: #5397ff;
}

.agreement-alert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #1918188F;
}

.agreement-alert-body {
  width: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2d7de1;
  padding: 32px 40px;
  border-radius: 16px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .agreement-alert-body {
    width: calc(100% - 20px);
    padding: 32px 16px;
  }
}

.agreement-alert-header {
  font-family: 'Grotesque';
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

.agreement-alert-text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.agreement-alert-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.agreement-alert-button {
  border: none;
  width: 100%;
  margin-top: 8px;
  border-radius: 12px;
  padding: 16px;
  color: #2d7de1;
  line-height: 1;
}

.agreement-alert-button:hover {
  background: #EAF2FC;
}

.agreement-alert-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .agreement-alert-checkbox-wrapper {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.agreement-alert-checkbox .df-pin {
  margin-bottom: 0;
  margin-right: 12px;
}

.agreement-alert-checkbox .df-pin__circle {
  border: 2px solid #FFFFFF4D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: none;
  width: 27px;
  height: 27px;
}

.agreement-alert-checkbox .df-pin__circle::after {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  background: url("/local/templates/uzhin2020/markup2020/app/css/../img/svg/personal-arrow.svg") no-repeat 50% #2d7de1;
}

.dish {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 20px #ccd4e2;
          box-shadow: 0 8px 20px #ccd4e2;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.dish .promo_present {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dish .promo_present span {
  margin-left: 10px;
}

.dish .star-rate {
  padding-left: 5px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .dish .star-rate {
    margin-bottom: 8px;
    padding-left: 0;
  }
}

.dish .star-rate--second {
  display: none;
}

.dish__label-veg {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 14px 0 8px;
  padding: 5px 15px;
}

.dish--second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
}

.dish--second .dish__labels {
  bottom: auto;
  left: 0;
  top: 0;
}

.dish--second .df-add.isOpened {
  min-width: 130px;
}

.dish--second .df-add__counter {
  font-size: 10px;
}

.dish--second .dish__content {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  padding-left: 12px;
}

.dish--second .dish__wrapper {
  margin-left: -12px;
}

@media (max-width: 767px) {
  .dish--second .dish__wrapper {
    margin-left: -12px;
  }
}

.dish--second .dish__img {
  border-radius: 16px;
  height: 128px;
  padding-top: 0;
  width: 128px;
}

@media (max-width: 767px) {
  .dish--second .dish__img {
    height: 95px;
    width: 95px;
  }
}

.dish--second .dish__footer {
  padding-bottom: 0;
}

.dish--second .dish__info {
  font-size: 12px;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .dish--second .dish__info {
    margin-left: 12px;
  }
}

.dish--second img.dish__icon {
  height: 28px;
  width: 28px;
}

.dish--second .dish__value {
  margin-left: 6px;
}

.dish--second .dish__cost {
  font-size: 18px;
}

.dish--second .dish__description,
.dish--second .dish__footer {
  padding: 0;
}

.dish--second .dish__description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
}

.dish--second .dish-labels__inner {
  padding: 8px;
}

.dish--second .dish__info {
  margin-left: 10px;
}

.dish--second .dish__info svg {
  width: 13px;
  height: 13px;
}

.dish--second .dish-labels__label {
  background: #fff;
  padding: 0;
}

.dish--second .dish__price {
  margin-right: 10px;
}

.dish--second .dish__p {
  display: block;
  white-space: nowrap;
}

.dish--second .dish__p-slash {
  display: none;
}

.dish--second .df-add__wrapper {
  margin: 0 auto;
}

.dish--second .isOpened .df-add__wrapper {
  margin: 0;
}

.dish--second .df-add__minus,
.dish--second .df-add__plus {
  width: 34px;
}

.dish--second .star-rate:first-of-type {
  display: none;
}

.dish--second .star-rate--second {
  display: block;
  margin-bottom: 0;
  color: #000;
}

.dish--second .star-rate--second svg {
  margin-right: 0;
}

.dish--foryou {
  padding: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .dish--foryou {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    height: 250px;
  }
}

.dish--foryou .dish__img {
  height: 139px;
  width: 139px;
}

@media (max-width: 767px) {
  .dish--foryou .dish__img {
    width: 100%;
    border-radius: 17px 17px 0 0;
  }
}

.dish--foryou .dish__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.dish--foryou .dish__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .dish--foryou .dish__description {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .dish--foryou .dish__content {
    padding: 12px;
  }
}

.dish--foryou .dish-labels__label {
  background: rgba(255, 255, 255, 0.9);
}

.dish--foryou .dish-labels__label img.dish__icon {
  padding: 2px;
}

.dish--disabled {
  opacity: 0.4;
}

.dish__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
  z-index: 0;
}

.dish__img.gallery {
  padding-top: 0;
}

.dish__img-slider {
  height: 284px;
}

@media (max-width: 1200px) {
  .dish__img-slider {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    height: 251px;
  }
}

.dish__img-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dish__img-slider .owl-height, .dish__img-slider .owl-stage, .dish__img-slider .owl-item {
  height: 284px !important;
}

@media (max-width: 767px) {
  .dish__img-slider .owl-height, .dish__img-slider .owl-stage, .dish__img-slider .owl-item {
    height: 251px !important;
  }
}

.dish__img-slider img {
  position: initial !important;
}

.dish__img-slider .image-component {
  position: initial;
}

.dish__img_selector {
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (min-width: 768px) {
  .dish__img_selector {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .dish__img_selector {
    padding: 0 15px 0 15px;
  }
}

.dish__img_selector-item {
  width: 50%;
  padding: 20px 0;
  margin: 0 3px;
}

.dish__img_selector-item span {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background: white;
  opacity: 0.35;
  -webkit-filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.24));
}

.dish__img_selector-item span:hover {
  opacity: 0.8;
}

.dish__img_selector-item--active span {
  background: #FFFFFF;
  opacity: 1;
}

.dish__img-discount {
  z-index: 10;
  position: absolute;
  color: #fff;
  background: #2d7de1;
  left: 7px;
  bottom: 5px;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 14px;
  border-radius: 10px;
}

.dish__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px 16px 20px;
  width: 100%;
}

.dish__content--star-rate .star-rate--second {
  display: none;
}

.dish__content-set .dish__description {
  font-weight: 400;
}

.dish__content-set .dish__set ul {
  padding-left: 16px;
}

.dish__content-set .dish__set li {
  font-size: 14px;
  line-height: 16px;
}

.dish__content-set .set_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .dish__content-set .set_img {
    display: none;
  }
}

.dish__labels {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.dish__labels-top {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.dish__labels-top .dish-labels__label-holiday {
  background: rgba(255, 255, 255, 0.9);
}

.dish__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 0.75em;
}

@media (max-width: 767px) {
  .dish__description {
    display: block;
  }
}

.dish__prepare-comment span {
  font-weight: normal;
  font-size: 12px;
  color: #646464;
}

.dish__wrapper {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  gap: 25px;
}

@media (max-width: 767px) {
  .dish__wrapper-promo {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.dish__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.4);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.dish__info--holiday {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .dish__info--holiday {
    display: none;
  }
}

.dish__value {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 8px;
}

.dish__footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 12px;
}

.dish__price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dish__cost {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  min-width: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dish__cost-old {
  font-size: 12px;
  font-weight: 100;
  margin-bottom: auto;
  margin-left: 4px;
  position: relative;
}

.dish__cost-old:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #000;
  width: calc(100% - 8px);
  height: 40%;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.dish__cost-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dish:not(.dish--second) .dish__cost {
  min-width: 155px;
}

.dish__cost-striked {
  display: block;
  font-size: 16px;
}

.dish__p {
  -ms-flex-negative: 2;
      flex-shrink: 2;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.33;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dish__discount_cost {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.dish__discount_cost-special {
  text-decoration: line-through;
}

.dish__discount_cost-desc {
  font-weight: normal;
  font-size: 12px;
  color: #646464;
}

.dish__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dish-labels {
  max-width: 100%;
  z-index: 1;
}

.dish-labels__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 0;
  line-height: 1;
  list-style: none;
  margin: 0 0 0 -8px;
  padding: 8px 16px;
  position: relative;
}

.dish-labels__item {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .dish-labels__item-holiday {
    display: none;
    margin: 0;
  }
}

.dish-labels__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 9px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 4px 8px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.dish-labels__label-holiday {
  background: white;
  color: #000;
  font-weight: 500;
}

.dish-labels__label--premium {
  background-color: rgba(0, 0, 0, 0.85);
}

.dish-labels__icon {
  margin-right: 4px;
}

.p-dish .dish-labels__inner {
  padding: 0;
}

.dish--premium .dish-labels__inner:not(.dish-labels__inner-top) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #fff 100%);
}

.dish--premium .dish-labels__inner:not(.dish-labels__inner-top):after {
  background: url("/local/templates/uzhin2020/markup2020/app/css/../img/svg/badge.svg") no-repeat 0 100%/auto 100%;
  bottom: -1px;
  content: '';
  top: 0;
  left: 100%;
  position: absolute;
  width: 42px;
}

.dish--premium .dish-labels__inner:not(.dish-labels__inner-top) .dish-labels__label {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.87);
}

.dish--premium .dish-labels__inner:not(.dish-labels__inner-top) .dish-labels__label--premium {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}

@media (max-width: 767px) {
  .finished-dishes {
    display: none;
  }
}

.finished-dishes__title {
  font-size: 38px;
}

@media (max-width: 767px) {
  .finished-dishes__title {
    font-size: 32px;
  }
}

.finished-dishes__description {
  line-height: 1.25;
}

.finished-dishes__link {
  color: #2d7de1;
  text-decoration: underline;
}

.finished-dishes__link:hover {
  color: #5397ff;
  text-decoration: none;
}

.finished-dishes-mobile {
  display: none;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .finished-dishes-mobile {
    display: block;
  }
}

.finished-dishes-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px 0 0 -10px;
  padding: 0;
}

.finished-dishes-list__item {
  border-radius: 16px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 0.5;
  overflow: hidden;
  width: calc(100% / 3 - 10px);
}

.finished-dishes-list__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  padding-top: 58%;
  position: relative;
  width: 100%;
  z-index: 0;
}

@media (max-width: 767px) {
  .finished-dishes-list__img {
    padding-top: 100%;
  }
}

.finished-dishes-list__img img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.finished-dishes-slider__item {
  padding: 16px 5px;
}

.finished-dishes-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.finished-dishes-slider .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.finished-dishes-slider .owl-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.finished-dishes-slider .owl-dot {
  background-color: #e2e5ed !important;
  border-radius: 50%;
  display: block;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
}

.finished-dishes-slider .owl-dot:not(:last-of-type) {
  margin-right: 12px;
}

.finished-dishes-slider .owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: #417eda !important;
}

.p-city__inner {
  width: 100%;
  max-width: 380px;
  padding: 32px 56px 40px;
  background-color: #fff;
  color: #000;
  overflow: visible;
}

.p-city__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.p-city__button {
  display: block;
  width: 100%;
  background-color: #417eda;
  color: #fff;
  margin-top: 16px;
}

.p-city__button:hover {
  background-color: #5397ff;
  color: #fff;
}

.p-feedback:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-feedback .df-popup__wrapper {
  min-height: auto;
}

.p-feedback.df-popup {
  background: none;
}

.p-feedback.df-popup .owl-height {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.p-feedback.df-popup .owl-nav {
  display: none;
}

.p-feedback__inner {
  max-width: 420px !important;
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

@media (max-width: 767px) {
  .p-feedback__inner {
    max-width: 100% !important;
  }
}

.feedback-popup__item {
  position: relative;
  width: 400px;
  padding: 0 15px;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .feedback-popup__item {
    width: 100%;
  }
}

.feedback-popup__link {
  position: absolute;
  width: 100%;
  height: 45px;
}

.feedback-popup__link:last-child {
  bottom: 0;
}

@media (max-width: 767px) {
  .feedback-popup__link {
    display: none;
  }
}

.feedback-popup__img {
  width: 100%;
}

.p-feedback .df-popup__close {
  display: none;
  position: sticky;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  z-index: 10;
  top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: 33px;
}

.js-feedback-popup-slider .owl-item {
  opacity: 0;
}

.js-feedback-popup-slider .owl-item.center {
  opacity: 1;
}

.p-feedback.isOpened .df-popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-feedback.isOpened {
  overflow-y: scroll;
}

.p-feedback .owl-carousel .animated {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 243px;
  left: 0;
  right: 0;
  width: 374px;
  margin: 0 auto;
  z-index: -10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slider-nav--active {
  z-index: 1010;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slider-nav .slider-nav__button {
  position: relative;
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  outline: none;
}

.slider-nav .slider-nav__button:hover {
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-nav .slider-nav__button svg {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.slider-nav .slider-nav__button--next {
  right: -90px;
}

.slider-nav .slider-nav__button--prev {
  left: -90px;
}

.slider-nav .slider-nav__button--next,
.slider-nav .slider-nav__button--prev {
  opacity: 1;
}

.slider-nav .slider-nav__button--next.disabled,
.slider-nav .slider-nav__button--prev.disabled {
  opacity: 0;
  visibility: hidden;
}

.suppliers {
  padding-top: 86px;
}

.suppliers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.suppliers__row img {
  border-top: 1px solid #F0F2F5;
  max-width: 230px;
}

@media (max-width: 960px) {
  .suppliers__row img {
    max-width: 175px;
  }
}

@media (max-width: 767px) {
  .suppliers__row img {
    max-width: 150px;
  }
}

@media (max-width: 640px) {
  .suppliers__row img {
    max-width: 125px;
  }
}

@media (max-width: 425px) {
  .suppliers__row img {
    max-width: 105px;
  }
}

@media (max-width: 360px) {
  .suppliers__row img {
    max-width: 100px;
  }
}

@media (max-width: 340px) {
  .suppliers__row img {
    max-width: 95px;
  }
}

@media (max-width: 330px) {
  .suppliers__row img {
    max-width: 90px;
  }
}

.suppliers__title {
  margin-bottom: 40px;
}

.label-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .label-wrapper {
    margin-top: 30px;
    max-width: 280px;
  }
}

.label-wrapper img {
  max-width: 100%;
  border-radius: 20px;
}

.label-item {
  padding: 1px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  text-wrap: nowrap;
  display: inline-block;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .label-item {
    position: absolute;
  }
}

.label-item-easy {
  background: #FCA946;
  top: 20px;
  right: -30px;
}

@media (max-width: 767px) {
  .label-item-easy {
    top: 10px;
    right: -25px;
  }
}

.label-item-children {
  background: #D4AAFF;
  top: 85px;
  right: 0px;
}

@media (max-width: 767px) {
  .label-item-children {
    top: 40px;
    right: 10px;
  }
}

.label-item-big {
  background: #839CE5;
  top: 150px;
  right: -90px;
}

@media (max-width: 767px) {
  .label-item-big {
    top: 70px;
    right: -60px;
  }
}

.label-item-many {
  background: #26A64A;
  color: #fff;
  top: 215px;
  right: 0;
}

@media (max-width: 767px) {
  .label-item-many {
    top: 100px;
    right: 10px;
  }
}

.label-item-premium {
  background: #000;
  color: #fff;
  top: 275px;
  right: 30px;
}

@media (max-width: 767px) {
  .label-item-premium {
    top: 130px;
    right: 30px;
  }
}

.spice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px;
}

@media (max-width: 767px) {
  .spice-wrapper {
    gap: 20px;
  }
}

.spice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 14%;
  text-align: center;
  font-family: 'Rubik';
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .spice-item {
    width: 29%;
  }
}

.spice-item img {
  margin-bottom: 10px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .spice-item img {
    width: 84px;
    height: 84px;
  }
}

.advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .advantage-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advantage-item__header {
  font-family: 'Grotesque';
  font-size: 26px;
  line-height: 1.3;
}

.advantage-item__img-block img {
  min-width: 150px;
}

.dish-carousel .showcase__item {
  width: 100%;
}

@media (max-width: 767px) {
  .dish-carousel .showcase__item {
    width: auto;
  }
}

.dish-carousel .owl-stage-outer {
  padding-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  .dish-carousel .owl-stage-outer {
    padding-left: 15px;
  }
}

.dish-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
}

.dish-carousel .owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e2e5ed !important;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dish-carousel .owl-dot:not(:last-of-type) {
  margin-right: 12px;
}

.dish-carousel .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #417eda !important;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#every_week img {
  width: 100%;
  border-radius: 25px;
}

.faq img {
  max-width: 100%;
}

.p-promo-map #courierComment {
  max-height: 80px;
}

.p-promo-map__inner {
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
}

@media only screen and (max-width: 767px) {
  .p-promo-map__inner {
    height: 100vh;
    height: 100dvh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-promo-map h2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-promo-map h2 {
    font-size: 14px;
    margin-bottom: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .p-promo-map input {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .p-promo-map .df-dropdown__dd, .p-promo-map .df-search__dd {
    bottom: calc(100% + 12px);
    top: auto;
  }
}

.p-promo-map__auth-wrap {
  padding: 75px;
}

.p-promo-map__back {
  position: absolute;
  top: 25px;
  left: 25px;
}

.p-promo-map__left {
  width: 40%;
  padding: 20px 35px 20px;
}

@media only screen and (max-width: 767px) {
  .p-promo-map__left {
    width: 100%;
    padding: 15px;
  }
}

.p-promo-map__right {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .p-promo-map__right {
    width: 100%;
    height: 100vh;
  }
}

.p-promo-map__map {
  width: 100%;
  height: 100%;
}

.p-promo-map__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .p-promo-map__input-wrapper {
    margin-bottom: 1em;
  }
}

.p-promo-map__input-75 {
  width: 75%;
  margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
  .p-promo-map__input-75 {
    margin-top: 0.5em;
    width: 65%;
  }
}

.p-promo-map__input-25 {
  width: 25%;
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .p-promo-map__input-25 {
    margin-top: 1em;
    width: 35%;
  }
}

.p-promo-map__button {
  width: 100%;
  background: #417eda;
  color: white;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .p-promo-map__button {
    padding: 10px;
  }
}

.p-promo-map__comment {
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .p-promo-map__comment {
    display: none;
  }
}

.df-input__input {
  border-radius: 12px;
  background: #F5F5F7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  border: none;
}

.inside {
  font-family: "Rubik", sans-serif;
  color: #000;
  padding-top: 130px;
}

.inside__inner {
  overflow: hidden;
}

.inside__head {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .inside__head {
    margin-bottom: 48px;
    text-align: center;
  }
}

.inside__title {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 40px;
  max-width: 632px;
}

.inside__title-special {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .inside__title {
    font-size: 32px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}

.inside__description {
  margin: 0;
}

.inside__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -70px;
  margin-right: -70px;
  margin-top: -34px;
}

@media (max-width: 767px) {
  .inside__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.inside__item {
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 34px;
}

.inside__item--special {
  margin-left: 0;
  margin-right: 0;
}

.inside__item--special a {
  color: #E8A84F;
}

.inside__item--special a:hover {
  color: #e8bb71;
}

.inside__item--special:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .inside__item--special {
    margin-left: 0;
    margin-right: 0;
  }
}

.inside__item_data {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .inside__item_data {
    padding-top: 0;
  }
}

.inside__item_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 578px;
}

.inside__img {
  max-width: 100%;
}

.inside__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  .inside__item-title {
    margin-bottom: 1.2em;
    text-align: center;
  }
}

.inside-list {
  counter-reset: listCounter;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inside-list__item {
  counter-increment: listCounter;
}

.inside-list__item:not(:first-child) {
  margin-top: 40px;
}

.inside-list__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #417eda;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
  padding: 14px 28px;
}

.inside-list__head:before {
  content: counter(listCounter);
  font-family: "Grotesque", sans-serif;
  font-size: 56px;
  line-height: 1;
  margin-right: 28px;
  min-width: 28px;
}

.inside-list__more {
  background: #f5f5f7;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 18px 24px;
}

.inside-list__more-icon {
  fill: #417eda;
  height: 26px;
  margin-left: 8px;
  width: 11px;
}

.p-main__slide video {
  display: block;
  max-width: 100%;
}

.faq {
  font-family: "Rubik", sans-serif;
  color: #000;
  padding-top: 86px;
}

.faq__title {
  margin-bottom: 40px;
}

.faq__card {
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.f-dropdown {
  background: #f5f5f7;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-dropdown:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.f-dropdown.isOpened .f-dropdown__head {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.f-dropdown.isOpened .f-dropdown__arrow {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.f-dropdown__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f7;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 26px;
  overflow: hidden;
  padding: 24px 56px 24px 20px;
  position: relative;
  text-overflow: ellipsis;
}

.f-dropdown__arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-dropdown__arrow svg {
  color: #417eda;
}

.f-dropdown__dd {
  background: #f5f5f7;
  color: #6e6e6f;
  display: none;
  font-size: 14px;
  line-height: 22px;
  padding-right: 56px;
  padding: 16px 20px;
  top: 100%;
  z-index: 9;
}

.f-dropdown__dd:before {
  background: #e4e4e4;
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  width: calc(100% - 32px);
}

.f-dropdown-hint {
  display: inline-block;
  color: #5397FF;
  font-size: 12px;
  line-height: 14px;
  margin-left: 30px;
}

.f-dropdown-hint b {
  font-weight: bold;
}

.feedback {
  font-family: "Rubik", sans-serif;
  color: #000;
  padding: 96px 0;
  position: relative;
}

@media (max-width: 767px) {
  .feedback {
    overflow: hidden;
  }
}

.feedback-icon {
  position: absolute;
  right: -5px;
  top: -40px;
}

.feedback__title {
  font-size: 38px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .feedback__title {
    font-size: 32px;
    text-align: center;
  }
}

.feedback__title--special {
  margin-bottom: 30px;
}

.feedback__social {
  line-height: 26px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 185px;
  text-align: center;
}

.feedback__social--special {
  text-align: left;
  color: #7c8289;
  max-width: 100%;
}

@media (max-width: 767px) {
  .feedback__social--special {
    text-align: center;
  }
}

.feedback__social img {
  display: inline-block;
  max-width: 21px;
  height: auto;
}

.feedback__social a {
  color: #417eda;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feedback__social a:hover {
  color: #5397ff;
}

.feedback__social-text {
  display: block;
}

.feedback__social-icon {
  fill: #417eda;
  height: 21px;
  margin-bottom: 10px;
  width: 21px;
}

@media (max-width: 1200px) {
  .feedback__slider {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
}

.feedback__slider img {
  border-radius: 6px;
}

.feedback__slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  height: 12px;
}

.feedback__slider .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #e2e5ed !important;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feedback__slider .owl-dot:not(:last-of-type) {
  margin-right: 12px;
}

.feedback__slider .owl-dot.active {
  width: 12px;
  height: 12px;
  background-color: #417eda !important;
}

.feedback__slide {
  display: block;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 415px) {
  .feedback__slide {
    width: 70vw;
  }
}

.feedback__link {
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .feedback__link {
    max-height: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.feedback__tabs {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feedback__tab {
  background: #f5f5f7;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 12px;
  padding: 18px 24px;
  font-family: "Grotesque", sans-serif;
  cursor: pointer;
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 200px;
}

@media screen and (min-width: 501px) {
  .feedback__tab {
    max-width: calc(50% - 10px);
  }
}

.feedback__tab.active {
  background-color: #417eda !important;
  color: #fff;
}

.feedback__tab .icon {
  font-size: 24px;
  line-height: 10px;
}

@media screen and (max-width: 510px) {
  .feedback__tab {
    padding: 12px 16px;
  }
}

.feedback__tabs-content:not(.active) {
  visibility: hidden;
  height: 0;
  display: none;
}

.feedback__tabs-content:not(.active) div {
  visibility: hidden;
  height: 0;
}

.feedback__slide-wrapper {
  margin-bottom: 15px;
  max-height: 434px;
  -webkit-box-shadow: 0px -30px 16px -12px white inset;
          box-shadow: 0px -30px 16px -12px white inset;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
}

@media only screen and (max-width: 415px) {
  .feedback__slide-wrapper {
    margin-bottom: 15px;
    max-height: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.feedback__slider .owl-stage-outer {
  margin-right: -20px;
  margin-left: -20px;
  padding: 5px 15px 15px 15px;
}

@media only screen and (max-width: 767px) {
  .feedback__slider .owl-stage-outer {
    margin-right: -10px;
    margin-left: -10px;
    padding: 2px 10px 20px 10px;
  }
}

.feedback__slider .owl-item {
  margin-bottom: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .feedback__slider .owl-item {
    margin-bottom: 0;
  }
}

@media (hover: hover) {
  .feedback__slider .owl-item:hover {
    -webkit-box-shadow: 0px 5px 15px 5px rgba(204, 204, 204, 0.15);
            box-shadow: 0px 5px 15px 5px rgba(204, 204, 204, 0.15);
  }
}

.feedback__slider .owl-item:first-child {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .feedback__slider .owl-item:first-child {
    padding-left: 0;
  }
}

.feedback__slider .owl-item:last-child {
  margin-right: 10px !important;
}

@media only screen and (max-width: 415px) {
  .feedback__slider .owl-item {
    height: 200px;
  }
}

.feedback__slider .active {
  height: auto;
}

@media only screen and (max-width: 415px) {
  .feedback__slider .owl-item.active + .owl-item.active {
    height: 200px;
  }
}

.feedback__slider .owl-item + .owl-item.active {
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .top {
    padding-top: 27px;
    padding-bottom: 16px;
  }
  .top__title {
    font-size: 33px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .top__title--promo {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 14px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .top__title--promo-new {
    font-size: 58px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .top__title--promo-new {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .top__title--promo-new span:nth-of-type(1) {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .top__subline {
    display: block;
  }
  .top__subtitle {
    line-height: 32px;
    margin-bottom: 32px;
  }
  .top__text {
    font-size: 14px;
    line-height: 20px;
  }
  .inside__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .inside__right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    padding-left: 32px;
  }
  .inside__item--special {
    width: 100%;
  }
  .inside__list-special {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .faq {
    padding-top: 72px;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .faq__card {
    margin-bottom: 8px;
  }
  .f-dropdown__head {
    font-size: 16px;
    line-height: 24px;
    padding: 21px 16px;
    padding-right: 50px;
    white-space: nowrap;
  }
  .feedback {
    padding-top: 72px;
    padding-bottom: 51px;
  }
  .feedback__title {
    margin-bottom: 20px;
  }
  .feedback__social {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .feedback__social img {
    margin-right: 11px;
  }
  .feedback__slider .owl-dots {
    margin-top: 12px;
  }
  .feedback__slider .owl-dot {
    width: 8px;
    height: 8px;
  }
  .feedback__slider .owl-dot:not(:last-of-type) {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .inside {
    padding-top: 72px;
  }
  .inside__title {
    margin-bottom: 20px;
    text-align: center;
  }
  .inside__title--desctop {
    display: none;
  }
  .inside__title--mobile {
    display: block;
  }
  .inside__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inside__right {
    width: 100%;
    max-width: 400px;
    padding-left: 0;
    padding-top: 24px;
  }
  .inside__bottom {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 32px;
  }
  .inside__img-special .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .inside__right {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .faq__card .f-dropdown__head {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

@media only screen and (max-width: 400px) {
  .feedback__wrap {
    min-width: 100%;
    margin-right: -16px;
  }
  .feedback__slide {
    width: 253px;
  }
}

.map_wrapper {
  background-color: #417eda;
  background-image: url("/local/templates/uzhin2020/markup2020/app/css/../img/map_background.png");
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 20px rgba(234, 237, 242, 0.25);
          box-shadow: 0 8px 20px rgba(234, 237, 242, 0.25);
  padding: 60px 40px;
  margin-top: 120px;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .map_wrapper {
    margin-top: 80px;
  }
}

.map_title {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .map_title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.map_title-city {
  white-space: nowrap;
  border-bottom: 1px solid;
}

.map_button {
  background: #ffffff;
  border-radius: 12px;
  border: none;
  -webkit-box-shadow: 0 10px 12px -5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 12px -5px rgba(0, 0, 0, 0.35);
  color: #2d7de1;
  margin-left: auto;
  padding: 16px 40px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .map_button {
    margin-right: auto;
    padding: 16px 30px;
  }
}

.map_button:hover {
  background-color: #e9eaed;
}

.map_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map_popup {
  max-width: 1200px !important;
}

.map_popup_form p {
  font-weight: 500;
}

.map_popup .df-dropdown {
  margin-bottom: 20px;
}

.map_popup .df-search.isOpened {
  z-index: 100;
}

.map_popup_header {
  position: absolute;
  z-index: 10;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E8ECF0;
  padding: 5px;
}

@media (max-width: 1200px) {
  .map_popup_header {
    left: calc(50% - 160px);
    top: -50px;
  }
}

.map_popup_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px;
}

.map_popup_selector:hover {
  background: #e9eaed;
}

.map_popup_selector._active {
  background: #EAF2FC;
  color: #2d7de1;
}

.map_popup_wrapper {
  height: 700px;
  position: relative;
}

@media (max-width: 1200px) {
  .map_popup_wrapper {
    margin-top: 30px;
  }
}

.map_popup_wrapper ymaps {
  border-radius: 8px 0 0 8px;
}

.map_popup_cart {
  height: 100%;
}

.map_popup_content {
  margin: 45px 80px 45px 45px;
}

.map_popup_content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}

.map_popup_content p {
  line-height: 1.3;
}

.map_popup_result {
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 20px rgba(234, 237, 242, 0.25);
          box-shadow: 0px 8px 20px rgba(234, 237, 242, 0.25);
  background: #417eda;
  padding: 25px 20px 15px;
  color: #fff;
  display: none;
  width: 100%;
}

.map_popup_result-address_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.map_popup_result .delivery {
  min-width: 90px;
  font-size: 14px;
  line-height: 28px;
  color: #91bdff;
}

.map_popup_result .js-delivery_cost {
  color: #fff;
}

.map_popup_result .js-delivery_cost a {
  border-bottom: 1px solid #91bdff;
  font-size: 14px;
}

.map_popup_result .address {
  font-size: 14px;
}

.map_popup_result_another {
  cursor: pointer;
  border-bottom: 1px solid #91bdff;
  color: #91bdff;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .map_popup_result_another {
    font-size: 14px;
  }
}

.map_popup_result button {
  min-width: auto;
  padding: 15px 27px;
  width: 100%;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .map_popup_content {
    margin: 25px 15px 15px;
  }
  .desctop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}

.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 19px;
  padding: 20px 10px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #e2e5ed;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20%20width%3D%2212%22%20height%3D%226%22%20viewBox%3D%220%200%2012%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.81126%205.51538L0.217238%200.993803C0.0978232%200.876272%200.0978231%200.683711%200.217237%200.566181L0.582051%200.20712C0.698811%200.0922022%200.88617%200.0922021%201.00293%200.20712L5.60375%204.73538C5.8226%204.95077%206.1774%204.95077%206.39625%204.73538L10.9971%200.20712C11.1138%200.0922021%2011.3012%200.0922021%2011.4179%200.20712L11.7828%200.56618C11.9022%200.683711%2011.9022%200.876272%2011.7828%200.993803L7.18874%205.51538C6.53222%206.16154%205.46779%206.16154%204.81126%205.51538Z%22%20fill%3D%22%23000%22%2F%3E%0A%09%09%09%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20%20width%3D%2212%22%20height%3D%226%22%20viewBox%3D%220%200%2012%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.81126%205.51538L0.217238%200.993803C0.0978232%200.876272%200.0978231%200.683711%200.217237%200.566181L0.582051%200.20712C0.698811%200.0922022%200.88617%200.0922021%201.00293%200.20712L5.60375%204.73538C5.8226%204.95077%206.1774%204.95077%206.39625%204.73538L10.9971%200.20712C11.1138%200.0922021%2011.3012%200.0922021%2011.4179%200.20712L11.7828%200.56618C11.9022%200.683711%2011.9022%200.876272%2011.7828%200.993803L7.18874%205.51538C6.53222%206.16154%205.46779%206.16154%204.81126%205.51538Z%22%20fill%3D%22%23000%22%2F%3E%0A%09%09%09%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
  padding: 10px;
}

*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

.mobile {
  border-radius: 12px;
  margin-top: 150px;
  position: relative;
  padding: 60px 50px;
  background: #417eda url("/local/templates/uzhin2020/markup2020/app/css/../img/mobile_bg.png") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .mobile {
    padding: 30px 25px;
    margin-top: 75px;
    background-image: url("/local/templates/uzhin2020/markup2020/app/css/../img/mobile_bg_mob.png");
  }
  .mobile .col-md-5, .mobile .col-md-7 {
    padding: 0;
  }
}

.mobile-img {
  position: absolute;
  bottom: -60px;
}

@media (max-width: 767px) {
  .mobile-img {
    position: inherit;
    bottom: -30px;
    width: 100%;
  }
}

.mobile-header {
  font-family: "Grotesque", sans-serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-right: 100px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .mobile-header {
    padding-right: 0;
  }
}

.mobile-title {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .mobile-title {
    margin-bottom: 30px;
  }
}

.mobile-button a {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 15px 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  .mobile-button a {
    display: block;
    text-align: center;
  }
}

.mobile-button a:hover {
  background: #edf3ff;
}

@media (max-width: 767px) {
  .mobile-icon {
    text-align: center;
  }
}

.mobile-icon img {
  height: 50px;
}

.back_to_top {
  position: fixed;
  width: 36px;
  height: 36px;
  background: #EAF2FC;
  border-radius: 10px;
  bottom: 135px;
  right: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}

@media (max-width: 767px) {
  .back_to_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.yandex_reviews {
  padding-top: 10px;
}

.yandex_reviews .yandex_widget {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
}

#new_year_form {
  background: #F6F6F6;
}

#new_year_form .container {
  background: #fff;
  border-radius: 24px;
  padding-top: 48px;
}

@media (max-width: 767px) {
  #new_year_form .container {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #new_year_form .row {
    margin: 0;
  }
}

#new_year_form .cart {
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
}

@media (max-width: 767px) {
  #new_year_form .cart {
    margin: 16px 20px 40px;
  }
}

@media (max-width: 767px) {
  #new_year_form .c-personal__address,
  #new_year_form .c-personal__subtitle,
  #new_year_form .c-personal__dropdown,
  #new_year_form .c-personal__item {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  #new_year_form .c-personal__input--100 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #new_year_form .c-personal__dropdown {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #new_year_form .c-personal__address {
    gap: 8px;
  }
}

#new_year_form .cart__title {
  font-family: "Grotesque", sans-serif;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  #new_year_form .cart__title {
    font-size: 30px;
  }
}

#new_year_form .cart__week {
  font-size: 16px;
  color: #000;
}

#new_year_form .cart__head .col-md-6 {
  margin-left: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  #new_year_form .cart__head .col-md-6 {
    margin-bottom: 32px;
  }
}

#new_year_form .c-order__clear-basket {
  display: none;
}

#new_year_form .c-order__item--img {
  width: 56px;
  margin-right: 16px;
}

#new_year_form .c-order__subtitle {
  margin-bottom: 0;
  width: 340px;
}

@media (max-width: 767px) {
  #new_year_form .c-order__subtitle {
    width: auto;
    padding-right: 20px;
  }
}

#new_year_form .c-order__footer {
  margin-top: 0;
}

#new_year_form .c-order__price {
  font-size: 18px;
}

#new_year_form .c-persons {
  position: absolute;
  right: 0;
  top: 27px;
  width: 108px;
}

@media (max-width: 767px) {
  #new_year_form .c-persons {
    position: initial;
  }
}

#new_year_form .c-persons .df-add {
  height: 38px;
  min-width: 108px;
}

#new_year_form .df-add__minus {
  left: 8px;
}

#new_year_form .df-add__plus, #new_year_form .df-add__minus {
  height: 24px;
  width: 24px;
}

#new_year_form .df-add__counter span {
  display: none;
}

#new_year_form .df-add__plus {
  right: 8px;
}

#new_year_form .c-order__remove {
  position: absolute;
  right: -35px;
  top: 27px;
}

@media (max-width: 767px) {
  #new_year_form .c-order__remove {
    right: 0;
    top: 20px;
  }
}

#new_year_form .c-order__remove svg {
  width: 32px;
  height: 32px;
}

#new_year_form .c-personal__pin .c-personal__text.__small {
  display: none;
}

#new_year_form .c-personal__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 30px;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  #new_year_form .c-personal__payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#new_year_form .c-personal__payment-item {
  margin-bottom: 0;
}

#new_year_form .c-personal__payment--two-items label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#new_year_form .c-recipe__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  #new_year_form .c-recipe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

#new_year_form .c-personal__button--right {
  display: none;
}

#new_year_form .c-order {
  width: 612px;
  border: none;
  padding-top: 0;
  margin: 0 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  #new_year_form .c-order {
    width: calc(100% - 30px);
    margin: 0;
  }
}

@media (max-width: 500px) {
  #new_year_form .c-order {
    max-width: 310px;
  }
}

#new_year_form .c-order__item-prices {
  padding-top: 0;
}

#new_year_form .c-order__list {
  border: none;
}

#new_year_form .c-order__list > .c-order__item {
  padding: 0;
}

#new_year_form .c-order__item {
  position: relative;
}

#new_year_form .cart__head {
  margin-bottom: 0;
}

#new_year_form .df-btn--ca:disabled {
  opacity: 0.4;
  background: #E8A84F;
}

#new_year_form .c-personal__pin {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #new_year_form .c-total__dots {
    width: 160px;
  }
}

/* End */


/* Start:/local/templates/uzhin2020/template_styles.css?17659851423160*/
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  border-width: 0;
  outline-width: 0;
}
.showcase-wrapper .promo-title .old-price {
    text-decoration: line-through;
}

.top__subline .bx-context-toolbar-empty-area {
    min-width: 300px;
}



/** counter styles is in template_styles.css **/
.counter-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .counter-block {
        margin-bottom: 25px;
    }
}

.counter {
    display: flex;
    margin-right: -5px;
}

.counter__digit {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 52px;

    background: url(/images/counter_bg.png) no-repeat center center;
}

.counter__number {
    font-size: 32px;
    font-weight: 500;
    transition: transform 0.3s;
    transform-origin: center center;
    will-change: transform;
}

.counter__number.flip {
    transform: rotateX(-90deg);
}
.counter__number.flip2 {
    transform: rotateX(90deg);
}

.counter__text {
    font-size: 16px;
    margin-top: 12px;

}
.g-recaptcha {
  display: none;
}
.g-recaptcha.shown {
  display: block;
}
.grecaptcha-badge {
  z-index: 2000;
}
@media (max-width: 767px){
    #feedback .owl-stage {
        transition: 0.3s all !important;
    }
}

.ny-page-closed__image-desktop, .ny-page-closed__image-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    height: 100vh;
}

.ny-page-closed__image-mobile {
    display: none;
}
.new-year--block {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0px 0px;
    background: #E8A84F;

}
.ticker-inline {
    margin: 0 auto;
    overflow: hidden;
}

.ticker-inline-bottom-trial {
    margin-bottom: 4rem;
}

.tickers {
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.ticker1 {
    position: absolute;
    top: 2px;
    left: -110%;
    animation: marquee1 1s linear infinite;
}

.ticker {
    display: flex;
    font-style: normal;
    font-weight: 400;
    animation: startLine 25s linear, marquee 25s linear 25s infinite;
    width: 2630px;
    margin: 0 auto;
    color: white;
}

.ticker__head {
    width: 430px;
    text-align: center;
    margin-left: 10px;
}

@keyframes startLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

@media (max-width: 767px) {
    .ny-page-closed__image-desktop {
        display: none;
    }

    .ny-page-closed__image-mobile {
        display: block;
    }
}

/* End */


/* Start:/assets/styles.css?1663060312872*/
.site_order {
    margin-top: 20px;
    color: #fff;
}

@media (max-width: 500px) {
    .site_order {
        font-size: 14px;
    }
}

.site_order .text {
    min-width: 150px;
}

.site_order .features-list__link {
    padding: 5px;
    height: auto;
}

.site_order span {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 500;
}

header, footer {
    display: none !important;
}

#mobile_app .mobile {
    margin-top: 100px;
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    #mobile_app .mobile {
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
    }

    #mobile_app .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    .site_order .text {
        max-width: 185px;
    }

    .mobile-icon a:not(:last-child) img {
        margin-bottom: 10px;
    }
}
/* End */
/* /local/templates/uzhin2020/markup2020/app/css/index.css?1762419535144174 */
/* /local/templates/uzhin2020/template_styles.css?17659851423160 */
/* /assets/styles.css?1663060312872 */
