* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

a,button {
	cursor: pointer;
}

*,button {
	padding: 0;
}

button,button:active {
	background: 0 0;
	border: 0;
}

*,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
}

.sm-container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 16px;
}

.sm-cormorantRegular-100-30,.sm-cormorantRegular-100-50 {
	font-family: "SMHeadersFont",sans-serif;
	font-weight: 300;
	font-size: 100px;
	line-height: 120%;
	text-transform: uppercase;
	color: #45493a;
}

@media (max-width:415px) {
	.sm-cormorantRegular-100-50 {
		font-size: 50px;
	}

	.sm-cormorantRegular-100-30 {
		font-size: 30px;
	}
}

.sm-cormorantRegular-70-40 {
	color: #45493a;
}

.sm-cormorantRegular-70-30,.sm-cormorantRegular-70-40 {
	font-family: "SMHeadersFont",sans-serif;
	font-weight: 300;
	font-size: 70px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width:415px) {
	.sm-cormorantRegular-70-30,.sm-cormorantRegular-70-40 {
		font-size: 40px;
	}
}

.sm-cormorantRegular-70-30 {
	color: #fffaf1;
}

@media (max-width:415px) {
	.sm-cormorantRegular-70-30 {
		font-size: 30px;
	}
}

.sm-cormorantRegular-50,.sm-cormorantRegular-50-30 {
	font-family: "SMHeadersFont",sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height: 120%;
	text-transform: uppercase;
	color: #45493a;
}

@media (max-width:415px) {
	.sm-cormorantRegular-50-30 {
		font-size: 30px;
	}
}

.sm-cormorantLight-70-30 {
	font-family: "SMHeadersFont",sans-serif;
	font-weight: 300;
	font-size: 70px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fffaf1;
}

@media (max-width:415px) {
	.sm-cormorantLight-70-30 {
		font-size: 30px;
	}
}

.sm-cormorantLight-40-30 {
	font-family: "SMHeadersFont",sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #45493a;
}

@media (max-width:415px) {
	.sm-cormorantLight-40-30 {
		font-size: 30px;
	}
}

.sm-cormorantLight-30-20px {
	font-family: "SMHeadersFont",sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fffaf1;
}

@media (max-width:415px) {
	.sm-cormorantLight-30-20px {
		font-size: 20px;
	}
}

.sm-manropeLight-20,.sm-manropeLight-20-18 {
	font-family: "SMTextsFont",sans-serif;
	font-weight: 100;
	font-size: 20px;
	line-height: 120%;
	color: #fffaf1;
}

@media (max-width:415px) {
	.sm-manropeLight-20-18 {
		font-size: 18px;
	}
}

.sm-manropeRegular-20-18 {
	font-family: "SMTextsFont",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: #45493a;
}

@media (max-width:415px) {
	.sm-manropeRegular-20-18 {
		font-size: 18px;
	}
}

.sm-manropeMedium-50px-20 {
	font-family: "SMTextsFont",sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 120%;
	color: #fffaf1;
}

@media (max-width:415px) {
	.sm-manropeMedium-50px-20 {
		font-size: 20px;
	}
}

.sm-manropeMedium-30px-20 {
	font-family: "SMTextsFont",sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	color: rgba(69,73,58,.5);
}

@media (max-width:415px) {
	.sm-manropeMedium-30px-20 {
		font-size: 20px;
	}
}

.sm-manropeBold-20-18 {
	font-family: "SMTextsFont",sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	color: #45493a;
}

@media (max-width:415px) {
	.sm-manropeBold-20-18 {
		font-size: 18px;
	}
}

.sm-manropeSemiBold-20 {
	font-family: "SMTextsFont",sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #fffaf1;
}

.color-1 {
	color: #45493a;
}

.color-2 {
	color: #fffaf1;
}

.color-10 {
	color: #fdb495;
}

.sm-btn {
	font-family: "SMTextsFont",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: #45493a;
	padding: 19px 73px;
	text-align: center;
	border: 1px solid #45493a;
}

@media (max-width:415px) {
	.sm-btn {
		font-size: 18px;
		padding: 13px 61.5px;
	}
}

