/* #region BANNER */
.banner {
	background-color: #322318;
	padding: 80px 0px 94px;
	background-image: url(/img/contact-banner.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left bottom 0px;
}

.banner__wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.banner__title {
	color: #fff;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 4px;
}
.banner__breadcrumb {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	color: #fff;
	line-height: 1.37;
	gap: 12px;
}

.banner__breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 12px;

	a {
		transition: color 0.3s;

		&:hover {
			color: #f1c069;
		}
	}
}

@media screen and (min-width: 744px) {
	.banner {
		padding: 220px 0px 100px;
	}
}

@media screen and (min-width: 1440px) {
	.banner {
		padding: 310px 0px 180px;
		background-attachment: fixed;
		background-position: left center;
	}
	.banner__wrapper {
		margin-bottom: 120px;
	}
	.banner__title {
		font-size: 76px;
		margin-bottom: 5px;
	}
	.banner__breadcrumb {
		font-size: 18px;
		gap: 20px;
	}
	.banner__breadcrumb-item {
		gap: 20px;

		svg {
			width: 24px;
		}
	}
}

/* #endregion BANNER */

/* #region CONTACT */
.contact {
	padding-block: 60px;
}

.contact__wrapper {
	width: 100%;
}

.contact__img-wrapper {
	display: none;
}

.form-wrapper {
	padding: 40px 12px;
	background-color: #5e472f;
	-webkit-box-shadow: 0px 0px 92px 0px rgba(35, 25, 17, 0.71);
	box-shadow: 0px 0px 92px 0px rgba(35, 25, 17, 0.71);
	border-radius: 10px;
}

@media screen and (min-width: 744px) {
	.contact__form-wrapper {
		max-width: 540px;
		margin-inline: auto;
	}
}

@media screen and (min-width: 1440px) {
	.contact {
		padding-block: 120px;
	}
	.contact__wrapper {
		position: relative;
		top: -290px;
		margin-bottom: -290px;
	}

	.contact__inner {
		display: flex;
		justify-content: space-between;
		gap: 12px;
	}

	.contact__img-wrapper {
		display: block;
		flex: 0 0 auto;
		width: 41.66666667%;
		max-width: 100%;
		min-height: 700px;
		position: relative;

		img {
			position: absolute;
			left: -40%;
			min-width: 750px;
		}
	}
	.contact__form-wrapper {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.form-wrapper {
		padding: 60px 30px;
		/* min-height: 952px; */
	}
}
/* #endregion CONTACT */

/* #region HELP */
.contact-help {
	background-color: #322318;
	background-position: bottom center;
	background-image: url(/img/contact-help-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 60px;
}

.contact-help__header {
	color: #fff4e1;
	text-align: center;
	line-height: 1.75;
	margin-bottom: 25px;
}

.contact-help__subtitle {
	color: #f1c069;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 9px;
}

.contact-help__title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 9px;
}

.contact-help__content {
	padding: 30px 20px;
	background-color: #5e472f;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 92px 0px rgba(35, 25, 17, 0.71);
	box-shadow: 0px 0px 92px 0px rgba(35, 25, 17, 0.71);
	position: relative;
}

.contact-help__content-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.contact-help__content-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 1px solid rgb(190, 134, 94);
	border-radius: 50%;
	width: 65px;
	height: 65px;
}

.contact-help__content-link {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #554031;
	box-shadow: 0px 0px 10px 0px rgba(240, 130, 16, 0.68);
	border-radius: 50%;
	width: 45px;
	height: 45px;
}

.contact-help__social-bar-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;

	a {
		display: flex;
		width: 35px;
		height: 35px;
		padding-block: 9px;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.4);
		transition: background-color 0.3s;

		&:hover {
			background-color: #f1c069;
		}
	}
}

@media screen and (min-width: 744px) {
	.contact-help__wrapper {
		max-width: 744px;
		margin-inline: auto;
	}
	.contact-help__header {
		margin-bottom: 16px;
	}
}
@media screen and (min-width: 1440px) {
	.contact-help {
		padding-top: 110px;
		padding-bottom: 0px;
		margin-bottom: 83px;
	}

	.contact-help__wrapper {
		max-width: 100%;
	}
	.contact-help__header {
		font-size: 18px;
		line-height: 1.66;
		margin-bottom: 60px;
	}
	.contact-help__subtitle {
		font-size: 32px;
	}
	.contact-help__title {
		font-size: 57px;
	}
	.contact-help__text {
		max-width: 800px;
		margin-inline: auto;
	}
	.contact-help__content {
		padding: 40px 28px;
		position: relative;
		bottom: -83px;
		margin-top: -83px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.contact-help__social-bar-list {
		margin-top: 0px;
	}
	.contact-help__content-wrapper {
		width: 50%;
		border-right: 1px solid #9c7a61;
		gap: 30px;
	}
	.contact-help__social-bar {
		display: flex;
		justify-content: center;
		width: 50%;
	}
	.contact-help__content-icon {
		width: 85px;
		height: 85px;
	}
	.contact-help__content-link {
		width: 65px;
		height: 65px;
	}
	.contact-help__social-bar-list {
		gap: 15px;

		a {
			width: 45px;
			height: 45px;
		}
	}
}
/* #endregion HELP */

/* #region FAQ */
.faq {
	background-image: unset;
	background-color: #554031;
	padding-block: 54px 60px;
}
.faq__tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 20px;
	margin-bottom: 40px;
}
.faq__tab-btn {
	display: inline-flex;
	align-items: center;
	padding: 9px 24px;
	border-radius: 10px;
	background: #4f3928;
	color: #fff;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;

	&:hover,
	&.active {
		background: #f1c069;
		color: #09040c;
	}
}

.faq__accordion {
	transition: opacity 0.3s, transform 0.3s;

	&.fade-out {
		opacity: 0;
		translate: y(10px);
		pointer-events: none;
	}

	&.fade-in {
		opacity: 1;
		translate: y(0);
	}
}

@media screen and (min-width: 744px) {
	.faq {
		padding-block: 73px 60px;
	}
	.faq__tabs {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1440px) {
	.faq {
		padding-block: 110px 120px;
	}
	.faq__tabs {
		margin-bottom: 32px;
		gap: 24px;
	}
	.faq__tab-btn {
		font-size: 18px;
		padding: 13px 32px;
	}
}

/* #endregion FAQ */
