@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Regular.woff) format("woff"),url(../fonts/Montserrat-Regular.ttf) format("truetype");
	font-display: block;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family:Montserrat;src:url(../fonts/Montserrat-Medium.woff) format("woff"),url(../fonts/Montserrat-Medium.ttf) format("truetype");font-display:block;font-style:normal;font-weight:500;
}

@font-face {
	font-family:Montserrat;src:url(../fonts/Montserrat-SemiBold.woff) format("woff"),url(../fonts/Montserrat-SemiBold.ttf) format("truetype");font-display:block;font-style:normal;font-weight:600;
}

@font-face {
	font-family:Montserrat;src:url(../fonts/Montserrat-Bold.woff) format("woff"),url(../fonts/Montserrat-Bold.ttf) format("truetype");font-display:block;font-style:normal;font-weight:700;
}

@font-face {
	font-family:Montserrat;src:url(../fonts/Montserrat-ExtraBold.woff) format("woff"),url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");font-display:block;font-style:normal;font-weight:800;
}
body {
	height: 100%!important;
	font-family: Montserrat,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #1a1a1a;
	overflow: auto!important;
	position: static !important;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	/*background: #0e3545;
	background: linear-gradient(90deg, rgba(14, 53, 69, 1) 0%, rgba(12, 17, 48, 1) 50%, rgba(26, 58, 69, 1) 100%);*/
}

/* section 1 */
body.msk .msk-hero,
body.msk .msk-hero * {
  box-sizing: border-box;
}

body.msk .msk-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 760px;
  padding: 100px 20px 70px;
  overflow: hidden;
  isolation: isolate;
  color: #fffcf4;
  background:
    linear-gradient(
      90deg,
      rgba(3, 5, 9, 0.94) 0%,
      rgba(3, 5, 9, 0.62) 37%,
      rgba(3, 5, 9, 0.20) 55%,
      rgba(3, 5, 9, 0.64) 78%,
      rgba(3, 5, 9, 0.94) 100%
    ),
    url("/images/msk/main_slide.jpg") center / cover no-repeat;
}

body.msk .msk-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% 48%,
      transparent 0%,
      rgba(1, 3, 7, 0.12) 45%,
      rgba(1, 3, 7, 0.62) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 4, 7, 0.10),
      rgba(2, 4, 7, 0.56)
    );
}

body.msk .msk-hero-stars {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 10% 20%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 25% 72%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 35% 15%, #e5dcaa 0 1px, transparent 1.5px),
    radial-gradient(circle at 62% 10%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 24%, #e4c17e 0 1px, transparent 1.5px),
    radial-gradient(circle at 85% 65%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 14% 84%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 94% 42%, #d9e4ff 0 1px, transparent 1.5px);
  animation: msk-hero-stars-twinkle 7s ease-in-out infinite;
}

body.msk .msk-hero-orbit {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 50%;
  width: min(48vw, 610px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 153, 0, 0.32);
  border-radius: 50%;
  box-shadow:
    inset 0 0 70px rgba(255, 153, 0, 0.09),
    0 0 90px rgba(255, 153, 0, 0.12);
  transform: translate(-50%, -50%);
  animation: msk-hero-orbit-float 11s ease-in-out infinite;
  pointer-events: none;
}

body.msk .msk-hero-orbit::before {
  position: absolute;
  top: 7%;
  left: 25%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 25px #ff9900;
}

body.msk .msk-hero-wrap {
  position: relative;
  z-index: 3;
  width: min(100%, 1080px);
  margin: 0 auto;
}

body.msk .msk-hero-content {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

body.msk .msk-hero-content > * {
  opacity: 0;
  animation: msk-hero-reveal 0.8s ease forwards;
}

body.msk .msk-hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ff9900;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  animation-delay: 0.15s;
}

body.msk .msk-hero-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 18px #ff9900;
}

body.msk .msk-hero-title {
  max-width: 880px;
  margin: 18px auto 22px;
  color: #fffcf4;
  font-size: clamp(45px, 6.4vw, 64px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.07em;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.72);
  animation-delay: 0.28s;
}

body.msk .msk-hero-title em {
  color: #ff9900;
  font-style: normal;
}

body.msk .msk-hero-description {
  max-width: 660px;
  margin: 0 auto 28px;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.62);
  animation-delay: 0.45s;
}

