@charset "UTF-8";
.footer-desktop {
  border-top: 1px solid #e3e3e3;
  padding: 1rem 0 !important;
}
.footer-desktop *, .footer-desktop *::before, .footer-desktop *::after {
  box-sizing: border-box;
}
.footer-desktop svg {
  overflow: hidden;
  vertical-align: middle;
}
.footer-desktop ul {
  margin: 0 !important;
  padding: 0;
}
.footer-desktop .footer-desktop-grid {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .footer-desktop .footer-desktop-grid {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .footer-desktop .footer-desktop-grid {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .footer-desktop .footer-desktop-grid {
    max-width: 992px;
  }
}
@media (min-width: 1224px) {
  .footer-desktop .footer-desktop-grid {
    max-width: 1224px;
  }
}
@media (min-width: 1400px) {
  .footer-desktop .footer-desktop-grid {
    max-width: 1400px;
  }
}
@media (min-width: 1500px) {
  .footer-desktop .footer-desktop-grid {
    max-width: 1500px;
  }
}
.footer-desktop .footer-desktop-menu .menu-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-desktop .footer-desktop-menu .menu-row .about-grid,
.footer-desktop .footer-desktop-menu .menu-row .my-account-grid {
  flex: 1 0 0;
  max-width: 100%;
}
.footer-desktop .footer-desktop-menu .menu-row .about-grid .exception-link {
  text-decoration: underline;
  cursor: pointer;
}
.footer-desktop .footer-desktop-menu .menu-row .about-grid .body-content {
  word-wrap: break-word;
}
.footer-desktop .footer-desktop-menu .menu-row .about-grid .body-content .footer-desktop-social-icons {
  margin-top: 0.7rem !important;
}
.footer-desktop .footer-desktop-menu .menu-row .about-grid .body-content .footer-desktop-social-icons a {
  margin-right: 0.5rem !important;
}
.footer-desktop .footer-desktop-menu .menu-row .about-grid .body-content .footer-desktop-social-icons a:hover svg path {
  fill: #018A3C;
}
.footer-desktop .footer-desktop-general__header {
  position: relative;
  color: #1e1e1e;
  font-family: "MuseoSansBlack", sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.footer-desktop .footer-desktop-general__body {
  margin: 10px 0 20px;
  line-height: 32px;
}
@media (min-width: 1224px) {
  .footer-desktop .footer-desktop-general__body {
    display: block !important;
  }
}
.footer-desktop .footer-desktop-copyright {
  margin-top: 1.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center !important;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
.footer-desktop .footer-desktop-copyright a {
  font-weight: bold;
}
.footer-desktop a:hover {
  color: #008C3A;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}
.cookie-consent p {
  margin: 0;
  flex: 1;
  min-width: 250px;
  padding-right: 20px;
}
.cookie-consent a {
  color: #0066cc;
  text-decoration: underline;
}
.cookie-consent-content {
  width: 100%;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie-consent-content .cookie-consent-buttons {
  display: flex;
  gap: 10px;
}
.cookie-consent-content .cookie-consent-buttons .cookie-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.cookie-consent-content .cookie-consent-buttons .cookie-btn.accept-btn {
  background-color: #4CAF50;
  color: #fff;
}
.cookie-consent-content .cookie-consent-buttons .cookie-btn.accept-btn:hover {
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
@media (max-width: 600px) {
  .cookie-consent-content {
    flex-direction: column;
    text-align: center;
  }
  .cookie-consent p {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0 auto;
  position: relative;
  z-index: 1001;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1470px) and (min-width: 980px) {
  .header {
    padding: 0 20px;
  }
}
.header-newsettlers-window {
  padding: 6px;
  display: none;
  align-items: center;
  flex-wrap: wrap;
  white-space: wrap;
  text-align: justify;
  height: 80px;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-family: "Golos Text", Montserrat, sans-serif;
  background-color: #FFFFFF;
  border-radius: 10px;
  z-index: 1000;
  left: 175px;
  top: 35px;
  transition: all 0.4s ease;
}
.header-foodhall-window {
  padding: 6px;
  display: none;
  align-items: center;
  flex-wrap: wrap;
  white-space: wrap;
  text-align: justify;
  height: 130px;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-family: "Golos Text", Montserrat, sans-serif;
  background-color: #FFFFFF;
  border-radius: 10px;
  z-index: 1000;
  left: -80px;
  top: 35px;
}
.header a:hover {
  color: #008C3A;
}
.header-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1470px;
  width: 100%;
  height: 66px;
}
.header-container-desktop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1470px;
  width: 100%;
  height: 66px;
  justify-content: space-between;
  max-width: 1470px;
  width: 100%;
  height: 136.18px;
}
.header-container-desktop-search {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 850px;
  width: 100%;
}
@media (max-width: 1420px) {
  .header-container-desktop-search {
    margin: 0 20px;
  }
}
.header-container a {
  font-family: "Golos Text", Montserrat, sans-serif;
}
.header-container img {
  cursor: pointer;
}
.header-geo {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  width: 142px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  margin-top: 34px;
}
.header-geo img {
  width: 18px;
  height: 18px;
}
.header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD500;
  color: #000000;
  height: 26px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
  gap: 6px;
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  transition: 0.3s ease;
  border: none;
}
.header-button-marketplace:hover, .header-button-foodhall:hover {
  background-color: #FFE666;
  transition: 0.3s ease;
}
.header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 30px 0 0;
  gap: 40px;
}
@media (max-width: 1200px) {
  .header-nav {
    gap: 20px;
  }
  .header-nav .header-newsettlers-window {
    left: 138px;
  }
}
@media (max-width: 1100px) {
  .header-nav {
    gap: 15px;
  }
  .header-nav .header-newsettlers-window {
    left: 133px;
  }
}
@media (max-width: 1000px) {
  .header-nav {
    gap: 12px;
  }
}
.header-nav-item {
  list-style-type: none;
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  margin: 0;
  white-space: nowrap;
}
.header-nav-item a {
  text-decoration: none;
  color: #1e1e1e;
}
.header-nav-item a.hidden-main-menu {
  display: block;
}
.header-nav-item-btn {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.header-nav-item-btn img {
  margin-left: 10px;
}
.header-nav-item-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
  border-radius: 8px;
  top: 130%;
  left: -55%;
}
.header-nav-item-menu a {
  display: block;
  padding: 10px;
}
.header-nav-item-menu a.hidden-menu {
  display: none;
}
.header-nav-item-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f9f9f9;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
  z-index: 2;
}
.header-nav-item .show {
  display: block;
}
.header-number {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  width: 142px;
  text-align: right;
  margin-top: 33.5px;
}
.header-switch {
  width: 240px;
  height: 44px;
  background-color: #DDDDDD;
  border-radius: 10px;
  border: 0;
  margin: 0 0 0 25px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-switch-btn {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  border-radius: 6px;
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  background-color: #DDDDDD;
  width: 50%;
  min-width: 80px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.header-switch-restaurants:focus, .header-switch-restaurants:active, .header-switch-dishes:focus, .header-switch-dishes:active {
  background-color: #fff !important;
}
.header-switch-active {
  background-color: #fff !important;
}
.header-link {
  margin: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.header-link-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  max-width: 258px;
  width: 100%;
}
.header-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #1e1e1e;
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
}
.header-link a img {
  width: 20px;
  height: 20px;
  margin: 0 0 5px;
}
.header-wishlist-count, .header-cart-count {
  position: relative;
}
.header-wishlist-count .count, .header-cart-count .count {
  position: absolute;
  background: #D73235;
  color: #fff;
  padding: 0 3px;
  min-width: 14px;
  height: 14px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  right: 0;
  top: 0;
}
.header-search {
  max-width: 600px;
  width: 100%;
  position: relative;
}
.header-search-form {
  position: relative;
  width: 100%;
  display: inline-block;
}
.header-search-btn {
  position: absolute;
  top: 8px;
  right: 13px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 4px;
  background-color: rgba(0, 0, 0, 0) !important;
  width: 18px;
  height: 18px;
  color: #000;
}
.header-search-btn img {
  vertical-align: unset;
}
.header-search-input {
  border-radius: 10px !important;
  width: 100%;
  height: 44px;
  padding: 13.5px 20px !important;
  box-sizing: border-box;
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  border: 0 !important;
  background-color: #E9E9E9 !important;
  color: #808080;
}
.header-catalog {
  width: 129px;
  height: 44px;
  margin-right: 10px;
}
.header-catalog-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background: #018A3C !important;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 13.5px 20px;
  cursor: pointer;
  width: 129px;
  height: 44px;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.header-catalog-button:before {
  font-family: uni2-icons;
  content: "\e901";
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-catalog-button:focus, .header-catalog-button:active, .header-catalog-button:hover {
  background: #018A3C !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}
.header-catalog-button.active {
  background: #018A3C !important;
}
.header-catalog-button.active::before {
  content: "✕";
  font-size: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  position: relative;
  top: -1px;
  transform: none;
}
.header-catalog-button span {
  flex-shrink: 0;
  display: inline-block;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFFFFF;
  height: 91.06px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .header-mobile {
    height: 54px;
  }
}
.header-mobile-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  max-width: 180px;
  width: 100%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .header-mobile-container {
    margin-right: 16px;
    justify-content: flex-end;
  }
}
.header-mobile a:hover {
  color: #008C3A;
}
.header-mobile-logo {
  margin-left: 20px;
  width: 225px !important;
  height: 50px !important;
}
@media (max-width: 768px) {
  .header-mobile-logo {
    width: 138px !important;
    height: 30.92px !important;
  }
}
.header-mobile-logo .mini-logo {
  display: none;
}
.header-mobile-logo .large-logo {
  display: inline;
  width: 100%;
  height: 50px;
}
@media (max-width: 768px) {
  .header-mobile-logo .large-logo {
    width: 138px !important;
    height: 30.92px !important;
  }
}
.header-mobile-logo .header-number {
  white-space: nowrap !important;
}
.header-mobile .header-number {
  display: inline;
  white-space: nowrap;
  width: 142px;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .header-mobile .header-number {
    display: none;
  }
}
.header-mobile-buttons {
  display: flex;
  background-color: #DDDDDD;
  height: 25px;
  border-radius: 50px;
  width: -moz-min-content;
  width: min-content;
}
.header-mobile-buttons-div {
  width: 30%;
  display: flex;
  justify-content: center;
}
.header-mobile-menu {
  width: 18px;
  position: relative;
}
.header-mobile-menu.active img {
  opacity: 0;
}
.header-mobile-menu.active::after {
  content: "✕";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000;
}
.header-mobile-button {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  width: 120px;
  height: 25px;
}
.header-mobile-button.marketplace {
  border-radius: 50px 0 0 50px;
}
.header-mobile-button.marketplace.active {
  background-color: #008C3A;
  color: #fff;
  border-radius: 50px;
}
.header-mobile-button.foodhall {
  border-radius: 0 50px 50px 0;
}
.header-mobile-button.foodhall.active {
  background-color: #008C3A;
  color: #fff;
  border-radius: 50px;
}

.footer-mobile {
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 10px 0;
  z-index: 1000;
  border-top: 1px solid #d9d9d9;
}
.footer-mobile > div {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-mobile a,
.footer-mobile .catalog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
  cursor: pointer;
  position: relative;
}
.footer-mobile a:hover, .footer-mobile a:focus, .footer-mobile a.active,
.footer-mobile .catalog-item:hover,
.footer-mobile .catalog-item:focus,
.footer-mobile .catalog-item.active {
  opacity: 0.7;
  text-decoration: none;
}
.footer-mobile a:hover img, .footer-mobile a:focus img, .footer-mobile a.active img,
.footer-mobile .catalog-item:hover img,
.footer-mobile .catalog-item:focus img,
.footer-mobile .catalog-item.active img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2000%) hue-rotate(90deg) brightness(90%) contrast(90%);
}
.footer-mobile a:hover span, .footer-mobile a:focus span, .footer-mobile a.active span,
.footer-mobile .catalog-item:hover span,
.footer-mobile .catalog-item:focus span,
.footer-mobile .catalog-item.active span {
  color: #008C3A;
}
.footer-mobile a img,
.footer-mobile .catalog-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%);
}
.footer-mobile a span,
.footer-mobile .catalog-item span {
  font-size: 12px;
  text-align: center;
}
.footer-mobile-wishlist, .footer-mobile-cart {
  position: relative;
}
.footer-mobile-wishlist .count, .footer-mobile-cart .count {
  position: absolute;
  background: #D73235;
  color: #fff;
  padding: 0 3px;
  min-width: 14px;
  height: 14px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  right: 0;
  top: 0;
}

@media (max-width: 980px) {
  .header-number {
    white-space: nowrap !important;
  }
  .header-mobile,
  .footer-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 980px) {
  .header-mobile,
  .footer-mobile {
    display: none;
  }
}
.header,
.footer-desktop {
  display: none;
}

@media (min-width: 980px) {
  .header,
  .footer-desktop {
    display: flex;
  }
}
.modal-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 998;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 66px;
}
.modal-mobile-menu.active {
  display: block;
}
.modal-mobile-menu a, .modal-mobile-menu span {
  font-family: "Golos Text", Montserrat, sans-serif;
}
.modal-mobile-menu a:active, .modal-mobile-menu span:active {
  color: #008C3A;
}
.modal-mobile-menu .menu-section {
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 20px;
}
.modal-mobile-menu .menu-section .menu-header span {
  color: #000;
  font-weight: bold;
  margin-left: 40px;
}
.modal-mobile-menu .menu-section .menu-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-mobile-menu .menu-section .menu-contents ul li {
  margin: 8px 0;
}
.modal-mobile-menu .menu-section .menu-contents ul li a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.modal-mobile-menu .menu-section .menu-contents ul li a:hover {
  opacity: 0.7;
}
.modal-mobile-menu .social-icons {
  display: flex;
  gap: 5px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.modal-mobile-menu .social-icons a {
  display: inline-block;
  transition: transform 0.2s ease;
}
.modal-mobile-menu .social-icons a:hover {
  transform: scale(1.05);
}

.catalog-overlay {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  height: 400px;
  background: #fff;
  display: none;
  z-index: 999;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border-top: 1px solid #e3e3e3;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  justify-content: center;
}
.catalog-overlay.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.catalog-overlay.active::before {
  opacity: 1;
}
.catalog-overlay::before {
  content: "";
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100%);
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .catalog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    padding-top: 50px;
    justify-content: flex-start;
  }
  .catalog-overlay::before {
    display: none;
  }
}
.catalog-content {
  position: relative;
  width: 85%;
  height: 100%;
  padding: 0 20px 20px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .catalog-content {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.catalog-search-form {
  display: none;
}
@media (max-width: 768px) {
  .catalog-search-form {
    display: block;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .catalog-search-form .search-input {
    width: 100%;
    padding: 12px 45px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
  }
  .catalog-search-form .search-btn {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
  }
}
.catalog-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  z-index: 1001;
}
@media (max-width: 768px) {
  .catalog-close {
    display: none;
  }
}
.catalog-container {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .catalog-container {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    height: calc(100vh - 195px);
    position: relative;
  }
}
.catalog-categories {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  border-right: 1px solid #e3e3e3;
  overflow-y: auto;
  max-height: 350px;
}
.catalog-categories::-webkit-scrollbar {
  width: 6px;
}
.catalog-categories::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 3px;
}
.catalog-categories::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  border-radius: 3px;
}
.catalog-categories::-webkit-scrollbar-thumb:hover {
  background: rgb(195.5, 195.5, 195.5);
}
@media (max-width: 768px) {
  .catalog-categories {
    flex: none;
    height: 100%;
    overflow-y: auto;
    padding: 10px 15px;
  }
}
.catalog-categories .category-link {
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  color: #1e1e1e;
  transition: all 0.3s ease;
  position: relative;
  padding: 10px 30px 10px 35px;
}
.catalog-categories .category-link .category-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.98851 5.98976L0.863512 10.1148C0.78392 10.1916 0.720435 10.2836 0.67676 10.3853C0.633086 10.4869 0.610097 10.5963 0.609136 10.7069C0.608174 10.8176 0.629259 10.9273 0.67116 11.0297C0.713061 11.1321 0.774938 11.2252 0.853182 11.3034C0.931426 11.3817 1.02447 11.4435 1.12688 11.4854C1.2293 11.5273 1.33903 11.5484 1.44968 11.5475C1.56033 11.5465 1.66968 11.5235 1.77135 11.4798C1.87302 11.4362 1.96497 11.3727 2.04184 11.2931L6.75601 6.57893C6.91224 6.42265 7 6.21073 7 5.98976C7 5.76879 6.91224 5.55687 6.75601 5.40059L2.04184 0.686426C1.88468 0.534628 1.67417 0.450632 1.45568 0.452531C1.23718 0.45443 1.02817 0.54207 0.873662 0.696577C0.719156 0.851084 0.631515 1.06009 0.629616 1.27859C0.627717 1.49709 0.711713 1.70759 0.863512 1.86476L4.98851 5.98976Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.catalog-categories .category-link:hover, .catalog-categories .category-link.active {
  background-color: #f0f0f0;
  color: #008C3A;
}
.catalog-categories .category-link:hover img, .catalog-categories .category-link.active img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2000%) hue-rotate(90deg) brightness(90%) contrast(90%);
}
.catalog-categories .category-link:hover .category-arrow, .catalog-categories .category-link.active .category-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.98851 5.98976L0.863512 10.1148C0.78392 10.1916 0.720435 10.2836 0.67676 10.3853C0.633086 10.4869 0.610097 10.5963 0.609136 10.7069C0.608174 10.8176 0.629259 10.9273 0.67116 11.0297C0.713061 11.1321 0.774938 11.2252 0.853182 11.3034C0.931426 11.3817 1.02447 11.4435 1.12688 11.4854C1.2293 11.5273 1.33903 11.5484 1.44968 11.5475C1.56033 11.5465 1.66968 11.5235 1.77135 11.4798C1.87302 11.4362 1.96497 11.3727 2.04184 11.2931L6.75601 6.57893C6.91224 6.42265 7 6.21073 7 5.98976C7 5.76879 6.91224 5.55687 6.75601 5.40059L2.04184 0.686426C1.88468 0.534628 1.67417 0.450632 1.45568 0.452531C1.23718 0.45443 1.02817 0.54207 0.873662 0.696577C0.719156 0.851084 0.631515 1.06009 0.629616 1.27859C0.627717 1.49709 0.711713 1.70759 0.863512 1.86476L4.98851 5.98976Z' fill='%23008C3A'/%3E%3C/svg%3E");
}
.catalog-categories img {
  filter: brightness(0) saturate(100%);
  transition: filter 0.3s ease;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .catalog-categories img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .catalog-categories .category-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 4px;
    border-radius: 8px;
  }
}