.sm-main {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sm-main_img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	margin: auto;
}

.sm-main__content {
	padding: 316px 0 317px;
	position: relative;
}

@media (max-width:415px) {
	.sm-main__content {
		padding: 235px 0 250px;
	}
}


@media (max-width:415px) {
	.sm-main__content::before {
		width: 114px;
		height: 93px;
		top: 40px;
	}
}

.sm-main__content-titel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sm-main__content-date {
	padding-top: 40px;
	text-align: center;
}

.sm-moment {
	background-color: #45493a;
	overflow: hidden;
}

.sm-moment__wrapper {
	padding: 193px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

@media (max-width:415px) {
	.sm-moment__wrapper {
		padding: 55px 0 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}
}

.sm-moment__wrapper::after,.sm-moment__wrapper::before {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}



@media (max-width:415px) {
	.sm-moment__wrapper::before {
		display: none;
	}
}

.sm-moment__wrapper-decr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	max-width: 540px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:415px) {
	.sm-moment__wrapper-decr {
		gap: 20px;
		max-width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.sm-moment__wrapper-decr_line {
	border-top: 1px solid #fffaf1;
	width: 240px;
}

@media (max-width:415px) {
	.sm-moment__wrapper-decr_line {
		width: 114px;
	}
}

.sm-moment__wrapper-decr_text {
	max-width: 440px;
}



@media (max-width:415px) {
	.sm-moment__wrapper-decr_text {
		text-align: center;
		max-width: 100%;
	}
}

.sm-moment__wrapper-photo_img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sm-location {
	background-color: #e1d8cb;
	overflow: hidden;
}

.sm-location__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 0;
	position: relative;
}

@media (max-width:415px) {
	.sm-location__content {
		gap: 30px;
		padding: 60px 0;
	}
}

.sm-location__content::before {
	content: "";
	position: absolute;
	background-image: url(../img/location-decor.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 332px;
	height: 270px;
	top: 79.36px;
	left: 97px;
}

@media (max-width:415px) {
	.sm-location__content::before {
		background-image: url(../img/location-decor-mobile.webp?v=2);
		width: 133px;
		height: 164px;
		top: 5px;
		left: -16px;
	}
}

.sm-location__content-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	max-width: 450px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:415px) {
	.sm-location__content-description {
		max-width: 100%;
	}
}

.sm-location__content-description_line {
	border-top: 1px solid #45493a;
	width: 240px;
}

@media (max-width:415px) {
	.sm-location__content-description_line {
		width: 114px;
	}
}

.sm-location__content-description_text {
	text-align: center;
}

.sm-location__content-description_text span {
	display: block;
}

.sm-location__content-picture {
	width: 700px;
	height: 500px;
}

@media (max-width:415px) {
	.sm-location__content-picture {
		width: 358px;
		height: 265px;
		padding-top: 10px;
	}
}

.sm-location__content-picture_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	display: block;
}

.sm-location__content-collecting {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:415px) {
	.sm-location__content-collecting {
		margin-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px;
	}
}

.sm-location__content-collecting_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 74px;
	position: relative;
}

@media (max-width:415px) {
	.sm-location__content-collecting_wrap {
		gap: 25px;
		height: 36px;
	}
}

.sm-location__content-collecting_wrap [data-sm-text=LOCATION_TIMING_0] {
	display: flex;
	gap: 20px;
	align-items: center;
}

.sm-location__content-collecting_wrap [data-sm-text=LOCATION_TIMING_0]::before {
	content: "";
	border-right: 2px solid #45493a;
	height: 74px;
	display: block;
}

@media (max-width:415px) {
	.sm-location__content-collecting_wrap [data-sm-text=LOCATION_TIMING_0]::before {
		height: 36px;
		right: 84px;
	}
}

.sm-dress-code {
	background-color: #fffaf1;
}

.sm-dress-code_wrap {
	padding: 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:415px) {
	.sm-dress-code_wrap {
		gap: 30px;
		padding: 60px 0;
	}
}

.sm-dress-code_wrap-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:415px) {
	.sm-dress-code_wrap-top {
		gap: 20px;
	}
}

