@font-face {
  font-family: "FiraSansCondensed";
  src: url("fonts/FiraSansCondensed-Bold.woff2") format("woff2"),
      url("fonts/FiraSansCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root { --header-h: 0px; }

/* New Header */
.text-nowrap {
  white-space: nowrap;
}

.no-breadcrumbs .main-content {
  padding-top: 0;
}

#header .search-popup .searchform {
  left: auto;
}

#header .searchform input {
  height: 100%;
}

#mini-cart.simple .cart-items {
  display: flex!important;
  justify-content: center;
  align-items: center;
  top: -7px !important;
  font-size: 10px;
  line-height: 1;
  background-color: #548048!important;
}

.mini-cart__total-count span, .woocommerce-mini-cart__total span, .woocommerce-mini-cart__shipping span, .mini-cart__icon-wrap span {
  display: inline-block!important;
}

@media screen and (max-width: 768px) {
  .start-page__content.column.is-5 {
    width: 58%;
  }
  
  #mini-cart.simple .cart-items {
    right: 15px!important;
    top: -7px!important;
  }
}

@media screen and (max-width: 576px) {
  #header .search-popup .searchform {
    top: 40px;
    padding: 10px;
  }
}

.header-new {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  font-family: 'SF Pro Text';
  background-color: #23342A;
}

.header-new.is-fixed .header-new__top {
  height: 0;
  transform: scaleY(0);
}

.header-new__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #23342A;
  border-bottom: 1px solid #D6D6D6;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.2s ease;
}

.header-new__main {
  position: relative;
  z-index: -1;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D6D6D6;
}

.header-new__popup {
  position: relative;
  top: -1px;
  display: none;
  padding: 16px 0 32px;
  visibility: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-new__popup.open {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  height: calc(100vh - var(--header-h));
  max-height: calc(100vh - var(--header-h));
  min-height: calc(100vh - var(--header-h));
}

.header-new__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.header-new__inner--main {
  gap: 32px;
  padding: 0;
}

.header-new__first-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 12px 0;
}

.header-new__block-logo {
  display: none;
}

.header-new__mobile-close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #ffffff;
}

.header-new__mobile-close.open {
  display: block;
}

.header-new__open-menu {
  display: none;
}

.header-new__logo--mobile svg {
  width: 120px;
}

.header-new__logo--desktop svg {
  width: 168px;
}

.header-new__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #F7F5CA;
}

.header-new__contacts {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-new__note {
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #C0D6B9;
}

.header-new__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-new__contacts-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.header-new__contacts-list li a:hover, .header-new__contacts-list li a:focus {
  opacity: 0.7;
}

.header-new__contacts-list li a svg {
  width: 22px;
  height: 22px;
  fill: #F7F5CA;
}

.header-new__options-list li > a, .header-new__options-list li > button, .header-new__options-list li.cart .cart-head > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #548048;
  border: none;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.header-new__options-list li > a:hover, .header-new__options-list li > a:focus {
  opacity: 0.8;
}

.header-new__options-list li button:hover, .header-new__options-list li button:focus {
  opacity: 0.8;
}

.header-new__options-list li.cart .cart-head > a:hover, .header-new__options-list li.cart .cart-head > a:focus {
  opacity: 0.8;
}

.header-new__options-list li.user > a {
  width: auto;
  padding: 8px 16px;
}

.header-new__options-list li.cart .cart-head > a svg {
  display: none;
}

.header-new__options-list li.cart {
  margin: 0!important;
  padding: 0!important;
}

#header .cart-head > a {
  height: 40px;
}

#header .cart-head > a::after {
  margin-top: 0;
}

.header-new__options-list li.cart .cart-head > a::after {
  content: ''!important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUuNTI1IDIxcS0uNjc1IDAtMS4yLS40MTNhMi4xIDIuMSAwIDAgMS0uNzI1LTEuMDYybC0yLjU1LTkuMjVhMSAxIDAgMCAxIC4xNjItLjg3NUEuOTIuOTIgMCAwIDEgMiA5aDIwcS41IDAgLjc4Ny40YTEgMSAwIDAgMSAuMTYzLjg3NWwtMi41NSA5LjI1YTIuMSAyLjEgMCAwIDEtLjcyNSAxLjA2MyAxLjkgMS45IDAgMCAxLTEuMi40MTJ6TTUuNSAxOWgxM2wyLjItOEgzLjN6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEzLjc0OSAyLjYwM2ExIDEgMCAwIDEgMS4zNjYuMzY2bDMuNSA2LjA2MmExIDEgMCAwIDEtMS43MzIgMWwtMy41LTYuMDYyYTEgMSAwIDAgMSAuMzY2LTEuMzY2TTEwLjM2NiAyLjYwM0ExIDEgMCAwIDAgOSAyLjk2OUw1LjUgOS4wMzFhMSAxIDAgMCAwIDEuNzMyIDFsMy41LTYuMDYyYTEgMSAwIDAgMC0uMzY2LTEuMzY2Ii8+PC9zdmc+);
  transform: translate(-50%, -50%);
}

