.site-header.bb-standard-header {
  position: sticky;
  top: 0;
  z-index: 150;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(220, 231, 247, .86);
  color: #10182f;
  background: rgba(255, 255, 255, .86);
  box-shadow: none;
  backdrop-filter: blur(18px);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.site-header.bb-standard-header * {
  font-family: inherit;
}

.site-header.bb-standard-header.is-scrolled {
  border-bottom-color: rgba(190, 211, 242, .96);
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 14px 34px rgba(34, 78, 142, .09);
}

body.develop-landing .site-header.bb-standard-header,
body.develop-landing .site-header.bb-standard-header.is-scrolled {
  background: #fff;
  backdrop-filter: none;
}

.site-header.bb-standard-header > .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), 1336px);
  max-width: none;
  min-height: 74px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  gap: 24px;
}

.site-header.bb-standard-header .logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: #10182f;
  font-family: inherit;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-header.bb-standard-header .logo > span:last-child {
  padding: 0;
  border-radius: 0;
  color: #10182f;
  background: transparent;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}

.site-header.bb-standard-header .logo-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #1769ff, #17b8ff);
  box-shadow: 0 10px 22px rgba(23, 105, 255, .28);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}

.site-header.bb-standard-header .nav,
.site-header.bb-standard-header .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
  color: #25324c;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.site-header.bb-standard-header .nav > a,
.site-header.bb-standard-header .main-nav > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: #25324c;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.site-header.bb-standard-header .nav > a:hover,
.site-header.bb-standard-header .nav > a.is-active,
.site-header.bb-standard-header .main-nav > a:hover,
.site-header.bb-standard-header .main-nav > a.is-active {
  color: #0c4edb;
  background: #eaf2ff;
}

.site-header.bb-standard-header .nav .nav-login,
.site-header.bb-standard-header .main-nav .nav-login {
  display: none;
}

.site-header.bb-standard-header .bb-product-nav-trigger {
  min-height: 44px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.site-header.bb-standard-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header.bb-standard-header .header-actions .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.55;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.site-header.bb-standard-header .header-actions .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #1769ff, #0c4edb);
  box-shadow: 0 16px 32px rgba(23, 105, 255, .25);
}

.site-header.bb-standard-header .header-actions .btn-quiet {
  min-height: 42px;
  border-color: #d6e4fb;
  color: #1b3566;
  background: #fff;
  box-shadow: 0 8px 20px rgba(22, 67, 130, .07);
}

.site-header.bb-standard-header .mobile-menu-btn {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #d6e4fb;
  border-radius: 12px;
  color: #10182f;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}

.bb-product-nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 1081px) {
  .bb-product-nav-wrap::after {
    position: absolute;
    top: 100%;
    left: -14px;
    right: -14px;
    height: 20px;
    content: "";
    pointer-events: none;
  }

  .bb-product-nav-wrap.is-open::after {
    pointer-events: auto;
  }
}

