* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:active,
:focus,
a:active,
a:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

button,
input,
textarea {
  font-family: "Manrope", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  background-color: inherit;
}

a,
button {
  color: inherit;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body,
html {
  height: 100%;
  min-width: 360px;
}

body {
  font-family: "Manrope", sans-serif !important;
  font-weight: 400 !important;
  color: #404040 !important;
  font-size: 1rem !important;
  background: #fff !important;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[class*="__container"] {
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.container-right {
  max-width: calc(100vw - (100vw - 78em) / 2) !important;
  margin-right: 0;
  padding-right: 0;
}

.container-left {
  max-width: calc(100vw - (100vw - 78em) / 2 - 0.9375rem) !important;
  margin-left: 0;
  padding-left: 0;
}

:root {
  scroll-behavior: smooth;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.title {
  font-family: "Romile", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #141414;
}

@supports (font-size: clamp(3.25rem, 2.8445945946rem + 1.8018018018vw, 4.25rem)) {
  .title {
    font-size: clamp(3.25rem, 2.8445945946rem + 1.8018018018vw, 4.25rem);
  }
}

@supports not (font-size: clamp(3.25rem, 2.8445945946rem + 1.8018018018vw, 4.25rem)) {
  .title {
    font-size: calc(3.25rem + 1 * (100vw - 22.5rem) / 55.5);
  }
}

.text {
  line-height: 140%;
}

@supports (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .text {
    font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .text {
    font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 55.5);
  }
}

.audio {
  display: none;
}

.button {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  cursor: pointer;
  padding: 0.3125rem 0.875rem 0.3125rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-family: "Romile", sans-serif;
  font-size: 1.375rem;
  line-height: 140%;
  color: #fafafa;
  position: relative;
  z-index: 10;
  max-width: 8.75rem;
  width: 100%;
  min-height: 3rem;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.4) url(/templates/design/wedding/v1/images/audio.svg) 0.875rem center no-repeat;
}

.menu {
  z-index: 5;
  overflow: auto;
  position: absolute;
  right: 0;
  top: -100%;
  padding: 0;
  width: 100%;
  padding-top: 1.25rem;
  text-align: center;
  transition: top 0.5s ease;
}

.menu-open .menu{
  top: 50px !important;
}

.menu__container,
.menu__list {
  display: flex;
}

.menu__container {
  justify-content: flex-end;
}

.menu__list {
  flex-direction: column;
  row-gap: 1.25rem;
  text-align: right;
  backdrop-filter: blur(1.25rem);
  background: rgba(0, 0, 0, 0.4);
  padding: 3.75rem 0.625rem 1.25rem 1.25rem;
  min-width: 18.125rem;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.menu-open .menu__list {
  opacity: 1;
}

.menu__link {
  display: inline-block;
  transition: color 0.3s ease 0s;
  font-size: 1.125rem;
  line-height: 140%;
  color: #fafafa;
  position: relative;
}

.menu__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.0625rem;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}

.burger-menu {
  display: block;
  width: 3rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  height: 3rem;
  backdrop-filter: blur(1.25rem);
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 8;
  transition: all 0.3s;
}

.menu-open .burger-menu::before {
  transform: translate(-50%, 0) rotate(45deg);
  top: 1.4375rem;
}

.menu-open .burger-menu::after {
  transform: translate(-50%, 0) rotate(-45deg);
  bottom: 1.4375rem;
}

.menu-open .burger-menu span {
  opacity: 0;
}

.burger-menu::before {
  display: block;
  content: "";
  transform: translate(-50%, 0);
  top: 1.125rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.burger-menu span,
.burger-menu::after,
.burger-menu::before {
  position: absolute;
  left: 50%;
  height: 0.125rem;
  width: 1.125rem;
  background-color: #fff;
  border-radius: 1.25rem;
}

.burger-menu::after {
  display: block;
  content: "";
  transform: translate(-50%, 0);
  bottom: 1.125rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.burger-menu span {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 1.25rem 0;
}

.header__container,
.hero {
  display: flex;
}

.header__container {
  align-items: flex-start;
  gap: 1.25rem;
  justify-content: flex-end;
  transition: gap 0.5s;
}

.menu-open .header__container {
  gap: 6.375rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-bottom: 3.75rem;
}

.hero__body,
.hero__container,
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__container {
  width: 100%;
}

.hero__body {
  padding-right: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__top {
  position: relative;
}

@supports (padding-top: clamp(2.5rem, -0.5288461538rem + 13.4615384615vw, 15.625rem)) {
  .hero__top {
    padding-top: clamp(2.5rem, -0.5288461538rem + 13.4615384615vw, 15.625rem);
  }
}

@supports not (padding-top: clamp(2.5rem, -0.5288461538rem + 13.4615384615vw, 15.625rem)) {
  .hero__top {
    padding-top: calc(2.5rem + 13.125 * (100vw - 22.5rem) / 97.5);
  }
}

@supports (padding-bottom: clamp(2.5rem, -0.5288461538rem + 13.4615384615vw, 15.625rem)) {
  .hero__top {
    padding-bottom: clamp(2.5rem, -0.5288461538rem + 13.4615384615vw, 15.625rem);
  }
}

@supports not (padding-bottom: clamp(2.5rem, -0.5288461538rem + 13.4615384615vw, 15.625rem)) {
  .hero__top {
    padding-bottom: calc(2.5rem + 13.125 * (100vw - 22.5rem) / 97.5);
  }
}

.hero__title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  gap: 0.625rem;
}

@supports (max-width: clamp(20rem, 16.7060810811rem + 14.6396396396vw, 28.125rem)) {
  .hero__title {
    max-width: clamp(20rem, 16.7060810811rem + 14.6396396396vw, 28.125rem);
  }
}

@supports not (max-width: clamp(20rem, 16.7060810811rem + 14.6396396396vw, 28.125rem)) {
  .hero__title {
    max-width: calc(20rem + 8.125 * (100vw - 22.5rem) / 55.5);
  }
}

.hero__title span:last-child {
  text-align: right;
}

.hero__title.center__text span {
  text-align: center !important;
}

.hero__decor {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.125rem;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

@supports (gap: clamp(1.25rem, -0.6666666667rem + 3.9930555556vw, 4.125rem)) {
  .hero__date {
    gap: clamp(1.25rem, -0.6666666667rem + 3.9930555556vw, 4.125rem);
  }
}

@supports not (gap: clamp(1.25rem, -0.6666666667rem + 3.9930555556vw, 4.125rem)) {
  .hero__date {
    gap: calc(1.25rem + 2.875 * (100vw - 48rem) / 72);
  }
}

.hero__value {
  font-family: "Romile", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  color: #141414;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

@supports (font-size: clamp(2.5rem, 2rem + 1.0416666667vw, 3.25rem)) {
  .hero__value {
    font-size: clamp(2.5rem, 2rem + 1.0416666667vw, 3.25rem);
  }
}

@supports not (font-size: clamp(2.5rem, 2rem + 1.0416666667vw, 3.25rem)) {
  .hero__value {
    font-size: calc(2.5rem + 0.75 * (100vw - 48rem) / 72);
  }
}

@supports (font-size: clamp(1.875rem, 1.4583333333rem + 0.8680555556vw, 2.5rem)) {
  .hero__value:nth-child(2) {
    font-size: clamp(1.875rem, 1.4583333333rem + 0.8680555556vw, 2.5rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.4583333333rem + 0.8680555556vw, 2.5rem)) {
  .hero__value:nth-child(2) {
    font-size: calc(1.875rem + 0.625 * (100vw - 48rem) / 72);
  }
}

.hero__value:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0.0625rem;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

@supports (right: clamp(-2.0625rem, 0.3333333333rem + -1.9965277778vw, -0.625rem)) {
  .hero__value:not(:last-child)::after {
    right: clamp(-2.0625rem, 0.3333333333rem + -1.9965277778vw, -0.625rem);
  }
}

@supports not (right: clamp(-2.0625rem, 0.3333333333rem + -1.9965277778vw, -0.625rem)) {
  .hero__value:not(:last-child)::after {
    right: calc(-0.625rem + -1.4375 * (100vw - 48rem) / 72);
  }
}

.hero__image {
  position: relative;
}

.dress-code__image img,
.hero__image img,
.hero__image video,
.place__image img,
.story__image-1 img,
.story__image-2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__image video::-webkit-media-controls {
  display: none !important;
}

.hero__image video::-webkit-media-controls-enclosure {
  display: none !important;
}

.hero__image video::-webkit-media-controls-panel {
  display: none !important;
}

.date.noAfter::after,
.hero__button {
  display: none;
}

.guests {
  padding: 8.75rem 0 0;
  position: relative;
}

.guests::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: gray;
  z-index: 1;
}

@supports (height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem)) {
  .guests::after {
    height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem);
  }
}

@supports not (height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem)) {
  .guests::after {
    height: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 55.5);
  }
}

.guests__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

.guests__text {
  max-width: 40rem;
}

.guests__text p:not(:last-child),
.story__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.story {
  padding-top: 8.75rem;
  overflow: hidden;
}

.story__container,
.story__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story__container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.story__media {
  width: 100%;
  aspect-ratio: 704/820;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin-right: 0.9375rem;
}

.story__image-1,
.story__image-2 {
  position: absolute;
  width: 63.6363636364%;
  height: 60.9756097561%;
}

.story__image-1 {
  right: 0;
  bottom: 0;
  z-index: 2;
}

.story__image-2 {
  top: 0;
  left: 0;
}

.story__content {
  width: 100%;
  max-width: 40rem;
  padding-left: 0.9375rem;
}

.story__content,
.story__top {
  position: relative;
}

.story__decor {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@supports (width: clamp(10.625rem, 7.8857758621rem + 4.4181034483vw, 13.1875rem)) {
  .story__decor svg {
    width: clamp(10.625rem, 7.8857758621rem + 4.4181034483vw, 13.1875rem);
  }
}

@supports not (width: clamp(10.625rem, 7.8857758621rem + 4.4181034483vw, 13.1875rem)) {
  .story__decor svg {
    width: calc(10.625rem + 2.5625 * (100vw - 62rem) / 58);
  }
}

@supports (margin-top: clamp(17.1875rem, -1.1689814815rem + 22.5925925926vw, 55.3125rem)) {
  .story__text {
    margin-top: clamp(17.1875rem, -1.1689814815rem + 22.5925925926vw, 55.3125rem);
  }
}

@supports not (margin-top: clamp(17.1875rem, -1.1689814815rem + 22.5925925926vw, 55.3125rem)) {
  .story__text {
    margin-top: calc(17.1875rem + 38.125 * (100vw - 81.25rem) / 168.75);
  }
}

.story__text-mobile {
  display: none;
  padding: 0 1.25rem;
}

.date,
.date__table td {
  text-align: center;
  position: relative;
}

.date {
  margin-top: 8.75rem;
  background: #141414;
  padding: 8.75rem 0;
}

.date::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: gray;
}

@supports (height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem)) {
  .date::after {
    height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem);
  }
}

