.main-nav{
    background-color: #fff;
    position: relative;
    z-index: 30;
}


.burger-mobile{
  display: none;
}


.nav__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;

}

.home-catalog-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 169px;
  height: 40px;
  padding: 8px 16px 8px 8px;
  border: 1px solid #151515;
  background: #fff;
  color: #151515;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

.home-catalog-trigger:hover,
.home-catalog-trigger:focus-visible,
.js-home-catalog-nav.is-open .home-catalog-trigger {
  background: #f0f0f0;
}

.home-catalog-trigger .burger {
  flex: 0 0 auto;
}

.home-catalog-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: calc(100vw - 240px);
  max-width: 1680px;
  min-width: 960px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.16s ease, visibility 0.16s ease;
  z-index: 45;
}

.js-home-catalog-nav.is-open .home-catalog-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home-catalog-menu__inner {
  display: flex;
  align-items: stretch;
  min-height: 304px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.home-catalog-sidebar {
  width: 280px;
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
  background: #f0f0f0;
  overflow: hidden;
}

.home-catalog-category-block {
  width: 100%;
}

.home-catalog-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  gap: 8px;
  padding: 4px 4px 4px 8px;
  background: #fff;
  border: 1px solid transparent;
  color: #151515;
  text-decoration: none;
  transition: border-color 0.16s ease, background-color 0.16s ease;
}

.home-catalog-category:hover,
.home-catalog-category.is-active {
  border-color: #151515;
}

.home-catalog-category__content {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.home-catalog-category__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
}

.home-catalog-category__name {
  min-width: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #151515;
  text-transform: uppercase;
}

.home-catalog-arrow {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
}

.home-catalog-arrow-button {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.home-catalog-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 9px;
  height: 13px;
  background: url("/skin/assets/img/home/menu/arrow.svg?v=2") center / contain no-repeat;
  transform: translateY(-50%);
}

.home-catalog-content {
  flex: 1 1 auto;
  min-width: 0;
  background: #fff;
}

.home-catalog-panel {
  display: none;
  min-height: 304px;
  height: 100%;
  padding: 24px;
}

.home-catalog-panel.is-active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-catalog-columns {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.home-catalog-groups {
  width: 398px;
  flex: 0 0 398px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-catalog-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  gap: 8px;
  padding: 4px 8px;
  color: #151515;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  transition: background-color 0.16s ease;
}

.home-catalog-group__link {
  min-width: 0;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
}

.home-catalog-group:hover,
.home-catalog-group.is-active {
  background: #f0f0f0;
}

.home-catalog-group span:first-child {
  min-width: 0;
}

.home-catalog-services-wrap {
  width: 281px;
  flex: 0 0 281px;
}

.home-catalog-services {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.home-catalog-services.is-active {
  display: flex;
}

.home-catalog-service {
  display: flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  color: #151515;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  transition: background-color 0.16s ease;
}

.home-catalog-service:hover,
.home-catalog-service.is-active {
  background: #f0f0f0;
}

.home-catalog-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  padding: 0 36px;
  background: #d296fe;
  color: #151515;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: none;
}

.home-catalog-promo:hover {
  color: #151515;
  background: #c47bf4;
}

.home-catalog-promo .home-catalog-arrow {
  margin-right: -12px;
}

.home-catalog-mobile-panel {
  display: none;
}

.home-catalog-mobile-targets {
  display: none;
}

@media (max-width: 1279px) {
  .home-catalog-menu {
    width: calc(100vw - 32px);
    min-width: 0;
  }

  .home-catalog-groups {
    width: 48%;
    flex-basis: 48%;
  }

  .home-catalog-services-wrap {
    width: 36%;
    flex-basis: 36%;
  }

  .home-catalog-group,
  .home-catalog-service {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .nav__inner {
    gap: 16px;
  }

  .nav__items {
    gap: 24px;
    overflow-x: auto;
  }

  .home-catalog-menu {
    width: min(100vw - 64px, 100%);
    min-width: 0;
  }
}


.nav__items{
    display: flex;
    gap: 66px;
}

.nav__items li a{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
  .nav__items {
    gap: 24px;
    overflow-x: auto;
  }
}



.nav__lang.main-nav--lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  cursor: default;
}

.main-nav__link--current {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--base-dark, #151515);
  cursor: default;
  white-space: nowrap;
}

.main-nav__link--current::after {
  content: none;
}

.main-nav--lang.is-open .main-nav__link--current::after,
.main-nav--lang:hover .main-nav__link--current::after {
  transform: translateY(-35%) rotate(-135deg);
}

.main-nav__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 72px;
  min-width: 72px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #ececec;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 20;
}

