body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: JET Sans, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
    Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin 20s linear infinite;
  }
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh;
}
.App-link {
  color: #61dafb;
}
html {
  scroll-behavior: smooth;
}
@keyframes App-logo-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.header__container {
  margin: 0 22%;
  position: relative;
}
.header__picture {
  position: absolute;
  right: 200px;
  top: 32px;
  z-index: 2;
}
.header {
  background-color: #ff8000;
  min-height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
.header__container {
  height: 60px;
}
.header__logo {
  left: 0;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.bm-burger-button {
  right: 0 !important;
  top: 20px !important;
}
.header__container .header__logo-image {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .header__container {
    margin: 0 4%;
  }
}
.bm-burger-button {
  height: 20px;
  position: absolute;
  right: 15%;
  top: 36px;
  width: 28px;
}
.bm-burger-button button {
  outline: none;
}
.bm-burger-bars {
  background: #373a47;
}
.bm-burger-bars-hover {
  background: #a90000;
}
.bm-cross-button {
  height: 24px;
  width: 24px;
}
.bm-cross {
  background: #bdc3c7;
}
.bm-menu-wrap {
  height: 100%;
  position: fixed;
}
.bm-menu {
  background: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/menu8edda28055c0a50203b8.png)
      no-repeat 0 0,
    #fafafa !important;
  background: #373a47;
  font-size: 1.15em;
  height: 100%;
  overflow: hidden !important;
  padding: 2.5em 1.5em 0;
  width: 100%;
}
.bm-morph-shape {
  fill: #373a47;
}
.bm-item-list {
  border: none;
  color: #b8b7ad;
  outline: none;
  padding: 0.8em;
}
.bm-item {
  display: inline-block;
}
.bm-item:focus {
  outline: none !important;
}
.bm-overlay {
  background: #0000004d;
}
.right .bm-burger-button {
  left: auto;
  right: 36px;
}
.menu__container {
  display: grid !important;
  grid-template-columns: 0.6fr 1fr;
}
.nav-container {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  padding-left: 70px;
  padding-top: 50px;
}
.nav-container__logo {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.menu__number {
  color: #fff;
  display: inline-flex;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
}
.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__item {
  align-items: center;
  column-gap: 40px;
  display: flex;
  max-width: 530px;
}
.menu__item:not(:last-child) {
  margin-bottom: 10px;
}
.menu-item {
  align-items: center;
  background-color: #efedea;
  border-radius: 5px;
  color: #242e30;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 30px;
  min-height: 50px;
  padding: 0 18px;
  text-align: left;
  text-decoration: none !important;
  transition: color 0.5s ease, background-color 0.5s ease;
  width: 100%;
}
.menu-item svg {
  transform: rotate(-90deg);
}
.menu-item svg path {
  transition: fill 0.5s ease;
}
.menu-item--header-active svg {
  transform: rotate(0deg);
}
.menu-item--header-active svg path {
  fill: #fff;
}
.menu-item--header-active {
  background-color: #ff8000;
  color: #fff;
}
.menu__sub-item .menu-item {
  font-size: 14px;
  line-height: 18px;
  min-height: 30px !important;
}
.menu-logo {
  position: relative;
  top: -40px;
}
.menu__sub-list {
  margin-bottom: 10px;
  max-width: 490px;
}
.menu__sub-item {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: flex-start;
  list-style: none;
}
.menu__sub-item svg {
  width: 16px;
}
.menu__sub-item:not(:last-child) {
  margin-bottom: 5px;
}
.bm-cross-button {
  background: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/close81a0d9bfd0ad2054c61d.svg)
    no-repeat 50%;
  height: 45px !important;
  right: 121px !important;
  top: 24px !important;
  width: 45px !important;
}
.bm-cross-button button,
.bm-cross-button span {
  opacity: 0;
}
.menu-mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bm-burger-button {
    right: 0;
  }
}
@media only screen and (max-width: 1870px) {
  .bm-menu {
    background-position: -100px top !important;
  }
}
@media only screen and (max-width: 1670px) {
  .bm-menu {
    background-position: -220px top !important;
  }
  .menu-item {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1400px) {
  .bm-menu {
    background-position: -320px top !important;
  }
}
@media only screen and (max-width: 1200px) {
  .bm-menu {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .menu__container {
    grid-template-columns: 1fr 1fr;
  }
  .bm-cross-button {
    right: 20px !important;
  }
  .nav-container {
    padding-left: 0;
  }
  .bm-menu {
    background-position: -390px top !important;
  }
}
@media only screen and (max-width: 768px) {
  .menu__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .menu__list {
    padding: 0;
  }
  .menu-item {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .menu-mob {
    border-radius: 30px 30px 0 0;
    bottom: 0;
    display: block;
    height: 390px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
  .menu-mob img {
    height: 100%;
    object-fit: cover;
    object-position: 0 -70px;
    width: 100%;
  }
  .bm-menu {
    background: #fafafa !important;
  }
  .menu__container {
    display: flex !important;
  }
  .nav-container {
    width: 100%;
  }
  .menu__item {
    max-width: 100%;
  }
  .menu__sub-list {
    max-width: 100%;
    padding: 0;
  }
  .menu__list {
    z-index: 3;
  }
}
@media only screen and (max-width: 600px) {
  .menu-mob {
    height: 250px;
  }
}
.section-main {
  background: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/mainBge54c2b0621319debb860.svg)
      no-repeat center 60px,
    #efedea;
}
.background-angle-75 {
  background-color: #efedea;
  background-position: center -780px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.background-angle-30 {
  background-color: #efedea;
  background-position-y: -520px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.background-angle-15 {
  background-color: #efedea;
  background-position-y: -745px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.backgroundImages .section-main__image--breakfast {
  top: 70px;
}
.background-angle-30 .section-main__image {
  margin-top: 130px;
}
.section-main__container {
  margin: 0 22%;
  padding-top: 6%;
  position: relative;
}
.section-main__title {
  margin-bottom: 40px;
  scroll-margin-top: 100px;
}
.section-main__upper-title .h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  text-align: left;
}
.section-main__logo {
  margin-bottom: 60px;
  text-align: left;
}
.section-main__title .h1 {
  font-size: 75px;
  line-height: 75px;
  margin: 0 0 48px;
}
.section-main__subtitle,
.section-main__title .h1 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.section-main__subtitle {
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 74px;
  max-width: 780px;
}
.section-main__description {
  max-width: 40%;
}
.section-main__description p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.section-main__description p:last-child {
  margin-bottom: 0;
}
.section-main__image {
  left: 150px;
  pointer-events: none;
  position: relative;
  text-align: center;
  top: -30px;
}
.section-main__image img {
  max-width: 100%;
}
.header__logo--mobile {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.section-main__text-block--title .h2 {
  color: #242e30;
  font-size: 44px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
}
.section-main__text-block--text p {
  color: #242e30;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: center;
}
.section-main__text-block--text p:not(:last-child) {
  margin-bottom: 30px;
}
.section-main__btn {
  display: flex;
  justify-content: flex-start;
}
.section-main__btn a {
  align-items: center;
  background: #125fca;
  border-radius: 34px;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 66px;
  justify-content: center;
  line-height: 30px;
  padding: 0 30px;
  text-decoration: none;
  width: -webkit-max-content;
  width: max-content;
}
.section-main__btn-white a {
  background-color: initial;
  border: 3px solid #fff;
  border-radius: 30px;
}
.section-main__btn-group {
  align-items: center;
  column-gap: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.section-main__btn-group .section-main__btn a {
  width: 440px;
}
#section_info {
	position: relative;
	height: 60px;
}
.section-main__second-title {
  margin-bottom: 30px;
  position: relative;
  scroll-margin-top: 160px;
}
.section-main__second-title .h2 {
  color: #242e30;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.section-main__second-description {
  color: #242e30;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
}
.section-main__title--breakfast .h1 {
  text-align: center;
}
.section-main__subtitle--breakfast {
  max-width: 100%;
  text-align: center;
}
.section-main__image--breakfast {
  left: 0;
  top: -10px;
}
.section-main__image--lunch,
.section-main__image--dinner {
  display: flex;
  justify-content: center;
  left: auto;
  right: auto;
  top: 0;
  margin-bottom: 25px;
}
.section-main__second-description--breakfast {
  margin-bottom: 0;
}
.justify-content-start {
  justify-content: flex-start;
}
.section-main__btn-group .w-288 a {
  border-radius: 10em;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 700;
  height: 60px;
  line-height: 35px;
  padding: 0 20px;
  width: 288px;
}
.section-main__info-dish {
  margin-top: 50px;
  padding-bottom: 40px;
}
.section-main__dish-container {
  grid-gap: 40px;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  padding: 0 80px;
}
.select-dish__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select-dish__item {
  align-items: center;
  color: #242e30;
  column-gap: 10px;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  justify-content: flex-start;
  line-height: 25px;
  text-align: left;
}
.select-dish__item:not(:last-child) {
  margin-bottom: 10px;
}
.section-main__btn-dish a {
  align-items: center;
  background-color: #125fca;
  border-radius: 10em;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  line-height: 30px;
  padding: 0 44px;
  text-align: center;
  text-decoration: none;
  width: -webkit-max-content;
  width: max-content;
}
.section-main__btn-dish {
  justify-self: flex-end;
}
.section-main__select-dish {
  margin-bottom: 76px;
  padding: 0 80px;
}
.select-dish__title {
  color: #242e30;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 12px;
  text-align: left;
}
.select-dish__container {
  grid-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 120px);
}
.select-dish__box-picture {
  height: 60px;
  margin-bottom: 8px;
}
.section-main__dish-link,
.select-dish__box-picture {
  align-items: center;
  display: flex;
  justify-content: center;
}
.section-main__dish-link {
  margin-bottom: 30px;
}
.section-main__dish-link a {
  align-items: center;
  border: 4px solid #242e30;
  border-radius: 30px;
  color: #242e30;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  line-height: 30px;
  padding: 0 56px;
  text-decoration: none;
  transition: background-color 0.5s ease, colo 0.5s ease;
  width: -webkit-max-content;
  width: max-content;
}
.section-main__dish-link a:hover {
  background-color: #242e30;
  color: #fff;
}
.section-main__btn-dish--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-main__dish-link a {
    font-size: 18px;
    line-height: 23px;
  }
  .backgroundImages .section-main__image--breakfast,
  .section-main__second-description,
  .section-main__second-title {
    top: 0;
  }  
}
.mt-90px {
  margin-top: 130px;
}
@media only screen and (max-width: 4000px) {
  .section-main {
    background-position-y: -300px;
    background-size: cover;
  }
  .background-angle-15 {
    background-position-y: -645px;
  }
  .background-angle-75 {
    background-position-y: -780px;
  }
  .background-angle-30 {
    background-position-y: -700px;
  }
  .section-main__subtitle--breakfast {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
@media only screen and (max-width: 3000px) {
  .background-angle-30 {
    background-position-y: -460px;
  }
}
@media only screen and (max-width: 1920px) {
  .section-main {
    background-position-y: 60px;
    background-size: auto;
  }
  .background-angle-15 {
    background-position-y: -745px;
  }
  .background-angle-75 {
    background-position-y: -780px;
  }
  .background-angle-30 {
    background-position-y: -460px;
  }
}
@media only screen and (max-width: 1700px) {
  .section-main__image {
    left: auto;
    top: auto;
  }
  .section-main__container {
    margin: 0 14%;
  }
}
@media only screen and (max-width: 1200px) {
  .section-main__image {
    right: auto;
  }
  .section-main__title {
    margin-bottom: 30px;
  }
  .section-main__title .h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .section-main__logo {
    margin-bottom: 30px;
  }
  .section-main__logo img {
    width: 250px;
  }
  .section-main__description {
    max-width: 100%;
  }
  .section-main__container {
    padding-top: 9%;
  }
  .section-main__btn-group {
    /*flex-direction: column;
    row-gap: 16px;*/
  }
  .section-main__subtitle {
	  margin-bottom: 23px;
  }  
  .section-main__btn-group .section-main__btn a {
    padding: 0 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .section-main__description p {
    font-size: 26px;
    line-height: 30px;
  }
  .section-main__title .h1 {
    font-size: 46px;
    line-height: 50px;
    text-align: center;
  }
  .section-main__subtitle {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
  }
  .header__logo--mobile,
  .section-main__btn {
    justify-content: center;
  }
  .section-main__container {
    margin: 0 5%;
  }
  .background-angle-15 {
    background-position-y: -760px;
  }
}
@media only screen and (max-width: 768px) {
  .section-main__btn-group {
    flex-direction: column;
    row-gap: 16px;
  }
  .section-main__container {
    display: flex;
    flex-direction: column;
    margin: 0 4%;
  }
  .section-main__title .h1 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
  }
  .section-main__upper-title .h3 {
    font-size: 22px;
    text-align: center;
  }
  .section-main {
    background-position-y: -510px;
  }
  .section-main__text-block--title .h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .section-main__subtitle {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
  }
  .section-main__description {
    margin: 10px 10px 30px;
    order: 4;
  }
  .section-main__btn {
    order: 5;
  }
  .section-main__description p {
    color: #242e30;
    font-size: 14px;
    line-height: normal;
    text-align: center;
  }
  .section-main__text-block {
    top: 0;
  }
  .section-main__text-block--text {
    margin-bottom: 30px;
  }
  .section-main__text-block--text p {
    font-size: 16px;
    line-height: 20px;
  }
  .section-main__btn a {
    font-size: 16px;
    height: 52px;
    line-height: 23px;
  }
  .header__logo--mobile {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
  .section-main__container {
    padding-top: 11%;
  }
  .section-main__text-block--title .h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .section-main {
    background-position: center -170px;
  }
  .section-main__image {
    margin: 0;
    padding: 0;
  }
  .section-main__second-title .h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .section-main__second-description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
  }
  .section-main__btn a {
    height: 35px;
    width: 200px;
  }
  .section-main__subtitle {
    margin-bottom: 50px;
  }
  .header__logo--mobile .header__logo-image {
    width: 200px;
  }
  .section-main__btn-dish--desktop {
    display: none;
  }
  .section-main__btn-dish--mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .section-main__btn-dish--mobile a {
	width: 290px;
	font-size: 17px;
  }
  .section-main__dish-container {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .section-main__select-dish {
    padding: 0 20px;
	margin-bottom: 50px;
  }
  .select-dish__container {
    column-gap: 8px;
	grid-template-columns: repeat(3, 100px);
  }
  .select-dish__box-name {
    font-size: 12px;
    line-height: 18px;
  }
  .section-main__dish-link {
    border-width: 3px;
    padding: 0 20px;
  }
  .section-main__dish-link a {
	width: 290px;
	font-size: 17px;
	padding: 0 44px;
  }
  
  .background-angle-15 {
    background-position-y: -730px;
  }
  .background-angle-30 {
    background-position-y: -560px;
  }
  .background-angle-30 .section-main__image {
    margin-top: 50px;
  }
  .background-angle-15 {
    background-position-y: -670px;
  }
  .background-angle-30 {
    background-position-y: -530px;
  }
  .background-angle-75 {
    background-position-y: -800px;
  }
  .section-main__btn-group .section-main__btn a {
    padding: 0 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .select-dish__title {
    text-align: center;
  }	
  .section-main__logo,
  .section-main__title .h1 {
    text-align: center;
  }
  .section-main__container {
    padding-top: 19%;
  }
  .section-main__btn a {
    padding: 0 22px;
  }
  .dish-btn {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .section-main__subtitle {
    margin-bottom: 20px;
  }
  .section-main__image {
    margin: 30px 0 0px;
  }
  .dish-btn a {
    border-width: 2px !important;
    font-size: 16px !important;
    height: 36px !important;
    line-height: 20px !important;
    width: 252px !important;
  }
}
.select-dish__box-picture svg {
  height: 45px;
}
.order-food {
  background-color: #fafafa;
  scroll-margin-top: 100px;
}
.order-food__container {
  margin: 0 22%;
  padding: 60px 0;
  position: relative;
}
.slider-box {
  text-align: center;
  text-decoration: none;
}
.slider-box__picture {
  align-items: center;
  background: #fff;
  border: 4px solid #efedea;
  border-radius: 10em;
  box-sizing: border-box;
  display: flex;
  height: 135px;
  justify-content: center;
  margin: 0 auto 30px;
  padding: 14px;
  width: 135px;
}
.order-slider {
  position: relative;
}
.slider-box__title {
  color: #242e30;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.slider-box--padding .slider-box__picture {
  padding: 26px;
}
.slider-box__picture img {
  max-width: 100%;
}
.order-food__title {
  margin-bottom: 30px;
}
.order-food__title .h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.order-food__description,
.order-food__title .h3 {
  color: #242e30;
  font-style: normal;
  text-align: center;
}
.order-food__description {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 90px;
}
.slider-one-button-next-ing {
  background: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/arrowNext007045ba5d86bc744ae4.svg)
    no-repeat;
  background-size: cover;
  height: 50px !important;
  opacity: 1;
  right: -60px !important;
  top: 19%;
  width: 28px !important;
}
.slider-one-button-prev-ing {
  background: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/arrowPrev622d671587c8a8ff5680.svg)
    no-repeat;
  background-size: cover;
  height: 50px !important;
  left: -60px !important;
  opacity: 1;
  top: 19%;
  width: 28px !important;
}
.slider-one-button-next-ing,
.slider-one-button-prev-ing {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
}
.swiper-slide-active {
  position: relative;
}
.swiper {
  padding-bottom: 30px !important;
}
.swiper-slide {
  border-bottom: 4px solid #d8d8d8;
  cursor: pointer;
  padding-bottom: 20px;
  position: relative;
  transition: all 0.5s ease;
}
.swiper-slide:before {
  background-color: initial;
  content: "";
  transition: all 0.5s ease;
}
.swiper-slide:hover:before {
  background-color: #f6c243;
  border-radius: 3px;
  bottom: -10px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swiper-border {
  background-color: #ff0;
  bottom: 0;
  height: 3px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.swiper-scrollbar-drag {
  background-color: #007bff !important;
  border-radius: 0 !important;
  bottom: -2px !important;
  height: 2px !important;
  top: auto !important;
  width: 25% !important;
}
.p-40 {
  padding: 40px !important;
}
.p-30 {
  padding: 30px !important;
}
@media only screen and (max-width: 768px) {
  .order-food__container {
    margin: 0 18%;
  }
  .p-40 {
    padding: 15px !important;
  }
  .p-30 {
    padding: 10px !important;
  }
  .slider-one-button-prev-ing {
    height: 32px !important;
    left: -40px !important;
    top: 70%;
    width: 18px !important;
  }
  .slider-one-button-next-ing {
    height: 32px !important;
    right: -40px !important;
    top: 70%;
    width: 18px !important;
  }
  .slider-box__picture {
    height: 65px;
    padding: 4px;
    width: 65px;
  }
  .slider-box__title {
    font-size: 11px;
    line-height: 19px;
  }
  .order-food__description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 60px;
  }
  .order-food__title .h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .slider-box--padding .slider-box__picture {
    padding: 10px;
  }
  .order-food__container {
    padding: 40px 0;
  }
  .select-dish__item {
	font-size: 16px;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-lazy-preloader {
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.stores {
  background-color: #efedea;
}
.stores__container {
  margin: 0 22%;
  padding: 30px 0 100px;
}
.stores__title {
  margin-bottom: 30px;
}
.stores__title .h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.stores__description,
.stores__title .h3 {
  color: #242e30;
  font-style: normal;
  text-align: center;
}
.stores__description {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.stores__grid-picture {
  align-items: center;
  display: flex;
  height: calc(100% - 68px);
  justify-content: center;
}
.stores__grid-container {
  grid-gap: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(auto, 550px) minmax(auto, 268px) minmax(
      auto,
      268px
    );
  justify-content: center;
}
.w-550 {
  width: 550px;
}
.stores__grid-box {
  border-radius: 8px;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.stores__grid-image {
  height: 100%;
}
.stores__grid-name {
  border-radius: 8px 8px 0 0;
  bottom: 60px;
  font-size: 16px;
  font-weight: 700;
  left: 40px;
  line-height: 20px;
  padding: 10px;
}
.stores__grid-description,
.stores__grid-name {
  background: #fff;
  color: #242e30;
  position: absolute;
  text-align: left;
}
.stores__grid-description {
  bottom: 0;
  box-sizing: border-box;
  font-size: 12px;
  height: 68px;
  max-height: 68px;
  width: 100%;
}
.stores__grid-box:first-child {
  background: #ff8000;
}
.stores__grid-box:first-child .stores__grid-name {
  width: 265px;
}
.stores__grid-box:first-child .stores__grid-description {
  padding: 10px 40px;
}
.stores__grid-box:nth-child(2) .stores__grid-name {
  left: 12px;
  width: calc(100% - 44px);
}
.stores__grid-box:nth-child(2) {
  background-color: #f6c243;
}
.stores__grid-box:nth-child(2) .stores__grid-description {
  padding: 10px 12px;
}
.stores__grid-box:nth-child(2) .stores__grid-image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.stores__grid-box:nth-child(3) .stores__grid-name {
  left: 12px;
  width: calc(100% - 44px);
}
.stores__grid-box:nth-child(3) {
  background-color: #c1dade;
}
.stores__grid-box:nth-child(3) .stores__grid-description {
  padding: 10px 12px;
}
.stores__grid-box:nth-child(3) .stores__grid-image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.stores__grid-box:nth-child(4) {
  background-color: #f2a6b0;
}
.stores__grid-box:nth-child(5) {
  background-color: #f36805;
}
.stores__grid-box:nth-child(6) {
  background-color: #5b3d5b;
}
.stores__grid-container.grid-reverse {
  grid-gap: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(auto, 268px) minmax(auto, 268px) minmax(
      auto,
      550px
    );
}
.stores__grid-container.grid-reverse
  .stores__grid-box:first-child
  .stores__grid-name {
  left: 12px;
  width: calc(100% - 44px);
}
.stores__grid-container.grid-reverse .stores__grid-box:first-child {
  background-color: #f2a6b0;
}
.stores__grid-container.grid-reverse
  .stores__grid-box:first-child
  .stores__grid-description {
  padding: 10px 12px;
}
.stores__grid-container.grid-reverse
  .stores__grid-box:first-child
  .stores__grid-image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.stores__grid-container.grid-reverse .stores__grid-box:nth-child(2) {
  background-color: #f36805;
}
.stores__grid-container.grid-reverse .stores__grid-box:nth-child(3) {
  background: #5b3d5b;
}
.stores__grid-container.grid-reverse
  .stores__grid-box:nth-child(3)
  .stores__grid-name {
  left: 40px;
}
.stores__grid-container.grid-reverse
  .stores__grid-box:nth-child(3)
  .stores__grid-image {
  object-fit: none;
}
.stores__grid-container.grid-reverse
  .stores__grid-box:nth-child(3)
  .stores__grid-name {
  width: 265px;
}
.stores__grid-container.grid-reverse
  .stores__grid-box:nth-child(3)
  .stores__grid-description {
  padding: 10px 40px;
}
.mb-16,
.stores__grid-container.grid-reverse {
  margin-bottom: 16px;
}
.stores__grid {
  margin-bottom: 60px;
}
.stores__link-group {
  column-gap: 70px;
}
.stores__link,
.stores__link-group {
  align-items: center;
  display: flex;
  justify-content: center;
}
.stores__link {
  border: 4px solid #242e30;
  border-radius: 30px;
  color: #242e30;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  line-height: 30px;
  padding: 0 50px;
  text-decoration: none;
  transition: background-color 0.5s ease, colo 0.5s ease;
}
.stores__link:hover {
  background-color: #242e30;
  color: #fff;
}
.stores--breakfast {
  background-color: #f5f3f1;
}
.w-268 {
  width: 268px;
}
.stores__icon {
  bottom: 110px;
  cursor: pointer;
  position: absolute;
  right: 20px;
}
.stores__grid-info {
  background-color: #fafafa;
  border-radius: 8px;
  box-sizing: border-box;
  height: 300px;
  left: 0;
  max-height: 300px;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 550px;
}
.stores-info-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.stores-info-text,
.stores-info-title {
  color: #242e30;
  font-style: normal;
  margin-bottom: 20px;
  text-align: left;
}
.stores-info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.stores-info-block {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-right: 60px;
}
.stores-info-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.stores-info-block__item {
  color: #242e30;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 23px;
  margin-bottom: 4px;
  padding-left: 20px;
  position: relative;
}
.stores-info-block__item:before {
  background-color: #f75e28;
  border-radius: 10em;
  bottom: 0;
  content: "";
  height: 11px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 11px;
}
.stores-info-block__btn a {
  align-items: center;
  background: #125fca;
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 25px;
  justify-content: center;
  line-height: 18px;
  text-decoration: none;
  width: 100px;
}
.stores__grid-info .stores__icon {
  bottom: 20px;
}
.stores__grid-card {
  height: 100%;
  position: relative;
  width: 100%;
}
.stores__grid-box.front,
.stores__grid-info.back {
  z-index: 3;
}
.stores__grid-info {
  display: none;
}
@media only screen and (max-width: 1700px) {
  .stores__container {
    margin: 0 14%;
  }
}
@media only screen and (max-width: 1560px) {
  .w-268,
  .w-550 {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .stores__container {
    margin: 0 2%;
  }
}
@media only screen and (max-width: 1023px) {
  .stores__grid-container {
    gap: 16px;
    grid-template-columns: 1fr 1fr !important;
  }
  .stores__grid-box:first-child {
    grid-column: 1/3;
  }
  .stores__grid-box:nth-child(2),
  .stores__grid-box:nth-child(3) {
    grid-row: 2;
  }
  .stores__grid-container.grid-reverse .stores__grid-box:nth-child(3) {
    grid-column: 1/3;
    grid-row: 1;
  }
  .stores__grid-container.grid-reverse .stores__grid-box:first-child {
    grid-column: 1;
    grid-row: 2;
  }
  .stores__grid-card {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 991px) {
  .stores__container {
    margin: 0 6%;
  }
}
@media only screen and (max-width: 768px) {
  .stores__grid-description {
    font-size: 10px;
  }
  .stores__grid-name {
    font-size: 12px;
  }
  .stores__grid-box {
    height: 210px;
  }
  .stores__grid-container.grid-reverse
    .stores__grid-box:nth-child(3)
    .stores__grid-image {
    object-fit: contain;
  }
  .stores__link {
    font-size: 14px;
    line-height: 18px;
    width: 80%;
	margin: 15px auto;
    border-width: 3px;
    height: auto;
    padding: 10px 20px;
  }  
  
  .stores__link-group {
    /*column-gap: 30px;*/
	display: inline;
  }
  .stores__title .h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .stores__description {
    font-size: 14px;
    line-height: 18px;
  }
  .stores__container {
    padding: 30px 0;
  }
  .stores__grid-box:first-child .stores__grid-name,
  .stores__grid-container.grid-reverse
    .stores__grid-box:nth-child(3)
    .stores__grid-name {
    /*width: 160px;*/
	width: 70%;
  }
  .stores__grid-name {
    padding: 5px 10px;
  }
  .stores__grid-box.w-268 {
    height: 280px;
  }
  .stores__grid-box.w-268 .stores__grid-description {
    height: 120px;
    max-height: 90px;
  }
  .stores__grid-box.w-268 .stores__grid-name {
    bottom: 85px;
  }
}
.faq {
  background-color: #f5f3f1;
}
.faq__container {
  margin: 0 22%;
  padding: 100px 0;
}
.faq__title {
  margin-bottom: 30px;
}
.faq__title .h3 {
  color: #242e30;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
  text-align: center;
}
.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq__description {
  color: #242e30;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 60px;
  text-align: center;
}
.faq__item:not(:last-child) {
  margin-bottom: 5px;
}
.faq__item-header {
  grid-column-gap: 10px;
  align-items: center;
  background-color: #5b3d5b;
  border-radius: 8px;
  column-gap: 10px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 43px 1fr 30px;
  height: 58px;
  padding: 0 20px;
  transition: background-color 0.5s ease;
}
.faq__item-text {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  transition: color 0.5s ease;
}
.faq__item svg path {
  transition: fill 0.5s ease;
}
.faq__item-active .faq__item-header {
  background-color: #f6c243;
}
.faq__item-active .faq__item-text {
  color: #242e30;
}
.faq__item-active svg {
  transform: rotate(180deg);
}
.faq__item-active svg path {
  fill: #242e30;
}
.faq__item-number {
  align-items: center;
  background: #c1dade;
  border: 3px solid #6c7582;
  border-radius: 10em;
  box-sizing: border-box;
  color: #242e30;
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 43px;
  justify-content: center;
  line-height: 28px;
  min-height: 43px;
  min-width: 43px;
  width: 43px;
}
.faq__item-body {
  color: #242e30;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: left;
  visibility: hidden;
}
.faq__item-active .faq__item-body {
  max-height: 220px;
  opacity: 1;
  padding: 20px;
  visibility: visible;
}
.faq__block {
  grid-column-gap: 42px;
  column-gap: 42px;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 305px);
  margin-bottom: 90px;
}
.faq__block-picture {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
  width: 305px;
}
.faq__block-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1700px) {
  .faq__container {
    margin: 0 14%;
  }
}
@media only screen and (max-width: 1200px) {
  .faq__container {
    margin: 0 6%;
  }
  .faq__item-text {
    font-size: 20px;
    line-height: 22px;
  }
  .faq__item-active .faq__item-body {
    max-height: 250px;
  }
  .faq__item-body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .faq__item-text {
    font-size: 18px;
    line-height: 20px;
  }
  .faq__item-active .faq__item-body {
    max-height: 340px;
  }
  .faq__item-body {
    font-size: 16px;
  }
  .faq__item-header {
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .faq__item-number {
	font-size: 20px;
  }
  .faq__item-text {
	  font-size: 16px;
  }
  .faq__item-body {
    font-size: 14px;
  }
  .faq__block {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .faq__list {
    order: 2;
  }
  .faq__block-picture {
    width: 100%;
  }
  .faq__block-image {
    object-position: 0 -70px;
  }
  .faq__description {
    font-size: 14px;
    line-height: 18px;
  }
  .faq__title .h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .faq__block {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .faq__block-image {
    object-position: 0;
  }
}
.checkedfood {
  background-color: #efedea;
  padding-bottom: 50px;
  padding-top: 30px;
}
.h-80 {
  height: 80% !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.top-14 {
  position: relative;
  top: -14px;
}
.checkedfood__container {
  margin: 0 22%;
}
.checkedfood__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkedfood__description {
  color: #242e30;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.checkedfood__item:not(:last-child) {
  margin-bottom: 5px;
}
.checkedfood__item-header {
  grid-column-gap: 10px;
  align-items: center;
  background-color: #5b3d5b;
  border-radius: 8px;
  column-gap: 10px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 43px 1fr 30px;
  height: 58px;
  padding: 0 20px;
  transition: background-color 0.5s ease;
}
.checkedfood__item-text {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  transition: color 0.5s ease;
}
.checkedfood__item svg path {
  transition: fill 0.5s ease;
}
.checkedfood__item-active .checkedfood__item-header {
  background-color: #f6c243;
}
.checkedfood__item-active .checkedfood__item-text {
  color: #242e30;
}
.checkedfood__item-active .checkedfood__item-arrow svg {
  transform: rotate(180deg);
}
.checkedfood__item-active svg path {
  fill: #242e30;
}
.checkedfood__item-number {
  align-items: center;
  background: #c1dade;
  border: 3px solid #6c7582;
  border-radius: 10em;
  box-sizing: border-box;
  color: #242e30;
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 43px;
  justify-content: center;
  line-height: 28px;
  min-height: 43px;
  min-width: 43px;
  width: 43px;
}
.checkedfood__item-body {
  color: #242e30;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: left;
  visibility: hidden;
}
.checkedfood__item-active .checkedfood__item-body {
  max-height: 500px;
  opacity: 1;
  padding: 20px;
  visibility: visible;
}
.checkedfood__radio-container {
  align-items: center;
  column-gap: 84px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
  row-gap: 40px;
}
input.checkedfood__radio {
  display: none;
}
.checkedfood__radio {
  background-color: #c1dade;
  border-radius: 8px;
  box-sizing: border-box;
  height: 133px;
  overflow: hidden;
  width: 200px;
}
.checkedfood__block {
  margin: 0 auto 80px;
  max-width: 850px;
}
.checkedfood__radio-btn {
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  padding: 14px;
}
.checkedfood__info {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  row-gap: 10px;
}
.checkedfood__info-icon {
  align-items: flex-end;
  display: flex;
  height: 55px;
}
.checkedfood__info-text {
  color: #242e30;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.checkedfood__info-check {
  position: absolute;
  right: 0px;
  top: 0;
}
.checkedfood__info-checked {
  display: none;
}
.checkedfood__radio input.checkedfood__radio:checked + .checkedfood__radio-btn {
  background-color: #ff8000;
}
.checkedfood__radio
  input.checkedfood__radio:checked
  + .checkedfood__radio-btn
  .checkedfood__info-icon
  path {
  fill: #fff;
}
.checkedfood__radio
  input.checkedfood__radio:checked
  + .checkedfood__radio-btn
  .checkedfood__info-text {
  color: #fff;
}
.checkedfood__radio
  input.checkedfood__radio:checked
  + .checkedfood__radio-btn
  .checkedfood__info-checked {
  display: block;
}
.checkedfood__radio
  input.checkedfood__radio:checked
  + .checkedfood__radio-btn
  .checkedfood__info-check
  svg
  path {
  fill: #fff;
}
.checkedfood-icon-none {
  display: none;
}
.checkedfood__radio
  input.checkedfood__radio:checked
  + .checkedfood__radio-btn
  .checkedfood__info-check
  svg
  .checkedfood-icon-none {
  display: block;
}
.checkedfood__steps {
  margin: 0 auto;
  max-width: 378px;
}
.checkedfood__steps-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkedfood__steps-item {
  border-radius: 10em;
  height: 22px;
  position: relative;
  width: 22px;
  z-index: 2;
}
.checkedfood__steps-item span {
  align-items: center;
  background: #c1dade;
  border: 1px solid #6c7582;
  border-radius: 10em;
  display: flex;
  height: 22px;
  justify-content: center;
  position: relative;
  width: 22px;
  z-index: 2;
}
.checkedfood__span-active {
  background-color: #ff8000 !important;
  border: 1px solid #ff8000 !important;
}
.checkedfood__steps-item span:before {
  background-color: #6c7582;
  border-radius: 10em;
  content: "";
  height: 8px;
  position: absolute;
  width: 8px;
}
.checkedfood__span-active:before {
  background: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/iconSteps94b62ad43e0e3066a4c3.svg)
    no-repeat 50%;
  background-color: initial !important;
  height: 14px !important;
  width: 14px !important;
}
.checkedfood__steps-item:nth-child(2):before,
.checkedfood__steps-item:nth-child(3):before {
  background-color: #6c7582;
  content: "";
  height: 4px;
  position: absolute;
  right: 6px;
  top: 9px;
  width: 170px;
  z-index: -1;
}
.checkedfood__steps-item--active:before {
  background-color: #ff8000 !important;
}
.checkedfood__btn-category {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.h-70p {
  height: 70%;
}
.checkedfood__btn-category a {
  align-items: center;
  background: #fafafa;
  border-radius: 27px;
  color: #242e30;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 53px;
  justify-content: center;
  line-height: 30px;
  padding: 0 110px;
  text-decoration: none;
}
.checkedfood__btn-category--active a {
  background-color: #125fca;
  color: #fff;
}
.stores__container-pb {
  padding-bottom: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .checkedfood__container {
    margin: 0 8%;
  }
}
@media only screen and (max-width: 768px) {
  .faq__container {
	padding: 60px 0;
  }
  .checkedfood__btn-category a {
    font-size: 16px;
    line-height: 23px;
    padding: 0;
    width: 100%;
  }
  .checkedfood__item-active .checkedfood__item-body {
    max-height: 100%;
  }
  .checkedfood__radio-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    column-gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }
  .checkedfood__item-active .checkedfood__item-body {
    padding-left: 0;
    padding-right: 0;
  }
  .checkedfood__radio {
    width: 100%;
  }
  .checkedfood__item-text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .checkedfood__info-icon svg {
    height: 35px;
  }
  .checkedfood__info-text {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 391px) {
  .checkedfood__steps-item:nth-child(2):before,
  .checkedfood__steps-item:nth-child(3):before {
    width: 145px;
  }
}
.footer {
  background-color: #fafafa;
  position: relative;
}
.footer__container {
  grid-column-gap: 60px;
  align-items: center;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  margin: 0 24%;
  padding: 30px 0 0;
  position: relative;
}
.footer__btn-group {
  align-items: center;
  column-gap: 26px;
  display: flex;
  justify-content: center;
}
.footer__picture {
  bottom: -5px;
  position: relative;
}
.footer__description a {
  color: #242e30;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
  text-align: left;
  text-decoration: none;
  transition: color 0.5s ease;
}
.footer__description a:hover {
  color: #ff8000;
}
.footer__picture img {
  width: 250px;
}
.footer__copyright {
  background-color: #1b252e;
  position: relative;
  z-index: 3;
}
.footer__copyright,
.footer__copyright span {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer__copyright span {
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
}
.footer__orange-bg {
  grid-column-gap: 60px;
  align-items: center;
  background-color: #ff8000;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 190px;
  position: relative;
  z-index: 3;
}
.footer__orange-bg a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
}
.footer__copyright-container {
  margin: 0 14%;
  padding: 19px 0;
  position: relative;
  z-index: 3;
}
.footer__text {
  position: relative;
}
.footer__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.footer__description,
.footer__title {
  color: #242e30;
  font-style: normal;
  line-height: normal;
  text-align: center;
}
.footer__description {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 50px;
}
.footer__btn-mob {
  display: none;
}
.footer__orange-text {
  max-width: 530px;
}
.footer__orange-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 70px;
  position: relative;
}
.footer__orange-description,
.footer__orange-title {
  color: #fff;
  font-style: normal;
  line-height: normal;
  text-align: left;
}
.footer__orange-description {
  font-size: 16px;
  font-weight: 400;
}
.footer__description-mobile,
.footer__doted,
.footer__title-mobile {
  display: none;
}
@media only screen and (max-width: 1700px) {
  .footer__container {
    margin: 0 14%;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    background-position: -220px 0;
  }
  .footer__container {
    margin: 0 4%;
  }
  .footer__text:before {
    right: -50px;
  }
  .footer__btn-desktop img {
    height: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .footer__picture {
    bottom: -10px;
  }
  .footer__picture img {
    width: 300px;
  }
  .footer {
    background-position: -380px 0;
  }
  .footer__text:before {
    right: 0;
  }
  .footer__orange-bg {
    grid-template-columns: 1fr;
    padding: 4% 10%;
    row-gap: 20px;
  }
  .footer__orange-description,
  .footer__orange-title {
    text-align: center;
  }
  .footer__orange-text {
    margin: 0 auto;
  }
  .footer__orange-title:before {
    left: 140px;
  }
  .footer__title:before {
    background-size: contain;
    height: 42px;
    right: 0;
    top: -56px;
    width: 32px;
  }
  .footer__container {
    padding: 60px 0 0;
  }
  .footer__btn-group {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
  }
  .footer__description-desktop,
  .footer__title-desktop {
    display: none;
  }
  .footer__title-mobile {
    padding-top: 40px;
  }
  .footer__description-mobile,
  .footer__title-mobile {
    display: block;
    margin: 0 6%;
  }
  .footer__description-mobile {
    margin-bottom: 0;
  }
  .footer__btn-desktop img {
    height: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .footer__title {
    font-size: 26px;
  }
  .footer__description {
    font-size: 16px;
  }
  .footer__btn-group .footer__btn {
    min-width: 120px;
  }
  .footer__btn-mob {
    display: block;
  }
  .footer {
    background-position: -490px 0;
  }
  .footer__picture img {
    width: 260px;
  }
  .footer__description {
    margin-bottom: 30px;
  }
  .footer__text:before {
    right: 0;
    top: -80px;
  }
  .footer__text {
    padding-bottom: 20px;
  }
  .footer__orange-title {
    font-size: 24px;
    padding-left: 0;
  }
  .footer__orange-description {
    font-size: 16px;
  }
  .footer__orange-title {
    display: inline-block;
  }
  .footer__orange-title:before {
    background-size: contain;
    left: -40px;
  }
  .footer__orange-image {
    width: 120px;
  }
  .footer__title-mobile {
    font-size: 20px;
    line-height: 25px;
  }
  .footer__description-mobile {
    font-size: 14px;
    line-height: 18px;
  }
  .footer__container {
    margin: 0 6%;
    padding: 20px 0 0;
  }
  .footer__picture img {
    width: 160px;
  }
  .footer__btn-desktop img {
    height: 40px !important;
  }
  .footer__link {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .footer__links {
    width: 100% !important;
  }
}
@media only screen and (max-width: 580px) {
  .footer__link {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .footer__links {
    width: 100% !important;
  }
  .footer__title {
    font-size: 16px;
  }
  .footer__description {
    font-size: 14px;
  }
  .footer__picture img {
    width: 150px;
  }
  .footer__picture {
    bottom: -5px;
  }
  .footer__text {
    margin-top: 10px;
  }
  .footer__description,
  .footer__title {
    margin-bottom: 10px;
  }
  .footer__title {
    font-size: 20px;
  }
  .footer__container {
    column-gap: 10px;
  }
  .footer__btn-group {
    row-gap: 0;
  }
  .footer {
    background-position: -700px 0;
  }
  .footer__text:before {
    background-size: 30px;
    top: -60px;
  }
  .footer__btn-image {
    width: 110px;
  }
  .footer__description a {
    font-size: 14px;
  }
  .footer__text {
    padding-bottom: 10px;
  }
  .footer__picture img {
    width: 180px;
  }
  .footer__orange-description p {
    margin: 0 0 10px;
  }
  .footer__orange-title {
    font-size: 32px;
  }
  .footer__orange-title:before {
    left: -60px;
  }
  .footer__doted {
    display: block;
    margin: 10px 0;
  }
  .footer__orange-image {
    width: 80px;
  }
  .footer__orange-bg {
    min-height: 140px;
    padding: 2%;
    row-gap: 10px;
  }
  .footer__copyright span {
    font-size: 10px;
    line-height: 13px;
  }
  .footer__links {
    column-gap: 20px !important;
  }
  .footer__link:not(:last-child):before {
    right: -10px !important;
  }
  .footer__orange-image {
    position: relative;
    top: 10px;
  }
}
@media only screen and (max-width: 486px) {
  .footer__text {
    padding-bottom: 0;
  }
  .footer__link {
    font-size: 11px !important;
  }
}
.grid-1 {
  grid-template-columns: 1fr;
  padding: 80px 0;
}
.footer__btn-desktop img {
  height: 60px;
}
.footer__links {
  align-items: center;
  column-gap: 40px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 630px;
}
.footer__link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  text-decoration: none;
  width: -webkit-max-content !important;
  width: max-content !important;
}
.footer__link:not(:last-child):before {
  background-color: #fff;
  content: "";
  height: 14px;
  position: absolute;
  right: -20px;
  width: 1px;
}
.meal-time__container {
  background-color: #efedea;
  scroll-margin-top: 150px;
}
.meal-time {
  align-items: center;
  column-gap: 75px;
  display: flex;
  justify-content: center;
  margin: 0 24%;
}
.meal-time__box {
  border-radius: 20px;
  cursor: pointer;
  height: 278px;
  margin: 80px 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 278px;
}
.meal-time__picture {
  left: 0;
  position: absolute;
  top: 0;
}
.meal-time__info {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 2;
}
.meal-time__name {
  color: #242e30;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.meal-time__box-breakfast .meal-time__name,
.meal-time__name {
  background-color: #ff8000;
}
.meal-time__box-lunch .meal-time__name {
  background-color: #f6c243;
  color: #242e30 !important;
}
.meal-time__box-dinner .meal-time__name {
  background-color: #c1dade;
}
.meal-time__triangle {
  border-color: #0000 #0000 #ff8000;
  border-style: solid;
  border-width: 0 0 100px 400px;
  height: 0;
  left: 0;
  position: absolute;
  top: -99px;
  transform: rotate(0deg);
  width: 0;
}
.meal-time__box-breakfast .meal-time__triangle {
  border-color: #0000 #0000 #ff8000;
}
.meal-time__box-lunch .meal-time__triangle {
  border-color: #0000 #0000 #f6c243;
}
.meal-time__box-dinner .meal-time__triangle {
  border-color: #0000 #0000 #c1dade;
}
.meal-time__box:first-child .meal-time__picture {
  object-position: -70px -10px;
}
.meal-time__box-lunch .meal-time__picture {
  object-position: -160px -130px !important;
}
.meal-time__box:first-child .meal-time__name {
  color: #fff;
}
.meal-time__box:nth-child(2) .meal-time__picture {
  object-position: -160px -150px;
}
.meal-time__box:nth-child(3) .meal-time__picture {
  object-position: -160px -110px;
}
.meal-time__icon {
  align-items: center;
  background-color: #fff;
  border-radius: 10em;
  display: flex;
  height: 26px;
  justify-content: center;
  min-height: 26px;
  min-width: 26px;
  position: absolute;
  right: 30px;
  top: -35px;
  width: 26px;
}
.meal-time__container--breakfast {
  padding: 80px 0;
}
.fs-22 .meal-time__name {
  font-size: 22px;
  line-height: 28px;
  padding-top: 10px;
}
.bg-F5F3F1 {
  background-color: #f5f3f1;
}
.meal-time__name--custom {
  font-size: 22px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
@media only screen and (max-width: 1700px) {
  .meal-time {
    margin: 0 14%;
  }
}
@media only screen and (max-width: 1200px) {
  .meal-time {
    column-gap: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-time {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .meal-time__box {
    height: 222px;
    width: 222px;
  }
  .meal-time__picture {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .meal-time__box:nth-child(2) .meal-time__picture {
    object-position: -50px -30px;
  }
  .meal-time__name {
    padding-bottom: 10px;
  }
  .meal-time__box:nth-child(3) .meal-time__picture {
    object-position: -40px -30px;
  }
  .meal-time__box {
    margin: 0;
  }
  .meal-time {
    padding: 40px 0;
  }
  .meal-time__name--custom {
    font-size: 12px;
    line-height: 16px;
  }
  .meal-time__box-main .meal-time__name--custom {
    font-size: 21px;
    line-height: 30px;
  }
  .meal-time__box-lunch .meal-time__picture,
  .meal-time__box-main.meal-time__box-lunch .meal-time__picture,
  .meal-time__box.meal-time__box-dinner .meal-time__picture {
    object-position: -120px -120px !important;
    width: 180%;
  }
}
@media only screen and (max-width: 576px) {
  .meal-time__box:nth-child(2) .meal-time__picture {
    object-position: -140px -160px !important;
    width: 200% !important;
  }
  .meal-time__box:nth-child(3) .meal-time__picture {
    object-position: -140px -130px !important;
    width: 180% !important;
  }
}
@media only screen and (max-width: 468px) {
  .fs-22 .meal-time__name {
    font-size: 18px;
  }
  .meal-time__box {
    height: 160px;
    width: 160px;
  }
  .meal-time__box-main {
    height: 222px;
    width: 222px;
  }
  .meal-time {
    margin: 0 8%;
  }
  .meal-time__box:first-child .meal-time__picture {
    object-position: -30px -10px;
  }
  .meal-time__box:nth-child(2) .meal-time__picture {
    object-position: -50px -20px;
  }
  .meal-time__icon {
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    top: -18px;
    width: 16px;
  }
  .meal-time__icon svg {
    height: 8px;
    width: 8px;
  }
  .meal-time__box-main .meal-time__icon {
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    top: -30px;
    width: 20px;
  }
  .meal-time__box-main .meal-time__icon svg {
    height: 10px;
    width: 10px;
  }
  .meal-time__box.meal-time__box-dinner .meal-time__picture {
    object-position: -120px -120px !important;
    width: 180%;
  }
  .meal-time__box.meal-time__box-lunch .meal-time__picture {
    object-position: -100px -130px !important;
    width: 200% !important;
  }
  .meal-time__box-main.meal-time__box-lunch .meal-time__picture {
    object-position: -120px -160px !important;
    width: 180%;
  }
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: italic;
  font-weight: 700;
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldItalic00e749dea7906fbc79ed.eot);
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldItalic00e749dea7906fbc79ed.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldItalic2dcb92e4b956924ad27f.woff2)
      format("woff2"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldItalic7f9eb2090f56264a6ed1.woff)
      format("woff"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldItalicb51519af7f70f9c2c128.ttf)
      format("truetype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldItalic15bad61cbde7b90954c0.svg#JETSans-BoldItalic)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: italic;
  font-weight: 900;
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlackItalic37dc4b3722306b279d7e.eot);
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlackItalic37dc4b3722306b279d7e.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlackItalicb47a8974b5e7a9fd63c7.woff2)
      format("woff2"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlackItalicb0c7bc2d387346489fc6.woff)
      format("woff"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlackItalic77a7bec2d11a6db4d25d.ttf)
      format("truetype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlackItalic42b7e9165a972daf4105.svg#JETSans-BlackItalic)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansExtraBold86d96be3d703345b1f64.eot);
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansExtraBold86d96be3d703345b1f64.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansExtraBold45a5e245bd2f08fab213.woff2)
      format("woff2"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansExtraBoldaca66813a21b59161e15.woff)
      format("woff"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansExtraBold2dd9662ecf03ce63ffa2.ttf)
      format("truetype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansExtraBoldb85edf3f674102edd559.svg#JETSans-ExtraBold)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: normal;
  font-weight: 900;
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlacka5ed692e4064c0c01bd9.eot);
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlacka5ed692e4064c0c01bd9.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlack1b583f13698a45976d85.woff2)
      format("woff2"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlackded417c4fa9e98479924.woff)
      format("woff"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlack2dfb05db4203ba99b7b9.ttf)
      format("truetype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBlackc1c8a6efb1f751b24800.svg#JETSans-Black)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: italic;
  font-weight: 400;
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansItalicd579e002678922a59f8e.eot);
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansItalicd579e002678922a59f8e.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansItalicfa305c2a276c5303b82c.woff2)
      format("woff2"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansItalic78c09f448cf9084cadbc.woff)
      format("woff"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansItalicb843e86acddcf022637d.ttf)
      format("truetype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansItalice11f210c745930f7f918.svg#JETSans-Italic)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldacf1d810ff0dc62485d1.eot);
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldacf1d810ff0dc62485d1.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBoldb0336a1e4a3f60202d5c.woff2)
      format("woff2"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBold97aa37994affc202506a.woff)
      format("woff"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBold30a680c5225bb5bf12db.ttf)
      format("truetype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansBold115a9b7af4fba00c0843.svg#JETSans-Bold)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansRegular267a26f74df8eee4d60f.eot);
  src: url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansRegular267a26f74df8eee4d60f.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansRegular87fb987920731b2c7583.woff2)
      format("woff2"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansRegular2fe809857eb496e4b700.woff)
      format("woff"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansRegular9a0cf38544fc6044d9ff.ttf)
      format("truetype"),
    url(https://www.lieferando.de/deals/was-esse-ich-heute/static/media/JETSansRegularcadc9a14c4bdbe1d3350.svg#JETSans-Regular)
      format("svg");
}
/*# sourceMappingURL=maincss.map*/



/* ####### */
/* COOKIE */

.cc-banner__buttons {
  align-items: center !important;
  justify-content: center !important;

}
.cc-banner__container {
  background: #f5f3f1 !important;
}
.cc-banner__text {
  color: #242e30 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: 'jet-regular', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif !important;
}
.cc-banner__wrapper {
  max-width: calc(100% - 80px) !important;
}

.cc-banner__btn {
  border: 0px solid !important;
  max-width: 220px !important;
}
.cc-banner__btn-ok {
  border-radius: 30px !important;
  background: #242e30 !important;
  padding: 15px 20px !important;
  color: white !important;
  line-height: 0px;
}
.cc-banner__btn-ok:hover {
  background: #293133 !important;
  border: none !important;
}

.cc-banner__btn-essential {
  border-radius: 30px !important;
  background: #fff !important;
  border: 2px inset #293133 !important;
  padding: 0px 20px !important;
  color: #293133 !important;
}

.cc-banner__btn-essential:focus {
  background: #eff0f1 !important;
  color: #293133 !important;
}

.cc-banner__text a {
  display: inline-block;
  text-decoration: underline !important;
}
.cc-banner__text a:after {
  display: none;
}
.cc-banner__link {
    color: #293133 !important;
    text-decoration: underline !important;
    white-space: nowrap;
}
.cc-banner__link:hover {
  text-decoration: none !important;
}

@media only screen and (min-width: 1004px) {

  .cc-banner__buttons {
    align-items: flex-end !important;
    justify-content: flex-end !important;
  }
  .cc-banner__wrapper {
    max-width: calc(100% - 80px) !important;
  }

}