@supports not (height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem)) {
  .date::after {
    height: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 55.5);
  }
}

.date__title {
  color: #fafafa;
}

@supports (margin-bottom: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem)) {
  .date__title {
    margin-bottom: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem)) {
  .date__title {
    margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 55.5);
  }
}

.date__sub-title {
  font-family: "Romile", sans-serif;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
}

@supports (font-size: clamp(1.875rem, 1.6216216216rem + 1.1261261261vw, 2.5rem)) {
  .date__sub-title {
    font-size: clamp(1.875rem, 1.6216216216rem + 1.1261261261vw, 2.5rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.6216216216rem + 1.1261261261vw, 2.5rem)) {
  .date__sub-title {
    font-size: calc(1.875rem + 0.625 * (100vw - 22.5rem) / 55.5);
  }
}

@supports (margin-bottom: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem)) {
  .date__sub-title {
    margin-bottom: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem);
  }
}

@supports not (margin-bottom: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem)) {
  .date__sub-title {
    margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 55.5);
  }
}

.date__sub-title::before {
  content: "";
  display: block;
  height: 0.0625rem;
  background: rgba(204, 204, 204, 0.2);
}

@supports (width: clamp(3.5625rem, 2.8277027027rem + 3.2657657658vw, 5.375rem)) {
  .date__sub-title::before {
    width: clamp(3.5625rem, 2.8277027027rem + 3.2657657658vw, 5.375rem);
  }
}

