.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  pointer-events: none;
  transition: padding-top 0.35s ease;
  padding: 2rem 0 0;
}
@media (min-width: 991.98px) {
  .header {
    padding: 2.875rem 0 0;
  }
}
.header.is-scrolled {
  padding-top: 0.5rem;
}
.header__container.container, .header__container.container.container--medium {
  width: min(100% - 1.5rem, 81.25rem);
  max-width: 81.25rem;
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

html.with-fancybox body.hide-scrollbar .header {
  right: var(--f-scrollbar-compensate, 0px);
  width: auto;
}

.header__panel {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.625rem 1rem 0.625rem;
  border-radius: 1.75rem;
  background: #ffffff;
  color: #000000;
  overflow: visible;
  transition: box-shadow 0.3s ease, gap 0.35s ease, padding 0.35s ease, border-radius 0.35s ease;
}
.header.is-scrolled .header__panel {
  row-gap: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  .header__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "top toggle" "bar bar";
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.5rem;
  }
  .header.is-scrolled .header__panel {
    grid-template-areas: "bar toggle";
    row-gap: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 369.98px) {
  .header__panel {
    column-gap: 0.5rem;
    padding-inline: 0.75rem;
  }
}
@media (min-width: 991.98px) {
  .header__panel {
    margin: 0 1rem;
    gap: 0.625rem;
    padding: 0.75rem 1.5rem 0.75rem;
    border-radius: 2.25rem;
  }
  .header.is-scrolled .header__panel {
    gap: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 3.875rem;
  }
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
  max-height: 6rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition: max-height 0.35s ease, opacity 0.28s ease, padding 0.35s ease, border-color 0.28s ease, transform 0.35s ease;
}
@media (max-width: 991.98px) {
  .header__top {
    grid-area: top;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 369.98px) {
  .header__top {
    gap: 0.5rem;
  }
}
@media (min-width: 991.98px) {
  .header__top {
    gap: 1.25rem;
    max-height: 5.5rem;
    padding-bottom: 0.625rem;
  }
}
.header.is-scrolled .header__top {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
  transform: translateY(-0.375rem);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .header.is-scrolled .header__top {
    display: none;
  }
}
.header__address {
  display: none;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
  flex: 1 1 auto;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 991.98px) {
  .header__address {
    display: flex;
    font-size: 0.9375rem;
  }
}
.header__address-line {
  display: block;
}
.header__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
  flex-shrink: 0;
  min-width: 0;
}
@media (min-width: 991.98px) {
  .header__phones {
    align-items: flex-end;
    margin-left: auto;
  }
}
.header__phone {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  color: #000000;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media (min-width: 991.98px) {
  .header__phone {
    font-size: 1rem;
  }
}
@media (max-width: 369.98px) {
  .header__phone {
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .header__phone:hover {
    opacity: 0.7;
  }
}
.header__socials {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.5rem;
}
@media (max-width: 369.98px) {
  .header__socials {
    gap: 0.3125rem;
  }
}
.header__socials-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .header__socials-item:not(:has(.header__socials-link--telegram)):not(:has(.header__socials-link--whatsapp)):not(:has(.header__socials-link--max)) {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .header__socials-item--gap {
    margin-left: 2.25rem;
  }
}
.header__socials-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
  transition: opacity 0.2s ease;
}
@media (min-width: 991.98px) {
  .header__socials-link {
    width: 1.8125rem;
    height: 1.8125rem;
  }
}
@media (max-width: 369.98px) {
  .header__socials-link {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.375rem;
  }
}
@media (any-hover: hover) {
  .header__socials-link:hover {
    opacity: 0.85;
  }
}
.header__socials-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  overflow: visible;
  transition: min-height 0.35s ease;
}
@media (max-width: 991.98px) {
  .header__bar {
    grid-area: bar;
  }
}
@media (min-width: 991.98px) {
  .header__bar {
    min-height: 4.75rem;
  }
}
.header.is-scrolled .header__bar {
  min-height: 3rem;
}
@media (min-width: 991.98px) {
  .header.is-scrolled .header__bar {
    min-height: 3.5rem;
  }
}
.header__logo {
  display: inline-flex;
  flex-shrink: 0;
}
.header__logo-img {
  display: block;
  width: 3.75rem;
  height: auto;
  object-fit: contain;
  transition: width 0.35s ease;
}
@media (min-width: 991.98px) {
  .header__logo-img {
    width: 5rem;
  }
}
.header.is-scrolled .header__logo-img {
  width: 2.75rem;
}
@media (min-width: 991.98px) {
  .header.is-scrolled .header__logo-img {
    width: 3.125rem;
  }
}
.header__nav {
  display: none;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  overflow: visible;
}
@media (min-width: 991.98px) {
  .header__nav {
    display: flex;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.25rem;
}
.header__menu-item {
  flex-shrink: 0;
  position: relative;
}
@media (any-hover: hover) {
  .header__menu-item--has-sub:hover .header__submenu, .header__menu-item--has-sub:focus-within .header__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header__menu-item--has-sub:hover .header__link-chevron, .header__menu-item--has-sub:focus-within .header__link-chevron {
    transform: rotate(180deg);
  }
  .header__menu-item--has-sub:hover .header__link, .header__menu-item--has-sub:focus-within .header__link {
    opacity: 0.7;
  }
}
.header__menu-item--has-sub.is-open .header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header__menu-item--has-sub.is-open .header__link-chevron {
  transform: rotate(180deg);
}
.header__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-menu);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  color: inherit;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .header__link:hover {
    opacity: 0.7;
  }
}
.header__link-chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 12.5rem;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.25rem);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.header__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0.5rem;
}
.header__submenu-link {
  display: block;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .header__submenu-link:hover {
    opacity: 0.7;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  flex-shrink: 0;
}
.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8125rem;
  padding: 0.5rem 1.125rem;
  border: 0;
  border-radius: 2.5rem;
  background: var(--color-accent);
  color: #ffffff;
  border: none;
  box-shadow: 0 0.375rem 0.1875rem rgba(253, 128, 17, 0.2);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-btn);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (min-width: 991.98px) {
  .header__cta {
    min-height: 2.9375rem;
    padding: 0.9375rem 1.5625rem;
  }
}
@media (any-hover: hover) {
  .header__cta:hover {
    background: var(--color-accent-hover);
  }
}
.header__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 71;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .header__toggle {
    grid-area: toggle;
    justify-self: end;
    align-self: center;
  }
}
@media (min-width: 991.98px) {
  .header__toggle {
    display: none;
  }
}