.header-new__options-list li.cart span, .header-new__options-list li.search span  {
  display: none;
}

.header-new__options-list li.user svg {
  display: none;
}

.header-new__options-list li a svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}

.header-new__options-list li button svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}

.header-new__menu {
  margin-left: auto;
}

@media screen and (max-width: 1160px) {
  .header-new__main {
    border-bottom: none;
  }
  
  .header-new__inner--main {
    flex-wrap: wrap;
    gap: 0;
  }
  
  .header-new__promo {
    position: relative;
    width: 100%;
    border-top: 1px solid #D6D6D6;
  }
  
  .header-new__promo::before, .header-new__promo::after {
    content: '';
    position: absolute;
    top: -1px;
    width: 50%;
    height: 1px;
    background-color: #D6D6D6;
  }
  
  .header-new__promo::before {
    left: -50%;
  }
  
  .header-new__promo::after {
    right: -50%;
  }
}

@media (max-width: 992px){
  .header-new__first-block {
    gap: 16px;
  }
  
  .header-new__contacts {
    display: none;
  }
  
  .header-new__options-list li.cart .cart-head::after {
    content: ''!important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUuNTI1IDIxcS0uNjc1IDAtMS4yLS40MTNhMi4xIDIuMSAwIDAgMS0uNzI1LTEuMDYybC0yLjU1LTkuMjVhMSAxIDAgMCAxIC4xNjItLjg3NUEuOTIuOTIgMCAwIDEgMiA5aDIwcS41IDAgLjc4Ny40YTEgMSAwIDAgMSAuMTYzLjg3NWwtMi41NSA5LjI1YTIuMSAyLjEgMCAwIDEtLjcyNSAxLjA2MyAxLjkgMS45IDAgMCAxLTEuMi40MTJ6TTUuNSAxOWgxM2wyLjItOEgzLjN6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEzLjc0OSAyLjYwM2ExIDEgMCAwIDEgMS4zNjYuMzY2bDMuNSA2LjA2MmExIDEgMCAwIDEtMS43MzIgMWwtMy41LTYuMDYyYTEgMSAwIDAgMSAuMzY2LTEuMzY2TTEwLjM2NiAyLjYwM0ExIDEgMCAwIDAgOSAyLjk2OUw1LjUgOS4wMzFhMSAxIDAgMCAwIDEuNzMyIDFsMy41LTYuMDYyYTEgMSAwIDAgMC0uMzY2LTEuMzY2Ii8+PC9zdmc+);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px){
  .header-new__top {
    background-color: #FFFFFF;
  }
  
  .header-new.is-fixed .header-new__top {
    height: auto;
    transform: scaleY(1);
  }
  
  .header-new__open-menu {
    display: flex;
  }
  
  .header-new__name {
    display: none;
  }
  
  .header-new__block-logo {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .header-new__first-block, .header-new__menu {
    display: none;
  }
  
  .header-new__promo {
    border-top: none;
  }
  
  .header-new__logo--mobile {
    display: block;
    width: 168px;
    height: 25px;
  }
  
  .header-new__options-list {
    gap: 20px;
  }
  
  .header-new__options-list li > a, .header-new__options-list li button, .header-new__options-list li.user a {
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
  }
  
  #header .cart-head > a {
    height: 24px;
  }
  
  .header-new__options-list li.cart .cart-head > a {
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
  }
  
  .header-new__options-list li.cart .cart-head::after {
    content: ''!important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTUuNTI1IDIxcS0uNjc1IDAtMS4yLS40MTNhMi4xIDIuMSAwIDAgMS0uNzI1LTEuMDYybC0yLjU1LTkuMjVhMSAxIDAgMCAxIC4xNjItLjg3NUEuOTIuOTIgMCAwIDEgMiA5aDIwcS41IDAgLjc4Ny40YTEgMSAwIDAgMSAuMTYzLjg3NWwtMi41NSA5LjI1YTIuMSAyLjEgMCAwIDEtLjcyNSAxLjA2MyAxLjkgMS45IDAgMCAxLTEuMi40MTJ6TTUuNSAxOWgxM2wyLjItOEgzLjN6Ii8+PHBhdGggZD0iTTEzLjc0OSAyLjYwM2ExIDEgMCAwIDEgMS4zNjYuMzY2bDMuNSA2LjA2MmExIDEgMCAwIDEtMS43MzIgMWwtMy41LTYuMDYyYTEgMSAwIDAgMSAuMzY2LTEuMzY2TTEwLjM2NiAyLjYwM0ExIDEgMCAwIDAgOSAyLjk2OUw1LjUgOS4wMzFhMSAxIDAgMCAwIDEuNzMyIDFsMy41LTYuMDYyYTEgMSAwIDAgMC0uMzY2LTEuMzY2Ii8+PC9zdmc+);
    transform: translate(-50%, -50%);
  }
  
  .header-new__options-list li.search {
    order: -1;
  }
  
  .header-new__options-list li.user span {
    display: none;
  }
  
  .header-new__options-list li.user svg {
    display: block;
  }
  
  .header-new__options-list li a svg, .header-new__options-list li button svg {
    fill: #000;
  }
  
  .header-new__options-list li.cart .cart-head > a:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTUuNTI1IDIxcS0uNjc1IDAtMS4yLS40MTNhMi4xIDIuMSAwIDAgMS0uNzI1LTEuMDYybC0yLjU1LTkuMjVhMSAxIDAgMCAxIC4xNjItLjg3NUEuOTIuOTIgMCAwIDEgMiA5aDIwcS41IDAgLjc4Ny40YTEgMSAwIDAgMSAuMTYzLjg3NWwtMi41NSA5LjI1YTIuMSAyLjEgMCAwIDEtLjcyNSAxLjA2MyAxLjkgMS45IDAgMCAxLTEuMi40MTJ6TTUuNSAxOWgxM2wyLjItOEgzLjN6Ii8+PHBhdGggZD0iTTEzLjc0OSAyLjYwM2ExIDEgMCAwIDEgMS4zNjYuMzY2bDMuNSA2LjA2MmExIDEgMCAwIDEtMS43MzIgMWwtMy41LTYuMDYyYTEgMSAwIDAgMSAuMzY2LTEuMzY2TTEwLjM2NiAyLjYwM0ExIDEgMCAwIDAgOSAyLjk2OUw1LjUgOS4wMzFhMSAxIDAgMCAwIDEuNzMyIDFsMy41LTYuMDYyYTEgMSAwIDAgMC0uMzY2LTEuMzY2Ii8+PC9zdmc+)
  }
  
  .header-new__popup.open {
    top: 0;
    padding: 0;
  }
  
  .header-new__main {
    border-bottom: 1px solid #D6D6D6;
  }  
}