.sm-dress-code_wrap-top_line {
	border-top: 1px solid #45493a;
	width: 240px;
}

@media (max-width:415px) {
	.sm-dress-code_wrap-top_line {
		width: 114px;
	}
}

.sm-dress-code_wrap-top_text {
	max-width: 490px;
	text-align: center;
}

@media (max-width:415px) {
	.sm-dress-code_wrap-top_text {
		max-width: 100%;
		padding-top: 10px;
	}
}

.sm-dress-code_wrap-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:415px) {
	.sm-dress-code_wrap-bottom {
		gap: 20px;
	}
}

[data-sm-text=DRESSCODE_COLORS]>div {
	border: 1px solid #45493a99;
}

@media (max-width:415px) {
	[data-sm-text=DRESSCODE_COLORS]>div {
		width: 72px;
		height: 72px;
	}
}

@media (max-width:415px) {
	[data-sm-text=DRESSCODE_COLORS]>div>div {
		width: 64px;
		height: 64px;
	}
}

.sm-timer {
	background-color: #e1d8cb;
}

.sm-timer__container {
	padding: 100px 0;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px;
}

@media (max-width:415px) {
	.sm-timer__container {
		gap: 40px;
		padding: 60px 0;
	}

	.sm-timer__container-titel {
		text-align: center;
	}
}

.sm-timer-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:415px) {
	.sm-timer-time {
		gap: 18px;
		max-width: 358px;
	}
}

.sm-timer-time_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:415px) {
	.sm-timer-time_item {
		gap: 10px;
	}
}

.sm-timer-time_numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
}

@media (max-width:415px) {
	.sm-timer-time_numbers {
		gap: 3px;
	}
}

.sm-timer-time_number {
	padding: 3px;
	background: 0 0;
	-webkit-box-shadow: 8px 10px 20px 0 rgba(0,0,0,.25);
	box-shadow: 8px 10px 20px 0 rgba(0,0,0,.25);
	border: 1px solid #45493a;
}

@media (max-width:415px) {
	.sm-timer-time_number {
		padding: 1px;
	}
}

.sm-timer-time_number-span {
	display: block;
	padding: 28px 33px;
	background-color: #45493a;
}

@media (max-width:415px) {
	.sm-timer-time_number-span {
		padding: 7px 8px;
	}
}

.sm-contact {
	padding: 81px 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media (max-width:415px) {
	.sm-contact {
		padding: 0 0 730px;
		background-color: #e1d8cb;
	}
}

.sm-contact_img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: -1;
}

@media (max-width:415px) {
	.sm-contact_img {
		z-index: 0;
		max-height: 348px;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
	}
}

.sm-contact__shell {
	background-color: #e1d8cb;
	padding: 51px 0 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #45493a;
}

@media (max-width:415px) {
	.sm-contact__shell {
		position: absolute;
		z-index: 2;
		top: 216px;
		padding: 60px 0;
		gap: 30px;
		max-width: 358px;
	}
}

.sm-contact__shell-descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sm-contact__shell-descr_line {
	width: 240px;
	border-top: 1px solid #45493a;
}

@media (max-width:415px) {
	.sm-contact__shell-descr_line {
		width: 114px;
	}
}

.sm-contact__shell-descr_text {
	text-align: center;
	max-width: 446px;
}

.sm-contact__shell-item {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 20px;
}

.sm-bg-image_photo {
	display: block;
	width: 100%;
	height: 957px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:415px) {
	.sm-contact__shell-item {
		padding-bottom: 10px;
	}

	.sm-bg-image_photo {
		height: 195px;
	}
}

.sm-date {
	padding: 100px 0 147px;
	background-color: #6b6d61;
}

@media (max-width:415px) {
	.sm-date {
		padding: 60px 0;
	}
}

.sm-date__titel {
	text-align: center;
	padding-bottom: 60px;
	display: block;
}

@media (max-width:415px) {
	.sm-date__titel {
		padding-bottom: 40px;
	}
}