@supports not (width: clamp(3.5625rem, 2.8277027027rem + 3.2657657658vw, 5.375rem)) {
  .date__sub-title::before {
    width: calc(3.5625rem + 1.8125 * (100vw - 22.5rem) / 55.5);
  }
}

.date__sub-title::after {
  content: "";
  display: block;
  height: 0.0625rem;
  background: rgba(204, 204, 204, 0.2);
}

@supports (width: clamp(3.5625rem, 2.8277027027rem + 3.2657657658vw, 5.375rem)) {
  .date__sub-title::after {
    width: clamp(3.5625rem, 2.8277027027rem + 3.2657657658vw, 5.375rem);
  }
}

@supports not (width: clamp(3.5625rem, 2.8277027027rem + 3.2657657658vw, 5.375rem)) {
  .date__sub-title::after {
    width: calc(3.5625rem + 1.8125 * (100vw - 22.5rem) / 55.5);
  }
}

.date__table {
  margin: 0 auto;
}

.date__table th {
  text-align: center;
  color: #fafafa;
  width: 3.75rem;
  height: 2.5rem;
}

@supports (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .date__table th {
    font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .date__table th {
    font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 55.5);
  }
}

.date__table td {
  color: gray;
  height: 2.1875rem;
}

@supports (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .date__table td {
    font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .date__table td {
    font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 55.5);
  }
}

.date__current {
  color: #fafafa !important;
  background: url(./heart.svg) center no-repeat;
}

.place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9.375rem;
  overflow: hidden;
}

.place__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.place__body {
  width: 50%;
  padding-right: 0.9375rem;
}

.place__title,
.program__title {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  hyphenate-limit-chars: 6 3 3;
}

.place__title {
  margin-bottom: 3.125rem;
}

.place__block {
  margin-bottom: 1.875rem;
  position: relative;
}

.place__address,
.place__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.place__address {
  gap: 0.9375rem;
  position: relative;
  z-index: 2;
}

.place__address::before {
  margin-top: 0.1em;
}

.place__row {
  margin-bottom: 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.place__value {
  font-family: "Romile", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #141414;
}

@supports (font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem)) {
  .place__value {
    font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem);
  }
}

@supports not (font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem)) {
  .place__value {
    font-size: calc(2.5rem + 0.75 * (100vw - 22.5rem) / 55.5);
  }
}

.place__text {
  margin-bottom: 1.25rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.place__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin-left: 0.9375rem;
  min-height: 25rem;
}