/* Search form */
.header-new .search-popup {
  position: relative;
}

.header-new .search-popup .search-form {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1002;
  display: none;
  margin-top: 8px;
  padding: 15px 17px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 10px rgba(0,0,0,0.05);
  border: none;
}

.header-new .searchform-fields {
  display: flex;
}

.header-new .searchform-fields input{
  border: none;
}

.header-new .searchform-fields .text, .header-new .searchform-fields .button-wrap {
  display: block;
}

.header-new .searchform-btn {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  width: 50px;
  height: 50px!important;
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF!important;
  background-color: #548048!important;
  border: none!important;
  border-radius: 4px!important;
  transition: opacity 0.2s ease;
}

.header-new .searchform-btn:hover, .header-new .searchform-btn:focus {
  background-color: #548048;
  opacity: 0.8;
}

.header-new .searchform-btn svg {
  width: 28px;
  height: 28px;
  fill: #FFFFFF;
}

/* Open-Close Menu */
.open-menu {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px 3px;
  box-sizing: border-box;
  background: none;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}

.open-menu__line {
  display: block;
  height: 2px;
  width: 18px;
  background-color: #000000;
  border: none;
  transition: opacity 0.2s ease;
}

.open-menu__line::before, .open-menu__line::after {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  height: 2px;
  width: 18px;
  background-color: inherit;
  border-radius: 2px;
  transform: translateX(-50%);
}

