/* Blog headline accent */
.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:root {
  --site-max-width: var(--1290);
  --site-gutter-desktop: 24px;
  --site-gutter-tablet: 16px;
  --site-gutter-mobile: 16px;
}

/* Mobile: prevent horizontal page drag/scroll */
html,
body,
.body {
  overflow-x: hidden;
}

.section-4._1655456465 {
  background-color: #fff;
  background-image: url("/site-content/uploads/2025/11/69154ec5fe6e3e3ca9a8135d_Bazaart_22C5ED34-464F-4309-8278-20A98FFFCB4F.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-error {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  color: #d93025;
}

.form-error.is-visible {
  display: block;
}

.blog-page-title {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.blog-page-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.03);
  color: #ec7c30;
}

.blog-page-title__icon svg {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 479px) {
  .blog-page-title {
    font-size: 28px;
    gap: 12px;
  }

  .blog-page-title__icon {
    width: 46px;
    height: 46px;
  }
}

.dropdown-list-2 {
  display: none;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 20px 45px rgba(28, 28, 28, 0.12);
  margin-top: 16px;
  min-width: 280px;
  width: calc(100vw - 64px);
}

.dropdown-2.is-open .dropdown-list-2 {
  display: block;
}

.dropdown-2.is-open .dropdown-list-2,
.dropdown-list-2.w--open {
  display: block !important;
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
}

.section,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8,
.footer {
  padding-left: var(--site-gutter-desktop);
  padding-right: var(--site-gutter-desktop);
}

.div-block-8,
.div-block-11,
.div-block-14,
.div-block-18,
.div-block-23,
.div-block-28,
.div-block-29,
.div-block-35,
.div-block-36,
.div-block-37,
.div-block-40,
.div-block-41,
.div-block-44,
.div-block-47,
.div-block-51,
.div-block-53,
.div-block-61 {
  width: 100%;
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.mobile-menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 10050;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.mobile-menu-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(28, 28, 28, 0.28);
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 100vw);
  max-width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: -20px 0 48px rgba(28, 28, 28, 0.14);
  transform: translateX(100%);
  transition: transform 0.24s ease;
  overflow: hidden;
}

/* Popup forms: keep reasonable width (custom.css sets .div-block-35 to 100%) */
.zakaz_zvonka .div-block-35,
.bronirovanie .div-block-35 {
  width: min(400px, calc(100vw - 32px));
  max-width: min(400px, calc(100vw - 32px));
}

/* "НАШИ ТУРЫ — ЭТО ВСЕГДА ПРО": center image and reduce height on mobile */
@media screen and (max-width: 479px) {
  .section-3 .div-block-15 {
    justify-content: center;
  }

  .section-3 .image {
    display: block;
    width: 100%;
    max-width: 340px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    object-position: center;
  }
}

.mobile-menu-drawer.is-open .mobile-menu-panel {
  transform: translateX(0);
}

@media screen and (max-width: 991px) {
  .mobile-menu-enhanced .header .dropdown-list-2 {
    display: none !important;
  }

  .header > .div-block > .div-block-3,
  .header > .div-block > .div-block-4 {
    display: none !important;
  }

  .dropdown-2 {
    display: flex !important;
    justify-content: flex-end;
    flex: 1;
    margin-left: auto;
    margin-right: 0;
    align-items: center;
    position: relative;
  }

  .dropdown-toggle-2 {
    width: 52px;
    height: 52px;
    padding: 0;
    display: inline-block !important;
    position: relative;
    color: #1c1c1c;
    margin-left: auto;
    border: none !important;
    border-radius: 0;
    background: transparent !important;
    background-image: none !important;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    z-index: 10030;
  }

  .dropdown-toggle-2::before,
  .dropdown-toggle-2::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    border-radius: 2px;
    background-color: currentColor;
    transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  }

  .dropdown-toggle-2::before {
    top: 15px;
    box-shadow: 0 10px 0 0 currentColor, 0 20px 0 0 currentColor;
  }

  .dropdown-toggle-2::after {
    opacity: 0;
    top: 25px;
  }

  .dropdown-toggle-2.w--open::before {
    top: 25px;
    box-shadow: none;
    transform: rotate(45deg);
  }

  .dropdown-toggle-2.w--open::after {
    opacity: 1;
    transform: rotate(-45deg);
  }

  .header {
    padding-left: var(--site-gutter-desktop);
    padding-right: var(--site-gutter-desktop);
  }

  .header .div-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    gap: 24px;
    align-items: center;
  }

  .header .div-block-5,
  .header .div-block-5._659654654 {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .header .text-block-6 {
    align-self: flex-start;
  }

  .header .div-block-2 {
    flex: 0 0 auto;
  }

  .header .dropdown-2 {
    margin-left: auto;
    margin-right: 0;
    position: static;
  }

  .header .dropdown-list-2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 10020;
    width: min(360px, 100vw) !important;
    max-width: 100vw !important;
    min-width: 320px;
    height: 100vh;
    max-height: 100vh;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(24px);
    transition: opacity 0.2s ease, transform 0.24s ease, visibility 0.2s ease;
    background: #fff;
    border-radius: 0;
    box-shadow: -20px 0 48px rgba(28, 28, 28, 0.14);
    padding: 0;
    overflow: hidden;
    margin-top: 0;
    margin-left: 0;
  }

  .header .dropdown-2.is-open .dropdown-list-2,
  .header .dropdown-list-2.w--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .header .dropdown-list-2._164654.w--open,
  .header .dropdown-2.is-open .dropdown-list-2._164654 {
    margin-top: 0;
    margin-left: 0;
  }

  .header .mobile_menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    min-width: 0;
    height: 100%;
    overflow-y: auto;
    padding: 108px 24px 32px;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
  }

  .header .mobile_menu .div-block-4._4654654 {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header .mobile_menu .div-block-6,
  .header .mobile_menu .div-block-7 {
    display: flex;
    width: auto;
    margin: 0;
  }

  .header .mobile_menu .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .header .mobile_menu .div-block-7 {
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .header .mobile_menu .div-block-3._146874,
  .header .mobile_menu .div-block-84 {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header .mobile_menu .div-block-3._146874 > .link,
  .header .mobile_menu .div-block-84 > .link,
  .header .mobile_menu .dropdown-toggle {
    color: var(--343334);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
  }

  .header .mobile_menu .div-block-3._146874 > .link,
  .header .mobile_menu .dropdown,
  .header .mobile_menu .div-block-84 {
    border-top: 1px solid rgba(28, 28, 28, 0.08);
  }

  .header .mobile_menu .dropdown {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    box-sizing: border-box;
  }

  .header .mobile_menu .dropdown-toggle {
    background: none !important;
    box-shadow: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 28px;
  }

  .header .mobile_menu .dropdown-toggle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .header .mobile_menu .dropdown-toggle.w--open::after {
    transform: translateY(-35%) rotate(-135deg);
  }

  .header .mobile_menu .dropdown-list {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 8px 14px;
    position: static;
    background: transparent;
    box-shadow: none;
    display: none;
    box-sizing: border-box;
  }

  .header .mobile_menu .dropdown-list.w--open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .header .mobile_menu .dropdown-link {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    color: #4b4b4b;
    text-align: left;
    text-decoration: none;
    line-height: 1.45;
    box-sizing: border-box;
  }

  .header .mobile_menu .link:hover,
  .header .mobile_menu .dropdown-toggle:hover,
  .header .mobile_menu .dropdown-link:hover {
    color: var(--ec7c30);
  }

  .mobile-menu-panel .mobile_menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    min-width: 0;
    height: 100%;
    overflow-y: auto;
    padding: 108px 24px 32px;
    box-sizing: border-box;
  }

  .mobile-menu-panel .div-block-4._4654654 {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .mobile-menu-panel .div-block-6,
  .mobile-menu-panel .div-block-7 {
    display: flex;
    width: auto;
    margin: 0;
  }

  .mobile-menu-panel .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .mobile-menu-panel .div-block-7 {
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .mobile-menu-panel .div-block-3._146874,
  .mobile-menu-panel .div-block-84 {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .mobile-menu-panel .div-block-3._146874 > .link,
  .mobile-menu-panel .div-block-84 > .link,
  .mobile-menu-panel .dropdown-toggle {
    color: var(--343334);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
  }

  .mobile-menu-panel .div-block-3._146874 > .link,
  .mobile-menu-panel .dropdown,
  .mobile-menu-panel .div-block-84 {
    border-top: 1px solid rgba(28, 28, 28, 0.08);
  }

  .mobile-menu-panel .dropdown {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    box-sizing: border-box;
  }

  .mobile-menu-panel .dropdown-toggle {
    background: none !important;
    box-shadow: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 28px;
  }

  .mobile-menu-panel .dropdown-toggle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .mobile-menu-panel .dropdown-toggle.w--open::after {
    transform: translateY(-35%) rotate(-135deg);
  }

  .mobile-menu-panel .dropdown-list {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 8px 14px;
    position: static;
    background: transparent;
    box-shadow: none;
    display: none;
    box-sizing: border-box;
  }

  .mobile-menu-panel .dropdown-list.w--open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu-panel .dropdown-link {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    color: #4b4b4b;
    text-align: left;
    text-decoration: none;
    line-height: 1.45;
    box-sizing: border-box;
  }

  .mobile-menu-panel .link:hover,
  .mobile-menu-panel .dropdown-toggle:hover,
  .mobile-menu-panel .dropdown-link:hover {
    color: var(--ec7c30);
  }

  .header .slider {
    width: calc(100% + (var(--site-gutter-desktop) * 2));
    margin-left: calc(var(--site-gutter-desktop) * -1);
    margin-right: calc(var(--site-gutter-desktop) * -1);
  }
}

@media screen and (min-width: 992px) {
  .dropdown-2 {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .div-block,
  .div-block-5,
  .div-block-8,
  .div-block-11,
  .div-block-14,
  .div-block-18,
  .div-block-20,
  .div-block-23,
  .div-block-24,
  .div-block-25,
  .div-block-26,
  .div-block-28,
  .div-block-29,
  .div-block-35,
  .div-block-36,
  .div-block-37,
  .div-block-40,
  .div-block-41,
  .div-block-42,
  .div-block-44,
  .div-block-47,
  .div-block-51,
  .div-block-53,
  .div-block-57,
  .div-block-61,
  .dropdown-list-2,
  .slider_news-2._149794,
  .link-block-6._165494 {
    width: 100%;
    max-width: var(--site-max-width) !important;
    margin-left: auto;
    margin-right: auto;
  }

  .section,
  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6,
  .section-7,
  .section-8,
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-15,
  .div-block-19,
  .div-block-23,
  .div-block-24,
  .div-block-25,
  .div-block-26,
  .div-block-57 {
    width: 100%;
  }

  .header .slider,
  .header .div-block-69,
  .header .slide {
    width: 100%;
  }

  /* Keep inner-page navigation on the original Webflow container. */
  .header._65496446465 {
    padding-left: 0;
    padding-right: 0;
  }

  .header._65496446465 .div-block._16544 {
    width: auto !important;
    max-width: var(--1290) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: auto;
  }

  .header._65496446465 .div-block-3,
  .header._65496446465 .div-block-4 {
    flex: 0 1 auto;
  }

  .header._65496446465 .div-block-83 {
    white-space: nowrap;
  }

  .header:not(._65496446465) > .div-block {
    width: calc(100% - (var(--site-gutter-desktop) * 2)) !important;
    max-width: var(--site-max-width) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 18px;
    gap: 32px;
  }

  .header:not(._65496446465) .div-block-2 {
    margin-right: 56px;
  }

  .header:not(._65496446465) .div-block-3 {
    flex: 1 1 auto;
    min-width: 0;
    gap: 0;
  }

  .header:not(._65496446465) .div-block-83 {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .header:not(._65496446465) .link,
  .header:not(._65496446465) .dropdown,
  .header:not(._65496446465) .dropdown-toggle {
    font-size: 15px;
    line-height: 1.15;
  }

  .header:not(._65496446465) .link {
    padding-left: 18px;
    padding-right: 18px;
    white-space: nowrap;
  }

  .header:not(._65496446465) .dropdown {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header:not(._65496446465) .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    white-space: nowrap;
  }

  .header:not(._65496446465) .div-block-4 {
    flex: 0 0 auto;
    margin-left: 36px;
  }

  .header:not(._65496446465) .div-block-6 {
    margin-right: 22px;
  }

  .header:not(._65496446465) .link-2,
  .header:not(._65496446465) .text-block-5 {
    font-size: 15px;
    line-height: 1.1;
  }

  .header:not(._65496446465) .div-block-7 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header:not(._65496446465) .link-block-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .div-block,
  .div-block-5,
  .div-block-11,
  .div-block-14,
  .div-block-18,
  .div-block-20,
  .div-block-28,
  .div-block-29,
  .div-block-35,
  .div-block-36,
  .div-block-37,
  .div-block-38,
  .div-block-40,
  .div-block-41,
  .div-block-42,
  .div-block-44,
  .div-block-47,
  .div-block-51,
  .div-block-53,
  .div-block-61,
  .dropdown-list-2,
  .slider_news-2._149794,
  .link-block-6._165494 {
    width: 100% !important;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-6._165494 {
    min-width: 0 !important;
  }

  .section,
  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6,
  .section-7,
  .section-8,
  .footer {
    padding-left: var(--site-gutter-tablet);
    padding-right: var(--site-gutter-tablet);
  }

  .header {
    padding-left: var(--site-gutter-tablet);
    padding-right: var(--site-gutter-tablet);
  }

  .header .div-block {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 16px;
  }

  .header .div-block-5,
  .header .div-block-5._659654654 {
    width: 100%;
    max-width: 520px;
  }

  .header .slider,
  .header .div-block-69,
  .header .slide {
    width: 100%;
    height: auto;
  }

  .slider {
    min-height: 540px;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .header .div-block-5,
  .header .div-block-5._659654654 {
    width: 100%;
    max-width: none;
  }

  .slider {
    min-height: 460px;
    width: calc(100% + (var(--site-gutter-tablet) * 2));
    margin-left: calc(var(--site-gutter-tablet) * -1);
    margin-right: calc(var(--site-gutter-tablet) * -1);
  }

  .div-block-15,
  .div-block-19,
  .div-block-23,
  .div-block-24,
  .div-block-25,
  .div-block-26,
  .div-block-57,
  .div-block-90,
  .div-block-92 {
    gap: 24px;
    width: 100%;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-19,
  .div-block-15,
  .div-block-23,
  .div-block-24,
  .div-block-25,
  .div-block-26,
  .div-block-57 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .header > .div-block > .div-block-3,
  .header > .div-block > .div-block-4 {
    display: none !important;
  }

  .dropdown-2 {
    display: flex !important;
  }

  .header .dropdown-list-2 {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0;
  }

  .header .div-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100% !important;
    padding: 0 !important;
  }

  .header .div-block-2 {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .header .link-block,
  .header .link-block.w-inline-block,
  .header .link-block-3,
  .header .link-block-3.w-inline-block {
    display: inline-flex;
    align-items: center;
  }

  .header .dropdown-2 {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    width: auto !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .header .dropdown-toggle-2 {
    display: block !important;
    margin-left: 0 !important;
    flex: 0 0 auto;
  }

  .div-block,
  .div-block-2,
  .div-block-3,
  .div-block-3._146874,
  .div-block-4._4654654,
  .div-block-5,
  .div-block-8,
  .div-block-11,
  .div-block-14,
  .div-block-15,
  .div-block-18,
  .div-block-19,
  .div-block-20,
  .div-block-21,
  .div-block-23,
  .div-block-24,
  .div-block-25,
  .div-block-26,
  .div-block-28,
  .div-block-29,
  .div-block-35,
  .div-block-36,
  .div-block-37,
  .div-block-38,
  .div-block-40,
  .div-block-41,
  .div-block-42,
  .div-block-44,
  .div-block-47,
  .div-block-51,
  .div-block-53,
  .div-block-57,
  .div-block-61,
  .mobile_menu,
  .div-block-90,
  .div-block-92,
  .dropdown-list-2,
  .slider_news-2._149794,
  .link-block-6._165494 {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-6._165494 {
    min-width: 0 !important;
  }

  .dropdown-list-2,
  .mobile_menu {
    min-width: 0;
  }

  .section,
  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6,
  .section-7,
  .section-8,
  .footer {
    padding-left: var(--site-gutter-mobile);
    padding-right: var(--site-gutter-mobile);
  }

  .dropdown,
  .div-block-15,
  .div-block-19,
  .div-block-23,
  .div-block-24,
  .div-block-25,
  .div-block-26,
  .div-block-57 {
    width: 100%;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block {
    margin-left: 0 !important;
  }

  .header {
    padding-left: var(--site-gutter-mobile);
    padding-right: var(--site-gutter-mobile);
  }

  .dropdown-2 {
    margin-right: 8px;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
  }

  .header:not(._65496446465) .dropdown-toggle-2 {
    color: rgba(255, 255, 255, 0.92);
  }
}

/* FIX: home header nav centering - keep scoped away from inner pages */
.header:not(._65496446465) > .div-block {
  left: 50% !important;
  margin-left: 0 !important;
  transform: translateX(-50%) !important;
  inset: 20px auto auto 50% !important;
  width: calc(100% - (var(--site-gutter-desktop) * 2)) !important;
  max-width: var(--site-max-width) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* ===== Auth modal ===== */
body.auth-modal-open {
  overflow: hidden;
}

.auth-link img {
  width: 26px;
  height: 26px;
  display: block;
}

.auth-overlay {
  position: fixed;
  inset: 0;
  z-index: 100002;
  background: rgba(0, 0, 0, 0.56);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.auth-overlay--open {
  display: flex;
}

.auth-modal {
  width: min(100%, 520px);
  background: #fff;
  border-radius: 22px;
  padding: 44px 32px 28px;
  position: relative;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.18);
  font-family: 'Montserrat', sans-serif;
  color: #1c1c1c;
  max-height: calc(100vh - 48px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 22px;
  line-height: 40px;
  color: #6b7280;
}

.auth-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.auth-tab {
  flex: 1;
  border: 1px solid #e5e7eb;
  background: #fafafa;
  border-radius: 14px;
  padding: 12px 12px;
  cursor: pointer;
  font-weight: 600;
  color: #374151;
}

.auth-tab--active {
  border-color: rgba(236, 124, 48, 0.55);
  background: rgba(236, 124, 48, 0.10);
  color: #1c1c1c;
}

.auth-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 20px;
  margin: 0 0 14px;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.auth-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #374151;
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
}

.auth-input {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background: #fafafa;
  box-sizing: border-box;
}

.auth-input:focus {
  outline: none;
  border-color: #ec7c30;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(236, 124, 48, 0.12);
}

.auth-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.4;
}

.auth-checkbox input[type="checkbox"] {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  accent-color: #ec7c30;
}

.auth-submit {
  margin-top: 6px;
  padding: 16px 22px;
  background: #ec7c30;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.auth-submit--sm {
  margin-top: 0;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 12px;
}

.auth-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.auth-link-btn {
  background: transparent;
  border: none;
  color: #ec7c30;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 0;
  text-decoration: underline;
  align-self: flex-start;
}

.auth-consent-link {
  color: #ec7c30;
  text-decoration: underline;
  font-weight: 700;
}

.auth-error {
  font-size: 14px;
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  padding: 10px 12px;
  border-radius: 12px;
  line-height: 1.35;
}

.auth-hint {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.45;
}

.auth-loading {
  font-size: 14px;
  color: #6b7280;
}

.auth-cabinet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.auth-cabinet-tabs {
  display: flex;
  gap: 8px;
  margin: 10px 0 14px;
}

.auth-cabinet-tab {
  flex: 1;
  border: 1px solid #e5e7eb;
  background: #fafafa;
  border-radius: 14px;
  padding: 10px 10px;
  cursor: pointer;
  font-weight: 700;
  color: #374151;
  font-size: 14px;
}

.auth-cabinet-tab--active {
  border-color: rgba(236, 124, 48, 0.55);
  background: rgba(236, 124, 48, 0.10);
  color: #1c1c1c;
}

.auth-apps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth-app-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px 14px 12px;
  background: #ffffff;
}

.auth-app-card__title {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 6px;
}

.auth-app-card__meta {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

.auth-app-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.auth-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: rgba(17, 24, 39, 0.04);
  color: #111827;
}

.auth-badge--pay {
  border-color: rgba(236, 124, 48, 0.25);
  background: rgba(236, 124, 48, 0.10);
}

.auth-app-card__footer {
  font-size: 12px;
  color: #9ca3af;
}

.auth-account-grid {
  display: grid;
  gap: 10px;
}

.auth-account-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(17, 24, 39, 0.10);
}

.auth-account-row__label {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.auth-account-row__value {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .auth-account-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media screen and (max-width: 767px) {
  .auth-modal {
    width: 100%;
    padding: 42px 22px 22px;
    border-radius: 20px;
  }
}