body.msk .msk-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  animation-delay: 0.6s;
}

body.msk .msk-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

body.msk .msk-hero-button--primary {
  color: #172011;
  background: #ff9900;
  animation: msk-hero-button-glow 3.5s ease-in-out infinite;
}

body.msk .msk-hero-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
}

body.msk .msk-hero-note {
  margin: 16px 0 0;
  color: #bbc5be;
  font-size: 13px;
  animation-delay: 0.75s;
}

@keyframes msk-hero-reveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes msk-hero-orbit-float {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -53%) scale(1.025);
  }
}

@keyframes msk-hero-stars-twinkle {
  0%,
  100% {
    opacity: 0.42;
  }

  50% {
    opacity: 0.92;
  }
}

@keyframes msk-hero-button-glow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 153, 0, 0);
  }

  50% {
    box-shadow: 0 0 28px rgba(255, 153, 0, 0.35);
  }
}

@media (max-width: 800px) {
  body.msk .msk-hero {
    min-height: 720px;
    padding: 105px 15px 48px;
    background-position: center;
  }

  body.msk .msk-hero::before {
    background: linear-gradient(
      180deg,
      rgba(3, 5, 9, 0.45),
      rgba(3, 5, 9, 0.94) 76%
    );
  }

  body.msk .msk-hero-orbit {
    top: 42%;
    width: min(84vw, 430px);
  }

  body.msk .msk-hero-title {
    font-size: clamp(42px, 12vw, 58px);
  }

  body.msk .msk-hero-description {
    font-size: 17px;
  }

  body.msk .msk-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 330px);
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.msk .msk-hero-content > *,
  body.msk .msk-hero-stars,
  body.msk .msk-hero-orbit,
  body.msk .msk-hero-button--primary {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
/* section 2 */
body.msk .msk-video-section,
body.msk .msk-video-section * {
  box-sizing: border-box;
}

body.msk .msk-video-section {
  position: relative;
  width: 100%;
  min-height: 700px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #05070c;
}

body.msk .msk-video-section-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #05070c;
}

body.msk .msk-video-section-player {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.82) contrast(1.08) brightness(0.7);
}

body.msk .msk-video-section-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 72% 50%,
      rgba(255, 153, 0, 0.18) 0%,
      transparent 30%
    ),
    linear-gradient(
      90deg,
      rgba(3, 5, 9, 0.94) 0%,
      rgba(3, 5, 9, 0.78) 36%,
      rgba(3, 5, 9, 0.28) 66%,
      rgba(3, 5, 9, 0.55) 100%
    );
}

body.msk .msk-video-section-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: min(100%, 1180px);
  min-height: 700px;
  margin: 0 auto;
  padding: 80px 20px;
}

body.msk .msk-video-section-content {
  width: 100%;
  max-width: 610px;
}

body.msk .msk-video-section-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ff9900;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.msk .msk-video-section-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 18px #ff9900;
}

body.msk .msk-video-section-title {
  max-width: 650px;
  margin: 18px 0 20px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.065em;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.72);
}

body.msk .msk-video-section-title em {
  color: #ff9900;
  font-style: normal;
}

body.msk .msk-video-section-description {
  max-width: 560px;
  margin: 0 0 28px;
  color: #d4ddd6;
  font-size: 18px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.68);
}

body.msk .msk-video-section-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 23px;
  border: 0;
  border-radius: 999px;
  color: #172011;
  background: #ff9900;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 800px) {
  body.msk .msk-video-section {
    min-height: 620px;
  }

  body.msk .msk-video-section-player {
    object-position: 58% center;
    filter: saturate(0.76) contrast(1.04) brightness(0.52);
  }

  body.msk .msk-video-section-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(3, 5, 9, 0.32) 0%,
        rgba(3, 5, 9, 0.84) 72%,
        rgba(3, 5, 9, 0.96) 100%
      );
  }

  body.msk .msk-video-section-wrap {
    align-items: flex-end;
    min-height: 620px;
    padding: 64px 20px;
  }

  body.msk .msk-video-section-content {
    max-width: 100%;
  }

  body.msk .msk-video-section-title {
    font-size: clamp(38px, 11vw, 54px);
  }

  body.msk .msk-video-section-description {
    font-size: 17px;
  }

  body.msk .msk-video-section-button {
    width: 100%;
  }
}
/* section 3 */
body.msk .msk-masonry-section,
body.msk .msk-masonry-section * {
  box-sizing: border-box;
}