.open-menu__line::before {
  top: 25%;
}

.open-menu__line::after {
  bottom: 25%;
}

.open-menu__text {
  display: none;
}

.close-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 4px;
  box-sizing: border-box;
  background: none;
  background-color: #ffffff;
  border: none;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.close-menu::before, .close-menu::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 2px;
  width: 20px;
  background-color: #000000;
  transform: translate(-50%, -50%);
}

.close-menu::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-menu::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-menu__text {
  display: none;
}

/* Catalog Menu */
.catalog-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  background: #F87978;
  background: linear-gradient(90deg, #F87978, #E49753);
  border: none;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.catalog-menu:hover, .catalog-menu:focus {
  opacity: 0.9;
}

.catalog-menu.open .close {
  display: block;
}

.catalog-menu.open .open {
  display: none;
}

.catalog-menu .close {
  display: none;
}

.catalog-menu svg {
  width: 12px;
  height: 12px;
  fill: #FFFFFF;
}

/* Red Micro */
.red-micro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  background: none;
  background-image: linear-gradient(90deg, #F87978 0%, #E49753 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.red-micro:hover, .red-micro:focus {
  opacity: 0.9;
}

.red-micro svg {
  width: 24px;
  height: 24px;
}

/* Header New Menu */
.new-main-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.new-main-menu > .menu-item {
  position: relative;
  display: block;
}

.new-main-menu > .menu-item.accent-link a {
  color: #F87978;
}

.new-main-menu > .menu-item > a, .new-main-menu > .menu-item > span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
}

.new-main-menu > .menu-item a {
  transition: color 0.3s ease;
}

.new-main-menu .menu-item a:hover, .new-main-menu .menu-item a:focus {
  color: #2d2f79;
}

.new-main-menu > .menu-item.open {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.new-main-menu > .menu-item.open .arrow {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .new-main-menu {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  
  .new-main-menu--mobile {
    margin-bottom: 12px;
    align-items: stretch;
  }
  
  .new-main-menu > .menu-item a:hover, .new-main-menu > .menu-item a:focus {
    opacity: 1;
  }
  
  .new-main-menu--mobile li + li {
    margin-top: 0;
  }
  
  .new-main-menu--mobile > .menu-item > a, .new-main-menu--mobile > .menu-item > span {
    padding: 0;
  }
}

.new-main-menu .menu-item-has-children.open .arrow {
  transform: rotate(180deg);
}

.new-main-menu .menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.new-main-menu .arrow {
  position: relative;
  display: none;
  width: 12px!important;
  height: 12px!important;
  margin-left: 8px;
  padding: 0 !important;
  transform: rotate(270deg);
  transition: transform 0.4s ease;
}
.new-main-menu .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(0deg);
}

.new-main-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  visibility: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 16px;
  opacity: 0;
  background-color: #ffffff;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.new-main-menu .sub-menu li + li {
  margin-top: 4px;
}

.new-main-menu .sub-menu .menu-item {
  padding: 0;
}

.new-main-menu .sub-menu .menu-item > a, .sub-menu .menu-item > span {
  margin-right: 0;
  padding: 8px 0;
  color: #000000;
  white-space: nowrap;
}

.new-main-menu .sub-menu .menu-item > a {
  transition: color 0.3s ease;
}

.new-main-menu .sub-menu .menu-item > a:hover {
  color: #2d2f79;
}

@media (max-width: 992px){
  .new-main-menu {
    gap: 8px;
  }
}

/* New Popup Menu */
.new-popup-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 48px;
}

.new-popup-menu--mobile {
  display: none;
}

.new-popup-menu--tabs {
  display: none;
  padding-top: 20px;
  background-color: #ffffff;
}

.new-popup-menu--tabs.open {
  display: block;
}

.new-popup-menu a:hover, .new-popup-menu a:focus {
  color: #2d2f79;
}

.new-popup-menu__item {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 32px);
  padding-top: 12px;
  border-top: 1px solid #D6D6D6;
}

