@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	font-family: "Inter", sans-serif;
}

* ul {
	padding: 0;
	margin: 0 !important;
	list-style: none !important;
}


* a {
	text-decoration: none;
}


* h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

body {
	background: #F4F0E7 !important;
	overflow-x: hidden !important;
}

.wm-header-desk {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 60px;
	border-bottom: 1px solid #1B243814;
	gap: 30px;
}

.wc-header-desk__logo img {
	width: 100%;
	max-width: 300px;
}

.wc-header-desk__logo-title {
	display: none;
}

.wc-header-desk__navigation ul {
	display: flex;
	gap: 24px;
}

.wc-header-desk__navigation ul a,
.wc-header-desk__navigation ul a:hover,
.wc-header-desk__navigation ul a:visited {
	color: #4A5265;
}


.wm-header-desk__buttons {
	display: flex;
	align-items: center;
}

.wm-header-desk__buttons-brow {
	background-color: #A15939;
	padding: 11px 25px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	width: fit-content;
}

.wm-header-desk__buttons-brow:hover,
.wm-header-desk__buttons-brow:visited {
	color: #fff;
}

.wm-header-desk__buttons-brow svg {
	margin-left: 5px;
}

.wm-header-desk__buttons-white {
	background-color: transparent;
	padding: 11px 25px;
	color: #1B2438;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #1B2438;
	width: fit-content;
	display: inline-block;
}

.wm-header-desk__buttons-white:hover,
.wm-header-desk__buttons-white:visited {
	color: #1B2438;
}

.wm-header-desk__buttons-white svg {
	margin-left: 5px;
}

.wc-header-desk__lang select,
.wm-header-mobile__lang select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	min-width: 64px;
	margin: 0;
	padding: 10px 12px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	border: 1px solid #A15939;
	font-family: "Inter" sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	color: #4A5265;
	text-transform: uppercase;
	cursor: pointer;
}

.wc-header-desk__lang select:focus,
.wm-header-mobile__lang select:focus {
	outline: none;
	border-color: #b99a65;
}

.wc-header-desk__lang select::-ms-expand,
.wm-header-mobile__lang select::-ms-expand {
	display: none;
}

footer {
	padding: 80px 60px 26px 60px;
}

.wm-footer-row1 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
}

.wm-footer-col1 img {
	width: 246px;
	display: block;
	margin-bottom: 14px;
}

.wm-footer-col1 a,
.wm-footer-col1 a:hover,
.wm-footer-col1 a:visited {
	color: #A85D3B;
	font-size: 12px;
	font-weight: 500;
	display: block;
	margin-top: 14px;
}

.wc-footer-text {
	color: #4A5265;
	font-size: 12px;
	font-weight: 400;
}

.wm-home-footer__title {
	color: #1B2438;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 8%;
	margin-bottom: 12px;
}

.wm-footer-col1,
.wm-footer-col2,
.wm-footer-col3,
.wm-footer-col4,
.wm-footer-col5,
.wm-footer-col6 {
	min-width: 170px;
}

.wm-footer-col2 .wc-header-desk__navigation ul ,
.wm-footer-col3 ul ,
.wm-footer-col4 ul ,
.wm-footer-col5 ul ,
.wm-footer-col6 ul  {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.wm-footer-col2 .wc-header-desk__navigation ul a {
	color: #4A5265;
	font-size: 12px;
	font-weight: 400;
}

.wm-footer-row2 {
	display: flex;
	justify-content: space-between;
	border-top:1px solid #1B243814;
	padding-top: 26px;
	margin-top: 64px;
}

.wm-footer-row2 p {
	font-size: 11px;
	color: #828A99;
	text-transform: uppercase;
}

.wc-footer-privacy {
	display: flex;
	align-items: center;
	gap: 26px;
}

.wc-footer-privacy a,
.wc-footer-privacy a:hover,
.wc-footer-privacy a:visited{
	font-size: 11px;
	color: #828A99;
}


.wm-home-preTitle {
    font-size: 11px;
    text-transform: uppercase;
    color: #A85D3B;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 18px;
    list-style: disc;
    letter-spacing: 10%;
}

.wm-home-preTitle::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #A85D3B;
    margin-right: 8px;
    border-radius: 50%;
}

.wm-button-back--home ,
.wm-button-back--home:hover ,
.wm-button-back--home:visited {
	color: #4A5265;
	font-size: 13px;
	font-weight: 500;
	display: block;
	margin-bottom: 56px;
}

.wm-button-back--home svg {
	margin-right: 8px;
}

.wm-header-mobile {
	display: none;
}

body.wm-mobile-menu-open {
	overflow: hidden;
}

@media(max-width: 1000px) {
	.wm-header-desk {
		display: none;
	}

	.custom-logo-link {
		width: 180px;
	}

	.wm-header-mobile {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 16px;
		border-bottom: 1px solid #1B243814;
	}

	.wm-header-mobile__lang select {
		min-width: 53px;
		padding: 6px 8px;
		font-size: 12px;
	}

	.wm-header-mobile__logo {
		display: block;
	}

	.wm-header-mobile__logo img {
		width: 180px;
		height: auto;
	}

	.wm-header-mobile__toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 28px;
		height: 28px;
		padding: 0;
		background: transparent;
		border: none;
		cursor: pointer;
	}

	.wm-header-mobile__toggle span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #1B2438;
		border-radius: 2px;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.wm-header-mobile__toggle.is-open span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.wm-header-mobile__toggle.is-open span:nth-child(2) {
		opacity: 0;
	}

	.wm-header-mobile__toggle.is-open span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.wm-mobile-menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		gap: 24px;
		padding: 24px 20px;
		background-color: #F4F0E7;
		border-right: 1px solid #1B243814;
		box-shadow: 8px 0 16px rgba(27, 36, 56, 0.08);
		transform: translateX(-100%);
		opacity: 0;
		visibility: hidden;
		transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
		z-index: 50;
	}

	.wm-mobile-menu.is-open {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}

	.wm-mobile-menu__navigation ul {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.wm-mobile-menu__navigation ul a,
	.wm-mobile-menu__navigation ul a:visited {
		color: #1B2438;
		font-size: 16px;
		font-weight: 500;
	}

	.wm-mobile-menu__cta {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		box-sizing: border-box;
	}

    footer {
		padding: 60px 16px;
    }

	.wm-footer-row1 {
		flex-direction: column;
	}

	.wm-footer-row2 {
		flex-direction: column;
		margin-top: 32px;
		gap: 32px;
	}
}