:root {
  --text-color-section1: #f3ece1;
  --bg-color-section1: #48513c;
  --bg-color-section1_alpha: rgba(72, 81, 60, 0);
  --text-color-section2: #f3ece1;
  --bg-color-section2: #87652d;
  --text-color-section3: #48513c;
  --bg-color-section3: #f3ece1;
  --bg-btn: #48513c;
  --bg-btn_alt: #f3ece1;
  --bg-btn-hover: #87652d;
  --bg-btn_alt-hover: #daceba;
  --tx-btn: #f3ece1;
  --tx-btn_alt: #87652d;
}
.sm-color2 {
  --text-color-section1: #f3ece1;
  --bg-color-section1: #081f1f;
  --bg-color-section1_alpha: rgba(8, 31, 31, 0);
  --text-color-section2: #f3ece1;
  --bg-color-section2: #5a0a05;
  --text-color-section3: #081f1f;
  --bg-color-section3: #f3ece1;
  --bg-btn: #081f1f;
  --bg-btn_alt: #f3ece1;
  --bg-btn-hover: #5a0a05;
  --bg-btn_alt-hover: #daceba;
  --tx-btn: #f3ece1;
  --tx-btn_alt: #5a0a05;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sm-page,
body.lock {
  overflow: hidden;
}
body {
  font-family: "SMTextsFont", sans-serif;
}
a {
  text-decoration: none;
}
.container {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.sm-title {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .sm-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
  }
}
.sm-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
}
@media (max-width: 500px) {
  .sm-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
  }
}
.sm-section-type-1 {
  color: var(--text-color-section1);
  background-color: var(--bg-color-section1);
  padding: 70px 16px;
}
@media (max-width: 500px) {
  .sm-section-type-1 {
    padding: 80px 16px;
  }
}
.sm-section-type-2 {
  color: var(--text-color-section2);
  background-color: var(--bg-color-section2);
  padding: 160px 16px;
}
@media (max-width: 500px) {
  .sm-section-type-2 {
    padding: 80px 22px;
  }
}
.sm-section-type-3 {
  color: var(--text-color-section3);
  padding: 160px 16px;
  background-color: var(--bg-color-section3);
}
@media (max-width: 500px) {
  .sm-section-type-2 {
    padding: 80px 22px;
  }
}
.sm-img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  margin: 0 auto;
}
.sm-main {
  position: relative;
}
.sm-main__title {
  margin-top: 40px;
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .sm-main__title {
    margin-top: 52px;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
  }
}
.sm-main__subtitle {
  margin-top: 10px;
  font-family: "ComforterBrush", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 90.24px;
}
@media (max-width: 500px) {
  .sm-main__subtitle {
    font-weight: 400;
    font-size: 42px;
    line-height: 59.22px;
    text-align: center;
  }
}
.sm-main__age,
.sm-main__content-date {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  line-height: 54px;
  text-align: center;
}
.sm-main__age {
  margin-top: 70px;
  font-size: 80px;
  line-height: 88px;
  text-transform: uppercase;
}
.sm-main__img {
  width: 395px;
  min-width: 395px;
  height: 537px;
  margin: 0;
  border-radius: 300px 300px 0 0;
  overflow: hidden;
}
.sm-main__img img {
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .sm-main__content-date {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
  }
  .sm-main__img {
    width: 285px;
    min-width: 285px;
    height: 387px;
  }
  .sm-main .sm-img-bg,
  .sm-thanks .sm-img-bg {
    width: calc(100% - 18px);
    top: 205px;
  }
  .sm-main .container {
    position: static;
    height: 100%;
  }
  .sm-main .container > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
  }
  .sm-main {
    padding: 50px 16px 60px;
  }
}
.sm-moment {
  padding: 140px 17px 0;
  position: relative;
  z-index: 1;
}
.sm-moment .container {
  display: flex;
  align-items: center;
  gap: 115px;
  justify-content: center;
  padding-bottom: 110px;
}
.sm-moment__img {
  width: 342px;
  height: 364px;
  border-radius: 10px;
}
.sm-main__img img,
.sm-moment__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sm-moment__text {
  max-width: 474px;
  text-align: center;
}
.sm-moment .sm-text {
  margin-top: 20px;
}
@media (max-width: 500px) {
  .sm-moment {
    padding: 90px 24px 0;
  }
  .sm-moment__img {
    width: 100%;
    height: 364px;
  }
  .sm-moment .container {
    flex-direction: column;
    gap: 40px;
    border-bottom: none;
    padding-bottom: 45px;
  }
}
.sm-datetime {
  position: relative;
  padding: 110px 20px;
  z-index: 1;
}
.sm-datetime .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}
@media (max-width: 500px) {
  .sm-datetime .container {
    display: block;
  }
}
.sm-datetime .sm-text {
  margin: 30px auto 0;
  max-width: 492px;
}
.sm-date__calendar {
  border: 1px solid var(--text-color-section2);
  padding: 40px 30px 20px;
}
.sm-date__calendar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 25px;
  position: relative;
}
.sm-date__calendar__month {
  font-family: "SMHeadersFont", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 38.4px;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .sm-datetime .sm-text {
    max-width: 318px;
  }
  .sm-date__calendar__month {
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    text-align: center;
  }
}
.sm-date__calendar-bottom {
  display: grid;
  grid-template-areas: "days days days days days days days" "days days days days days days days" "days days days days days days days" "days days days days days days days" "days days days days days days days" "days days days days days days days";
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  place-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.sm-date__calendar__day,
.sm-date__calendar__num {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.sm-date__calendar__num {
  width: 48px;
  font-family: "SMHeadersFont", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
.sm-date__calendar__day {
  font-family: "SMTextsFont", sans-serif;
  font-size: 20px;
  line-height: 16px;
  color: rgba(101, 81, 83, 0.5);
}
.sm-number-active {
  position: relative;
  z-index: 3;
}
@media (max-width: 500px) {
  .sm-date__calendar {
    margin-top: 40px;
  }
  .sm-date__calendar__num {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 20px;
  }
  .sm-date__calendar__day {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.07px;
    text-align: center;
  }
  .sm-date__calendar-bottom {
    column-gap: 18px;
    row-gap: 14px;
  }
}
.sm-date {
  display: flex;
  justify-content: center;
  font-family: "SMHeadersFont", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0.25em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
.sm-datetime .sm-date {
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 4px;
}
@media (max-width: 500px) {
  .sm-datetime .sm-date {
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    text-align: center;
    margin-top: 31px;
    word-spacing: 0;
    letter-spacing: 0;
  }
}
.sm-number-active::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 54px;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -56%);
  -ms-transform: translate(-50%, -56%);
  transform: translate(-50%, -56%);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  border-radius: 50%;
  border: 2px solid white;
}
@media (max-width: 500px) {
  .sm-number-active::after {
    width: 40px;
    height: 40px;
  }
  .sm-datetime {
    padding: 70px 16px 90px;
  }
  .sm-date__calendar-top {
    padding-bottom: 24px;
  }
}
.sm-timing {
  padding: 160px 20px;
  position: relative;
  overflow: hidden;
}
.sm-timing__items {
  margin: 40px auto 0;
  display: flex;
  gap: 46px;
  justify-content: space-between;
}
.sm-timing__item {
  width: 260px;
  text-align: left;
}
.sm-timing-wrap {
  position: relative;
  margin: 20px auto 0;
}
.sm-timing-decor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 36px auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
}
.sm-timing-decor-item {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto 54px;
}
.sm-timing__item__time {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 60px;
  text-align: left;
}
.sm-timing__item__title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: left;
}
@media (max-width: 1000px) {
  .container-timing-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .sm-timing-decor-item {
    min-width: 41px;
    height: 45px;
    margin: 0;
  }
  .sm-timing-decor-item:before {
    width: 100%;
    height: 100%;
  }
  .sm-timing-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 315px;
  }

  #sm-timing-wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .sm-timing-decor {
    visibility: hidden;
    height: initial;
    width: 1px;
    max-width: initial;
    margin: 0;
    left: 19px;
    top: 25px;
    bottom: 25px;
    background: var(--text-color-section3);
  }
  .sm-timing-decor:before {
    height: 100%;
  }
  .sm-timing-text {
    flex: 1;
  }
  .sm-timing {
    padding: 90px 20px;
  }
  .sm-timing__items {
    display: block;
    margin: 0;
    width: 100%;
  }
  .sm-timing__item {
    display: flex;
    align-items: center;
    gap: 80px;
    min-width: 100%;
  }
  .sm-timing__item:not(:nth-child(2)) {
    margin-top: 30px;
  }
  .sm-timing__item__title {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    text-align: left;
  }
  .sm-timing__item__time {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: left;
  }
  .sm-timing {
    overflow: visible !important;
  }
}
.sm-wishes {
  padding: 120px 20px 90px;
  position: relative;
  overflow: hidden;
}
.sm-wishes .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sm-wishes .sm-img-bg {
  width: calc(100% - 180px);
  transform: translateY(-100px);
  z-index: 1;
  height: inherit;
}
.sm-wishes__content-wrap_pagination {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
}
.sm-wishes-slider__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.sm-wishes-slider_next,
.sm-wishes-slider_prev {
  width: 43px;
  height: 20px;
  cursor: pointer;
}
.sm-wishes-slider_next-img,
.sm-wishes-slider_prev-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.sm-wishes-slider_prev-img {
  transform: scale(-1);
}
.sm-wishes__content-slide {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 29.26px;
  max-width: 440px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .sm-wishes {
    padding: 90px 20px 40px;
  }
  .sm-wishes__content-slide {
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
  }
  .sm-wishes .sm-img-bg {
    width: calc(100% - 32px);
    transform: translateY(-14px);
  }
  .sm-wishes .sm-btn {
    width: 100%;
  }
}
.sm-questionnaire {
  padding: 160px 20px;
  position: relative;
}
.sm-questionnaire .dop-text {
  font-size: 60px;
}
.sm-questionnaire .container {
  max-width: 680px;
}
.sm-questionnaire__head {
  max-width: 498px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 500px) {
  .sm-questionnaire__head {
    gap: 20px;
  }
  .sm-questionnaire .dop-text {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
  }
}
.sm-questionnaire__form {
  margin-top: 60px;
}
.sm-date-slash {
  margin: 0 10px;
}
@media (max-width: 500px) {
  .sm-date {
    gap: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }
  .sm-date:after,
  .sm-date:before {
    height: 28px;
  }
  .sm-date-slash {
    margin: 0 10px;
  }
  .sm-questionnaire {
    padding: 90px 20px;
  }
}
.sm-questionnaire .sm-date {
  font-family: "SMHeadersFont", sans-serif;
  display: block;
  word-spacing: -10px;
  letter-spacing: 2px;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 500px) {
  .sm-questionnaire .sm-date {
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
  }
}
.sm-btn {
  font-family: "SMTextsFont", sans-serif;
  min-height: 59px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-btn);
  color: var(--tx-btn);
  width: fit-content;
  margin: 0 auto;
  border: 0;
  transition: 0.3s;
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  cursor: pointer;
}
.sm-btn_alt {
  background-color: var(--bg-btn_alt);
  color: var(--tx-btn_alt);
}
.sm-btn:hover {
  background-color: var(--bg-btn-hover);
}
.sm-btn_alt:hover {
  background-color: var(--bg-btn_alt-hover);
}
@media (max-width: 500px) {
  .sm-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    min-height: 50px;
  }
}
.sm-form__block__title {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  text-transform: uppercase;
}
input::-webkit-input-placeholder {
  all: unset;
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: left;
  color: rgba(12, 24, 50, 0.5);
  cursor: pointer;
}
input::-moz-placeholder {
  all: unset;
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: left;
  color: rgba(12, 24, 50, 0.5);
  cursor: pointer;
}
input::-ms-input-placeholder {
  all: unset;
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: left;
  color: rgba(12, 24, 50, 0.5);
  cursor: pointer;
}
input::placeholder {
  all: unset;
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: left;
  cursor: pointer;
  color: rgba(12, 24, 50, 0.5);
}
.sm-form__input {
  border: 1px solid var(--text-color-section3);
  border-radius: 5px;
  background: 0 0;
  padding: 0 15px;
  width: 100%;
  height: 59px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: left;
  color: rgba(12, 24, 50, 0.5);
}
.sm-form__block:not(:first-child) {
  margin-top: 20px;
}
.sm-form__item-radio {
  display: block;
}
.sm-form__item {
  margin-top: 20px;
}
.sm-form__block .sm-form_checkbox:not(:first-child),
.sm-form__item-radio:not(:first-child) {
  margin-top: 10px;
}
.sm-form__item-radio span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
}
.sm-form_checkbox_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.sm-form__block .sm-form_checkbox {
  display: flex;
  align-items: center;
  margin-left: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: left;
  cursor: pointer;
}
.sm-form_checkbox_box {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-left: -30px;
  background-image: none;
  border: solid 2px #ab9f9a;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.sm-form_checkbox_input:checked + .sm-form_checkbox_box {
  background-color: #081f1f;
}
.sm-form .sm-btn {
  margin: 40px auto 0;
}
.sm-questionnaire__form > .sm-btn {
  display: none;
}
.sm-form__drinks-check {
  margin-top: 20px;
}
.sm-form__block__title {
  margin-top: 40px;
}
.sm-form .sm-btn {
  width: 100%;
}
@media (max-width: 500px) {
  .sm-form_checkbox_box {
    width: 16px;
    height: 16px;
    margin-left: -25px;
  }
  .sm-form__block .sm-form_checkbox {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    margin-top: 0 !important;
  }
  .sm-questionnaire .sm-form {
    display: none;
  }
  .sm-questionnaire__form > .sm-btn {
    display: flex;
  }
}
.sm-time {
  margin-top: -2px;
  padding: 60px 0 120px;
  position: relative;
  overflow: hidden;
}
.sm-time .container,
.sm-time__img img {
  position: relative;
  z-index: 1;
}
.sm-time .sm-title {
  max-width: 730px;
  margin: 0 auto;
}
.sm-time__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 52px;
}
.sm-time__item {
  width: 160px;
}
.sm-time__img {
  width: 410px;
  height: 558px;
  margin: 40px auto 0;
  border-radius: 300px;
  overflow: hidden;
  position: relative;
}
.sm-time__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.sm-time__item__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 29.26px;
  text-align: center;
  margin-top: 30px;
}
.sm-time__item_number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-timer-time_number-span {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 500px) {
  .sm-time__img {
    width: 285px;
    height: 388px;
    margin: 50px auto 0;
  }
  .sm-time__item {
    width: 45px;
  }
  .sm-time {
    padding: 40px 0 110px;
  }
  .sm-time .sm-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
  }
  .sm-time__box {
    gap: 30px;
    margin-top: 10px;
  }
  .sm-time__item__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    margin-top: 0;
  }
  .sm-time__item_number {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
  }
}
.sm-location {
  padding: 68px 0;
}
.sm-location__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sm-location__content .sm-title {
  margin-right: 20px;
}

