body {
  padding-top: 118px !important;
}
body.dreamdance-mobile-menu-open {
  overflow: hidden;
}
.dreamdance-site-header,
.dreamdance-site-header * {
  box-sizing: border-box;
}
.dreamdance-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  height: 118px;
  background: linear-gradient(180deg, #3a353d 0%, #2b2830 100%);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(216, 191, 144, 0.18);
  box-shadow: 0 10px 35px rgba(25, 20, 26, 0.24);
  font-family: Arial, Helvetica, sans-serif !important;
}
.dreamdance-site-header__inner {
  max-width: 1520px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.dreamdance-site-header__brand {
  display: block;
  text-decoration: none;
  color: #f7f2eb;
  min-width: 232px;
  width: 232px;
  height: 72px;
  overflow: hidden;
  flex: 0 0 232px;
}
.dreamdance-site-header__brandframe {
  display: block;
  width: 100%;
  height: 72px;
  border: 0;
  background: transparent;
  pointer-events: none;
}
.dreamdance-site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}
.dreamdance-site-header__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0;
  text-decoration: none !important;
  color: #f3ede7 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease;
}
.dreamdance-site-header__nav a:hover,
.dreamdance-site-header__nav a.is-active {
  color: #d8bf90 !important;
}
.dreamdance-site-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.dreamdance-site-header__burger,
.dreamdance-site-header__mobile {
  display: none;
}
.dreamdance-site-header__socials {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dreamdance-site-header__socials a,
.dreamdance-call-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f7f2eb !important;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(216,191,144,0.22);
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
  flex: 0 0 auto;
}
.dreamdance-site-header__socials a:hover,
.dreamdance-call-icon:hover {
  transform: translateY(-1px);
  color: #2f2a31 !important;
  background: #d8bf90;
  border-color: #d8bf90;
}
.dreamdance-site-header__socials svg,
.dreamdance-call-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.dreamdance-site-header__burger {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(216,191,144,0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #f7f2eb;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.dreamdance-site-header__burger:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(216,191,144,0.4);
}
.dreamdance-site-header__burger span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .24s ease, opacity .24s ease;
}
.dreamdance-site-header.is-menu-open .dreamdance-site-header__burger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.dreamdance-site-header.is-menu-open .dreamdance-site-header__burger span:nth-child(2) {
  opacity: 0;
}
.dreamdance-site-header.is-menu-open .dreamdance-site-header__burger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.dreamdance-site-header__mobile {
  position: absolute;
  top: calc(100% - 1px);
  left: 12px;
  right: 12px;
  padding: 16px;
  border: 1px solid rgba(216,191,144,0.18);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(58,53,61,0.98) 0%, rgba(43,40,48,0.98) 100%);
  box-shadow: 0 20px 44px rgba(25, 20, 26, 0.26);
}
.dreamdance-site-header.is-menu-open .dreamdance-site-header__mobile {
  display: grid;
  gap: 16px;
}
.dreamdance-site-header__mobile-nav {
  display: grid;
  gap: 8px;
}
.dreamdance-site-header__mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  color: #f3ede7 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.dreamdance-site-header__mobile-nav a.is-active {
  color: #d8bf90 !important;
  background: rgba(216,191,144,0.12);
}
.dreamdance-site-header__mobile-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dreamdance-site-header__mobile-socials a,
.dreamdance-site-header__mobile-socials .dreamdance-call-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f7f2eb !important;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(216,191,144,0.22);
  text-decoration: none !important;
}
.dreamdance-site-header__mobile-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.dreamdance-rent-footer,
.dreamdance-rent-footer * {
  box-sizing: border-box;
}
.dreamdance-rent-footer {
  background: linear-gradient(180deg, #3a353d 0%, #2b2830 100%) !important;
  color: #f7f2eb !important;
  padding: 28px 0 34px;
  font-family: Arial, Helvetica, sans-serif !important;
}
.dreamdance-rent-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(180px, 0.8fr)) minmax(220px, 1fr);
  gap: 24px;
  align-items: start;
}
.dreamdance-rent-footer__brandwrap {
  display: grid;
  gap: 14px;
  align-content: start;
}
.dreamdance-rent-footer__brand {
  display: block;
  width: 260px;
  height: 72px;
}
.dreamdance-rent-footer__brandframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  pointer-events: none;
}
.dreamdance-rent-footer__brandmeta {
  display: grid;
  gap: 6px;
}
.dreamdance-rent-footer__brandmeta p {
  margin: 0;
  color: rgba(247,242,235,0.74) !important;
  font-size: 15px;
  line-height: 1.5;
}
.dreamdance-rent-footer__col,
.dreamdance-rent-footer__contacts {
  display: grid;
  gap: 10px;
}
.dreamdance-rent-footer__col a,
.dreamdance-rent-footer__col p,
.dreamdance-rent-footer__contacts a,
.dreamdance-rent-footer__contacts p {
  color: rgba(247,242,235,0.82) !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}
