.intec-header.fixed-1 {
  box-shadow: var(--shadow-dark);
}
.intec-header.fixed-1 svg {
  transition-duration: var(--duration-base);
  transition-property: stroke, fill;
}
.intec-header.fixed-1 .header-tagline {
  max-width: 190px;
  min-width: 150px;
}
.intec-header.fixed-1 .header-middle-logotype {
  font-size: 0;
  line-height: 0;
}
.intec-header.fixed-1 .header-middle-logotype div {
  width: 100%;
  height: 100%;
}
.intec-header.fixed-1 .header-middle-logotype div > svg {
  width: 100%;
  height: 100%;
}
.intec-header.fixed-1 .fragment-desktop {
  display: block;
}
.intec-header.fixed-1 .fragment-auth {
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition-duration: var(--duration-base);
  transition-property: stroke, color;
}
.intec-header.fixed-1 .angle-down {
  line-height: 0;
  transform: rotate(180deg);
}
.intec-header.fixed-1 .header-middle-icon {
  line-height: 0;
}
.intec-header.fixed-1 .header-main-phone {
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 600;
}
.intec-header.fixed-1 .header-contacts-button {
  cursor: pointer;
  white-space: nowrap;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.intec-header.fixed-1 .header-basket-wrapper {
  line-height: 0;
}
.intec-header.fixed-1 .header-border-block.top {
  border-top: 1px solid var(--color-neutral-bright);
}
.intec-header.fixed-1 .header-border-block.bottom {
  border-bottom: 1px solid var(--color-neutral-bright);
}
.intec-header.fixed-1 .header-border-block.both {
  border-top: 1px solid var(--color-neutral-bright);
  border-bottom: 1px solid var(--color-neutral-bright);
}
.intec-header.fixed-1 .header-bottom-line {
  height: 1px;
}
.intec-header.fixed-1 .header-middle-block-wrapper {
  gap: 40px;
  position: relative;
}
.intec-header.fixed-1 .header-middle-left,
.intec-header.fixed-1 .header-middle-right {
  flex: 1;
}
.intec-header.fixed-1 [data-role=scrollbar] {
  position: relative;
  max-height: 400px;
}
.intec-header.fixed-1 .header-drop-down-menu-items {
  overflow: hidden;
}
.intec-header.fixed-1 .header-drop-down-menu-items::after {
  content: "";
  position: fixed;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(0deg, white, transparent);
  z-index: 100;
}
.intec-header.fixed-1 .header-drop-down-menu-item {
  width: 166px;
  border-bottom: 1px solid var(--color-neutral-quarter-dark);
}
.intec-header.fixed-1 .header-drop-down-menu-item:last-child {
  border-bottom: none;
}
.intec-header.fixed-1 .scrollbar-inner .scroll-y {
  top: 0;
  right: 12px;
  width: 2px;
  height: 100%;
}
.intec-header.fixed-1 .scrollbar-inner .scroll-bar {
  border-radius: 4px;
  background-color: var(--color-neutral-quarter-dark);
  opacity: 1;
}
.intec-header.fixed-1 .scrollbar-inner .scroll-element_track {
  background-color: var(--color-neutral-semi-bright);
}
.intec-header.fixed-1 .header-drop-down-menu.main {
  font-weight: 600;
}
.intec-header.fixed-1 .header-drop-down-menu.email {
  display: inline-block;
}
.intec-header.fixed-1 .header-drop-down-menu.phone {
  display: inline-block;
}
.intec-header.fixed-1 .header-drop-down-menu-item a {
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.intec-header.fixed-1 .dropout-container {
  position: relative;
  z-index: 1;
}
.intec-header.fixed-1 .dropout-button:hover + .dropout-content-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.intec-header.fixed-1 .header-profile {
  text-decoration: none;
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.intec-header.fixed-1 .header-profile:hover + .dropout-content-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.intec-header.fixed-1 .dropout-content-wrapper {
  background: var(--color-neutral-bright);
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 8px;
  opacity: 0;
  pointer-events: none;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.intec-header.fixed-1 .dropout-content-wrapper > div {
  min-width: 210px;
}
.intec-header.fixed-1 .dropout-content-wrapper > div .layout-column-fixed {
  width: unset;
  min-width: unset;
}
.intec-header.fixed-1 .dropout-content-wrapper > div .layout-column-fixed > div {
  border-style: unset !important;
  border-width: unset !important;
}
.intec-header.fixed-1 .dropout-content-wrapper > div .menu-items-wrapper {
  box-shadow: var(--shadow-dark);
  background-color: var(--color-neutral-bright);
}
.intec-header.fixed-1 .dropout-content-wrapper > div .menu-item-wrapper:last-child a {
  color: var(--color-primary-base);
}
.intec-header.fixed-1 .dropout-content-wrapper:hover {
  opacity: 1;
  pointer-events: auto;
}
.intec-header.fixed-1 .dropout-content {
  max-width: 215px;
  background: inherit;
  box-shadow: var(--shadow-dark);
}
.intec-header.fixed-1 .header-social-wrapper {
  position: relative;
}
.intec-header.fixed-1 .header-social-wrapper:hover .header-social-hidden-items-wrapper {
  z-index: 100;
  opacity: 1;
  height: auto;
  pointer-events: all;
}
.intec-header.fixed-1 .header-social-item-color {
  display: block;
  overflow: hidden;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.intec-header.fixed-1 .header-social-item-color:hover {
  opacity: 0.8;
}
.intec-header.fixed-1 .header-social-item-grey {
  display: block;
  overflow: hidden;
  transition-duration: var(--duration-base);
  transition-property: background-color;
}
.intec-header.fixed-1 .header-social-item-grey svg {
  transition-duration: var(--duration-base);
  transition-property: fill;
}
.intec-header.fixed-1 .widget-panel-social-item-more {
  cursor: pointer;
}
.intec-header.fixed-1 .header-social-hidden-items a {
  text-decoration: none;
}
.intec-header.fixed-1 .header-social-hidden-items-wrapper {
  position: absolute;
  height: 0;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition-duration: var(--duration-base);
  transition-property: all;
}
.intec-header.fixed-1 .header-social-hidden-items-wrapper .scrollbar-inner .scroll-y {
  right: -8px;
}
.intec-header.fixed-1 .header-social-hidden-items {
  background: #fff;
  box-shadow: var(--shadow-dark);
  transition-duration: var(--duration-base);
  transition-property: all;
}
.intec-header.fixed-1 .social-hidden-item {
  border-bottom: 1px solid var(--color-neutral-semi-bright);
}
.intec-header.fixed-1 .social-hidden-item:last-child {
  border-bottom: none;
}
.intec-header.fixed-1 [data-role="menu.horizontal"] {
  position: static;
}
.intec-header.fixed-1 .menu-submenu-fixed {
  left: 0;
  right: 0;
}
.intec-header.fixed-1 .menu-wrapper {
  position: static !important;
}
.intec-header.fixed-1 .menu-wrapper-2 {
  position: static !important;
}
.intec-header.fixed-1 .header-basket-item {
  position: relative;
  cursor: pointer;
}
.intec-header.fixed-1 .header-basket-counter {
  font-weight: 600;
  cursor: default;
  background-color: var(--color-primary-base);
  color: var(--color-neutral-bright);
  padding: 4px;
  border: none;
  position: absolute;
  top: -5px;
  right: 8px;
  z-index: 0;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intec-header.fixed-1 .header-basket-counter[data-hidden=true] {
  display: none;
}
.intec-header.fixed-1 .header-basket-links {
  display: none;
}
.intec-header.fixed-1 .header-middle-address-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media all and (max-width: 1280px) {
  .intec-header.fixed-1 .header-middle-address {
    display: none;
  }
}
@media all and (max-width: 1180px) {
  .intec-header.fixed-1 .header-left-region {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .intec-header.fixed-1 .header-middle-logotype {
    max-width: 130px;
  }
  .intec-header.fixed-1 .fragment-desktop {
    display: none;
  }
  .intec-header.fixed-1 .header-basket-counter {
    right: 3px;
  }
  .intec-header.fixed-1 .header-basket-button, .intec-header.fixed-1 .header-secondary-phone {
    display: none;
  }
  .intec-header.fixed-1 .header-basket-links {
    display: block;
  }
  .intec-header.fixed-1 .header-middle-block-wrapper {
    gap: 17px;
  }
}

/*# sourceMappingURL=style.css.map */
