.header-pl {
	position: relative;
	isolation: isolate;
	transition: box-shadow 0.25s ease;
	overflow: visible;
	z-index: 999;
}

.header-pl__content {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.header-pl__overlay,
.header-pl__overlay-mobile {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

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

.header-pl__overlay svg,
.header-pl__overlay-mobile svg {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	min-width: 100%;
	width: auto;
	height: auto;
}

.header-pl--inner .header-pl__overlay svg {
	bottom: auto;
	top: 0;
}

.header-pl__bar {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 28px 38px;
	min-height: 97px;
	position: relative;
}

.header-pl--live .header-pl__overlay svg {
	height: 100%;
}

.header-pl__bar--info {
	padding-bottom: 0;
	min-height: auto;
}

.header-pl__bar #otp_nav_bar {
	grid-column: 3;
	justify-self: end;
}

.header-pl__logo {
	display: block;
	text-decoration: none;
	width: fit-content;
}

.header-pl__logo-full {
	display: block;
	width: 187px;
	height: auto;
}

.header-pl__hero {
	margin-bottom: 28px;
	text-align: center;
}

.header-pl__hero-nav {
	color: #4e117e;
	font-size: 32px;
	font-family: "Baloo 2", sans-serif;
	line-height: 1;
	letter-spacing: 0.4px;
	margin-bottom: 16px;
	font-weight: 400;
}

.header-pl__hero-title {
	font-family: "Baloo 2", sans-serif;
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	color: #4e117e;
	letter-spacing: 0.4px;
}

.header-pl__search-row {
	padding: 0 38px;
	display: grid;
	grid-template-columns: 1fr minmax(0, 1176px) 1fr;
	align-items: center;
}

.header-pl__breadcrumb-cell {
	grid-column: 1;
}

.header-pl__search-row .header__search-container {
	grid-column: 2;
}

.header-pl__stats {
	margin-top: 40px;
	padding-bottom: 168px;
	display: flex;
	justify-content: center;
	gap: 48px;
}

.header-pl__stat {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 24px 32px;
	border-radius: 62px;
	background: rgba(251, 248, 236, 0.85);
}

.header-pl__stat > svg {
	width: 30px;
	height: 30px;
}

.header-pl__stat--purple .header-pl__stat-value {
	color: #f135bf;
}

.header-pl__stat--purple svg path {
	stroke: #f135bf;
}

.header-pl__stat--blue .header-pl__stat-value {
	color: #19b6ff;
}

.header-pl__stat--blue svg path {
	stroke: #19b6ff;
}

.header-pl__stat--green .header-pl__stat-value {
	color: #00de55;
}

.header-pl__stat--green svg path {
	stroke: #00de55;
}

.header-pl__stat-value {
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.4px;
}

.header-pl__info-wave {
	position: relative;
	overflow: hidden;
	height: 156px;
	pointer-events: none;
}

.header-pl__info-wave svg {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	width: auto;
	height: auto;
}

.header-pl__layout:not(.header-pl__layout--hotel) {
	max-width: 1844px;
	display: flow-root;
}

.header-pl__layout {
	margin: 0 auto;
	padding: 0 38px;
}

.header-pl__layout--hotel {
	display: grid;
	grid-template-columns: 1fr minmax(0, 1176px) 1fr;
}

.header-pl__layout--hotel .header__links_hotel--pl {
	grid-column: 2;
}

.header-pl__hotel-title,
.header-pl__title {
	letter-spacing: 0.4px;
	font-weight: 800;
	color: #4e117e;
	line-height: 1.05;
}

.header-pl__hotel-title {
	font-size: 40px;
}

.header-pl__title {
	font-family: "Baloo 2", sans-serif;
	font-size: 48px;
	text-align: center;
}

.header-pl__title-with-icons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header .header__link--pl {
	margin-left: 0;
	margin-bottom: 0;
	display: inline-flex;
}

.header .header__link--pl a {
	background-color: rgba(255, 255, 255, 0.3);
}

.smallHeader .header-pl__hotel-title,
.smallHeader .header-pl__title {
	display: flex;
	justify-content: center;
}

.header-pl--live .header__link {
	margin-left: 0;
}

.header-pl--live .header__link a {
	color: #430474;
}

[lang="pl"] .header__link-back {
	color: #430474;
}
.header-pl--live .header__layout .country__title {
	font-family: "Baloo 2", sans-serif;
	font-size: 56px;
	line-height: 1;
	margin: 0 0 32px;
	color: #430474;
}

.header-pl--live .live-stat-card {
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #430474;
}

.header-pl--live .live-stat-card__value {
	line-height: 1;
}

.header-pl--live .live-stat-card__label {
	font-weight: 500;
}

@media (max-width: 1500px) {
	.header-pl__search-row {
		grid-template-columns: 1fr;
	}

	.header-pl__search-row .header__search-container {
		grid-column: 1;
		max-width: 1176px;
		margin: 0 auto;
	}
}

@media (max-width: 1175px) {
	.header-pl__search-row {
		padding: 0 20px;
	}

	.header-pl__bar {
		grid-template-columns: auto 1fr;
		padding: 28px 20px 10px;
	}
	.header-pl__bar--info {
		padding-bottom: 0;
	}
	.header-pl__info-wave {
		margin-left: -24px;
		margin-right: -24px;
		height: 110px;
	}
	.header-pl__bar #otp_nav_bar {
		grid-column: 2;
	}
	.header-pl__bar-title {
		grid-column: 1 / -1;
		grid-row: 2;
		margin-top: 8px;
		text-align: center;
	}
	.header-pl__title-with-icons {
		justify-content: center;
	}
	.header-pl__hero {
		padding: 0 20px 16px;
	}
	.header-pl__stats {
		gap: 32px;
	}
	.header-pl__layout {
		padding: 0 20px;
	}
}