body.msk .msk-masonry-section {
  display: block;
  width: 100%;
  padding: 110px 20px;
  color: #172017;
  background: #f6f1e8;
}

body.msk .msk-masonry-wrap {
  width: min(100%, 1180px);
  margin: 0 auto;
}

body.msk .msk-masonry-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

body.msk .msk-masonry-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ff9900;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.msk .msk-masonry-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 16px rgba(255, 153, 0, 0.7);
}

body.msk .msk-masonry-title {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.065em;
}

body.msk .msk-masonry-title em {
  color: #ff9900;
  font-style: normal;
}

body.msk .msk-masonry-description {
  max-width: 350px;
  margin: 0;
  color: #606861;
  font-size: 16px;
}

body.msk .msk-masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 86px;
  gap: 16px;
  margin-top: 48px;
}

body.msk .msk-masonry-item {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #26372e;
  text-align: left;
  cursor: zoom-in;
}

body.msk .msk-masonry-item--tall {
  grid-column: span 4;
  grid-row: span 6;
}

body.msk .msk-masonry-item--wide {
  grid-column: span 4;
  grid-row: span 3;
}

body.msk .msk-masonry-item--medium {
  grid-column: span 4;
  grid-row: span 3;
}

body.msk .msk-masonry-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(4, 9, 7, 0.86) 100%
  );
  pointer-events: none;
}

body.msk .msk-masonry-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.msk .msk-masonry-label {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

body.msk .msk-masonry-label small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 400;
}

body.msk .msk-masonry-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(4, 8, 7, 0.94);
}

body.msk .msk-masonry-lightbox.is-open {
  display: flex;
}

body.msk .msk-masonry-lightbox-content {
  width: min(980px, 88vw);
  max-height: 88vh;
  margin: 0;
}

body.msk .msk-masonry-lightbox-content img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 14px;
  background: #000000;
}

body.msk .msk-masonry-lightbox-content figcaption {
  margin-top: 13px;
  color: #f3f4ee;
  font-size: 14px;
  text-align: center;
}

body.msk .msk-masonry-lightbox-close,
body.msk .msk-masonry-lightbox-prev,
body.msk .msk-masonry-lightbox-next {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(19, 32, 27, 0.92);
  font-size: 26px;
}

body.msk .msk-masonry-lightbox-close {
  top: 20px;
  right: 20px;
}

body.msk .msk-masonry-lightbox-prev {
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

body.msk .msk-masonry-lightbox-next {
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

@media (max-width: 800px) {
  body.msk .msk-masonry-section {
    padding: 72px 15px;
  }

  body.msk .msk-masonry-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  body.msk .msk-masonry-description {
    max-width: 560px;
  }

  body.msk .msk-masonry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 10px;
    margin-top: 32px;
  }

  body.msk .msk-masonry-item--tall {
    grid-column: span 2;
    grid-row: span 3;
  }

  body.msk .msk-masonry-item--wide,
  body.msk .msk-masonry-item--medium {
    grid-column: span 1;
    grid-row: span 1;
  }

  body.msk .msk-masonry-label {
    right: 13px;
    bottom: 12px;
    left: 13px;
    font-size: 14px;
  }

  body.msk .msk-masonry-lightbox {
    padding: 18px;
  }

  body.msk .msk-masonry-lightbox-content {
    width: min(100%, 92vw);
  }

  body.msk .msk-masonry-lightbox-close {
    top: 12px;
    right: 12px;
  }

  body.msk .msk-masonry-lightbox-prev {
    left: 8px;
  }

  body.msk .msk-masonry-lightbox-next {
    right: 8px;
  }
}

/* section 4 */

body.msk .msk-locations-section,
body.msk .msk-locations-section * {
  box-sizing: border-box;
}

body.msk .msk-locations-section {
  width: 100%;
  padding: 110px 20px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(255, 153, 0, 0.13),
      transparent 25%
    ),
    #101a16;
}