.bb-product-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #25324c;
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.bb-product-nav-trigger:hover,
.bb-product-nav-wrap.is-open .bb-product-nav-trigger {
  color: var(--blue-2, #0b56d8);
  background: var(--blue-3, #edf5ff);
  box-shadow: inset 0 0 0 1px rgba(23, 105, 255, .12);
}

.bb-product-nav-trigger::after {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.bb-product-nav-wrap.is-open .bb-product-nav-trigger::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.bb-products-menu {
  position: fixed;
  top: 74px;
  left: 50%;
  z-index: 160;
  width: min(940px, calc(100vw - 40px));
  padding: 22px;
  border: 1px solid #dbe5f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(11, 43, 101, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: calc(100vh - 94px);
  overflow-y: auto;
  transform: translate(-50%, -8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.bb-product-nav-wrap.is-open .bb-products-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.bb-products-menu-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 2px 3px 18px;
  border-bottom: 1px solid #e7edf6;
}

.bb-products-menu-head small,
.bb-products-menu-head strong {
  display: block;
}

.bb-products-menu-head small {
  margin-bottom: 5px;
  color: var(--blue, #1769ff);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.bb-products-menu-head strong {
  color: #17243a;
  font-size: 17px;
}

.bb-products-menu-head > a {
  min-height: auto;
  padding: 6px 0;
  color: var(--blue, #1769ff);
  background: transparent;
  font-size: 12px;
  white-space: nowrap;
}

.bb-products-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr .88fr;
  gap: 20px;
  padding-top: 18px;
}

.bb-products-menu-column {
  display: grid;
  align-content: start;
  gap: 6px;
}

.bb-products-menu-label {
  padding: 0 8px 5px;
  color: #8390a5;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav .bb-product-link {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 10px;
  border-radius: 12px;
  background: transparent;
  transition: background .2s ease;
}

.nav .bb-product-link:hover {
  color: inherit;
  background: #f3f7ff;
}

.bb-product-link strong,
.bb-product-link small {
  display: block;
}

.bb-product-link strong {
  color: #17243a;
  font-size: 13px;
  line-height: 1.25;
}

.bb-product-link small {
  margin-top: 3px;
  color: #7b879a;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.bb-product-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.bb-product-mark.is-ozon { background: linear-gradient(145deg, #2474ff, #0056db); }
.bb-product-mark.is-wb { background: linear-gradient(145deg, #d70aba, #7c0ea3); }
.bb-product-mark.is-ym { background: linear-gradient(145deg, #ffb41f, #f0442f); }
.bb-product-mark.is-avito { background: linear-gradient(145deg, #7b48f6, #25b9e8); }
.bb-product-mark.is-tool { background: linear-gradient(145deg, #315fce, #102d6d); }

.footer.bb-standard-footer {
  padding: 46px 0 28px;
  border-top: 1px solid #dce7f7;
  color: #10182f;
  background: #fff;
  font-family: Onest, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.footer.bb-standard-footer * {
  font-family: inherit;
}

.footer.bb-standard-footer > .container {
  width: min(calc(100% - 48px), 1336px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.footer.bb-standard-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, .75fr));
  align-items: stretch;
  gap: 26px;
}

.footer.bb-standard-footer .footer-grid > div {
  display: block;
}

.footer.bb-standard-footer .footer-grid > .footer-brand {
  display: flex;
  flex-direction: column;
}

.footer.bb-standard-footer .logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  min-height: 44px;
  color: #10182f;
  font-family: Onest, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.footer.bb-standard-footer .logo > span:last-child {
  padding: 0;
  border-radius: 0;
  color: #10182f;
  background: transparent;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.footer.bb-standard-footer .logo-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #2474ff, #0b64f6);
  box-shadow: 0 8px 20px rgba(30, 91, 235, .2);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.footer.bb-standard-footer .footer-brand > p {
  width: 100%;
  max-width: 280px;
  min-height: 66px;
  margin: 14px 0 0 !important;
  color: #65728a;
  font-size: 14px;
  font-weight: 650;
  line-height: 22px;
}

.footer.bb-standard-footer h3 {
  margin: 0 0 12px;
  color: #10182f;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}

.footer.bb-standard-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer.bb-standard-footer ul a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #65728a;
  font-size: 14px;
  font-weight: 650;
  line-height: 21.7px;
}

.footer.bb-standard-footer a:hover {
  color: #1769ff;
}

.bb-footer-contact-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: auto;
  padding-top: 12px;
}

.bb-footer-contact-row a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  color: #40516e;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.bb-footer-contact-row a:hover {
  color: var(--blue, #1769ff);
}

.bb-footer-contact-row a > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #0b56d8;
  background: #edf5ff;
  font-size: 9px;
  font-weight: 900;
}

.bb-chat-widget { z-index: 2147483000; }
.bb-chat-window { color: #111827; }
.bb-chat-button,
.bb-chat-header,
.bb-chat-send,
.bb-msg-in { background: linear-gradient(135deg, #0b64f6, #0891ff); }
.bb-chat-button { box-shadow: 0 18px 42px rgba(11, 100, 246, .28); }

.footer.bb-standard-footer .footer-bottom.bb-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 18px 0 0;
  border-top: 1px solid #edf3fb;
  color: #65728a;
  font-family: Onest, Arial, sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: normal;
  text-align: left;
}

.footer.bb-standard-footer .footer-bottom.bb-footer-bottom .bb-footer-legal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px 20px;
}

.footer.bb-standard-footer .footer-bottom.bb-footer-bottom .bb-footer-legal a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  color: #65728a;
  font-size: 13px;
  font-weight: 650;
  line-height: normal;
}

.bb-product-nav-trigger:focus-visible,
.bb-products-menu a:focus-visible {
  outline: 3px solid rgba(23, 105, 255, .28);
  outline-offset: 2px;
}

@media (max-width: 1080px) {
  .mobile-menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .nav {
    position: fixed;
    top: 74px;
    left: 14px;
    right: 14px;
    z-index: 155;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid #dce7f7;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow, 0 24px 70px rgba(20, 48, 92, .16));
  }

  .nav.active {
    display: flex;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
  }

  .nav .nav-login {
    display: block;
  }

  .nav a {
    border-radius: 12px;
    padding: 13px 14px;
  }

  .header-actions .btn-quiet {
    display: none;
  }

  .bb-product-nav-wrap {
    width: 100%;
    display: block;
  }

  .bb-product-nav-trigger {
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
    padding: 13px 14px;
  }

  .bb-products-menu {
    position: static;
    display: none;
    width: 100%;
    max-height: none;
    margin-top: 8px;
    padding: 14px;
    border-radius: 14px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: visible;
    transform: none;
  }

  .bb-product-nav-wrap.is-open .bb-products-menu {
    display: block;
    transform: none;
  }

  .bb-products-menu-head {
    align-items: flex-start;
  }

  .bb-products-menu-head > a {
    display: none;
  }

  .bb-products-menu-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer.bb-standard-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .nav .bb-product-link {
    padding: 9px;
  }

  .footer-bottom.bb-footer-bottom {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .footer.bb-standard-footer .footer-bottom.bb-footer-bottom .bb-footer-legal {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .nav {
    top: 66px;
  }

  .bb-products-menu {
    padding: 12px;
  }

  .bb-products-menu-head strong {
    font-size: 15px;
  }

  .bb-product-link small {
    font-size: 10px;
  }

  .footer.bb-standard-footer .footer-bottom.bb-footer-bottom .bb-footer-legal {
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }

  .bb-footer-contact-row {
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding-top: 0;
  }

  .bb-chat-widget {
    right: 16px;
    bottom: 104px;
  }

  .bb-chat-window {
    right: -6px;
    width: calc(100vw - 24px) !important;
    height: min(650px, calc(100vh - 148px)) !important;
    max-height: calc(100vh - 148px);
  }
}

@media (max-width: 860px) {
  .footer.bb-standard-footer > .container {
    width: min(calc(100% - 32px), 1336px);
  }

  .footer.bb-standard-footer ul a {
    min-height: 44px;
  }

  .bb-footer-contact-row a {
    min-height: 44px;
  }

  .footer.bb-standard-footer .footer-brand > p {
    min-height: auto;
  }
}

@media (max-width: 1080px) {
  .site-header.bb-standard-header .mobile-menu-btn {
    display: inline-grid;
  }

  .site-header.bb-standard-header .nav,
  .site-header.bb-standard-header .main-nav {
    position: fixed;
    top: 74px;
    left: 14px;
    right: 14px;
    z-index: 155;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 94px);
    margin: 0;
    padding: 10px;
    overflow-y: auto;
    border: 1px solid #dce7f7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(21, 78, 170, .13);
  }

  .site-header.bb-standard-header .nav.active,
  .site-header.bb-standard-header .nav.is-open,
  .site-header.bb-standard-header .main-nav.active,
  .site-header.bb-standard-header .main-nav.is-open {
    display: flex;
  }

  .site-header.bb-standard-header .nav .nav-login,
  .site-header.bb-standard-header .main-nav .nav-login {
    display: block;
  }

  .site-header.bb-standard-header .nav > a,
  .site-header.bb-standard-header .main-nav > a {
    min-height: 44px;
    padding: 13px 14px;
    border-radius: 12px;
  }

  .site-header.bb-standard-header .header-actions .btn-quiet {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-header.bb-standard-header > .header-inner {
    width: min(calc(100% - 32px), 1336px);
    min-height: 66px;
  }

  .site-header.bb-standard-header .logo,
  .site-header.bb-standard-header .logo > span:last-child {
    font-size: 19px;
  }

  .site-header.bb-standard-header .nav,
  .site-header.bb-standard-header .main-nav {
    top: 66px;
  }

  .site-header.bb-standard-header .header-actions .btn-primary {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-product-nav-trigger::after,
  .bb-products-menu {
    transition: none;
  }
}