.sm-location__img {
  width: 410px;
  height: 558px;
  position: relative;
  overflow: hidden;
  border-radius: 300px 300px 0 0;
}
.sm-location__img img {
  position: relative;
  z-index: 0;
  border-radius: 5px;
}
.sm-location__content-description {
  max-width: 506px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dop-text {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.dop-text > p {
  display: inline-block;
}
@media (max-width: 500px) {
  .dop-text {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
  .sm-location {
    padding: 90px 24px 110px;
  }
  .sm-location__img {
    width: 285px;
    height: 388px;
  }
}
.sm-dress-code {
  padding: 120px 20px;
}
.sm-dress-code .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sm-dress-code .sm-text {
  max-width: 652px;
  margin: 0 auto;
}
.sm-dress-code__colors {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.sm_colors {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.sm_colors > div {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.sm-dress-code__box-gallery {
  display: flex;
  align-items: center;
  gap: 158px;
  margin-top: 36px;
}
.sm-dress-code__slider1,
.sm-dress-code__slider2 {
  margin: 20px auto 0;
  max-width: 342px;
}
.sm-dress-code__box-gallery__item {
  width: calc(50% - 79px);
}
.sm-dress-code__box-gallery__title {
  font-family: "SMHeadersFont", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
.sm-dress-code__slider__item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 342px;
  height: 364px;
  overflow: hidden;
}
.sm-dress-code__arrow img,
.sm-dress-code__slider__item img,
.sm-footer__img img,
.sm-location__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sm-dress-code__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto 0;
}
.sm-dress-code__arrow {
  width: 43px;
  height: 20px;
  cursor: pointer;
}
.sm-dress-code__arrow.arrow-prev {
  transform: scale(-1);
}
@media (max-width: 500px) {
  .sm-dress-code {
    padding: 90px 24px;
  }
  .sm-dress-code__box-gallery {
    flex-direction: column;
    gap: 60px;
    margin-top: 24px;
  }
  .sm-dress-code__box-gallery__item {
    width: 100%;
  }
}
.sm-contact {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.sm-contact .container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sm-contact-info {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  text-align: right;
}
.sm-contact .sm-text {
  max-width: 427px;
  margin: 0 auto;
}
.sm-contact .sm-btn {
  margin-right: 0;
}
.sm-contact-name {
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .sm-contact {
    padding: 90px 20px;
  }
  .sm-contact-info {
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
  }
  .sm-contact .sm-text {
    max-width: 298px;
  }
}
.sm-footer {
  padding: 35px 20px 175px;
  position: relative;
}
.sm-footer .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  position: relative;
}
.sm-footer__title {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
}
.sm-footer__img {
  width: 460px;
  height: 535px;
  border-radius: 300px 300px 0 0;
  overflow: hidden;
}
.sm-footer__img img {
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .sm-footer {
    padding: 30px 13px 131px;
  }
  .sm-footer__content {
    padding: 51px 13px 156px;
  }
  .sm-footer__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
  }
  .sm-footer__img {
    width: 264px;
    height: 360px;
  }
  .sm-footer .container {
    gap: 40px;
  }
}
.sm-mob-btn {
  display: none;
}
@media (max-width: 500px) {
  .sm-mob-btn {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px !important;
  }
  .sm-mob-btn .sm-btn {
    width: 100%;
    border-radius: initial;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    min-height: 50px;
  }
}
.sm-quest-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  font-size: 28px;
  line-height: 62%;
  font-family: "SMHeadersFont", sans-serif;
}
.sm-quest-modal {
  display: none;
  padding: 56px 16px;
}
.sm-quest-modal.sm-open {
  display: block;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.sm-quest-modal.sm-open .sm-img-bg {
  position: fixed;
}
@media (max-width: 500px) {
  .sm-quest-modal .dop-text {
    font-family: "SMHeadersFont", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
  }
  .sm-form__block__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    margin-top: 20px;
  }
  input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
  }
  input::-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
  }
  input::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
  }
  input::placeholder {
    all: unset;
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
    text-align: left;
    cursor: pointer;
  }
  .sm-form__input {
    height: 39px;
    font-size: 13px;
    font-weight: 300;
    line-height: 15.85px;
    border-radius: 0;
  }
  .sm-form__item {
    margin-top: 10px;
  }
  .sm-questionnaire__form {
    margin-top: 20px;
  }
}
.sm-thanks {
  display: none;
}
.sm-thanks.sm-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sm-modal-wrapper {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
}
.sm-thanks .sm-main__img {
  margin: 120px auto 0;
}
.sm-thanks__title {
  font-family: "SMHeadersFont", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 105.6px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .sm-thanks .sm-main__img {
    margin: 90px auto 0;
  }
  .sm-thanks__title {
    font-size: 48px;
    line-height: 52.8px;
  }
  .sm-thanks__content {
    gap: 40px;
  }
  .sm-form .sm-btn {
    margin: 20px auto 0;
  }
  .sm-thanks .container {
    height: 100%;
  }
}
.sm-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  font-size: 28px;
  line-height: 62%;
  font-family: "SMHeadersFont", sans-serif;
}
.sm-quest-modal__wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 500px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 500px) {
  .desktop {
    display: none;
  }
}
.sm-footer__title {
  width: 100%;
  margin-top: -20px;
  margin-right: -110px;
  z-index: 2;
}
.sm-title {
  font-size: 64px;
  line-height: 100%;
}
.sm-main h1.sm-title {
  font-size: 100px;
  line-height: 100%;
}
.sm-main p.sm-title {
  font-size: 54px;
  line-height: 100%;
  max-width: 420px;
  text-align: right;
  align-self: end;
  margin-bottom: -70px;
  margin-left: -130px;
  z-index: 3;
}
.sm-main__content-date {
  font-size: 32px;
}
.sm-calendar-day {
  font-size: 40px;
  font-family: "SMHeadersFont", sans-serif;
}
.sm-datetime .sm-date,
.sm-datetime div[data-sm-text="MAIN_TIME"] {
  font-family: "SMHeadersFont", sans-serif;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}