.sm-date__titel-line {
	padding-top: 30px;
	border-bottom: 1px solid #fffaf1;
	width: 240px;
	margin: 0 auto;
}

@media (max-width:415px) {
	.sm-date__titel-line {
		width: 114px;
		padding-top: 20px;
	}
}

.sm-date__calendar {
	max-width: 512px;
	margin: 0 auto;
}

@media (max-width:415px) {
	.sm-date__calendar {
		max-width: 358px;
	}
}

.sm-date__calendar-item,.sm-date__calendar-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sm-date__calendar-top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 30px;
	position: relative;
}

.sm-date__calendar-item {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sm-date__calendar-item_arrow {
	width: 25px;
	height: 15px;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}

@media (max-width:415px) {
	.sm-date__calendar-item_arrow {
		width: 18px;
		height: 11px;
	}
}

.sm-date__calendar-bottom {
	display: grid;
	grid-template-areas: "days days days days days days days""days days days days days days days""days45 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: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 31px;
}

@media (max-width:415px) {
	.sm-date__calendar-bottom {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
		row-gap: 25px;
	}
}

.arrow-year {
	margin-top: 30px;
}

@media (max-width:415px) {
	.arrow-year {
		margin-top: 4px;
	}
}

.number-acrive {
	border: 1px solid #fffaf1;
	padding: 8px 10px;
}

.sm-wishes {
	position: relative;
	width: 100%;
	height: 65%;
	overflow: hidden;
}

.sm-wishes_img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	margin: auto;
}

.sm-wishes__content {
	padding: 100px 0 127px;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
}

@media (max-width:415px) {
	.sm-wishes__content {
		padding: 60px 0;
		gap: 40px;
	}
}

.sm-wishes__content-wrap {
	max-width: 450px;
	position: relative;
}

@media (max-width:415px) {
	.sm-wishes__content-wrap {
		max-width: 358px;
	}
}

.sm-wishes__content-wrap_pagination {
	position: absolute;
	bottom: 0;
	left: 194px;
}

@media (max-width:415px) {
	.sm-wishes__content-wrap_pagination {
		left: 159px;
	}
}

.sm-wishes__content-item {
	text-align: center;
}

.sm-wishes__content-slider {
	padding-bottom: 76px;
}

@media (max-width:415px) {
	.sm-wishes__content-slider {
		padding-bottom: 54px;
	}
}

.sm-slider .slick-arrow {
	position: absolute;
	bottom: 0;
	font-size: 0;
	width: 18px;
	height: 36px;
	background-image: url(../img/arrow-left.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width:415px) {
	.sm-slider .slick-arrow {
		width: 12px;
		height: 23px;
	}
}

.sm-slider .slick-arrow.slick-prev {
	left: 158.5px;
}

@media (max-width:415px) {
	.sm-slider .slick-arrow.slick-prev {
		left: 124px;
	}
}

.sm-slider .slick-arrow.slick-next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 158.5px;
}

@media (max-width:415px) {
	.sm-slider .slick-arrow.slick-next {
		right: 124px;
	}
}

.sm-questionnaire {
	padding: 100px 0;
	background-color: #e1d8cb;
}

@media (max-width:415px) {
	.sm-questionnaire {
		padding: 0 0 60px;
	}
}

.sm-questionnaire__container {
	max-width: 1146px;
	margin: 0 auto;
	padding: 0 16px;
}

.sm-questionnaire__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 88px;
}

@media (max-width:415px) {
	.sm-questionnaire__top {
		padding-bottom: 40px;
		gap: 20px;
	}
}

.sm-questionnaire__top-text {
	max-width: 238px;
	text-align: center;
}

@media (max-width:415px) {
	.sm-questionnaire__top-text {
		max-width: 100%;
		margin-top: 10px;
	}
}

.sm-questionnaire__top-line {
	display: none;
}

@media (max-width:415px) {
	.sm-questionnaire__top-line {
		display: block;
		width: 114px;
		border-top: 1px solid #45493a;
	}
}

.sm-questionnaire-btn {
	display: none;
}

@media (max-width:415px) {
	.sm-questionnaire-btn {
		display: block;
		margin: 0 auto;
		max-width: 246px;
	}

	.sm-questionnaire-form {
		display: none;
	}
}