.header-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  height: 100dvh;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.35s;
}
.header-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0s;
}
.header-drawer.is-open .header-drawer__backdrop {
  opacity: 1;
}
.header-drawer.is-open .header-drawer__panel {
  transform: translateX(0);
}
.header-drawer__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.35s ease;
}
.header-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: min(100%, 17.5rem);
  height: 100%;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: #fff;
  border-radius: 0;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.header-drawer__top {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1rem;
  padding: 1rem 1rem 1.25rem;
  background: #fff;
}
.header-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.header-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  background: transparent;
  color: #313542;
  cursor: pointer;
  position: relative;
}
.header-drawer__close span {
  position: absolute;
  display: block;
  width: 1.125rem;
  height: 0.09375rem;
  border-radius: 0.125rem;
  background: currentColor;
}
.header-drawer__close span:first-child {
  transform: rotate(45deg);
}
.header-drawer__close span:last-child {
  transform: rotate(-45deg);
}
.header-drawer__logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.625rem 0.9375rem;
  border-radius: 1.25rem;
  background: #fff;
}
.header-drawer__logo img {
  display: block;
  width: 3.75rem;
  height: auto;
}
.header-drawer__primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: fit-content;
  min-width: 8.1875rem;
  min-height: 2.375rem;
  padding: 0.375rem 0.625rem 0.375rem 0.9375rem;
  border-radius: 3.25rem;
  background: var(--color-accent);
  color: #ffffff;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-btn);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .header-drawer__primary:hover {
    background: var(--color-accent-hover);
  }
}
.header-drawer__primary-arrow {
  display: inline-flex;
  flex-shrink: 0;
}
.header-drawer__menu {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.header-drawer__menu-item--has-sub.is-open .header-drawer__submenu {
  display: flex;
}
.header-drawer__menu-item--has-sub.is-open .header-drawer__sub-chevron {
  transform: rotate(180deg);
}
.header-drawer__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.header-drawer__link {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: var(--fs-menu);
  font-weight: var(--fw-medium);
  line-height: var(--lh-heading);
  color: #000;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .header-drawer__link:hover {
    opacity: 0.7;
  }
}
.header-drawer__sub-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
}
.header-drawer__sub-chevron {
  display: block;
  transition: transform 0.2s ease;
}
.header-drawer__submenu {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding-left: 0.5rem;
}
.header-drawer__submenu-link {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .header-drawer__submenu-link:hover {
    opacity: 0.7;
  }
}
.header-drawer__bottom {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
  padding: 1.75rem 1.6875rem 1.5rem;
  background: #f7f7f7;
  border-radius: 1.25rem;
}
.header-drawer__contacts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 9.3125rem;
}
.header-drawer__contact {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  width: 100%;
}
.header-drawer__contact + .header-drawer__contact {
  position: relative;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
}
.header-drawer__contact + .header-drawer__contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 7.125rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.header-drawer__contact-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 2.1875rem;
  height: 2.1875rem;
  align-items: center;
  justify-content: center;
  color: #000;
}
.header-drawer__contact-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.header-drawer__contact-text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  min-width: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
}
.header-drawer__contact-line {
  display: block;
  color: inherit;
}
.header-drawer__contact-line--muted {
  opacity: 0.6;
}
.header-drawer__socials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header-drawer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: fit-content;
  min-width: 8.1875rem;
  padding: 0.75rem 1.5625rem;
  border-radius: 2.5rem;
  color: #fff;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.header-drawer__social--telegram {
  background: #44ccff;
}
.header-drawer__social--whatsapp {
  background: #60d669;
}
@media (any-hover: hover) {
  .header-drawer__social:hover {
    opacity: 0.9;
  }
}