.dreamdance-rent-footer__col h3,
.dreamdance-rent-footer__contacts h3 {
  margin: 0 0 12px;
  color: #d8bf90 !important;
  font-size: 13px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}
@media screen and (max-width: 1365px) {
  .dreamdance-site-header__brand {
    min-width: 216px;
    width: 216px;
    flex-basis: 216px;
  }
  .dreamdance-site-header__nav {
    gap: 10px;
  }
  .dreamdance-site-header__nav a {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1160px) {
  .dreamdance-site-header__inner {
    max-width: 100%;
    padding: 0 18px;
    gap: 12px;
  }
  .dreamdance-site-header__brand {
    min-width: 206px;
    width: 206px;
    flex-basis: 206px;
  }
  .dreamdance-site-header__nav {
    gap: 8px;
  }
  .dreamdance-site-header__nav a {
    font-size: 14px !important;
  }
  .dreamdance-site-header__socials a,
  .dreamdance-call-icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 959px) {
  .dreamdance-rent-footer__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media screen and (max-width: 639px) {
  body {
    padding-top: 88px !important;
  }
  .dreamdance-site-header {
    height: 88px;
  }
  .dreamdance-site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    row-gap: 0;
    padding: 12px 14px;
  }
  .dreamdance-site-header__brand {
    min-width: 0;
    width: min(220px, 58vw);
    height: 50px;
    flex-basis: auto;
  }
  .dreamdance-site-header__brandframe {
    height: 50px;
  }
  .dreamdance-site-header__nav {
    display: none;
  }
  .dreamdance-site-header__actions {
    gap: 8px;
  }
  .dreamdance-site-header__socials {
    display: none;
  }
  .dreamdance-call-icon,
  .dreamdance-site-header__burger,
  .dreamdance-site-header__mobile-socials a,
  .dreamdance-site-header__mobile-socials .dreamdance-call-icon {
    width: 38px;
    height: 38px;
  }
  .dreamdance-site-header__burger {
    display: inline-flex;
  }
  .dreamdance-call-icon svg,
  .dreamdance-site-header__mobile-socials svg {
    width: 16px;
    height: 16px;
  }
  .dreamdance-rent-footer {
    padding: 24px 0 28px;
  }
  .dreamdance-rent-footer__inner {
    padding: 0 16px;
    gap: 16px;
  }
  .dreamdance-rent-footer__brand {
    width: 220px;
    height: 64px;
  }
  .dreamdance-rent-footer__col h3,
  .dreamdance-rent-footer__contacts h3 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 479px) {
  .dreamdance-site-header__inner {
    padding: 12px 12px;
  }
  .dreamdance-call-icon {
    width: 36px;
    height: 36px;
  }
  .dreamdance-site-header__burger {
    width: 36px;
    height: 36px;
  }
  .dreamdance-site-header__burger span {
    width: 16px;
  }
}