.place__image_mobile {
  display: none;
}

.dress-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #141414;
  margin-top: 8.75rem;
  padding: 8.75rem 0;
  overflow: hidden;
}

.dress-code__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.dress-code__body {
  width: 50%;
  text-align: right;
  padding-right: 0.9375rem;
}

.dress-code__body.without__image {
  width: 100%;
  text-align: left;
  padding-right: 0;
}

.dress-code__top {
  margin-bottom: 2.5rem;
}

.dress-code__title {
  color: #fafafa;
  margin-bottom: 1.25rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  hyphenate-limit-chars: 6 3 3;
}

.dress-code__text {
  color: #ccc;
}

.dress-code__text_md {
  display: none;
}

.dress-code__bottom {
  padding-bottom: 1.5625rem;
}

.dress-code__caption {
  font-family: "Romile", sans-serif;
  color: #ccc;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

@supports (font-size: clamp(1.875rem, 1.6216216216rem + 1.1261261261vw, 2.5rem)) {
  .dress-code__caption {
    font-size: clamp(1.875rem, 1.6216216216rem + 1.1261261261vw, 2.5rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.6216216216rem + 1.1261261261vw, 2.5rem)) {
  .dress-code__caption {
    font-size: calc(1.875rem + 0.625 * (100vw - 22.5rem) / 55.5);
  }
}

.dress-code__caption::before {
  content: "";
  display: block;
  height: 0.0625rem;
  background: rgba(204, 204, 204, 0.2);
}

.dress-code__colors {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.dress-code__caption::before,
.dress-code__color {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dress-code__color {
  height: 2.75rem;
}

.dress-code__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  position: relative;
  margin-left: 0.9375rem;
  min-height: 18.75rem;
}

.dress-code__image_mobile {
  display: none;
}

.program {
  padding-top: 8.4375rem;
}

.program__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

.questions {
  padding-top: 8.75rem;
  position: relative;
}

.questions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.questions__title {
  margin-bottom: 2.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  hyphenate-limit-chars: 6 3 3;
}

.questions__item,
.questions__text {
  margin-bottom: 1.875rem;
}

.questions__item {
  position: relative;
}

.questions__decor {
  position: absolute;
  right: 0.875rem;
  top: 25%;
  line-height: 140%;
  color: #141414;
}

@supports (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .questions__decor {
    font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .questions__decor {
    font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 55.5);
  }
}

.questions__input {
  width: 100%;
  height: 3.4375rem;
  background: #fff;
  border: 0.0625rem solid gray;
  padding: 0 0.875rem;
  padding-right: 1.5625rem;
  font-size: 1.125rem;
  line-height: 140%;
  color: #141414;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.questions__input:focus {
  border: 0.0625rem solid #141414;
}

.questions__input::-webkit-input-placeholder {
  color: gray;
}

.questions__input::-moz-placeholder {
  color: gray;
}

.questions__input:-ms-input-placeholder {
  color: gray;
}

.questions__input::-ms-input-placeholder {
  color: gray;
}

.questions__input::placeholder {
  color: gray;
}

.questions__caption {
  line-height: 140%;
  color: #141414;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

@supports (font-size: clamp(1.125rem, 1.0236486486rem + 0.4504504505vw, 1.375rem)) {
  .questions__caption {
    font-size: clamp(1.125rem, 1.0236486486rem + 0.4504504505vw, 1.375rem);
  }
}

@supports not (font-size: clamp(1.125rem, 1.0236486486rem + 0.4504504505vw, 1.375rem)) {
  .questions__caption {
    font-size: calc(1.125rem + 0.25 * (100vw - 22.5rem) / 55.5);
  }
}

.questions__caption::after {
  content: "";
  height: 0.0625rem;
  background: rgba(64, 64, 64, 0.1);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.questions__submit {
  background: #141414;
  border: 0.0625rem solid #141414;
  font-family: "Romile", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fafafa;
  padding: 1rem 2.75rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@supports (font-size: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem)) {
  .questions__submit {
    font-size: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem);
  }
}

@supports not (font-size: clamp(1.25rem, 0.9966216216rem + 1.1261261261vw, 1.875rem)) {
  .questions__submit {
    font-size: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 55.5);
  }
}

.questions__column {
  width: 100%;
}

.questions__value {
  font-family: "Romile", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #404040;
  margin-bottom: 0.75rem;
}

@supports (font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem)) {
  .questions__value {
    font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem);
  }
}

@supports not (font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem)) {
  .questions__value {
    font-size: calc(2.5rem + 0.75 * (100vw - 22.5rem) / 55.5);
  }
}

.questions__timer {
  background: #141414;
  font-family: "Romile", sans-serif;
  line-height: 0%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fafafa;
  min-height: 5.625rem;
  max-width: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0.625rem 0.9375rem;
}

@supports (font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem)) {
  .questions__timer {
    font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem);
  }
}

@supports not (font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem)) {
  .questions__timer {
    font-size: calc(2.5rem + 0.75 * (100vw - 22.5rem) / 55.5);
  }
}