body.msk .msk-locations-wrap {
  width: min(100%, 1180px);
  margin: 0 auto;
}

body.msk .msk-locations-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

body.msk .msk-locations-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ff9900;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.msk .msk-locations-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 16px rgba(255, 153, 0, 0.72);
}

body.msk .msk-locations-title {
  max-width: 760px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.065em;
}

body.msk .msk-locations-title em {
  color: #ff9900;
  font-style: normal;
}

body.msk .msk-locations-description {
  max-width: 370px;
  margin: 0;
  color: #b9c3bc;
  font-size: 16px;
}

body.msk .msk-locations-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  margin-top: 48px;
}

body.msk .msk-locations-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.msk .msk-location-card {
  display: grid;
  grid-template-columns: 35px 1fr 28px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 108px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
  transition: border-color .2s ease, background .2s ease;
}

body.msk .msk-location-card:hover,
body.msk .msk-location-card.is-active {
  border-color: rgba(255, 153, 0, 0.76);
  background: rgba(255, 153, 0, 0.09);
}

body.msk .msk-location-number {
  color: #8e9b91;
  font-size: 12px;
  font-weight: 800;
}

body.msk .msk-location-card-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.msk .msk-location-card-content strong {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.15;
}

body.msk .msk-location-card-content span {
  color: #d6ddd8;
  font-size: 14px;
}

body.msk .msk-location-card-content small {
  margin-top: 3px;
  color: #98a69d;
  font-size: 12px;
}

body.msk .msk-location-arrow {
  color: #ff9900;
  font-size: 24px;
  line-height: 1;
}

body.msk .msk-locations-button {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  padding: 15px 22px;
  border: 0;
  border-radius: 999px;
  color: #172011;
  background: #ff9900;
  font-size: 15px;
  font-weight: 400;
}

body.msk .msk-locations-map-wrapper {
  position: relative;
  min-height: 456px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: #19251f;
}

body.msk .msk-locations-map {
  width: 100%;
  height: 100%;
  min-height: 456px;
  filter: saturate(0.72) contrast(1.04);
}

body.msk .msk-locations-map-caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(10, 18, 15, 0.88);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

body.msk .msk-locations-map-caption span {
  display: block;
  color: #ff9900;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

body.msk .msk-locations-map-caption strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 19px;
}

body.msk .msk-locations-map-caption p {
  margin: 2px 0 0;
  color: #b9c3bc;
  font-size: 13px;
}

@media (max-width: 800px) {
  body.msk .msk-locations-section {
    padding: 72px 15px;
  }

  body.msk .msk-locations-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  body.msk .msk-locations-description {
    max-width: 560px;
  }

  body.msk .msk-locations-layout {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  body.msk .msk-location-card {
    min-height: 96px;
  }

  body.msk .msk-locations-map-wrapper,
  body.msk .msk-locations-map {
    min-height: 400px;
  }
}

/* section 5 */

body.msk .msk-formats-section,
body.msk .msk-formats-section * {
  box-sizing: border-box;
}

body.msk .msk-formats-section {
  width: 100%;
  padding: 110px 20px;
  color: #172017;
  background: #f6f1e8;
}

body.msk .msk-formats-wrap {
  width: min(100%, 1180px);
  margin: 0 auto;
}

body.msk .msk-formats-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

body.msk .msk-formats-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ff9900;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.msk .msk-formats-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 16px rgba(255, 153, 0, 0.72);
}

body.msk .msk-formats-title {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.065em;
}

body.msk .msk-formats-title em {
  color: #ff9900;
  font-style: normal;
}

body.msk .msk-formats-description {
  max-width: 370px;
  margin: 0;
  color: #606861;
  font-size: 16px;
}

body.msk .msk-formats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

body.msk .msk-format-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid #dedbd2;
  border-radius: 22px;
  background: #ffffff;
}

body.msk .msk-format-card--featured {
  border-color: #ff9900;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 82% 12%,
      rgba(255, 153, 0, 0.42),
      transparent 26%
    ),
    linear-gradient(145deg, #17261f, #0c1511);
}

body.msk .msk-format-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #172011;
  background: #ff9900;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.msk .msk-format-card-number {
  color: #92988f;
  font-size: 13px;
  font-weight: 800;
}

