/* Mimosa Hotel contact page */

.contact-hero {
	position: relative;
	width: 100%;
	height: 72vh;
	min-height: 620px;
	max-height: 820px;
	overflow: hidden;
	background: var(--mimo-ink);
}

.contact-hero .splide__track,
.contact-hero .splide__list,
.contact-hero__slide {
	height: 100%;
	min-height: inherit;
}

.contact-hero__slide {
	position: relative;
	display: flex;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.contact-hero__slide::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(10, 10, 9, .22);
	pointer-events: none;
}

.contact-hero__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.contact-hero .splide__arrow {
	z-index: 3;
	top: 50%;
	width: 52px;
	height: 72px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--mimo-white);
	font-size: 46px;
	opacity: .9;
	transform: translateY(-50%);
}

.contact-hero .splide__arrow--prev { left: 34px; }
.contact-hero .splide__arrow--next { right: 34px; }

.contact-section {
	width: 100%;
	padding: 96px 0 128px;
	background: var(--mimo-white);
}

.contact-section__inner {
	display: flex;
	flex-direction: column;
	width: min(1380px, calc(100% - 120px));
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

.contact-section__title {
	align-self: center;
	margin: 0 0 64px;
	color: var(--mimo-ink);
	font-size: clamp(28px, 2.4vw, 36px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -.02em;
	text-align: center;
}

.contact-section__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: start;
	gap: clamp(64px, 7vw, 112px);
	width: 100%;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 72px;
	padding-top: 8px;
}

.contact-info__block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contact-info__heading {
	margin: 0 0 30px;
	color: var(--mimo-ink);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.35;
}

.contact-info__text {
	margin: 0 0 7px;
	color: rgba(10, 10, 9, .68);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.contact-info__block--reservation .contact-info__text + .contact-info__text {
	margin-top: 12px;
}

.contact-info__accent {
	color: var(--mimo-brand);
}

.contact-form-wrap {
	width: 100%;
}

.contact-form-wrap__note {
	margin: 0 0 16px;
	color: rgba(10, 10, 9, .62);
	font-size: 15px;
	line-height: 1.5;
}

.contact-form,
.contact-form .dawp-form-container,
.contact-form .dawp-contact-form-el {
	width: 100%;
}

.contact-form .dawp-form-row {
	display: flex;
	gap: 18px;
	width: 100%;
}

.contact-form .dawp-form-col {
	min-width: 0;
}

.contact-form .dawp-col-6 {
	flex: 0 0 calc(50% - 9px);
	max-width: calc(50% - 9px);
}

.contact-form .dawp-form-group {
	margin: 0 0 18px;
}

.contact-form .dawp-form-group label {
	display: block;
	margin: 0 0 7px;
	color: rgba(10, 10, 9, .72);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.contact-form .required {
	color: var(--mimo-brand);
}

.contact-form .dawp-input,
.contact-form .dawp-select,
.contact-form .dawp-textarea {
	width: 100%;
	margin: 0;
	border: 1px solid rgba(10, 10, 9, .38);
	border-radius: 0;
	background: var(--mimo-white);
	color: var(--mimo-ink);
	font-family: var(--mimo-font-family);
	font-size: 15px;
	font-weight: 400;
	box-shadow: none;
	outline: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form .dawp-input,
.contact-form .dawp-select {
	height: 54px;
	padding: 0 18px;
}

.contact-form .dawp-textarea {
	min-height: 132px;
	padding: 15px 18px;
	resize: vertical;
}

.contact-form .dawp-input:focus,
.contact-form .dawp-select:focus,
.contact-form .dawp-textarea:focus,
.contact-form .dawp-captcha-input:focus {
	border-color: var(--mimo-brand);
	box-shadow: 0 0 0 2px rgba(168, 117, 61, .1);
}

.contact-form .dawp-form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 176px;
	min-height: 50px;
	margin-top: 4px;
	padding: 12px 24px;
	border: 1px solid var(--mimo-brand);
	border-radius: 0;
	background: var(--mimo-brand);
	color: var(--mimo-white);
	font-family: var(--mimo-font-family);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .06em;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease;
}

.contact-form .dawp-form-submit:hover,
.contact-form .dawp-form-submit:focus-visible {
	border-color: var(--mimo-brand-soft);
	background: var(--mimo-brand-soft);
}

.contact-form .dawp-captcha-wrap {
	margin: 20px 0 !important;
}

.contact-form .dawp-captcha-code,
.contact-form .dawp-captcha-reload,
.contact-form .dawp-captcha-input {
	border-radius: 0 !important;
}

.contact-form .dawp-form-response {
	margin-top: 16px;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.5;
}

.contact-form .dawp-form-response.success {
	border: 1px solid #7b8068;
	color: #4f5942;
}

.contact-form .dawp-form-response.error {
	border: 1px solid #b84a4a;
	color: #a43838;
}

@media (max-width: 991px) {
	.contact-hero {
		height: 680px;
		min-height: 680px;
	}

	.contact-section {
		padding: 84px 0 96px;
	}

	.contact-section__inner {
		width: calc(100% - 72px);
	}

	.contact-section__title {
		margin-bottom: 52px;
	}

	.contact-section__grid {
		gap: 52px;
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	}
}

@media (max-width: 767px) {
	.contact-section__grid {
		display: flex;
		flex-direction: column;
		gap: 64px;
	}

	.contact-info {
		gap: 52px;
	}
}

@media (max-width: 640px) {
	.contact-hero {
		height: 560px;
		min-height: 560px;
	}

	.contact-hero .splide__arrow {
		width: 38px;
		height: 58px;
		font-size: 36px;
	}

	.contact-hero .splide__arrow--prev { left: 8px; }
	.contact-hero .splide__arrow--next { right: 8px; }

	.contact-section {
		padding: 68px 0 80px;
	}

	.contact-section__inner {
		width: calc(100% - 40px);
	}

	.contact-section__title {
		margin-bottom: 40px;
		font-size: 27px;
	}

	.contact-info__heading {
		font-size: 20px;
	}

	.contact-form .dawp-form-row {
		display: block;
	}

	.contact-form .dawp-col-6 {
		max-width: none;
		width: 100%;
	}
}
