@charset "UTF-8";
/* =========================
   ШРИФТЫ
========================= */
@import url("https://fonts.googleapis.com/css2?family=Bad+Script&display=swap");
@font-face {
  font-family: "Kalissa";
  src: url("../fonts/Kalissa.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Saint Amour Script";
  src: url("../fonts/Saint Amour Script.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CYGRE";
  src: url("../fonts/Cygre-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CYGRE";
  src: url("../fonts/Cygre-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CYGRE";
  src: url("../fonts/Cygre-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CYGRE";
  src: url("../fonts/Cygre-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/* =========================
   ПЕРЕМЕННЫЕ
========================= */
/* =========================
   МИКСИНЫ
========================= */
/* =========================
   БАЗА
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #e5d8ca;
  color: #4a2c21;
  font-family: "CYGRE", "Cygre", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

main {
  overflow: clip;
}

section[id],
header[id],
footer[id] {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  width: 100%;
  justify-self: center;
}

.script {
  font-family: "Saint Amour Script", "Bad Script", cursive;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* =========================
   ТИПОГРАФИКА
========================= */
.hero__pretitle,
.invite__date,
.invite__text,
.calendar-strip__day,
.calendar-strip__heart-number {
  font-family: "CYGRE", "Cygre", "Montserrat", sans-serif;
}

.hero__names {
  margin: 10px 0 20px;
  font-family: "Saint Amour Script", "Bad Script", cursive;
  font-weight: 400;
  font-size: 196px;
  line-height: 0.95;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .hero__names {
    font-size: 132px;
    margin: 8px 0 16px;
  }
}
@media (max-width: 640px) {
  .hero__names {
    font-size: 112px;
    margin: 6px 0 12px;
  }
}
@media (max-width: 420px) {
  .hero__names {
    font-size: 96px;
  }
}

.section__title.script {
  margin: 40px 0 20px 0;
  font-family: "Saint Amour Script", "Bad Script", cursive;
  font-size: 128px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  color: #4a2c21;
}
@media (max-width: 1024px) {
  .section__title.script {
    font-size: 116px;
    margin-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .section__title.script {
    font-size: 96px;
    margin-bottom: 12px;
  }
}
@media (max-width: 420px) {
  .section__title.script {
    font-size: 86px;
  }
}

/* =========================
   ОБЩИЕ СЕКЦИИ
========================= */
section {
  position: relative;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section > * {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 1320px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .section > * {
    width: min(100% - 24px, 100%);
  }
}
@media (max-width: 640px) {
  .section > * {
    width: min(100% - 20px, 100%);
  }
}
@media (max-width: 420px) {
  .section > * {
    width: min(100% - 10px, 100%);
  }
}

.section--light {
  background: #e5d8ca;
  color: #4a2c21;
}

.section--dark {
  background: #424b35;
  color: #e4d4c4;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* =========================
   HERO SECTION
========================= */
#hero {
  justify-content: space-between;
  background-image: url("/svg/Vector 1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center -60px;
}
@media screen and (max-width: 540px) {
  #hero {
    background-position: center -120px;
    background-size: auto;
  }
}

.title-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  max-width: 500px;
}
.title-hero .title-left {
  align-self: flex-start;
}
.title-hero .title-right {
  align-self: flex-end;
}
.title-hero p {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .title-hero {
    gap: 8px;
    margin-top: 20px;
    max-width: 420px;
  }
  .title-hero p {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .title-hero {
    gap: 6px;
    margin-top: 10px;
    max-width: 280px;
  }
  .title-hero p {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .title-hero {
    max-width: 240px;
  }
  .title-hero p {
    font-size: 20px;
  }
}

.hero__photo-wrap {
  display: flex;
  bottom: 0;
  height: 55%;
}
.hero__photo-wrap img {
  position: relative;
  bottom: 0;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__photo-wrap p {
  position: absolute;
  bottom: 0;
  font-size: 24px;
  margin-bottom: 0;
  text-shadow: 3px 3px 6px black;
}
@media (max-width: 1024px) {
  .hero__photo-wrap {
    height: 50%;
  }
  .hero__photo-wrap p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .hero__photo-wrap {
    height: 46%;
  }
  .hero__photo-wrap p {
    font-size: 16px;
    padding-inline: 10px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .hero__photo-wrap p {
    font-size: 14px;
    padding-inline: 10px;
  }
}

/* =========================
   INVITE SECTION
========================= */
#invite {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.invite__text {
  width: 100%;
  max-width: 800px;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .invite__text {
    max-width: 680px;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .invite__text {
    font-size: 18px;
    max-width: 500px;
    padding-inline: 10px;
  }
}
@media (max-width: 420px) {
  .invite__text {
    font-size: 16px;
    max-width: 360px;
    padding-inline: 10px;
  }
}

.calendar-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 44px;
  margin-top: 40px;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .calendar-strip {
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .calendar-strip {
    gap: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .calendar-strip {
    gap: 16px;
    margin-top: 16px;
  }
}

.calendar-strip-block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .calendar-strip-block {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .calendar-strip-block {
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .calendar-strip-block {
    gap: 8px;
  }
}

.calendar-strip__day {
  width: 102px;
  height: 102px;
  border-radius: 28px;
  background: #4d583d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.calendar-strip__day span {
  color: #e7ddd1;
  font-family: "Saint Amour Script", "Bad Script", cursive;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-4px);
}
@media (max-width: 1024px) {
  .calendar-strip__day {
    width: 82px;
    height: 82px;
    border-radius: 22px;
  }
  .calendar-strip__day span {
    font-size: 96px;
  }
}
@media (max-width: 640px) {
  .calendar-strip__day {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }
  .calendar-strip__day span {
    font-size: 76px;
    transform: translateY(-2px);
  }
}
@media (max-width: 420px) {
  .calendar-strip__day {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .calendar-strip__day span {
    font-size: 56px;
  }
}

.calendar-strip__day--heart {
  position: relative;
  width: 132px;
  height: 116px;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .calendar-strip__day--heart {
    width: 106px;
    height: 94px;
  }
}
@media (max-width: 640px) {
  .calendar-strip__day--heart {
    width: 78px;
    height: 68px;
  }
}
@media (max-width: 420px) {
  .calendar-strip__day--heart {
    width: 64px;
    height: 56px;
  }
}

.calendar-strip__heart {
  width: 132px;
  height: 116px;
  display: block;
}
.calendar-strip__heart path {
  fill: #b97972;
  fill-opacity: 1;
}
@media (max-width: 1024px) {
  .calendar-strip__heart {
    width: 106px;
    height: 94px;
  }
}
@media (max-width: 640px) {
  .calendar-strip__heart {
    width: 78px;
    height: 68px;
  }
}
@media (max-width: 420px) {
  .calendar-strip__heart {
    width: 64px;
    height: 56px;
  }
}

.calendar-strip__heart-number {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-strip__heart-number span {
  color: #5a3a33;
  font-family: "Saint Amour Script", "Bad Script", cursive;
  font-size: 96px;
  position: relative;
  top: -5px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .calendar-strip__heart-number span {
    font-size: 96px;
    top: -6px;
  }
}
@media (max-width: 640px) {
  .calendar-strip__heart-number span {
    font-size: 76px;
    top: -4px;
    transform: translateY(0);
  }
}
@media (max-width: 420px) {
  .calendar-strip__heart-number span {
    font-size: 56px;
    top: -4px;
  }
}

.calendar-strip__title {
  text-align: center;
  color: #5a3a33;
  font-family: "Saint Amour Script", "Bad Script", cursive;
  font-size: 76px;
  font-weight: 400;
  line-height: 1;
}
.calendar-strip__title p {
  font-size: 86px;
}
@media (max-width: 1024px) {
  .calendar-strip__title {
    font-size: 64px;
  }
  .calendar-strip__title p {
    font-size: 76px;
  }
}
@media (max-width: 640px) {
  .calendar-strip__title {
    font-size: 42px;
  }
  .calendar-strip__title p {
    font-size: 66px;
  }
}
@media (max-width: 420px) {
  .calendar-strip__title {
    font-size: 34px;
  }
  .calendar-strip__title p {
    font-size: 56px;
  }
}

/* =========================
   TIMELINE SECTION
========================= */
#timeline {
  height: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
}

.timeline__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  max-width: 800px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .timeline__list {
    max-width: 720px;
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .timeline__list {
    max-width: 100%;
    gap: 18px;
    margin-bottom: 16px;
    padding-inline: 10px;
  }
}

.timeline__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline__item time {
  align-self: center;
  font-size: 26px;
}
.timeline__item h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .timeline__item time {
    font-size: 22px;
  }
  .timeline__item h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .timeline__item time {
    font-size: 18px;
  }
  .timeline__item h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.timeline__desc {
  text-align: center;
  max-width: 760px;
  font-weight: 300;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .timeline__desc {
    max-width: 700px;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .timeline__desc {
    max-width: 100%;
    font-size: 15px;
    padding-inline: 10px;
  }
}
@media (max-width: 420px) {
  .timeline__desc {
    padding-inline: 10px;
  }
}

.timeline_icon svg {
  position: relative;
  bottom: -10px;
}
@media (max-width: 640px) {
  .timeline_icon svg {
    width: 70px;
    height: 70px;
    bottom: -6px;
  }
}

/* =========================
   LOCATION SECTION
========================= */
#location {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

#location-heading {
  color: #e4d4c4;
}

.location__descr {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.location__descr .location__pretitle {
  font-size: 32px;
}
.location__descr .location__address {
  font-size: 28px;
  text-align: center;
}
.location__descr .location__note {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .location__descr {
    max-width: 760px;
  }
  .location__descr .location__pretitle {
    font-size: 28px;
  }
  .location__descr .location__address {
    font-size: 24px;
  }
  .location__descr .location__note {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .location__descr {
    max-width: 100%;
    gap: 4px;
    padding-inline: 10px;
  }
  .location__descr .location__pretitle {
    font-size: 22px;
  }
  .location__descr .location__address {
    font-size: 18px;
  }
  .location__descr .location__note {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .location__descr {
    padding-inline: 10px;
  }
}

.location__map-link {
  margin-bottom: 20px;
}

.location__photos {
  width: 100%;
  max-width: 1100px;
  height: 60%;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .location__photos {
    height: 46%;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding: 20px 0;
  }
}

.location__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 180px;
}
@media (min-width: 642px) {
  .location__img {
    height: 100%;
  }
}
@media (max-width: 641px) {
  .location__img {
    height: auto;
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 420px) {
  .location__img {
    max-height: 400px;
  }
}

.location-swiper__pagination {
  display: none !important;
}

@media (min-width: 642px) {
  .location__photos {
    overflow: visible;
  }
  .location__photos .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    transform: none !important;
  }
  .location__photos .swiper-slide {
    width: 30% !important;
    flex: 0 0 auto;
  }
  .location__photos .swiper-slide:first-child .location__img,
  .location__photos .swiper-slide:last-child .location__img {
    transform: scale(0.9);
    transform-origin: center center;
  }
  .location__photos .swiper-slide:nth-child(2) .location__img {
    transform: scale(1);
  }
}
@media (max-width: 641px) {
  .location__photos {
    overflow: visible;
  }
  .location__photos .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64% !important;
    flex: 0 0 auto;
  }
  .location__photos .swiper-slide .location__img {
    transform: scale(0.9);
    transition: transform 0.25s ease;
    transform-origin: center center;
  }
  .location__photos .swiper-slide-active .location__img {
    transform: scale(1);
  }
  .location__photos .swiper-wrapper {
    align-items: center;
  }
}
/* =========================
   DRESSCODE SECTION
========================= */
#dresscode {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.dresscode__text {
  width: 100%;
  max-width: 900px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1024px) {
  .dresscode__text {
    max-width: 700px;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .dresscode__text {
    max-width: 100%;
    font-size: 18px;
    padding-inline: 10px;
  }
}
@media (max-width: 420px) {
  .dresscode__text {
    padding-inline: 10px;
  }
}

.palete-colors {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  align-items: center;
}

.palete-colors-up,
.palete-colors-down {
  width: 100%;
  max-width: 900px;
}
@media (max-width: 640px) {
  .palete-colors-up,
  .palete-colors-down {
    max-width: 100%;
    padding-inline: 10px;
  }
}
@media (max-width: 420px) {
  .palete-colors-up,
  .palete-colors-down {
    padding-inline: 10px;
  }
}

/* =========================
   INSPIRATION SECTION
========================= */
#inspiration {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

#inspiration-heading {
  color: #e4d4c4;
  font-size: 96px;
}
@media (max-width: 1024px) {
  #inspiration-heading {
    font-size: 76px;
  }
}
@media (max-width: 640px) {
  #inspiration-heading {
    font-size: 66px;
  }
}
@media (max-width: 420px) {
  #inspiration-heading {
    font-size: 62px;
  }
}

.inspiration-swiper {
  height: 60%;
  margin: 30px 0 0 0;
}
.inspiration-swiper img {
  border-radius: 20px;
}
@media (max-width: 640px) {
  .inspiration-swiper {
    height: 50%;
    width: 100%;
    padding-inline: 10px;
  }
}
@media (max-width: 420px) {
  .inspiration-swiper {
    padding-inline: 10px;
  }
}

.inspiration__swipe-hint {
  margin: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.inspiration__swipe-arrow {
  display: inline-block;
  font-size: 32px;
  color: #e5d8ca;
  line-height: 1;
  animation: inspirationSwipeHint 1.4s ease-in-out infinite;
}

@keyframes inspirationSwipeHint {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.55;
  }
  50% {
    transform: translateX(10px);
    opacity: 1;
  }
}
/* =========================
   DETAILS SECTION
========================= */
#details {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.details__block {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .details__block {
    max-width: 100%;
    padding-inline: 10px;
  }
}
@media (max-width: 420px) {
  .details__block {
    padding-inline: 10px;
  }
}

.details__label {
  font-weight: 300;
  font-size: 32px;
  margin: 0;
}
@media (max-width: 1024px) {
  .details__label {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .details__label {
    font-size: 22px;
  }
}

.details__text {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .details__text {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .details__text {
    font-size: 16px;
  }
}

/* =========================
   RSVP SECTION
========================= */
#rsvp {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

#rsvp-heading {
  color: #e4d4c4;
}

/* =========================
   MAP SECTION
========================= */
#map {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.map-section {
  justify-content: center;
}

#map-heading {
  color: #e4d4c4;
}

.map__content {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .map__content {
    gap: 24px;
    max-width: 900px;
    padding-inline: 12px;
  }
}
@media (max-width: 640px) {
  .map__content {
    flex-direction: column;
    gap: 16px;
    padding-inline: 10px;
  }
}
@media (max-width: 420px) {
  .map__content {
    padding-inline: 10px;
  }
}

.map__text-block {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
}
@media (max-width: 1024px) {
  .map__text-block {
    max-width: 300px;
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .map__text-block {
    max-width: 100%;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}

.map__text {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .map__text {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .map__text {
    font-size: 18px;
  }
}

.map__address {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .map__address {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .map__address {
    font-size: 16px;
  }
}

.map__frame-wrap {
  width: 100%;
  max-width: 680px;
  height: 420px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(61, 49, 40, 0.12);
}
@media (max-width: 1024px) {
  .map__frame-wrap {
    max-width: 560px;
    height: 360px;
  }
}
@media (max-width: 640px) {
  .map__frame-wrap {
    max-width: 100%;
    width: 100%;
    height: 280px;
    border-radius: 18px;
  }
}
@media (max-width: 420px) {
  .map__frame-wrap {
    height: 240px;
  }
}

.map__frame {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   FOOTER
========================= */
.footer {
  padding: 60px 0 10px;
  text-align: center;
}
@media (max-width: 480px) {
  .footer {
    padding: 45px 0 10px;
  }
}

.footer__title {
  margin: 0 0 20px;
  color: #4a2c21;
  font-family: "CYGRE", "Cygre", "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .footer__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.footer__bye {
  margin: 0 0 10px;
  color: #4a2c21;
  font-size: 96px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer__bye {
    font-size: 86px;
  }
}
@media (max-width: 480px) {
  .footer__bye {
    font-size: 66px;
  }
}

.footer__names {
  margin: 0 0 36px;
  color: #4a2c21;
  font-size: 126px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer__names {
    font-size: 96px;
    margin-bottom: 28px;
  }
}
@media (max-width: 480px) {
  .footer__names {
    font-size: 66px;
    margin-bottom: 22px;
  }
}

.footer-countdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}
@media (max-width: 768px) {
  .footer-countdown {
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .footer-countdown {
    gap: 12px;
  }
}

.footer-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-countdown__heart {
  position: relative;
  width: 118px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer-countdown__heart {
    width: 92px;
    height: 78px;
  }
}
@media (max-width: 480px) {
  .footer-countdown__heart {
    width: 78px;
    height: 66px;
  }
}

.footer-countdown__heart-svg {
  width: 100%;
  height: auto;
  display: block;
}

.footer-countdown__number {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a2c21;
  font-family: "CYGRE", "Cygre", "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer-countdown__number {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .footer-countdown__number {
    font-size: 22px;
  }
}

.footer-countdown__label {
  color: #4a2c21;
  font-family: "CYGRE", "Cygre", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .footer-countdown__label {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer-countdown__label {
    font-size: 12px;
  }
}

/* =========================
   BUTTONS
========================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 16px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "CYGRE", "Cygre", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn--light {
  background: #e5d8ca;
  color: #4a2c21;
  border-color: rgba(74, 44, 33, 0.12);
}
.btn--light:hover {
  background: #fffdf9;
  transform: translateY(-2px);
}

.btn--primary {
  background: #424b35;
  color: #e4d4c4;
  border-color: rgba(255, 255, 255, 0.1);
}
.btn--primary:hover {
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .btn {
    min-width: 180px;
    min-height: 50px;
    padding: 14px 22px;
    font-size: 16px;
  }
}
/* =========================
   RSVP SECTION
========================= */
#rsvp-heading {
  color: #e4d4c4;
}

#rsvp > p {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 24px;
  color: #e4d4c4;
}

.rsvp-form {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 40px rgba(61, 49, 40, 0.12);
  margin-bottom: 20px;
}

.field,
.fieldset {
  width: 100%;
  margin: 0;
}

.fieldset {
  padding: 0;
  border: 0;
}

.field__label {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  color: #e4d4c4;
}

.field__input {
  width: 100%;
  min-height: 62px;
  padding: 16px 20px;
  border: 1px solid rgba(228, 212, 196, 0.24);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #e4d4c4;
  outline: none;
  transition: 0.25s ease;
}
.field__input::-moz-placeholder {
  color: rgba(228, 212, 196, 0.55);
}
.field__input::placeholder {
  color: rgba(228, 212, 196, 0.55);
}
.field__input:focus {
  border-color: rgba(201, 134, 131, 0.8);
  background: rgba(255, 255, 255, 0.12);
}

.radio,
.check {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 18px;
  border: 1px solid rgba(228, 212, 196, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: #e4d4c4;
  cursor: pointer;
  transition: 0.2s ease;
}
.radio:hover,
.check:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(201, 134, 131, 0.45);
}
.radio input,
.check input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  display: inline-grid;
  place-content: center;
  flex: 0 0 auto;
}

.radio input {
  border-radius: 50%;
}

.radio input:checked {
  background: #4a2c21;
  border-color: #ffffff;
}

.radio input:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.check input {
  border-radius: 6px;
}

.check input:checked {
  background: #4a2c21;
  border-color: #ffffff;
}

.check input:checked::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) translateY(-1px);
}

.fieldset {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rsvp-form__hint {
  display: none;
  min-height: 24px;
  margin: 4px 0 0;
  text-align: center;
  font-size: 16px;
  color: rgba(228, 212, 196, 0.82);
}

.rsvp-form--hidden {
  display: none;
}

.rsvp-success {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 20px;
  padding: 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(61, 49, 40, 0.12);
  text-align: center;
}

.rsvp-success__title {
  display: block;
  margin: 0 0 10px;
  color: #e4d4c4;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.rsvp-success__text {
  display: block;
  margin: 0;
  color: rgba(228, 212, 196, 0.95);
  font-size: 19px;
  line-height: 1.45;
}

#rsvp .btn--light {
  align-self: center;
  margin-top: 8px;
}

/* TABLET */
@media (max-width: 1024px) {
  #rsvp > p {
    max-width: 680px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .rsvp-form {
    max-width: 760px;
    padding: 28px;
    border-radius: 24px;
  }
  .rsvp-success {
    max-width: 760px;
    padding: 26px;
    border-radius: 24px;
  }
  .field__label {
    font-size: 20px;
  }
  .field__input {
    min-height: 56px;
    padding: 14px 18px;
  }
  .radio,
  .check {
    min-height: 50px;
    padding: 10px 16px;
  }
}
/* PHONE */
@media (max-width: 640px) {
  #rsvp > p {
    max-width: 100%;
    font-size: 16px;
    padding-inline: 8px;
    margin-bottom: 16px;
  }
  .rsvp-form {
    gap: 14px;
    padding: 18px 14px;
    border-radius: 20px;
  }
  .rsvp-success {
    max-width: 100%;
    padding: 22px 14px;
    border-radius: 18px;
  }
  .rsvp-success__title {
    font-size: 28px;
  }
  .rsvp-success__text {
    font-size: 16px;
  }
  .field__label {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .field__input {
    min-height: 50px;
    padding: 12px 14px;
    border-radius: 16px;
  }
  .radio,
  .check {
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 15px;
    align-items: flex-start;
  }
  .rsvp-form__hint {
    font-size: 14px;
  }
  #rsvp .btn--light {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .rsvp-form {
    padding: 14px 10px;
  }
  .rsvp-success {
    padding: 18px 10px;
  }
  .field__label {
    font-size: 16px;
  }
  .radio,
  .check {
    font-size: 14px;
  }
}
/* =========================
   CONTACTS SECTION
========================= */
#telegram {
  justify-content: center;
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

#telegram-heading {
  color: #4a2c21;
}

.contact__blocks {
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: stretch;
  margin: 30px 0;
}

.telegram-chat__block,
.telegram-help__block {
  width: 100%;
  max-width: 480px;
  min-height: 320px;
  padding: 34px 28px;
  border-radius: 32px;
  background: rgba(255, 253, 249, 0.55);
  box-shadow: 0 18px 40px rgba(61, 49, 40, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: center;
}

.telegram__text {
  width: 100%;
  max-width: 360px;
  font-size: 26px;
  color: #4a2c21;
  line-height: 1.4;
  font-weight: 300;
}

/* TABLET */
@media (max-width: 1024px) {
  .contact__blocks {
    max-width: 900px;
    gap: 18px;
    padding-inline: 12px;
  }
  .telegram-chat__block,
  .telegram-help__block {
    min-height: 280px;
    padding: 26px 20px;
    border-radius: 24px;
  }
  .telegram__text {
    max-width: 320px;
    font-size: 22px;
  }
}
/* PHONE */
@media (max-width: 640px) {
  .contact__blocks {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-inline: 10px;
  }
  .telegram-chat__block,
  .telegram-help__block {
    max-width: 100%;
    min-height: auto;
    padding: 20px 14px;
    border-radius: 20px;
    gap: 18px;
  }
  .telegram__text {
    max-width: 100%;
    font-size: 17px;
  }
  #telegram .btn--primary {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .contact__blocks {
    padding-inline: 10px;
  }
  .telegram__text {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */