@charset "UTF-8";
.tygh-footer {
  border-top: 1px solid #e3e3e3;
  padding: 1rem 0 !important;
}
.tygh-footer .ty-footer-grid {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.tygh-footer .ty-footer-menu .menu-row {
  display: flex;
  flex-wrap: wrap;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid,
.tygh-footer .ty-footer-menu .menu-row .my-account-grid {
  flex: 1 0 0;
  max-width: 100%;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid .ty-wysiwyg-content {
  word-wrap: break-word;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid .ty-wysiwyg-content .footer-social-icons {
  margin-top: 0.7rem !important;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid .ty-wysiwyg-content .footer-social-icons a {
  margin-right: 0.5rem !important;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid .ty-wysiwyg-content .footer-social-icons a:hover svg path {
  fill: #018A3C;
}
.tygh-footer .ty-footer-menu .footer-copyright {
  margin-top: 1.5rem !important;
  display: flex;
  flex-wrap: wrap;
  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;
}
@media (min-width: 576px) {
  .tygh-footer .ty-footer-grid {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .tygh-footer .ty-footer-grid {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .tygh-footer .ty-footer-grid {
    max-width: 992px;
  }
}
@media (min-width: 1224px) {
  .tygh-footer .ty-footer-grid {
    max-width: 1224px;
  }
}
@media (min-width: 1400px) {
  .tygh-footer .ty-footer-grid {
    max-width: 1400px;
  }
}
@media (min-width: 1500px) {
  .tygh-footer .ty-footer-grid {
    max-width: 1500px;
  }
}
.tygh-footer .ty-footer-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;
}
.tygh-footer .ty-footer-general__body {
  margin: 10px 0 20px;
  line-height: 32px;
}
@media (min-width: 1224px) {
  .tygh-footer .ty-footer-general__body {
    display: block !important;
  }
}
.tygh-footer .ty-exception__links-a {
  text-decoration: underline;
  cursor: pointer;
}
.tygh-footer ul {
  margin: 0 !important;
  padding: 0;
}
.tygh-footer *, .tygh-footer *::before, .tygh-footer *::after {
  box-sizing: border-box;
}
.tygh-footer svg {
  overflow: hidden;
  vertical-align: middle;
}

.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: 5px;
  position: relative;
  z-index: 1001;
  border-bottom: 1px solid #d9d9d9;
}
.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
  padding-bottom: 40px;
}
.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: 15%;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-geo img {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.header-buttons {
  display: flex;
  background-color: #DDDDDD;
  height: 25px;
  border-radius: 50px;
  width: min-content;
}
.header-buttons-div {
  width: 20%;
}
.header-buttons-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-buttons-marketplace {
  border-radius: 50px 0 0 50px;
}
.header-buttons-marketplace-active {
  background-color: #008C3A;
  color: #fff;
  border-radius: 50px;
}
.header-buttons-foodhall {
  border-radius: 0 50px 50px 0;
}
.header-buttons-foodhall-active {
  background-color: #008C3A;
  color: #fff;
  border-radius: 50px;
}
.header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}
.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 40px 0 0;
}
.header-nav-item a {
  text-decoration: none;
  color: #1e1e1e;
}
.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: 1;
  border-radius: 8px;
  top: 130%;
  left: -55%;
}
.header-nav-item-menu a {
  display: block;
  padding: 10px;
}
.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: 15%;
  text-align: right;
}
.header-switch {
  width: 272px;
  height: 44px;
  background-color: #F3F3F3;
  border-radius: 10px;
  border: 0;
  margin: 0 20px 0 49px;
  display: flex;
  flex-wrap: wrap;
  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: #F3F3F3;
  width: 130px;
  height: 32px;
}
.header-switch-restaurants-active, .header-switch-dishes-active {
  background-color: #DDDDDD;
  border-radius: 6px;
}
.header-link {
  margin: 0 0 0 40px;
  width: 3%;
}
.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;
}
.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: 7px;
}
.header-search-form {
  position: relative;
  width: 50%;
  display: inline-block;
}
.header-search-btn {
  position: absolute;
  top: 8px;
  left: 17px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 4px;
}
.header-search-btn img {
  vertical-align: unset;
}
.header-search-input {
  border-radius: 10px;
  width: 100%;
  height: 44px;
  padding: 0 60px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border: 0 #fafafa;
}
.header-catalog {
  width: 20%;
  height: 44px;
}
.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: 4px;
  padding: 10px 40px;
  margin-right: 15%;
  margin-left: 15%;
  cursor: pointer;
  width: 70%;
  min-width: 140px;
  min-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 .catalog-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 400px;
  background: #fff;
  display: none;
  z-index: 1000;
  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;
}
.header .catalog-overlay.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.header .catalog-overlay.active::before {
  opacity: 1;
}
.header .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;
}
.header .catalog-content {
  position: relative;
  width: 85%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}