.contacts {
  padding-top: 8.75rem;
}

.contacts__title {
  margin-bottom: 2.5rem;
}

.contacts__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.125rem 1.875rem;
}

.contacts__column {
  width: 100%;
  position: relative;
  max-width: 33.125rem;
}

.contacts__image {
  position: relative;
  aspect-ratio: 288/300;
}

.contacts__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts__caption {
  font-family: "Romile", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 1.5rem;
}

@supports (font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem)) {
  .contacts__caption {
    font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem);
  }
}

@supports not (font-size: clamp(2.5rem, 2.1959459459rem + 1.3513513514vw, 3.25rem)) {
  .contacts__caption {
    font-size: calc(2.5rem + 0.75 * (100vw - 22.5rem) / 55.5);
  }
}

.contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  line-height: 140%;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: 1.25rem;
  padding-left: 1.875rem;
  position: relative;
}

@supports (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .contacts__link {
    font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9493243243rem + 0.2252252252vw, 1.125rem)) {
  .contacts__link {
    font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 55.5);
  }
}

.contacts__link::before,
.contacts__link__icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.125rem;
  color: #141414;
}

.contacts__link__icon {
  height: 1.125rem;
}

.contacts__link._icon-mail::before {
  font-size: 1.25rem;
}

.contacts__block {
  margin-top: auto;
  position: relative;
}

.contacts__block img {
  display: none;
}

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@supports (gap: clamp(0.625rem, 0.224137931rem + 0.6465517241vw, 1rem)) {
  .contacts__social {
    gap: clamp(0.625rem, 0.224137931rem + 0.6465517241vw, 1rem);
  }
}

@supports not (gap: clamp(0.625rem, 0.224137931rem + 0.6465517241vw, 1rem)) {
  .contacts__social {
    gap: calc(0.625rem + 0.375 * (100vw - 62rem) / 58);
  }
}

.contacts__item-social {
  background-color: #141414;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  color: #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.contacts__item-social > svg,
.contacts__vk-block {
  width: 1.25rem;
  height: 1.25rem;
}

.contacts__item-social._icon-telegram {
  font-size: 1.1875rem;
  padding-right: 0.125rem;
}

.contacts__vk-block {
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.3125rem;
  font-size: 0.625rem;
  color: #141414;
  padding-top: 0.0625rem;
}

.footer {
  background: #141414;
  position: relative;
  margin-top: 8.75rem;
}

.footer,
.footer__body,
.footer__container,
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.footer__body,
.footer__container {
  width: 100%;
}

.footer__body {
  width: 50%;
  padding-right: 0.9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@supports (padding-top: clamp(3.125rem, 1.0416666667rem + 4.3402777778vw, 6.25rem)) {
  .footer__body {
    padding-top: clamp(3.125rem, 1.0416666667rem + 4.3402777778vw, 6.25rem);
  }
}

@supports not (padding-top: clamp(3.125rem, 1.0416666667rem + 4.3402777778vw, 6.25rem)) {
  .footer__body {
    padding-top: calc(3.125rem + 3.125 * (100vw - 48rem) / 72);
  }
}

@supports (padding-bottom: clamp(3.125rem, 1.0416666667rem + 4.3402777778vw, 6.25rem)) {
  .footer__body {
    padding-bottom: clamp(3.125rem, 1.0416666667rem + 4.3402777778vw, 6.25rem);
  }
}

@supports not (padding-bottom: clamp(3.125rem, 1.0416666667rem + 4.3402777778vw, 6.25rem)) {
  .footer__body {
    padding-bottom: calc(3.125rem + 3.125 * (100vw - 48rem) / 72);
  }
}

.footer__title {
  color: #fafafa;
  margin-bottom: 8.75rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  hyphenate-limit-chars: 6 3 3;
}

.footer__block {
  position: relative;
  margin-top: auto;
}

.footer__bottom,
.footer__sub-title {
  position: relative;
  width: 100%;
}

.footer__sub-title {
  color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
}

.footer__sub-title span:last-child {
  text-align: right;
  margin-top: 1.25rem;
}

.footer__sub-title.center__text span {
  text-align: center !important;
}

.footer__decor {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin-left: 0.9375rem;
}

.footer__image_mobile {
  display: none;
}

.footer__image img,
.spollers__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.spollers {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.8782051282%;
  flex: 0 0 48.8782051282%;
  width: 100%;
}

.spollers__item {
  border-bottom: 0.0625rem solid rgba(64, 64, 64, 0.1);
}

.spollers__title {
  width: 100%;
  text-align: left;
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  position: relative;
  list-style: none;
  cursor: pointer;
}

.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none;
}

.spollers__title::after,
.spollers__title::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  background-color: gray;
  height: 0.0625rem;
  width: 1rem;
  transition: transform 0.5s ease-in-out;
}

.spollers__title::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spollers__item.open .spollers__title::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spollers__item.open .spollers__title::after,
.spollers__title::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spollers__time {
  font-family: "Romile", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 0.1875rem;
}

