/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

header .logo_normal img,
header .logo_sticky img {
	width: 280px;
	max-width: none;
	height: auto;
	object-fit: contain;
}

.lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.lang-switcher__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	color: #111;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
}

.lang-switcher__link:hover,
.lang-switcher__link:focus {
	color: #fff;
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}

.lang-switcher__link.is-active {
	color: #111 !important;
	border-color: #fff;
	background-color: #fff;
}

.lang-switcher-mobile {
	margin-bottom: 26px;
}

.panel_menu .lang-switcher__link {
	border-color: rgba(255, 255, 255, 0.5);
}

.contact-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	font-size: 1.7rem;
	line-height: 1;
	color: #111;
}

.contact-symbol--whatsapp {
	color: #25d366;
}

.contact-symbol--whatsapp svg {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 767.98px) {
	.lang-switcher-desktop {
		display: none;
	}
}

:root {
	--beddy-bar-space: 130px;
}

.beddy-fixed-wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1200;
	width: 100%;
	pointer-events: none;
}

.beddy-mobile-toggle {
	display: none;
}

.beddy-mobile-panel {
	width: 100%;
}

.beddy-fixed-wrap beddy-bar {
	display: block;
	width: 100%;
	pointer-events: auto;
}

footer.revealed {
	margin-bottom: var(--beddy-bar-space);
}

@media (max-width: 991.98px) {
	:root {
		--beddy-bar-space: 64px;
	}

	.beddy-fixed-wrap {
		pointer-events: auto;
	}

	.beddy-mobile-toggle {
		display: block;
		width: calc(100% - 20px);
		margin: 0 auto 10px;
		height: 54px;
		border: 0;
		border-radius: 999px;
		background: #1a1a1a;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		line-height: 1;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
	}

	.beddy-mobile-panel {
		display: none;
	}

	.beddy-fixed-wrap.is-open .beddy-mobile-panel {
		display: block;
	}
}

@media (max-width: 575.98px) {
	:root {
		--beddy-bar-space: 58px;
	}

	.beddy-mobile-toggle {
		width: calc(100% - 16px);
		height: 50px;
		margin-bottom: 8px;
		font-size: 13px;
	}
}