.sm-calendar-day-week-title {
  font-size: 20px;
  opacity: 0.5;
  text-transform: uppercase;
}
.sm-date__calendar-bottom > span {
  width: 48px;
  text-align: center;
}
.sm-location__content .sm-title {
  max-width: 400px;
  text-align: left;
  align-self: start;
  padding-top: 69px;
}
.sm-location__content .sm-location__content-description {
  max-width: 305px;
  text-align: right;
  align-self: end;
  padding-bottom: 60px;
}
.sm-location__content .sm-location__content-description .sm-btn {
  margin-right: 0;
}
.sm-location__content .sm-location__content-description .sm-text {
  text-align: right;
}
.sm-contact .container {
  padding-left: 165px;
}
.sm-footer_wrapper {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
}
.sm-footer_wrapper .sm-title {
  margin-top: 30px;
  margin-right: -110px;
  z-index: 10;
}
.sm-contacts_wrapper {
  align-self: end;
  padding-bottom: 30px;
}
.sm-contacts_wrapper .sm-text {
  text-align: right;
  margin-bottom: 30px;
}
.sm-contact-info {
  margin-bottom: 30px;
}
.sm-footer__img {
  position: relative;
}
.sm-footer__img:after,
.sm-main__img:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 2;
  height: 150px;
  pointer-events: none;
}
.sm-footer__img:after {
  top: 0;
  background: linear-gradient(
    to bottom,
    var(--bg-color-section1),
    var(--bg-color-section1_alpha)
  );
  margin-top: -30px;
}
.sm-main .container {
  display: flex;
}
.sm-main {
  padding: 138px 20px 196px;
}
.sm-main__content {
  min-width: 650px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: -105px;
  z-index: 3;
  gap: 30px;
}
.sm-cover_decor {
  margin-top: 50px;
}
.sm-main__img {
  position: relative;
}
.sm-main__img:after {
  bottom: 0;
  background: linear-gradient(
    to top,
    var(--bg-color-section1),
    var(--bg-color-section1_alpha)
  );
  margin-bottom: -30px;
}
@media (max-width: 500px) {
  .sm-dress-code__box-gallery__title,
  .sm-title {
    font-size: 32px;
  }
  .sm-datetime,
  .sm-dress-code:not(.sm-hidden) ~ .sm-timing {
    border-radius: 300px 300px 0 0;
    margin-top: -210px;
    padding-top: 120px;
  }
  .sm-timer-time_number-span {
    font-size: 48px;
  }
  .sm-dress-code {
    padding-bottom: 300px;
  }
  .sm-date__calendar-bottom > span {
    width: 20px;
  }
  .sm-calendar-day {
    font-size: 24px;
  }
  .sm-calendar-day-week-title {
    font-size: 14px;
  }
  .sm-location__content .sm-title {
    order: 1;
    padding-top: 0;
    max-width: 300px;
  }
  .sm-location__content {
    flex-direction: column;
    gap: 40px;
  }
  .sm-location__img {
    order: 2;
  }
  .sm-location__content-description {
    order: 3;
  }
  .sm-location__content .sm-location__content-description {
    max-width: 250px;
    padding-bottom: 0;
  }
  .sm-text {
    font-weight: 300;
  }
  .sm-contact .container {
    padding: 0;
  }
  .sm-footer_wrapper {
    flex-direction: column;
  }
  .sm-footer_wrapper .sm-contacts_wrapper {
    order: 2;
    width: 100%;
    margin-bottom: -30px;
    z-index: 3;
    padding: 0;
  }
  .sm-footer_wrapper .sm-title {
    order: 1;
  }
  .sm-footer_wrapper .sm-footer__img {
    order: 3;
    margin-left: auto;
  }
  .sm-contacts_wrapper .sm-text {
    text-align: left;
    margin-right: 0;
  }
  .sm-footer__title {
    margin-right: 0;
    margin-top: -15px;
  }
  .sm-contact-info {
    text-align: left;
    margin-right: auto;
  }
  .sm-footer_wrapper .sm-text {
    text-align: right;
  }
  .sm-contact .sm-btn {
    margin-left: 0;
    margin-right: auto;
  }
  .sm-footer_wrapper .sm-title {
    margin-left: 0;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .sm-main h1.sm-title {
    font-size: 54px;
    text-align: left;
  }
  .sm-main__content {
    margin: 0;
    width: fit-content;
    align-items: start;
    gap: 20px;
  }
  .sm-main .container {
    flex-direction: column;
  }
  .sm-main p.sm-title {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: -15px;
  }
  .sm-main__img {
    margin: 30px auto 0;
  }
  .sm-cover_decor {
    margin: 40px auto 0;
  }
  .sm-cover_decor,
  .sm-cover_decor svg {
    width: 40px;
    height: 40px;
  }
  .sm-main {
    padding-top: 60px;
    padding-bottom: 270px;
  }
  .sm-datetime .sm-date,
  .sm-datetime div[data-sm-text="MAIN_TIME"] {
    font-size: 32px;
    line-height: 100%;
    gap: 0;
  }
  .sm-datetime div[data-sm-text="MAIN_TIME"] {
    margin-top: 10px;
  }
  .sm-timing-decor-item,
  .sm-timing-decor-item svg {
    width: 39px;
    height: 39px;
  }
}
[data-sm-text="DRESSCODE_COLORS"] > div {
  border: 1px solid var(--text-color-section1);
  width: initial;
  height: initial;
  position: relative;
  border-radius: 50%;
  flex: 1 1 0;
  aspect-ratio: 1/1;
  max-width: 100px;
}
[data-sm-text="DRESSCODE_COLORS"] > div > div {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-sm-text="DRESSCODE_COLORS"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 500px) {
  [data-sm-text="DRESSCODE_COLORS"] {
    gap: 0;
    overflow-x: auto;
  }
  [data-sm-text="DRESSCODE_COLORS"] > div:not(:first-child) {
    margin-left: -40px;
  }
  [data-sm-text="DRESSCODE_COLORS"] > div {
    flex: 1 1 0;
    max-width: 70px;
    width: initial;
    height: initial;
    aspect-ratio: 1/1;
  }
}