body.msk .msk-format-card--featured .msk-format-card-number {
  color: rgba(255, 255, 255, 0.56);
}

body.msk .msk-format-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 42px;
}

body.msk .msk-format-card-kicker {
  color: #ff9900;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

body.msk .msk-format-card--featured .msk-format-card-kicker {
  color: #ffb84d;
}

body.msk .msk-format-card h3 {
  margin: 12px 0 10px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: 0.045em;
}

body.msk .msk-format-card p {
  margin: 0;
  color: #606861;
  font-size: 14px;
}

body.msk .msk-format-card--featured p {
  color: rgba(255, 255, 255, 0.76);
}

body.msk .msk-format-card-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: auto;
  padding-top: 26px;
}

body.msk .msk-format-card-price span {
  color: #7a8179;
  font-size: 12px;
}

body.msk .msk-format-card--featured .msk-format-card-price span {
  color: rgba(255, 255, 255, 0.62);
}

body.msk .msk-format-card-price strong {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.055em;
}

body.msk .msk-format-card-button {
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  padding: 13px 15px;
  border: 1px solid #d4d5cf;
  border-radius: 999px;
  color: #253126;
  background: transparent;
  font-size: 13px;
  font-weight: 400;
}

body.msk .msk-format-card--featured .msk-format-card-button {
  border-color: #ff9900;
  color: #172011;
  background: #ff9900;
}

body.msk .msk-formats-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 34px;
  color: #5c645d;
  font-size: 14px;
}

body.msk .msk-formats-link {
  padding: 0;
  border: 0;
  color: #ff9900;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1000px) {
  body.msk .msk-formats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.msk .msk-format-card {
    min-height: 385px;
  }
}

@media (max-width: 800px) {
  body.msk .msk-formats-section {
    padding: 72px 15px;
  }

  body.msk .msk-formats-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  body.msk .msk-formats-description {
    max-width: 560px;
  }

  body.msk .msk-formats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  body.msk .msk-format-card {
    min-height: 340px;
    padding: 22px;
  }

  body.msk .msk-formats-bottom {
    align-items: center;
    flex-direction: column;
    margin-top: 26px;
    text-align: center;
  }
}
/* section 6 */

body.msk .msk-faq-section,
body.msk .msk-faq-section * {
  box-sizing: border-box;
}

body.msk .msk-faq-section {
  width: 100%;
  padding: 110px 20px;
  color: #172017;
  background: #ffffff;
}

body.msk .msk-faq-wrap {
  width: min(100%, 980px);
  margin: 0 auto;
}

body.msk .msk-faq-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

body.msk .msk-faq-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ff9900;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.msk .msk-faq-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 16px rgba(255, 153, 0, 0.72);
}

body.msk .msk-faq-title {
  max-width: 650px;
  margin: 14px 0 0;
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.065em;
}

body.msk .msk-faq-title em {
  color: #ff9900;
  font-style: normal;
}

body.msk .msk-faq-description {
  max-width: 340px;
  margin: 0;
  color: #606861;
  font-size: 16px;
}

body.msk .msk-faq-list {
  margin-top: 50px;
  border-top: 1px solid #d9d7cf;
}

body.msk .msk-faq-item {
  border-bottom: 1px solid #d9d7cf;
}

body.msk .msk-faq-question {
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  gap: 12px;
  align-items: center;
  min-height: 84px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}

body.msk .msk-faq-question::-webkit-details-marker {
  display: none;
}

body.msk .msk-faq-number {
  color: #9a9e97;
  font-size: 12px;
  font-weight: 800;
}

body.msk .msk-faq-question-text {
  color: #1b241d;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

body.msk .msk-faq-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #c9c9bf;
  border-radius: 50%;
  color: #9c5c00;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

body.msk .msk-faq-item[open] .msk-faq-icon {
  color: #ffffff;
  border-color: #ff9900;
  background: #ff9900;
}

body.msk .msk-faq-item[open] .msk-faq-icon {
  font-size: 0;
}

body.msk .msk-faq-item[open] .msk-faq-icon::before {
  content: "−";
  font-size: 22px;
}

body.msk .msk-faq-answer {
  max-width: 710px;
  padding: 0 52px 25px 54px;
  color: #5f675f;
  font-size: 16px;
}

body.msk .msk-faq-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 34px;
  color: #5c645d;
  font-size: 14px;
}

