/* =========================================================
   BE IN IT — PRZEŁĄCZNIK JĘZYKÓW
========================================================= */

.beinit-language-switcher,
.beinit-language-switcher *,
.beinit-language-switcher *::before,
.beinit-language-switcher *::after {
	box-sizing: border-box;
}

.beinit-language-switcher {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Poppins", Arial, sans-serif;
}

.beinit-language-switcher__field {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.beinit-language-switcher__select {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 38px 0 14px;

	color: #ffffff;
	-webkit-text-fill-color: #ffffff;

	font-family: "Poppins", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	background: #061a39;
	background-image: none;

	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 22px;
	box-shadow: none;

	cursor: pointer;
	outline: 0;
}

.beinit-language-switcher__select:hover {
	border-color: rgba(49, 169, 230, 0.52);
	background: #082343;
}

.beinit-language-switcher__select:focus-visible {
	border-color: #31a9e6;
	outline: 2px solid rgba(49, 169, 230, 0.30);
	outline-offset: 2px;
}

.beinit-language-switcher__select option {
	color: #092846;
	-webkit-text-fill-color: #092846;
	background: #ffffff;
	font-weight: 600;
}

.beinit-language-switcher__arrow {
	position: absolute;
	top: 50%;
	right: 15px;

	display: block;
	width: 7px;
	height: 7px;

	border-right: 2px solid rgba(255, 255, 255, 0.86);
	border-bottom: 2px solid rgba(255, 255, 255, 0.86);

	transform: translateY(-65%) rotate(45deg);
	transform-origin: center;

	pointer-events: none;
}

/* Shortcode umieszczony w nagłówku desktopowym */
.beinit-desktop-language .beinit-language-switcher {
	width: 116px;
	min-width: 116px;
}

/* Shortcode umieszczony w menu mobilnym */
.beinit-mobile-language .beinit-language-switcher {
	width: 100%;
}

.beinit-mobile-language .beinit-language-switcher__select {
	height: 48px;
	padding-right: 44px;
	padding-left: 16px;

	font-size: 14px;
	font-weight: 650;

	border-radius: 11px;
}

.beinit-mobile-language .beinit-language-switcher__arrow {
	right: 18px;
}

/* Ukrycie elementów technicznych Google Translate */
#beinit-google-translate-engine,
.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
	display: none !important;
	visibility: hidden !important;
}

body {
	top: 0 !important;
}

.skiptranslate iframe {
	display: none !important;
}

@media (max-width: 575.98px) {
	.beinit-mobile-language .beinit-language-switcher__select {
		height: 46px;
		font-size: 13.5px;
	}
}