.sm-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:415px) {
	.sm-form {
		gap: 40px;
		padding-bottom: 59px;
	}
}

.sm-form__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width:415px) {
	.sm-form__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}
}

.sm-form__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	max-width: 520px;
}

@media (max-width:415px) {
	.sm-form__left {
		max-width: 100%;
	}
}

.sm-form__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.sm-form__input::-webkit-input-placeholder {
	all: unset;
	font-family: "SMTextsFont",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: rgba(69,73,58,.33);
	padding-bottom: 10px;
	width: 100%;
	cursor: pointer;
}

.sm-form__input::-moz-placeholder {
	all: unset;
	font-family: "SMTextsFont",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: rgba(69,73,58,.33);
	padding-bottom: 10px;
	width: 100%;
	cursor: pointer;
}

.sm-form__input:-ms-input-placeholder {
	all: unset;
	font-family: "SMTextsFont",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: rgba(69,73,58,.33);
	padding-bottom: 10px;
	width: 100%;
	cursor: pointer;
}

.sm-form__input::-ms-input-placeholder {
	all: unset;
	font-family: "SMTextsFont",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: rgba(69,73,58,.33);
	padding-bottom: 10px;
	width: 100%;
	cursor: pointer;
}

.sm-form__input,.sm-form__input::placeholder {
	all: unset;
	font-family: "SMTextsFont",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	padding-bottom: 10px;
	width: 100%;
	cursor: pointer;
}

.sm-form__input {
	border-bottom: 1px solid #45493a;
}

.sm-form__input::placeholder {
	color: rgba(69,73,58,.33);
}

@media (max-width:415px) {
	.sm-form__input::-webkit-input-placeholder {
		font-size: 18px;
	}

	.sm-form__input::-moz-placeholder {
		font-size: 18px;
	}

	.sm-form__input:-ms-input-placeholder {
		font-size: 18px;
	}

	.sm-form__input::-ms-input-placeholder {
		font-size: 18px;
	}

	.sm-form__input,.sm-form__input::placeholder {
		font-size: 18px;
	}
}

.sm-form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

@media (max-width:415px) {
	.sm-form__item {
		gap: 10px;
	}
}

.sm-form__drinks,.sm-form__item-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sm-form__item-radio {
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.sm-form__drinks {
	gap: 40px;
}

@media (max-width:415px) {
	.sm-form__drinks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}

.sm-form__drinks-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	gap: 15px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width:415px) {
	.sm-form__drinks-check {
		gap: 10px;
		grid-template-columns: 1fr;
	}
}

.radio-input {
	accent-color: #45493a!important;
	border-color: #45493a;
	color: #45493a;
	width: 30px;
	height: 30px;
	outline: 0;
	cursor: pointer;
}

.sm-form_checkbox {
	padding-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
}

.sm-form_checkbox_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
}

.sm-form_checkbox_box {
	position: absolute;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	margin-left: -50px;
	background-size: contain;
	cursor: pointer;
}



.sm-modal {
	opacity: 1;
	visibility: hidden;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	background-color: #fffaf1;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y: auto;
	height: 100vh;
}

.sm-modal-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 22px;
	margin-top: 16px;
	width: 100%;
}

.sm-modal-close_img {
	width: 36px;
	height: 36px;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
}

.sm-modal-titel {
	text-align: center;
	padding-bottom: 40px;
}

.modal-open {
	opacity: 1;
	visibility: visible;
}

.sm-footer {
	width: 100%;
	height: 35%;
	overflow: hidden;
	position: relative;
}

.sm-footer_photo {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	margin: auto;
}