.close-mobile-catalog,
.back-button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  min-width: 60px;
  color: #DDDDDD;
}

.back-button {
  text-align: left;
}

.close-mobile-catalog {
  text-align: right;
}

.catalog-subcategories {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 10px 10px;
}
.catalog-subcategories-container {
  flex: 1;
  min-height: 300px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .catalog-subcategories-container {
    display: none !important;
  }
}
.catalog-subcategories.hidden {
  display: none;
}
.catalog-subcategories a {
  padding: 4px 12px;
  text-decoration: none;
  transition: color 0.3s;
}
.catalog-subcategories a:hover {
  color: #008C3A;
}
.catalog-subcategories .catalog-category {
  padding: 0 0 8px 12px;
  font-weight: bold;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}

.catalog-mobile-subcategories {
  display: none;
}
@media (max-width: 768px) {
  .catalog-mobile-subcategories {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .catalog-mobile-subcategories.active {
    transform: translateX(0);
  }
}
.catalog-mobile-header {
  display: none;
}
@media (max-width: 768px) {
  .catalog-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .catalog-mobile-header h3 {
    margin: 0;
    font-size: 18px;
    flex: 1;
    text-align: center;
  }
}

.subcategory-mobile-panel {
  display: none;
}
@media (max-width: 768px) {
  .subcategory-mobile-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
  }
  .subcategory-mobile-panel.active {
    display: block;
  }
}