@supports (font-size: clamp(1.875rem, 1.3175675676rem + 2.4774774775vw, 3.25rem)) {
  .spollers__time {
    font-size: clamp(1.875rem, 1.3175675676rem + 2.4774774775vw, 3.25rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.3175675676rem + 2.4774774775vw, 3.25rem)) {
  .spollers__time {
    font-size: calc(1.875rem + 1.375 * (100vw - 22.5rem) / 55.5);
  }
}

.spollers__caption {
  line-height: 140%;
  color: #404040;
}

@supports (font-size: clamp(1.125rem, 1.0236486486rem + 0.4504504505vw, 1.375rem)) {
  .spollers__caption {
    font-size: clamp(1.125rem, 1.0236486486rem + 0.4504504505vw, 1.375rem);
  }
}

@supports not (font-size: clamp(1.125rem, 1.0236486486rem + 0.4504504505vw, 1.375rem)) {
  .spollers__caption {
    font-size: calc(1.125rem + 0.25 * (100vw - 22.5rem) / 55.5);
  }
}

.spollers__body,
.spollers__image {
  margin-bottom: 1.25rem;
}

.spollers__body {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.spollers__image {
  position: relative;
  aspect-ratio: 608/260;
}

.spollers__text {
  line-height: 140%;
  color: #404040;
}

@supports (font-size: clamp(1rem, 0.9239864865rem + 0.3378378378vw, 1.1875rem)) {
  .spollers__text {
    font-size: clamp(1rem, 0.9239864865rem + 0.3378378378vw, 1.1875rem);
  }
}

@supports not (font-size: clamp(1rem, 0.9239864865rem + 0.3378378378vw, 1.1875rem)) {
  .spollers__text {
    font-size: calc(1rem + 0.1875 * (100vw - 22.5rem) / 55.5);
  }
}

.checkbox {
  position: relative;
}

.checkbox:not(:last-child),
.options__item:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label:after,
.options__input:checked + .options__label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 0.5rem;
}

.checkbox__label:before {
  content: "";
  margin-top: 0.3125rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.875rem;
  flex: 0 0 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  background: #e6e6e6;
}

.checkbox__label:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0.875rem;
  height: 0.875rem;
  border: 0.1875rem solid #141414;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 0.5rem;
}

.options__label:after,
.options__label:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}

.options__label:before {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 0.3125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.875rem;
  flex: 0 0 0.875rem;
  border: 0.0625rem solid gray;
}

.options__label:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border: 0.25rem solid #141414;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}

@media (min-width: 47.99875em) {
  .hero__body {
    width: 40%;
  }

  .hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100vw - 2.5rem) * 0.6 + 1.25rem);
    flex: 0 0 calc((100vw - 2.5rem) * 0.6 + 1.25rem);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  .program__title {
    position: sticky;
    top: 0;
  }

  .questions__form {
    max-width: 28rem;
  }

  .questions__column {
    position: sticky;
    top: 0;
    max-width: 28rem;
    min-width: 20.9375rem;
  }

  .footer {
    min-height: 100vh;
    overflow: hidden;
  }
}

@media (min-width: 61.99875em) {
  .story__top {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 1.25rem;
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }

  .story__title {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    white-space: nowrap;
  }

  .contacts__column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 54.3396226415% 1fr;
    grid-template-columns: 54.3396226415% 1fr;
  }

  @supports (gap: clamp(0.625rem, -0.7112068966rem + 2.1551724138vw, 1.875rem)) {
    .contacts__column {
      gap: clamp(0.625rem, -0.7112068966rem + 2.1551724138vw, 1.875rem);
    }
  }
  @supports not (gap: clamp(0.625rem, -0.7112068966rem + 2.1551724138vw, 1.875rem)) {
    .contacts__column {
      gap: calc(0.625rem + 1.25 * (100vw - 62rem) / 58);
    }
  }
}

@media (min-width: 78em) {
  .hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50vw - -0.1 * 78rem);
    flex: 0 0 calc(50vw - -0.1 * 78rem);
  }
}

@media (min-width: 120em) {
  .hero__image {
    max-height: 100vh;
  }
}

@media (max-width: 81.25em) {
  @supports (margin-top: clamp(15rem, -11.25rem + 35vw, 17.1875rem)) {
    .story__text {
      margin-top: clamp(15rem, -11.25rem + 35vw, 17.1875rem);
    }
  }
  @supports not (margin-top: clamp(15rem, -11.25rem + 35vw, 17.1875rem)) {
    .story__text {
      margin-top: calc(15rem + 2.1875 * (100vw - 75rem) / 6.25);
    }
  }
}

@media (max-width: 78em) {
  .hero__body {
    padding-right: 1.25rem;
  }
}