.admin-bar .header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .header {
    top: 32px;
  }
}

.admin-bar .header-drawer {
  top: 46px;
  height: calc(100% - 46px);
  height: calc(100dvh - 46px);
}
@media screen and (min-width: 783px) {
  .admin-bar .header-drawer {
    top: 32px;
    height: calc(100% - 32px);
    height: calc(100dvh - 32px);
  }
}

.icon-menu {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.125rem;
  padding: 0;
  color: #313542;
  background: transparent;
  z-index: 110;
  position: relative;
  transition: color 0.3s ease;
}
@media (min-width: 991.98px) {
  .icon-menu {
    display: none;
  }
}
.icon-menu span {
  display: block;
  align-self: stretch;
  padding: 0.15625rem 0;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  will-change: transform;
}
.icon-menu span::before {
  content: "";
  display: block;
  height: 0.09375rem;
  border-radius: 0.125rem;
  background: currentColor;
  transition: transform 0.3s ease 0s;
  will-change: transform;
  margin: auto;
}
.header.open-menu .icon-menu span {
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, width 0s ease 0.4s;
}
.header.open-menu .icon-menu span::before {
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
}
.header.open-menu .icon-menu span:first-child {
  width: 100%;
  transform: translateY(0.40625rem);
}
.header.open-menu .icon-menu span:first-child::before {
  transform: rotate(-135deg);
}
.header.open-menu .icon-menu span:nth-child(2) {
  opacity: 0;
}
.header.open-menu .icon-menu span:nth-child(3) {
  width: 100%;
  transform: translateY(-0.40625rem);
}
.header.open-menu .icon-menu span:nth-child(3)::before {
  transform: rotate(-225deg);
}