.sm-footer__shell {
	padding: 335px 0 334px;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

@media (max-width:415px) {
	.sm-footer__shell {
		padding: 60px 0 204px;
	}
}

.sm-footer__shell-love {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:415px) {
	.sm-footer__shell-love {
		gap: 10px;
	}
}

.sm-footer__shell-love_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.sm-mob-btn {
	display: none;
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}

@media (max-width:415px) {
	.sm-footer__shell-love_text {
		gap: 15px;
	}

	.sm-date__calendar-bottom .sm-cormorantLight-30-20px {
		margin-bottom: 20px;
	}

	.sm-mob-btn {
		display: block;
	}

	.sm-button {
		font-weight: 100;
		font-size: 18px;
		min-height: 54px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #45493a;
		font-family: "SMTextsFont",sans-serif;
		color: #fff;
	}
}

.sm-thanks {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/footer.webp)50% 50%no-repeat;
	z-index: 1000;
	background-size: cover;
	align-content: center;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	font-family: "SMHeadersFont",serif;
	font-size: 65px;
	display: none;
	text-align: center;
	line-height: 160%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	color: inherit;
}

@media (max-width:415px) {
	.sm-thanks {
		background-image: url(../img/footer-mobile.webp?v=3);
		font-size: 60px;
		pointer-events: all;
	}
}

.sm-thanks.active {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.sm-line {
	position: relative;
	width: 280px;
	height: 1px;
	background: #fffaf1;
}

.sm-line:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translateX(-50%);
	background: #6b6d61;
	border: 1px solid #fffaf1;
}

.sm-timing__items {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 80px;
}

.sm-timing__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px;
	max-width: 200px;
	width: 100%;
}

.sm-timing__item__img {
	width: 140px;
	height: 140px;
}

.sm-timing__item__img svg {
	max-width: 140px;
	max-height: 140px;
}

.sm-timing__item[data-default]:not([data-default=""]) svg {
	fill: #fffaf1;
}

.sm-timing .sm-line {
	position: absolute;
	top: 50%;
	width: 100%;
}

.sm-timing__item__text>p:first-child {
	display: block;
	font-family: "SMTextsFont",sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 39.01px;
	text-align: center;
	color: #fffaf1;
}

.sm-timing__item__text>p:last-child {
	display: block;
	font-family: "SMTextsFont",sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 39.01px;
	text-align: center;
	color: #fffaf1;
	margin-top: 10px;
}

.sm-timing {
	padding: 120px 0;
	background-color: #6b6d61;
}

.sm-timing h2 {
	text-align: center;
	color: #fffaf1;
}

@media (max-width:415px) {
	.sm-timing {
		padding: 64px 0;
	}

	.sm-timing__items {
		margin-top: 32px;
		flex-direction: column;
		gap: 32px;
	}

	.sm-timing__item {
		flex-direction: row;
		gap: 48px;
		max-width: 100%;
	}

	.sm-timing__item__img,.sm-timing__item__img svg {
		width: 64px;
		height: 64px;
	}

	.sm-timing__item__text>p {
		text-align: left!important;
	}

	.sm-timing__item__text>p:first-child {
		font-size: 24px;
	}

	.sm-timing__item__text>p:last-child {
		font-size: 20px;
		line-height: 24px;
	}

	.sm-timing .sm-line {
		width: 1px;
		height: 100%;
		top: 0;
		left: 90px;
	}

	.sm-timing .sm-line:before {
		top: 50%;
		left: -1px;
	}
}

.sm-wishes .sm-btn {
	display: flex;
	margin: 24px auto 0;
	width: fit-content;
	text-align: center;
}

[data-sm-text=DRESSCODE_COLORS]>div {
	width: initial;
	height: initial;
	position: relative;
	border-radius: 50%;
	flex: 1 1 0;
	aspect-ratio: 1/1;
	max-width: 182px;
}

[data-sm-text=DRESSCODE_COLORS]>div>div {
	position: absolute;
	content: "";
	height: 95%;
	width: 95%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 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:415px) {
	[data-sm-text=DRESSCODE_COLORS] {
		gap: 30px;
		padding: 20px;
		overflow-x: initial;
	}

	[data-sm-text=DRESSCODE_COLORS]>div {
		flex: initial;
		max-width: 100px;
		width: initial;
		height: initial;
		aspect-ratio: 1/1;
	}

	[data-sm-text=DRESSCODE_COLORS]>div>div {
		width: 64px;
		height: 64px;
		border: 1px solid #fff;
	}
}