@media (max-width: 75em) {
  .guests__text,
  .story__content {
    max-width: 31.25rem;
  }

  @supports (margin-top: clamp(13.125rem, -13.7019230769rem + 43.2692307692vw, 18.75rem)) {
    .story__text {
      margin-top: clamp(13.125rem, -13.7019230769rem + 43.2692307692vw, 18.75rem);
    }
  }
  @supports not (margin-top: clamp(13.125rem, -13.7019230769rem + 43.2692307692vw, 18.75rem)) {
    .story__text {
      margin-top: calc(13.125rem + 5.625 * (100vw - 62rem) / 13);
    }
  }
}

@media (max-width: 61.99875em) {
  .guests {
    padding-top: 8.75rem;
  }

  .guests__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .guests__text {
    max-width: 100%;
  }

  .story {
    padding-top: 8.75rem;
  }

  .story__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }

  .story__media {
    margin-right: 0;
    margin-bottom: 1.875rem;
    aspect-ratio: 360/330;
  }

  .story__image-1 {
    width: 52.2222222222%;
    height: 72.7272727273%;
    top: 0;
    bottom: auto;
    z-index: 1;
  }

  .story__image-2 {
    z-index: 2;
    width: 56.6666666667%;
    height: 81.8181818182%;
    top: auto;
    bottom: 0;
  }

  .story__content {
    max-width: 100%;
    padding: 0 1.25rem;
  }

  .story__top {
    margin-bottom: 1.25rem;
  }

  .story__decor {
    position: absolute;
    right: -1.5625rem;
    top: 0;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }

  .story__decor svg {
    width: 12.5rem;
  }

  .story__text {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }

  .story__text p:last-child {
    display: none;
  }

  .story__text-mobile {
    display: block;
  }

  .place__body {
    padding-right: 0.625rem;
  }

  .place__block,
  .place__title {
    margin-bottom: 1.25rem;
  }

  .place__row {
    margin-bottom: 1.875rem;
  }

  .place__image {
    margin-left: 0.625rem;
  }

  .dress-code__body,
  .dress-code__body.without__image {
    padding-right: 0.625rem;
  }

  .dress-code__bottom {
    padding-bottom: 0;
  }

  .dress-code__colors {
    gap: 0.75rem;
  }

  .dress-code__image {
    margin-left: 0.625rem;
  }

  .contacts__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }

  .contacts__column {
    max-width: 100%;
  }

  .contacts__column::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1.25rem;
    width: calc(100% + 2.5rem);
    height: 0.0625rem;
    background: rgba(64, 64, 64, 0.1);
  }

  .contacts__image {
    display: none;
  }

  .contacts__content {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contacts__caption,
  .contacts__link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 1rem;
  }

  .contacts__link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .contacts__block {
    aspect-ratio: 360/200;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1.25rem;
    margin: 0 -1.25rem 1.25rem;
  }

  .contacts__block img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 47.99875em) {
  .button {
    font-size: 1.25rem;
    min-height: 2.5rem;
    max-width: 7.75rem;
    padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
    background: rgba(0, 0, 0, 0.4) url(/templates/design/wedding/v1/images/audio.svg) 0.625rem center no-repeat;
  }

  .menu__list {
    width: 100%;
    text-align: center;
    padding: 1.25rem 0.9375rem 0.9375rem 1.25rem;
  }

  .menu__link {
    font-size: 1rem;
  }

  .burger-menu {
    width: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    height: 2.5rem;
  }

  .burger-menu::before {
    top: 0.875rem;
  }

  .burger-menu::after {
    bottom: 0.875rem;
  }

  .burger-menu.previewWindow::before {
    top: 0.775rem;
  }

  .burger-menu.previewWindow::after {
    bottom: 0.675rem;
  }

  .menu-open .burger-menu::before {
    top: 1.1875rem;
  }

  .menu-open .burger-menu::after {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
    bottom: 1.1875rem;
  }

  .header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero {
    padding-top: 2.5rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero__body {
    padding-right: 0;
    width: 100%;
  }

  .hero__title {
    color: #fff;
  }

  .hero__decor path {
    fill: #fff;
    fill-opacity: 0.2;
  }

  .footer__decor svg,
  .hero__decor svg {
    width: 9.6875rem;
  }

  .hero__date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.5rem;
  }

  .hero__value:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.2);
    right: -1.25rem;
  }

  .hero__value {
    color: #fff;
  }

  .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero__button {
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 1.25rem;
    transform: translate(-50%, 0);
    z-index: 4;
  }

  .guests {
    padding-top: 6.25rem;
  }

  .story {
    padding-top: 8.75rem;
  }

  .date {
    margin-top: 6.25rem;
    padding: 6.25rem 0;
  }

  .date__table th {
    height: 2.1875rem;
    width: 2.8125rem;
  }

  .date__table td {
    height: 1.875rem;
  }

  .date__current {
    background: url(./heart.svg) center/1.875rem 1.75rem no-repeat;
    /*background: url(/templates/design/wedding/v1/images/heart.svg) center/1.875rem 1.75rem no-repeat;*/
  }

  .place {
    padding-top: 6.25rem;
  }

  .place__body {
    padding-right: 0;
    width: 100%;
  }

  .place__block {
    aspect-ratio: 360/300;
    margin: 0 -1.25rem 1.25rem;
    padding: 1.25rem;
  }

  .place__address {
    color: #fafafa;
  }

  .place__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .place__cart {
    margin: 0 -1.25rem;
  }

  .place__image_pc {
    display: none;
  }

  .place__image_mobile {
    display: block;
  }

  .place__image,
  .place__image::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .place__image {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .place__image::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9.167%, rgba(51, 51, 51, 0.5)), color-stop(57.685%, rgba(51, 51, 51, 0)));
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.5) 9.167%, rgba(51, 51, 51, 0) 57.685%);
  }

  .dress-code {
    margin-top: 6.25rem;
    padding: 6.25rem 0;
    position: relative;
  }

  .dress-code__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .dress-code__body,
  .dress-code__body.without__image {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .dress-code__top {
    margin-bottom: 1.875rem;
  }

  .dress-code__text_md {
    display: block;
    margin-bottom: 0.75rem;
  }

  .dress-code__text_pc {
    display: none;
  }

  .dress-code__caption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dress-code__caption::after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 0.0625rem;
    background: rgba(204, 204, 204, 0.2);
  }

  .dress-code__colors {
    margin: 0 -1.25rem;
  }

  .dress-code.noAfter::after,
  .dress-code__image_pc {
    display: none;
  }

  .dress-code__image_mobile {
    display: block;
  }

  .dress-code__image {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 -1.25rem 0.75rem;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    aspect-ratio: 360/300;
  }

  .program {
    padding-top: 6.25rem;
  }

  .dress-code::after {
    content: "";
    position: absolute;
    width: 0.0625rem;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: gray;
  }

  @supports (height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem)) {
    .dress-code::after {
      height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem);
    }
  }
  @supports not (height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem)) {
    .dress-code::after {
      height: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 55.5);
    }
  }
  .program__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .questions::after {
    display: none;
  }

  .questions {
    padding-top: 6.25rem;
  }

  .questions__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6.25rem;
  }

  .questions__title {
    margin-bottom: 1.25rem;
  }

  .questions__input {
    height: 3rem;
    font-size: 1rem;
  }

  .questions__submit {
    margin: 0 auto;
    padding: 1rem 2.5rem;
  }

  .questions__timer {
    max-width: 14.375rem;
    min-height: 4.5rem;
  }

  .contacts {
    padding-top: 6.25rem;
  }

  .contacts__title {
    margin-bottom: 1.25rem;
  }

  .contacts__block {
    aspect-ratio: 360/270;
  }

  .footer {
    margin-top: 6.25rem;
    padding-top: 6.25rem;
  }

  .footer::after {
    content: "";
    position: absolute;
    width: 0.0625rem;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: gray;
  }

  @supports (height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem)) {
    .footer::after {
      height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem);
    }
  }
  @supports not (height: clamp(3.75rem, 2.7364864865rem + 4.5045045045vw, 6.25rem)) {
    .footer::after {
      height: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 55.5);
    }
  }
  .footer__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
  }

  .footer__container {
    min-width: 0;
  }

  .footer__body {
    width: 100%;
    padding: 0;
  }

  .footer__title {
    margin-bottom: 1.25rem;
    text-align: center;
  }

  .footer__block {
    overflow: hidden;
    margin: 0 -1.25rem;
    aspect-ratio: 360/400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 3.125rem 1.25rem;
  }

  .footer__decor path {
    fill-opacity: 0.2;
  }

  .footer__image_pc {
    display: none;
  }

  .footer__image_mobile {
    display: block;
  }

  .footer__image,
  .footer__image::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .footer__image {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .footer__image::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(20, 20, 20, 0)), to(#141414));
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 40%, #141414 100%);
  }

  .spollers__item {
    margin: 0 -1.25rem;
  }

  .spollers__text {
    padding: 0 1.25rem;
  }

  .checkbox__label:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.75rem;
    flex: 0 0 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }

  .checkbox__label:after {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.3125rem;
  }

  .options__label:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.75rem;
    flex: 0 0 0.75rem;
  }

  .options__label:after,
  .options__label:before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@media (max-width: 47.99875em) and (any-hover: hover) {
  .button:hover {
    background: rgba(0, 0, 0, 0.7) url(/templates/design/wedding/v1/images/audio.svg) 0.625rem center no-repeat;
  }
}

@media (max-width: 29.99875em) {
  .place__block {
    aspect-ratio: 360/500;
  }

  .dress-code__image {
    aspect-ratio: 360/420;
  }

  .footer__block {
    aspect-ratio: 360/620;
  }

  .spollers__image {
    aspect-ratio: 360/220;
  }
}

@media (min-width: 29.99875em) and (any-hover: hover) {
  .burger-menu:hover,
  .button:hover {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

  .menu__link:hover::after {
    width: 100%;
  }

  .burger-menu:hover {
    background: rgba(0, 0, 0, 0.7);
  }

  .questions__submit:hover {
    background: 0 0;
    color: #141414;
  }

  .contacts__link:hover {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
  }

  .contacts__item-social:hover {
    background-color: #404040;
  }
}


