@font-face {
  font-family: "TT Firs Neue";
  src: url("Fonts/TTFIRSNEUE-REGULAR.TTF") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("Fonts/TTFIRSNEUE-MEDIUM.TTF") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("Fonts/TTFIRSNEUE-DEMIBOLD.TTF") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("Fonts/TTFIRSNEUE-BOLD.TTF") format("truetype");
  font-weight: 700 900;
}
:root {
  --red: #bf1e2e;
  --wine: #951523;
  --cream: #fff9ee;
  --ink: #301d1d;
  --line: #e4c9bb;
  --snow-blue: #d9edf3;
  --frost: #f5fbfc;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font:
    500 16px/1.5 "TT Firs Neue",
    Arial,
    sans-serif;
}
body.menu-open,
body.details-open {
  overflow: hidden;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.site-header {
  position: relative;
  z-index: 20;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
}
.site-header__inner {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-actions {
  display: flex;
  gap: 22px;
  align-items: center;
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.brand-logo {
  display: block;
  width: 430px;
  height: auto;
  object-fit: contain;
  transform: translateY(14px);
}
.header-application {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d92b2b;
  border-radius: 999px;
  background: #e33328;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header-application:hover,
.header-application:focus-visible {
  background: #fffaf4;
  color: #b81e28;
}
.menu-toggle,
.site-menu__close {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.menu-toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  padding: 10px 0;
  font: 700 14px/1 "TT Firs Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  pointer-events: auto;
}
.menu-toggle__icon {
  display: grid;
  gap: 5px;
  width: 28px;
}
.menu-toggle__icon i {
  display: block;
  height: 2px;
  background: #1e1e1c;
  border-radius: 2px;
}
.site-menu {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  width: min(500px, 100%);
  height: 100dvh;
  overflow-y: auto;
  padding: 30px clamp(24px, 4vw, 56px) 48px;
  background: #fffaf4;
  box-shadow: -18px 0 42px rgba(29, 22, 24, 0.18);
}
.site-menu[hidden] {
  display: none;
}
.site-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid #e7d8cd;
  color: #9b1e2a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-menu__close {
  width: 34px;
  height: 34px;
  font-size: 34px;
  font-weight: 300;
  line-height: 28px;
}
.site-menu__content {
  display: grid;
  gap: 30px;
  padding-top: 30px;
}
.site-menu__group {
  padding-bottom: 27px;
  border-bottom: 1px solid #e7d8cd;
}
.site-menu a {
  color: #301d1d;
  text-decoration: none;
}
.site-menu__parent,
.site-menu__direct-links a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.12;
}
.site-menu__links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding-left: 16px;
}
.site-menu__links a {
  font-size: 15px;
  line-height: 1.3;
}
.site-menu__direct-links {
  display: grid;
  gap: 20px;
}
.site-menu a:hover,
.site-menu a:focus-visible {
  color: #c92734;
}
.hero {
  overflow: hidden;
  position: relative;
  margin-top: -80px;
  background: var(--red);
  color: #fff9f0;
  min-height: 100vh;
  min-height: 100svh;
}
.hero-video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 17, 25, 0.68) 0%, rgba(22, 17, 25, 0.5) 47%, rgba(22, 17, 25, 0.27) 100%);
  pointer-events: none;
}
.cta:before {
  display: none;
}
.hero-grid {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  position: relative;
  z-index: 3;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 72px 0;
}
.eyebrow,
.section-kicker {
  margin: 0;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.eyebrow span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px 0 0;
  vertical-align: -2px;
}
.eyebrow span::after {
  content: "✦";
  display: block;
  color: #fff2d8;
  font-size: 16px;
  line-height: 1;
}
h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.06em;
}
h1,
h2 {
  font-family: "TT Firs Neue", Arial, sans-serif;
  font-weight: 700;
}
h1 {
  max-width: 670px;
  margin-top: 20px;
  font-size: clamp(42px, 5vw, 69px);
  line-height: 1.06;
  text-transform: uppercase;
}
h1 em,
h2 em {
  color: #ffd8a0;
  font-style: normal;
}
.hero-lead {
  max-width: 495px;
  margin: 25px 0 31px;
  font-size: 18px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.button {
  position: relative;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid #e33328;
  border-radius: 999px;
  background: #e33328;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: none;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}
.button:hover {
  background: #d0e8f0;
  border-color: #d0e8f0;
  color: #1c1c1c;
}
.button-light {
  background: #fffaf2;
  border-color: #fffaf2;
  color: #c92734;
}
.button b {
  font-size: 18px;
  line-height: 1;
}
.text-link {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff9ee88;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  font-weight: 800;
}
.text-link span {
  padding-left: 8px;
  font-size: 20px;
}
.hero-art {
  justify-self: end;
  width: min(520px, 43vw);
  position: relative;
  margin: 0;
  transform: translateY(18px);
}
.hero-art > picture,
.hero-art > img {
  display: block;
  width: 100%;
}
.hero-art > picture > img,
.hero-art > img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  filter: drop-shadow(0 18px 25px rgba(8, 6, 12, 0.42));
}
.seal {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: -28px;
  display: grid;
  place-content: center;
  width: 103px;
  height: 103px;
  color: var(--red);
  background: #fff6e7;
  border-radius: 50%;
  outline: 2px dashed #fff6e7;
  outline-offset: 5px;
  text-align: center;
  font:
    700 34px/0.75 "TT Firs Neue",
    sans-serif;
  transform: rotate(-8deg);
}
.seal small {
  font:
    800 10px/1.1 "TT Firs Neue",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.snowflake {
  position: absolute;
  color: #ffe9d1;
  opacity: 0.7;
  font-size: 68px;
  z-index: 1;
}
.snowflake-a {
  left: -65px;
  top: -45px;
}
.snowflake-b {
  right: -33px;
  top: 50px;
  font-size: 45px;
}
.intro {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 1.45fr;
  gap: 65px;
  align-items: center;
  padding: 124px 0;
}
.intro-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(135deg, #e7cbbb, #f9eee0);
  box-shadow: 0 16px 35px #7e17272b;
}
.intro-snowflake {
  position: absolute;
  width: 62%;
  right: -7%;
  top: -18%;
  opacity: 0.72;
  transform: rotate(12deg);
}
.intro-girl {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.intro-video {
  max-width: none;
}
.section-kicker {
  color: var(--red);
}
.intro h2,
.benefits h2,
.steps h2 {
  font-size: clamp(26px, 3.2vw, 45px);
  line-height: 1.22;
}
.intro p {
  font-size: 18px;
  max-width: 650px;
  margin: 28px 0 0;
  color: #735956;
}
.intro strong {
  color: var(--red);
}
.intro-details-button {
  margin-top: 25px;
  padding: 13px 22px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font: 700 15px/1.2 "TT Firs Neue", Arial, sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.intro-details-button:hover,
.intro-details-button:focus-visible {
  background: #fffaf4;
  color: var(--red);
}
.certificate-details {
  width: min(760px, calc(100% - 32px));
  max-height: min(780px, calc(100dvh - 32px));
  overflow-y: auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(29, 22, 24, 0.25);
}
.certificate-details::backdrop {
  background: rgba(29, 22, 24, 0.72);
}
.certificate-details__header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
  padding: 25px clamp(20px, 5vw, 36px);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
.certificate-details__header h2 {
  margin: 0;
  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.2;
}
.certificate-details__close {
  flex: none;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f3e4dc;
  color: var(--wine);
  font: 400 30px/1 "TT Firs Neue", Arial, sans-serif;
  cursor: pointer;
}
.certificate-details__close:hover,
.certificate-details__close:focus-visible {
  background: #ead0c5;
}
.certificate-details__content {
  padding: 0 clamp(20px, 5vw, 36px) 30px;
  font-size: 16px;
  line-height: 1.55;
}
.certificate-details__content h3 {
  margin: 30px 0 12px;
  color: var(--wine);
  font-size: 20px;
}
.certificate-details__content p,
.certificate-details__content ol {
  margin: 0 0 16px;
}
.certificate-details__content ol {
  padding-left: 23px;
}
.certificate-details__content li + li {
  margin-top: 10px;
}
.certificate-details__content a {
  color: var(--wine);
  text-underline-offset: 3px;
}
.status-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}
.status-line span {
  padding: 8px 13px;
  border: 1px solid #dfc4b5;
  border-radius: 14px 14px 14px 4px;
  background: #fffdf7;
  box-shadow: 0 4px 0 #e7d1c2;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.benefits {
  position: relative;
  overflow: hidden;
  padding: 85px 0 100px;
  background:
    url("assets/snowflake-soft.png") no-repeat calc(100% + 40px) -35px / 190px,
    linear-gradient(135deg, #f7ead9, #ebd2c1);
}
.benefits-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 45px;
}
.benefits-heading h2 span {
  color: var(--red);
}
.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
}
.benefits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefit-item {
  position: relative;
  overflow: hidden;
  min-height: 288px;
  padding: 30px 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  border-radius: 22px 22px 22px 7px;
  background: #fffaf2c9;
  box-shadow: 0 12px 25px #8d514a20;
  color: var(--ink);
  font: 700 clamp(16px, 1.55vw, 20px)/1.08 "TT Firs Neue", sans-serif;
}
.benefit-item:nth-child(1),
.benefit-item:nth-child(4) {
  background: linear-gradient(145deg, #d92f43, #a70e21 85%);
  color: #fff;
}
.benefit-item::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 115px;
  height: 115px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.11;
}
.benefit-icon {
  position: absolute;
  z-index: 1;
  display: block;
  right: 18px;
  bottom: -41px;
  width: 160px;
  height: 190px;
}
.benefit-item > span:last-child {
  position: relative;
  z-index: 2;
  max-width: 190px;
}
.benefit-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.benefit-icon--gifts { left: 19px; right: auto; width: 188px; }
.benefit-icon--gifts img { transform: rotate(-8deg) scale(1.12); }
.benefit-icon--family img { object-position: center bottom; }
.benefit-icon--moroz {
  right: 8px;
  bottom: -52px;
  transform: scale(1.5);
  transform-origin: 70% 100%;
}
.benefit-icon--moroz img { object-position: center top; }
.benefit-icon--events { right: -12px; bottom: -31px; width: 184px; height: 184px; }
.benefit-icon--events img { opacity: 0.9; }
.benefits-visit-note {
  margin-top: 30px;
  padding: 25px 30px;
  border-radius: 22px 22px 22px 7px;
  background: #fffaf2c9;
  box-shadow: 0 12px 25px #8d514a20;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.45;
}
.benefits-visit-note p { margin: 0; }
.benefits-visit-note p + p { margin-top: 10px; }
.benefits-visit-note a { color: var(--red); font-weight: 700; }
.benefits-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 0;
  border-radius: 31px 31px 31px 9px;
  background: #4a2026 url("assets/vologda-pattern-web.png") center / 310px auto;
  box-shadow: 0 16px 35px #8d514a30;
}
.benefits-video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.benefits-video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  text-align: center;
  color: #fffaf2;
  background: linear-gradient(135deg, #a70e21d9, #3e2028c9);
}
.benefits-video-placeholder p {
  margin: 0;
  font-size: clamp(15px, 1.65vw, 21px);
  line-height: 1.15;
}
.intro-video-placeholder p {
  color: #fff;
}
.video-play {
  width: 68px;
  height: 68px;
  border: 2px solid #fffaf3;
  border-radius: 50%;
  background: #ffffff20;
}
.video-play::after {
  content: "";
  display: block;
  margin: 21px 0 0 27px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fffaf3;
}
.poster-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: var(--wine);
}
.poster-card img {
  width: 100%;
  height: 100%;
  min-height: 348px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.poster-card span {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 7px 10px;
  background: #fff9ee;
  color: var(--red);
  font:
    800 10px "TT Firs Neue",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.steps {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  margin-top: 78px;
  margin-bottom: 78px;
  padding: 72px 62px;
  border: 1px solid #edd7c9;
  border-radius: 36px 36px 36px 10px;
  background:
    url("assets/snowflake-soft.png") no-repeat calc(100% + 22px) calc(100% + 20px) / 165px,
    linear-gradient(135deg, #fffdf8, #f9eee2);
  box-shadow: 0 18px 35px #8d514a1d;
}
.steps-intro p:last-child {
  color: #735956;
  max-width: 400px;
  margin: 25px 0 0;
}
.steps-girl {
  display: block;
  width: min(220px, 100%);
  height: 200px;
  margin: 24px auto 0 0;
  object-fit: contain;
  object-position: left bottom;
}
.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps-list li {
  display: grid;
  grid-template-columns: 63px 1fr;
  gap: 23px;
  padding: 16px 18px;
  margin: 0 0 13px;
  border: 1px solid #ecd4c4;
  border-radius: 19px 19px 19px 6px;
  background: #fffdf8c9;
}
.steps-list li:last-child {
  border: 0;
}
.steps-list span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 15px 15px 15px 4px;
  background: linear-gradient(145deg, #dc3447, #a81022);
  box-shadow: 0 5px 0 #860b1a;
  color: #fff;
  font:
    700 16px "TT Firs Neue",
    sans-serif;
}
.steps-list h3 {
  font-size: 21px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}
.steps-list p {
  margin: 11px 0 0;
  color: #735956;
  font-size: 14px;
  max-width: 480px;
}
.steps-intro a,
.steps-list a {
  color: var(--red);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, #ef62702b 0 55px, transparent 56px),
    linear-gradient(125deg, #7d0d1d, #bf1e2e 56%, #901123);
  color: #fff8ee;
  padding: 105px 0;
}
.cta-content {
  position: relative;
  z-index: 1;
}
.cta-ded-moroz {
  position: absolute;
  z-index: 1;
  right: 4%;
  bottom: -105px;
  width: min(360px, 34vw);
  max-height: 500px;
  object-fit: contain;
  object-position: bottom;
}
.cta-gift {
  position: absolute;
  z-index: 2;
  right: 30%;
  bottom: -20px;
  width: min(145px, 14vw);
  transform: rotate(8deg);
}
.cta h2 {
  font-size: clamp(29px, 4vw, 54px);
  line-height: 1.17;
  margin: 20px 0 31px;
}
.cta-note {
  max-width: 440px;
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.72;
}
.cta-contact {
  display: inline-block;
  margin-top: 18px;
  color: #fff8ee;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid #ffffff66;
}
.cta-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 173px;
  background-image: url("assets/vologda-pattern-web.png");
  background-repeat: repeat-x;
  background-position: right bottom;
  background-size: 388px 173px;
  filter: brightness(0) invert(1);
  mix-blend-mode: screen;
  opacity: 0.12;
  pointer-events: none;
}
.footer {
  padding: 32px 0;
  background: #fffaf2;
  border-top: 1px solid #e4cfc0;
  color: #806560;
  font-size: 12px;
}
.footer-content {
  display: flex;
  align-items: center;
  gap: 18px 24px;
}
.footer-copyright {
  margin: 0;
  white-space: nowrap;
}
.footer a {
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
}
.footer-link {
  border-bottom: 1px solid #c91e3338;
}
.footer-vk {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #fff !important;
  background: var(--red);
  font-size: 10px;
  letter-spacing: -0.04em;
}
.footer-contacts {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}
.application {
  background:
    linear-gradient(135deg, #f5e3d5, #efd1bd),
    var(--cream);
  padding: 100px 0;
}
.application-layout {
  display: block;
}
.application-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 42px;
}
.application-intro .section-kicker {
  grid-column: 1/-1;
  margin-bottom: 16px;
}
.application-intro h2 {
  font-size: clamp(27px, 3.2vw, 43px);
  line-height: 1.22;
  margin: 0;
}
.application-intro > p:not(.section-kicker) {
  align-self: center;
  color: #735956;
  max-width: 470px;
  margin: 0;
}
.secure-note {
  grid-column: 1/-1;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 17px 20px;
  border: 1px solid #d8b7a5;
  border-radius: 14px;
  background: #fffaf2;
  color: #785a52;
  font-size: 15px;
  line-height: 1.45;
}
.secure-note span {
  font-size: 25px;
  line-height: 1;
  color: var(--red);
}
.secure-note p {
  margin: 0;
}
.application-form {
  display: block;
  padding: 42px;
  border: 1px solid #fff;
  background: linear-gradient(135deg, #fffdf7, #fff4e7);
  border-radius: 30px 30px 30px 9px;
  box-shadow: 0 16px 38px #9a5c4530;
}
.application-intro[hidden],
.application-form[hidden],
.application-success[hidden] {
  display: none;
}
.application-success {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(32px, 6vw, 88px);
  border-radius: 30px 30px 30px 9px;
  background: linear-gradient(135deg, #b91d34 0%, #d73543 60%, #e55749 100%);
  color: #fffaf2;
  box-shadow: 0 20px 45px #a14f4b4d;
  outline: none;
}
.application-success__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: #fffaf2;
  color: #b91d34;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}
.application-success h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.6vw, 64px);
  line-height: 1.1;
}
.application-success p {
  max-width: 650px;
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}
.application-form fieldset {
  min-width: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 0 27px;
  margin: 0 0 29px;
}
.application-form fieldset:last-of-type {
  margin-bottom: 25px;
}
.application-form legend {
  padding: 0;
  margin: 0 0 22px;
  font:
    700 15px "TT Firs Neue",
    sans-serif;
  letter-spacing: -0.04em;
}
.application-form legend b {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin-right: 9px;
  background: var(--red);
  border-radius: 50%;
  color: #fff;
  font:
    800 10px "TT Firs Neue",
    sans-serif;
  vertical-align: middle;
}
.form-grid {
  display: grid;
  gap: 16px;
}
.two-columns {
  grid-template-columns: 1fr 1fr;
}
.application-form label:not(.upload-field):not(.consent) {
  display: block;
  margin: 0 0 16px;
  color: #755851;
  font-size: 12px;
  font-weight: 800;
}
.application-form input:not([type="file"]):not([type="checkbox"]),
.application-form textarea,
.application-form select {
  width: 100%;
  margin-top: 7px;
  padding: 12px 13px;
  border: 1px solid #d9c2b6;
  border-radius: 2px;
  background: #fffdfa;
  color: var(--ink);
  font:
    500 14px "TT Firs Neue",
    sans-serif;
  outline-color: var(--red);
}
.application-form textarea {
  resize: vertical;
}
.field-help {
  margin: -5px 0 16px;
  color: #876a62;
  font-size: 12px;
}
.upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.upload-field {
  display: flex !important;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 112px;
  padding: 16px;
  border: 1px dashed #c5998c;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
  background: #fffcf6;
}
.upload-field input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  overflow: hidden;
}
.upload-field:hover,
.upload-field:focus-within {
  border-color: var(--red);
  background: #fff4e7;
}
.upload-field.has-file {
  border-style: solid;
  border-color: #749172;
  background: #f5fbef;
}
.upload-field.has-file .upload-icon {
  display: none;
}
.upload-preview {
  position: relative;
  flex: 0 0 78px;
  width: 78px;
  height: 70px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #f1ddd4;
  color: var(--red);
  font: 800 15px/1 "TT Firs Neue", sans-serif;
}
.upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload-icon {
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  height: 31px;
  border-radius: 50%;
  background: #f4dfd1;
  color: var(--red);
  font-size: 19px;
}
.upload-field b,
.upload-field small {
  display: block;
}
.upload-field > span:last-child {
  flex: 1 1 auto;
  min-width: 0;
}
.upload-field b {
  font-size: 13px;
  line-height: 1.35;
  color: #5a3732;
}
.upload-field small {
  width: 100%;
  max-width: none;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
  color: #916f66;
  overflow-wrap: anywhere;
  white-space: normal;
}
.consent {
  grid-column: 1/-1;
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 0 0 23px;
  color: #72554e;
  font-size: 12px;
  line-height: 1.4;
}
.consent input {
  margin: 2px 0 0;
  accent-color: var(--red);
}
.submit-button {
  border: 0;
  background: var(--red);
  color: #fffaf0;
  cursor: pointer;
  font:
    800 14px "TT Firs Neue",
    sans-serif;
}
.form-status {
  min-height: 20px;
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 1.4;
}
.form-status.is-error {
  color: #ae2431;
}
.form-status.is-ready {
  color: #447844;
}
@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 600px);
  }
  .site-header {
    height: 72px;
  }
  .brand-logo {
    width: min(172px, calc(100vw - 188px));
    transform: translateY(10px);
  }
  .header-actions {
    gap: 8px;
  }
  .header-application {
    min-height: 36px;
    padding: 8px 9px;
    font-size: 11px;
  }
  .menu-toggle__label {
    display: none;
  }
  .site-menu {
    width: min(420px, 100%);
    padding: 24px 24px 40px;
  }
  .hero {
    margin-top: -72px;
  }
  .hero-grid {
    display: block;
    min-height: 100vh;
    min-height: 100svh;
  }
  .hero-copy {
    padding: 134px 0 48px;
  }
  .hero-art {
    display: none;
  }
  h1 {
    font-size: clamp(32px, 9vw, 35px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .intro,
  .steps {
    display: block;
    padding: 75px 0;
  }
  .steps {
    width: calc(100% - 32px);
    margin: 45px auto;
    padding: 42px 22px;
    border-radius: 26px 26px 26px 8px;
  }
  .intro-content {
    margin-top: 25px;
  }
  .intro-visual {
    max-width: 520px;
  }
  .intro p {
    font-size: 16px;
  }
  .benefits {
    padding: 65px 0;
  }
  .benefits-heading {
    display: block;
    margin-bottom: 28px;
  }
  .benefits-heading h2 {
    margin-top: 16px;
  }
  .benefits-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .benefit-item {
    min-height: 225px;
    padding: 24px 18px 20px;
  }
  .benefit-icon {
    right: 5px;
    bottom: -32px;
    width: 125px;
    height: 150px;
  }
  .benefit-icon--gifts { left: 4px; right: auto; width: 145px; }
  .benefit-icon--moroz { right: 0; bottom: -42px; transform: scale(1.05); }
  .benefit-icon--events { right: -15px; bottom: -60px; width: 145px; height: 145px; }
  .benefits-visit-note { margin-top: 25px; padding: 22px 20px; font-size: 16px; }
  .benefits-video {
    aspect-ratio: 4 / 3;
    border-radius: 24px 24px 24px 7px;
  }
  .poster-card img {
    height: 360px;
    min-height: 0;
    object-position: center 36%;
  }
  .steps-intro {
    margin-bottom: 45px;
  }
  .steps-girl {
    margin-top: 18px;
  }
  .application {
    padding: 75px 0;
  }
  .application-intro {
    display: block;
    margin-bottom: 35px;
  }
  .application-intro h2 {
    margin: 16px 0 20px;
  }
  .application-intro > p:not(.section-kicker) {
    margin: 0;
  }
  .application-form {
    display: block;
    padding: 23px 16px;
  }
  .two-columns,
  .upload-grid {
    grid-template-columns: 1fr;
  }
  .cta {
    padding: 76px 0;
  }
  .cta-ded-moroz {
    right: -28px;
    bottom: -73px;
    width: 210px;
    opacity: 0.52;
  }
  .cta-gift {
    right: 5px;
    bottom: 12px;
    width: 92px;
  }
  .footer {
    padding: 28px 0;
  }
  .footer-content,
  .footer-contacts {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-content {
    gap: 15px;
  }
  .footer-contacts {
    gap: 9px;
  }
  .seal {
    width: 82px;
    height: 82px;
    font-size: 26px;
    right: -9px;
  }
  .seal small {
    font-size: 8px;
  }
  .snowflake-a {
    left: -25px;
  }
  .snowflake-b {
    right: -17px;
  }
}
.form-honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