.new-popup-menu__tab {
  display: none;
  flex-direction: column;
  visibility: visible;
  opacity: 1;
  transform: scaleX(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.new-popup-menu__tab.open {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.new-popup-menu__item--last .new-popup-menu__title {
  padding-right: 0;
}

.new-popup-menu__title, .new-popup-menu__tab-btn {
  position: relative;
  margin-bottom: 16px;
  padding-right: 24px;
  font-family: 'FiraSansCondensed';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #548048;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.new-popup-menu__title--accent {
  background: none;
  background-image: linear-gradient(90deg, #F87978 0%, #E49753 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-popup-menu .new-popup-menu__title:hover, .new-popup-menu .new-popup-menu__title:focus {
  color: #000000;
}

.new-popup-menu .new-popup-menu__tab-btn:hover, .new-popup-menu .new-popup-menu__tab-btn:focus { 
  color: #000000;
}

.new-popup-menu__tab-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDEyIj48cGF0aCBmaWxsPSIjODc4Nzg3IiBkPSJtNy40IDYtNiA2TDAgMTAuNiA0LjYgNiAwIDEuNCAxLjQgMHoiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.new-popup-menu__title span {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.new-popup-menu__title span svg, .new-popup-menu__title span img {
  width: 100%;
  height: 100%;
}

.new-popup-menu__back {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 36px;
  font-family: 'FiraSansCondensed';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  background: none;
  border: none;
  transition: color 0.2s ease;
}

.new-popup-menu__back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0ibTMuODI1IDkgNS42IDUuNkw4IDE2IDAgOGw4LTggMS40MjUgMS40LTUuNiA1LjZIMTZ2MnoiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.new-popup-menu__all {
  position: relative;
  align-self: flex-start;
  margin-top: auto;
  font-size: 16px;
  color: #878787;
}

.new-popup-menu__all::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDEyIj48cGF0aCBmaWxsPSIjODc4Nzg3IiBkPSJtNy40IDYtNiA2TDAgMTAuNiA0LjYgNiAwIDEuNCAxLjQgMHoiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.new-menu-popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.new-menu-popup li+li {
  margin-top: 8px;
}

.new-menu-popup li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.new-popup-menu__info {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.new-popup-menu__text {
  font-size: 14px;
  color: #878787;
}

.new-popup-menu__photo {
  flex: 1 0 60px;
  max-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}

.new-popup-menu__photo img {
  width: 100%;
}

.new-popup-menu__promo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  aspect-ratio: 335 / 220;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 4px;
  overflow: hidden;
}

.new-popup-menu__promo-name {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: none;
  background-image: linear-gradient(90deg, #F87978 0%, #E49753 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-popup-menu__promo-text {
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
}

.new-popup-menu__promo-link {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  margin-top: auto;
  color: #FFFFFF;
  background: #F87978;
  background: linear-gradient(90deg, #F87978, #E49753);
  border: none;
  border-radius: 4px;
}

.new-popup-menu__promo-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjE3NSAxM0wxMC41NzUgMTguNkwxMiAyMEwyMCAxMkwxMiA0TDEwLjU3NSA1LjRMMTYuMTc1IDExSDRWMTNIMTYuMTc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  .new-popup-menu__item {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 768px) {
  .new-popup-menu {
    gap: 20px;
  }
  
  .new-popup-menu--desktop {
    display: none;
  }
  
  .new-popup-menu--mobile {
    display: flex;
    padding: 8px 0 32px;
  }
  
  .new-popup-menu--mobile.hide {
    display: none;
  }
  
  .new-popup-menu__item:first-child {
    border-top: none;  
  }
  
  .new-popup-menu__item {
    width: 100%;
    padding-top: 12px;
  }
  
  .new-popup-menu__item--tabs {
    margin-bottom: 40px;
  }
  
  .new-popup-menu__item--nomargin {
    margin-bottom: 0;
  }
  
  .new-popup-menu__item--noborder {
    border-top: none;
  }
  
  .new-popup-menu__tab-btn {
    padding-right: 32px;
    text-align: left;
    background: none;
    border: none;
  }
  
  .new-popup-menu__tab-btn::before {
    right: 4px;
  }
  
  .new-popup-menu__contacts-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .new-popup-menu__contacts-list li {
    margin-top: 8px;
    font-size: 16px;
  }
  
  .new-popup-menu__item--last-item {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 576px) {
  .new-popup-menu__promo-name {
    font-size: 20px;
  }

  .new-popup-menu__promo-text {
    font-size: 14px;
  }
}


/* New Scrollbar */
.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 transparent;
}

/* Chrome / Edge / Safari */
.scrollbar-thin::-webkit-scrollbar {
  width: 4px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 4px;
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background: #8e8e8e;
}