html {
  font-size: 4.267vw;
}
.container {
  max-width: 20.9375rem;
}
.schedule .schedule__bg .schedule__bg__info {
  padding: 6.875rem 2.2rem;
}
.footer {
  text-align: center;
  font-size: 1.125rem;
}
.dress-code .dress-code__palette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  width: 100%;
}
.dress-code .dress-code__item {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 8.5rem;
  padding: 0.25rem;
}
.dress-code .dress-code__image {
  width: 100%;
  height: 11.6875rem;
}
.showDesktop {
  display: none;
}
.showMobile {
  display: block;
}
.musicIcon {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  width: 2.5rem;
  height: 2.5rem;
}
.footer .footer__title {
  font-size: 1.125rem;
}
.footer .footer__image {
  width: 3.75rem;
  height: 0.875rem;
}
.main {
  height: 100dvh;
  max-height: 43.75rem;
  min-height: 35rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.main .main__div {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.main .main__div .main__div__divider .main__div__divider__hr {
  width: 8.125rem;
}
.main .main__div .main__div__text {
  min-width: 18.125rem;
}
.main .main__div .main__div__address .main__div__address__where {
  font-size: 1rem;
}
.main .main__div .main__div__address .main__div__address__time {
  font-size: 1.4rem;
  margin-bottom: 1.3rem;
}
.marginY {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.info .info__image {
  height: 24.81rem;
}
.info .info__title {
  font-size: 1.25rem;
}
.gallery .gallery__image {
  width: 6.5625rem;
  height: 18.75rem;
}
.invitation .invitation__image {
  height: 12.5rem;
}
.invitation .invitation__div {
  max-width: 20.9375rem;
}
.invitation .invitation__div .invitation__div__title {
  font-size: 1.625rem;
}
.invitation .invitation__div .invitation__div__text {
  font-size: 1rem;
}
.invite-form__label {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.invite-form__title {
  font-size: 1.625rem;
}
.invite-form__radio span {
  font-size: 0.875rem;
}
.time .time__title {
  font-size: 1.625rem;
}
.time .time__remaining {
  font-size: 2.5rem;
}

/*footer*/

.footer .footer-title {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.footer .link-to-website {
  font-size: 1.1rem;
}

.footer .img-part {
  width: 1.5em;
}

/*footer*/

.mob-img.mob-big-img {
  max-width: 100%;
  /* height: 16rem; */
  height: auto;
  width: 100%;
}

/* Audio part */
.audio-div {
  height: 3.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  column-gap: 0.2rem;
}
.song {
  font-size: 0.75rem;
}
.play {
  width: 2.313rem;
  height: 2.313rem;
}
.play button {
  width: 2.313rem;
  height: 2.313rem;
}
.play-sm img {
  height: 0.611rem;
  width: auto;
  object-fit: contain;
}
.play-sm {
  width: 1.674rem;
  height: 1.674rem;
}
.close-arrow button img {
  width: 0.575rem;
  height: 0.575rem;
}
.close-arrow button {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.song-name {
  font-size: 0.6rem;
}
.close-arrow {
  left: -0.925rem;
}
/* Audio part */

.languages-list {
  top: 1rem;
  right: 1rem;
  grid-gap: 0.2rem;
  padding: 0.2rem;
  position: absolute;
}
.languages-list .lang-item .lang-img {
  width: 2rem;
  height: 2rem;
}
.languages-list .lang-name {
  font-size: 0.8rem;
}
.social-links img {
  height: 1em;
}