body.msk .msk-faq-button {
  padding: 0;
  border: 0;
  color: #ff9900;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 800px) {
  body.msk .msk-faq-section {
    padding: 72px 15px;
  }

  body.msk .msk-faq-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  body.msk .msk-faq-description {
    max-width: 560px;
  }

  body.msk .msk-faq-list {
    margin-top: 32px;
  }

  body.msk .msk-faq-question {
    grid-template-columns: 30px 1fr 28px;
    min-height: 76px;
    gap: 8px;
  }

  body.msk .msk-faq-question-text {
    font-size: 17px;
  }

  body.msk .msk-faq-answer {
    padding: 0 0 22px 38px;
    font-size: 15px;
  }

  body.msk .msk-faq-bottom {
    align-items: center;
    flex-direction: column;
    margin-top: 26px;
    text-align: center;
  }
}

/* section 7 */

body.msk .msk-final-section,
body.msk .msk-final-section * {
  box-sizing: border-box;
}

body.msk .msk-final-section {
  position: relative;
  min-height: 670px;
  padding: 110px 20px;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #121212;
}

body.msk .msk-final-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(255, 153, 0, 0.14) 0%,
      transparent 28%
    ),
    radial-gradient(
      circle at 15% 82%,
      rgba(132, 89, 19, 0.12) 0%,
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.015) 0%,
      rgba(0, 0, 0, 0.18) 100%
    );
}