.header .catalog-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  z-index: 1001;
}
.header .catalog-container {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.header .catalog-categories {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .catalog-categories .category-link {
  padding: 10px 15px 10px 35px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  color: #1e1e1e;
  transition: all 0.3s ease;
  position: relative;
}
.header .catalog-categories .category-link::after {
  content: "";
  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;
}
.header .catalog-categories .category-link:hover, .header .catalog-categories .category-link.active {
  background-color: #f0f0f0;
  color: #008C3A;
}
.header .catalog-categories .category-link:hover img, .header .catalog-categories .category-link.active img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2000%) hue-rotate(90deg) brightness(90%) contrast(90%);
}
.header .catalog-categories .category-link:hover::after, .header .catalog-categories .category-link.active::after {
  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");
}
.header .catalog-categories img {
  filter: brightness(0) saturate(100%);
  transition: filter 0.3s ease;
  padding-right: 5px;
}
.header .catalog-subcategories {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 10px 10px;
}
.header .catalog-subcategories-container {
  flex: 1;
  min-height: 300px;
}
.header .catalog-subcategories.hidden {
  display: none;
}
.header .catalog-subcategories a {
  padding: 4px 12px;
  text-decoration: none;
  transition: color 0.3s;
}
.header .catalog-subcategories a:hover {
  color: #008C3A;
}
.header .catalog-subcategories .catalog-category {
  padding: 0 0 8px 12px;
  font-weight: bold;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  padding: 15px 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}
.header-mobile-logo {
  width: 20%;
}
.header-mobile-buttons {
  display: flex;
  background-color: #DDDDDD;
  height: 25px;
  border-radius: 50px;
  width: min-content;
}
.header-mobile-buttons-div {
  width: 60%;
  display: flex;
  justify-content: center;
}
.header-mobile-menu {
  width: 20%;
}
.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;
}
.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;
  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: 15px;
}

.catalog-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  flex-direction: column;
  z-index: 999;
  overflow: hidden;
  padding-top: 50px;
}
.catalog-mobile.active {
  display: flex;
}
.catalog-mobile a, .catalog-mobile span {
  font-family: "Golos Text", Montserrat, sans-serif;
}
.catalog-mobile .catalog-mobile-search-form {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.catalog-mobile .catalog-mobile-search-form .search-input {
  width: 100%;
  padding: 12px 45px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}
.catalog-mobile .catalog-mobile-search-form .search-btn {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.catalog-mobile .catalog-content {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.catalog-mobile .catalog-mobile-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: transform 0.3s ease;
  display: block;
}
.catalog-mobile .catalog-mobile-container.hidden {
  transform: translateX(-100%);
  display: none;
}
.catalog-mobile .catalog-mobile-subcategories-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: none;
}
.catalog-mobile .catalog-mobile-subcategories-container.active {
  transform: translateX(0);
  display: block;
}
.catalog-mobile .catalog-mobile-subcategories-container .subcategory-mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: none;
}
.catalog-mobile .catalog-mobile-subcategories-container .subcategory-mobile-panel.active {
  display: block;
}
.catalog-mobile .catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.catalog-mobile .catalog-header h3 {
  margin: 0;
  font-size: 18px;
  flex: 1;
  text-align: center;
}
.catalog-mobile .catalog-header .close-mobile-catalog,
.catalog-mobile .catalog-header .back-button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  min-width: 60px;
}
.catalog-mobile .catalog-header .back-button {
  text-align: left;
  font-size: 16px;
}
.catalog-mobile .catalog-header .close-mobile-catalog {
  text-align: right;
}
.catalog-mobile .catalog-categories {
  overflow-y: auto;
  height: calc(100vh - 195px);
  padding: 10px 15px;
}
.catalog-mobile .category-mobile-link {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 4px;
  border-bottom: none;
}
.catalog-mobile .category-mobile-link img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%);
}
.catalog-mobile .category-mobile-link .arrow {
  margin-left: auto;
  font-size: 20px;
  color: #999;
  flex-shrink: 0;
}
.catalog-mobile .category-mobile-link:hover {
  background: #f0f0f0;
}
.catalog-mobile .subcategories-list {
  overflow-y: auto;
  height: calc(100vh - 265px);
  padding: 10px 15px;
}
.catalog-mobile .subcategories-list a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin-bottom: 4px;
  border-bottom: none;
}
.catalog-mobile .subcategories-list a:hover {
  background: #f0f0f0;
}

@media (max-width: 980px) {
  .header-mobile,
  .footer-mobile {
    display: flex;
  }
  body {
    padding-top: 50px;
  }
}
@media (min-width: 980px) {
  .header-mobile,
  .footer-mobile {
    display: none;
  }
  body {
    padding-top: 0;
  }
}
@media (max-width: 980px) {
  .header,
  .tygh-footer {
    display: none;
  }
}
@media (min-width: 980px) {
  .header,
  .tygh-footer {
    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 .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;
  margin-left: 40px;
  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);
}

/*# sourceMappingURL=main-styles.css.map */