@media (max-width: 900px) {
	.header-pl__hero-title {
		font-size: 42px;
	}

	.header-pl__stat {
		padding: 14px 20px;
	}
}

@media (max-width: 767px) {
	.header-pl__bar {
		padding: 19px 0;
	}
	.header-pl__bar--info {
		padding-bottom: 0;
	}
	.header-pl--info {
		padding-bottom: 0;
	}
	.app_contacts .header-pl__bar-title,
	.app_contacts .header-pl__info-wave {
		display: none;
	}
	.app_contacts .header-pl__bar--info {
		padding-bottom: 24px;
	}
	.app_hotel .header-pl__layout {
		padding: 0;
	}
	.header-pl__hotel-title,
	.header-pl__title {
		font-size: 32px;
	}
	.header .header__link--pl {
		margin-bottom: 19px;
	}
	.header-pl__hero-nav {
		display: none;
	}
	.header-pl__hero {
		padding: 0;
	}
	.header-pl__hero-title {
		font-size: 42px;
		margin-top: 12px;
		text-align: left;
	}
	.header-pl__breadcrumb-cell {
		display: none;
	}
	.header-pl__search-row {
		padding: 0;
	}
	.header-pl__stats {
		display: none;
	}
	.header-pl__overlay-mobile {
		display: block;
	}
	.header-pl--live .header-pl__overlay {
		display: none;
	}
	.header-pl.app_tour_operator .header-pl__bar-title {
		display: none;
	}
	.header-pl.app_tour_operator .header-pl__overlay {
		display: none;
	}

	.header-pl--live .header__layout .country__title {
		font-size: 28px;
		line-height: 1.2;
		order: 3;
		margin: 12px 0;
	}
	.header-pl--live .header__link {
		order: 4;
		margin: 12px 0 24px;
	}
	.header-pl--live .live-stat-card {
		background-color: rgba(255, 255, 255, 0.8);
	}

	.header-pl--live .live-stat-card__label {
		font-weight: 600;
	}
}

@media (max-width: 425px) {
	.header-pl__overlay {
		left: -800px;
	}
	.smallHeader .header-pl__title {
		display: none;
	}
	.header-pl__bar-title {
		display: none;
	}
}

@media (max-width: 375px) {
	.header-pl__hotel-title,
	.header-pl__title {
		font-size: 24px;
	}
}