.subcategories-mobile-list {
  display: none;
}
@media (max-width: 768px) {
  .subcategories-mobile-list {
    display: block;
    overflow-y: auto;
    height: calc(100vh - 265px);
    padding: 10px 15px;
  }
  .subcategories-mobile-list a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin-bottom: 4px;
  }
  .subcategories-mobile-list a:hover {
    background: #f0f0f0;
  }
}

.hidden {
  display: none !important;
}

@media (min-width: 769px) {
  .catalog-mobile-header,
  .subcategory-mobile-panel,
  .subcategories-mobile-list {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .catalog-subcategories-container {
    display: none !important;
  }
}
.header-buttons {
  position: relative;
}

.header-buttons-window {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-family: "Golos Text", Montserrat, sans-serif;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 310px;
  text-align: justify;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  padding: 10px;
  left: 15px;
  top: 30px;
  z-index: 10;
}

@media (max-width: 1200px) {
  .large-logo {
    width: 207px;
  }
}
@media screen and (max-width: 1300px) {
  .header-geo {
    margin-right: 22px;
  }
}
.marketplace-logo {
  width: 255px !important;
}

.standard-btn {
  width: 100%;
  border: 1px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Golos Text", sans-serif;
  font-style: normal;
}
.standard-btn.green-button {
  color: #FFFFFF;
  background: #008c3a;
}
.standard-btn.white-button {
  color: #008c3a;
  background: #FFFFFF;
  border: #008c3a 1px solid;
}
.standard-btn.red-button {
  color: #FFFFFF;
  background: #D73235;
}
.standard-btn.switch-button {
  padding: 5px;
  margin-bottom: 1vh;
}

body.catalog-open {
  overflow: hidden;
}/*# sourceMappingURL=main-styles.css.map */


/* Foodhall header */

body {
    padding-top: 0;
}

.header-mobile .header-banner {
    position: absolute;
    top: 50px;
}

@media (max-width: 979px) AND (min-width: 769px) {
    body {
        padding-top: 140px;
    }

    .header-mobile .header-banner {
        top: 80px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 100px;
    }
}

.header-banner {
    height: 58px
}

.header-banner img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}