.main-nav--lang.is-open .main-nav__dropdown,
.main-nav--lang:hover .main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.main-nav__dropdown__item {
  margin: 0;
  padding: 0;
}

.main-nav__dropdown__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  background: transparent;
  border: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--base-dark, #151515);
  cursor: pointer;
  white-space: nowrap;
}

.main-nav__dropdown__link:hover {
  background: rgba(0, 0, 0, 0.04);
}

.main-nav__dropdown__item.is-hidden {
  display: none;
}



.burger {
  position: relative;
  width: 20px;
  height: 2px;
  background: #151515;
  display: inline-block;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #151515;
}

.burger::before {
  top: -5px;
}

.burger::after {
  top: 5px;
}
.main-nav .container {
  --container-padding: 120px;

  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

@media (max-width: 1280px) {
  .main-nav .container {
    --container-padding: 80px;
  }

  .nav__inner {
    gap: 24px;
  }

  .home-catalog-menu {
    left: 0;
    display: block;
    width: 100vw;
    max-width: none;
    min-width: 0;
    transform: none;
  }

  .home-catalog-sidebar {
    width: 280px;
    flex-basis: 280px;
    padding: 24px 16px;
  }

  .home-catalog-category__name {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 1024px) {
  .main-nav .container {
    --container-padding: 64px;
  }

  .nav__items {
    gap: 24px;
  }

  .home-catalog-sidebar {
    width: 277px;
    flex-basis: 277px;
    padding: 16px 8px 16px 64px;
  }

  .home-catalog-category__icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .home-catalog-panel {
    padding: 16px;
  }

  .home-catalog-columns {
    gap: 24px;
  }

  .home-catalog-groups {
    width: 398px;
    flex: 0 0 398px;
  }

  .home-catalog-services-wrap {
    width: auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 768px) {
  .main-nav .container {
    --container-padding: 32px;
  }

  .nav__inner {
    height: 40px;
    gap: 24px;
  }

  .home-catalog-trigger {
    height: 32px;
    min-width: 169px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .nav__items {
    gap: 24px;
  }

  .nav__items li a {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }

  .main-nav__link--current {
    font-size: 14px;
    line-height: 18px;
  }

  .main-nav__dropdown__link {
    font-size: 14px;
    line-height: 18px;
  }

  .main-nav__link--current::after {
    width: 9px;
    height: 9px;
    border-right: 3px solid var(--base-dark, #151515);
    border-bottom: 3px solid var(--base-dark, #151515);
  }

  .home-catalog-menu {
    display: block;
  }

  .home-catalog-sidebar {
    width: 240px;
    flex-basis: 240px;
    padding: 16px 8px 16px 32px;
  }

  .home-catalog-panel {
    width: 528px;
    flex: 0 0 528px;
    padding: 16px;
  }

  .home-catalog-columns {
    gap: 16px;
  }

  .home-catalog-groups,
  .home-catalog-services-wrap {
    width: auto;
    flex: 1 1 0;
  }

  .home-catalog-groups,
  .home-catalog-services {
    gap: 12px;
  }

  .home-catalog-group,
  .home-catalog-service {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .home-catalog-promo {
    height: auto;
    min-height: 42px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .home-catalog-promo .home-catalog-arrow {
    margin-right: 12px;
  }

  .home-catalog-arrow::before {
    right: 5px;
  }

}

@media (max-width: 576px) {
  .burger-mobile {
    position: relative;
    z-index: 70;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .main-nav {
    display: none;
    background: #151515;
    z-index: 60;
  }

  .main-nav.is-mobile-visible,
  .main-nav.is-open {
    display: block;
  }

  .main-nav .container {
    display: block;
    padding: 8px 16px;
  }

  .main-nav .nav__inner {
    display: flex;
    height: auto;
  }

  .main-nav .nav__items,
  .main-nav .nav__lang {
    display: none;
  }

  .home-catalog-trigger {
    width: 100%;
    height: 42px;
    justify-content: center;
    border: 0;
    background: #f0f0f0;
    color: #151515;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1.2px;
  }

  .home-catalog-trigger:hover,
  .js-home-catalog-nav.is-open .home-catalog-trigger {
    background: #f0f0f0;
  }

  .home-catalog-trigger .burger {
    display: none;
  }

  .home-catalog-menu {
    display: none;
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .main-nav.is-open .home-catalog-menu {
    display: block;
  }

  .home-catalog-menu__inner {
    display: block;
    min-height: 0;
    padding: 8px 16px 16px;
    background: #151515;
    box-shadow: none;
  }

  .home-catalog-sidebar {
    width: 100%;
    flex-basis: auto;
    gap: 8px;
    padding: 0;
    background: #151515;
  }

  .home-catalog-mobile-targets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }

  .home-catalog-mobile-targets__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 12px;
    color: #fff;
    background: #262626;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .home-catalog-mobile-targets__link:hover,
  .home-catalog-mobile-targets__link:focus {
    color: #151515;
    background: #f0f0f0;
  }

  .home-catalog-category-block {
    display: block;
  }

  .home-catalog-category {
    min-height: 32px;
    padding: 4px 4px 4px 8px;
    background: #262626;
    border: 0;
    color: #fff;
  }

  .home-catalog-category:hover,
  .home-catalog-category.is-active {
    border-color: transparent;
    background: #262626;
  }

  .home-catalog-category-block.is-mobile-open .home-catalog-category {
    background: #f0f0f0;
    color: #151515;
  }

  .home-catalog-category__content {
    color: #fff;
  }

  .home-catalog-category-block.is-mobile-open .home-catalog-category__content {
    color: #151515;
  }

  .home-catalog-category__icon {
    filter: brightness(0) invert(1);
  }

  .home-catalog-category-block.is-mobile-open .home-catalog-category__icon {
    filter: none;
  }

  .home-catalog-category__name {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
  }

  .home-catalog-category-block.is-mobile-open .home-catalog-category__name {
    color: #151515;
  }

  .home-catalog-arrow::before {
    filter: brightness(0) invert(1);
  }

  .home-catalog-category-block.is-mobile-open .home-catalog-category .home-catalog-arrow {
    transform: rotate(-90deg);
  }

  .home-catalog-category-block.is-mobile-open .home-catalog-category .home-catalog-arrow::before {
    filter: none;
  }

  .home-catalog-mobile-panel {
    display: none;
    padding: 8px 0 0;
    background: #151515;
  }

  .home-catalog-category-block.is-mobile-open .home-catalog-mobile-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .home-catalog-mobile-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    padding: 4px 4px 4px 40px;
    background: #333;
  }

  .home-catalog-mobile-group__link,
  .home-catalog-mobile-service {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  .home-catalog-mobile-group__link {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
  }

  .home-catalog-mobile-group.is-active .home-catalog-mobile-group__head .home-catalog-arrow {
    transform: rotate(-90deg);
  }

  .home-catalog-mobile-group.is-active .home-catalog-mobile-group__head {
    background: #f0f0f0;
  }

  .home-catalog-mobile-group.is-active .home-catalog-mobile-group__link {
    color: #151515;
  }

  .home-catalog-mobile-group.is-active .home-catalog-mobile-group__head .home-catalog-arrow::before {
    filter: none;
  }

  .home-catalog-mobile-services {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0 0 56px;
  }

  .home-catalog-mobile-group.is-active .home-catalog-mobile-services {
    display: flex;
  }

  .home-catalog-mobile-service {
    display: block;
    padding: 4px 8px;
    background: #262626;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
  }

  .home-catalog-content {
    display: none;
  }
}