body.msk .msk-final-stars {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 9% 18%, #ffffff 0 1px, transparent 1.5px),
    radial-gradient(circle at 20% 72%, #ffca7a 0 1px, transparent 1.5px),
    radial-gradient(circle at 34% 24%, #ffffff 0 1px, transparent 1.5px),
    radial-gradient(circle at 52% 12%, #ffffff 0 1px, transparent 1.5px),
    radial-gradient(circle at 67% 78%, #ffb13f 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 27%, #ffffff 0 1px, transparent 1.5px),
    radial-gradient(circle at 94% 62%, #ffe2aa 0 1px, transparent 1.5px);
}

body.msk .msk-final-orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(66vw, 840px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 153, 0, 0.16);
  border-radius: 50%;
  box-shadow:
    inset 0 0 120px rgba(255, 153, 0, 0.06),
    0 0 140px rgba(255, 153, 0, 0.04);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body.msk .msk-final-orbit::before {
  position: absolute;
  top: 9%;
  left: 25%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 22px #ff9900;
}

body.msk .msk-final-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 450px;
  place-items: center;
  width: min(100%, 1080px);
  margin: 0 auto;
}

body.msk .msk-final-content {
  max-width: 860px;
  text-align: center;
}

body.msk .msk-final-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ff9900;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.msk .msk-final-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #ff9900;
  box-shadow: 0 0 18px #ff9900;
}

body.msk .msk-final-title {
  max-width: 840px;
  margin: 18px auto 20px;
  color: #ffffff;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.07em;
}

body.msk .msk-final-title em {
  color: #ff9900;
  font-style: normal;
}

body.msk .msk-final-description {
  max-width: 650px;
  margin: 0 auto;
  color: #c5ccc7;
  font-size: 18px;
}

body.msk .msk-final-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 38px auto 30px;
}

body.msk .msk-final-benefit {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 92px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

body.msk .msk-final-benefit strong {
  color: #ffb13f;
  font-size: 20px;
  line-height: 1.1;
}

body.msk .msk-final-benefit span {
  color: #abb4ad;
  font-size: 12px;
  line-height: 1.25;
}

body.msk .msk-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 16px 27px;
  border: 0;
  border-radius: 999px;
  color: #172011;
  background: #ff9900;
  box-shadow: 0 0 32px rgba(255, 153, 0, 0.24);
  font-size: 16px;
  font-weight: 400;
}

body.msk .msk-final-note {
  margin: 15px 0 0;
  color: #858d87;
  font-size: 12px;
}

@media (max-width: 800px) {
  body.msk .msk-final-section {
    min-height: 650px;
    padding: 72px 15px;
  }

  body.msk .msk-final-orbit {
    width: min(120vw, 650px);
  }

  body.msk .msk-final-title {
    font-size: clamp(40px, 11vw, 56px);
  }

  body.msk .msk-final-description {
    font-size: 17px;
  }

  body.msk .msk-final-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 30px auto 26px;
  }

  body.msk .msk-final-benefit {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 14px 16px;
    text-align: left;
  }

  body.msk .msk-final-benefit span {
    max-width: 145px;
    text-align: right;
  }

  body.msk .msk-final-button {
    width: 100%;
  }
}

Добавьте этот блок **в самый конец** вашего CSS. Он унифицирует `letter-spacing` во всех семи секциях, не меняя остальные стили.

```css
/* =========================================================
   ЕДИНАЯ ТИПОГРАФИКА — LETTER SPACING
   Добавить в конец city.css
   ========================================================= */

/* Верхние подписи, лейблы, номера и служебные метки */
body.msk .msk-hero-eyebrow,
body.msk .msk-video-section-eyebrow,
body.msk .msk-masonry-eyebrow,
body.msk .msk-locations-eyebrow,
body.msk .msk-formats-eyebrow,
body.msk .msk-faq-eyebrow,
body.msk .msk-final-eyebrow,
body.msk .msk-format-card-kicker,
body.msk .msk-format-card-badge,
body.msk .msk-locations-map-caption span {
  letter-spacing: 0.11em;
}

/* Главный заголовок и все H2 секций */
body.msk .msk-hero-title,
body.msk .msk-video-section-title,
body.msk .msk-masonry-title,
body.msk .msk-locations-title,
body.msk .msk-formats-title,
body.msk .msk-faq-title,
body.msk .msk-final-title {
  letter-spacing: -0.055em;
}

/* Заголовки карточек, названия студий */
body.msk .msk-format-card h3,
body.msk .msk-location-card-content strong {
  letter-spacing: -0.03em;
}

/* Вопросы FAQ */
body.msk .msk-faq-question-text {
  letter-spacing: -0.02em;
}

/* Цены и ключевые значения */
body.msk .msk-format-card-price strong,
body.msk .msk-final-benefit strong {
  letter-spacing: -0.04em;
}

/* Основной текст */
body.msk .msk-hero-description,
body.msk .msk-hero-note,
body.msk .msk-video-section-description,
body.msk .msk-masonry-description,
body.msk .msk-masonry-label,
body.msk .msk-masonry-label small,
body.msk .msk-masonry-lightbox-content figcaption,
body.msk .msk-locations-description,
body.msk .msk-location-number,
body.msk .msk-location-card-content span,
body.msk .msk-location-card-content small,
body.msk .msk-locations-map-caption strong,
body.msk .msk-locations-map-caption p,
body.msk .msk-formats-description,
body.msk .msk-format-card-number,
body.msk .msk-format-card p,
body.msk .msk-format-card-price span,
body.msk .msk-formats-bottom,
body.msk .msk-faq-description,
body.msk .msk-faq-number,
body.msk .msk-faq-answer,
body.msk .msk-faq-bottom,
body.msk .msk-final-description,
body.msk .msk-final-benefit span,
body.msk .msk-final-note {
  letter-spacing: normal;
}

/* Все CTA-кнопки, ссылки и элементы управления */
body.msk .msk-hero-button,
body.msk .msk-video-section-button,
body.msk .msk-locations-button,
body.msk .msk-format-card-button,
body.msk .msk-formats-link,
body.msk .msk-faq-button,
body.msk .msk-final-button,
body.msk .msk-masonry-lightbox-close,
body.msk .msk-masonry-lightbox-prev,
body.msk .msk-masonry-lightbox-next,
body.msk .msk-location-arrow,
body.msk .msk-faq-icon {
  letter-spacing: normal;
}
.wrapper.compensate-scrollbar {
    margin-top: 0px!important;
}
.header+* {
    margin-top: 70px!important;
}

.header__menu-list a {
  display: inline-block;
  position: relative;
  padding: 20px 10px;
  border: none;
  outline: none;
  box-shadow: none;
  line-height: 1;
  text-decoration: none;
  color: #1a1a1a;
  transition: 0.3s;
}

.header__menu-list a:focus,
.header__menu-list a:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
