.cookies-infobar {
	position: fixed;
	right: 2px;
	bottom: 2px;
	z-index: 1000;
	width: 100%;
	max-width: 800px;
	padding: 32px 24px;
	border-radius: 20px;
	background: -o-linear-gradient(83deg, #000 -58.46%, #3228a2 92.02%);
	background: linear-gradient(7deg, #000 -58.46%, #3228a2 92.02%);
	color: #fff;
}
.cookies-infobar.cookies-infobar_accepted {
	display: none;
}
.cookies-infobar_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 24px;
}
.cookies-infobar_wrapper h3 {
	font-family: var(--title-font);
	font-size: clamp(1.25rem, 0.989rem + 1.3vw, 2rem);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
}
.cookies-infobar_wrapper p {
	margin-bottom: 24px;
	font-size: clamp(0.875rem, 0.832rem + 0.22vw, 1rem);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
}
.cookies-infobar_buttons {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.cookies-infobar_btn {
	padding: 12px 24px;
	border-radius: 10px;
	background: var(--Colobutton_color, #ffee64);
	text-align: center;
	color: #07005d;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.cookies-infobar_btn:hover {
	opacity: 0.7;
}
.varazsgomb-header {
	padding: 8px 0;
}
.varazsgomb-header--second {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	padding: 8px 0;
}
.varazsgomb-header--second .varazsgomb-header__body {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.varazsgomb-header--second .varazsgomb-header__link {
	margin: auto;
	display: block;
	width: 365px;
	font-family: Sen, sans-serif;
	font-weight: 700;
	text-align: center;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.varazsgomb-header__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}
.varazsgomb-header__logo {
	width: 138px;
}
.varazsgomb-header__menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.varazsgomb-header__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.varazsgomb-header__link img {
	width: 13px;
	height: 13px;
}
button span {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.varazsgomb-header__alert {
	width: 54px;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

.varazsgomb-header__btn {
	padding: 12px 24px;
	border-radius: 10px;
	color: #07005d;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: #ffee64;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	z-index: 111;
}
.varazsgomb-header__btn:hover {
	color: #ffee64;
	background: #07005d;
}
.varazsgomb-hero {
	padding: 40px 0;
}
.varazsgomb-hero__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.varazsgomb-hero__info {
	position: relative;
	z-index: 2;
	max-width: 817px;
	width: 100%;
}
.varazsgomb-hero__title {
	margin-bottom: 14px;
	font-family: var(--title-font);
	font-size: clamp(1.5rem, 0.886rem + 2.73vw, 3rem);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
}
.varazsgomb-hero__title span {
	color: #ffee64;
}
.varazsgomb-hero__text {
	margin-bottom: 24px;
	max-width: 587px;
	color: #fff;
	font-size: clamp(0.75rem, 0.648rem + 0.45vw, 1rem);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.varazsgomb-hero__link {
	padding: 12px 24px;
	border-radius: 10px;
	color: #07005d;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: #ffee64;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.varazsgomb-hero__link:hover {
	color: #ffee64;
	background: #07005d;
}
.varazsgomb-hero__image {
	position: relative;
	z-index: 1;
	width: 609px;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.varazsgomb-contact {
	padding: 40px 0;
}
.varazsgomb-contact__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	border-radius: 30px;
	border: 2px solid rgba(10, 13, 23, 0.05);
	background: var(--Color, rgba(255, 255, 255, 0.04));
	-webkit-backdrop-filter: blur(190px);
	backdrop-filter: blur(190px);
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.varazsgomb-contact__info {
	padding: 40px;
	max-width: 550px;
}
.varazsgomb-contact__info h3 {
	color: #fff;
	font-size: clamp(1rem, 0.642rem + 1.59vw, 1.875rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.6px;
}
.varazsgomb-contact__info p {
	margin-bottom: 40px;
	color: #fff;
	font-size: clamp(0.75rem, 0.648rem + 0.45vw, 1rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.16px;
	opacity: 0.8;
}
.varazsgomb-contact__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
}
.varazsgomb-contact__input {
	padding: 12px 14px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.15px;
	background: rgba(255, 255, 255, 0.04);
}
.varazsgomb-contact__input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.15px;
}
.varazsgomb-contact__input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.15px;
}
.varazsgomb-contact__input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.15px;
}
.varazsgomb-contact__input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.15px;
}
.varazsgomb-contact__input::placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.15px;
}
.varazsgomb-contact__btn {
	padding: 12px 24px;
	border-radius: 10px;
	background: #ffee64;
	color: #07005d;
	font-family: var(--font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.varazsgomb-contact__btn:hover {
	color: #ffee64;
	background: #07005d;
}
.varazsgomb-contact__pic img {
	padding: 0;
	border-radius: 0 30px 30px 0;
}
.varazsgomb-whyus {
	padding: 40px 0;
}
.varazsgomb-whyus__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 80px;
}
.varazsgomb-whyus__image {
	max-width: 562px;
}
.varazsgomb-whyus__info {
	max-width: 528px;
}
.varazsgomb-whyus__item {
	padding: 19px 35px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.04);
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.varazsgomb-whyus__item img {
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
}
.varazsgomb-whyus__item h3 {
	margin-bottom: 8px;
	color: #fff;
	font-size: clamp(1rem, 0.949rem + 0.23vw, 1.125rem);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}
.varazsgomb-whyus__item p {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
}
.varazsgomb-whyus__item:not(:last-child) {
	margin-bottom: 30px;
}
.varazsgomb-tickets {
	padding: 40px 0 0;
}
.tickets-item {
	gap: 20px;
	height: 226px;
}
.tickets-item__rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 19px 35px;
	border-radius: 30px;
	width: 224px;
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.04);
}
.tickets-item__rate h3 {
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}
.tickets-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 0 40px;
	border-radius: 30px;
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.04);
	overflow: hidden;
}
.tickets-item__info img {
	max-width: 430px;
}
.tickets-item__descr {
	max-width: 530px;
	width: 100%;
}
.tickets-item__descr h2 {
	color: #fff;
	font-size: clamp(2.25rem, 1.943rem + 1.36vw, 3rem);
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: 1.92px;
	text-transform: capitalize;
}
.tickets-item__descr p {
	margin-bottom: 27px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.44px;
	text-transform: uppercase;
}
.tickets-item__descr a {
	padding: 12px 24px;
	border-radius: 10px;
	color: #07005d;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: #ffee64;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.tickets-item__logo {
	width: 96px;
}
.tickets-item__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.tickets-item__list h4 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
}
.tickets-item__stars {
	margin-bottom: 10px;
	width: 110px;
	height: 110px;
}
.no-webp .varazsgomb__hero {
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(1, 42, 103, 0)),
			to(#012a67)
		),
		url(../img/hero-bg.png) #d3d3d3 50% / cover no-repeat;
	background: -o-linear-gradient(top, rgba(1, 42, 103, 0) 0, #012a67 100%),
		url(../img/hero-bg.png) #d3d3d3 50% / cover no-repeat;
	background: linear-gradient(180deg, rgba(1, 42, 103, 0) 0, #012a67 100%),
		url(../img/hero-bg.png) #d3d3d3 50% / cover no-repeat;
}
.varazsgomb__hero {
	padding: 150px 0 40px;
}
.varazsgomb__hero-title {
	margin-bottom: 14px;
	color: #fff;
	text-align: center;
	font-family: Sen, sans-serif;
	font-size: clamp(2.25rem, 1.534rem + 3.18vw, 4rem);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.varazsgomb__hero-text {
	margin: 0 auto 14px;
	max-width: 800px;
	color: #fff;
	text-align: center;
	font-family: Sen, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.varazsgomb__hero-link {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: auto;
	padding: 14px 24px;
	border-radius: 30px;
	background: #ffd70a;
	text-align: center;
	color: #012a67;
	font-family: Sen, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	-webkit-box-shadow: 0 4px 20px 0 rgba(255, 215, 10, 0.6);
	box-shadow: 0 4px 20px 0 rgba(255, 215, 10, 0.6);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.varazsgomb__hero-link:hover {
	background: #012a67;
	color: #ffd70a;
}
.varazsgomb__hero img {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto 14px;
}
.varazsgomb__features {
	padding: 40px 0;
	background: #012a67;
}
.varazsgomb__features-list {
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding: 0 16px;
}
.varazsgomb__features-item {
	gap: 16px;
}
.varazsgomb__features-item h3 {
	color: #fff;
	font-family: Sen, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.varazsgomb__features-item p {
	color: #fff;
	font-family: Sen, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.varazsgomb__features-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 18px;
	width: 76px;
	height: 76px;
	border-radius: 20px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0b3e7d),
		to(#0a1f3a)
	);
	background: -o-linear-gradient(top, #0b3e7d 0, #0a1f3a 100%);
	background: linear-gradient(180deg, #0b3e7d 0, #0a1f3a 100%);
}
.varazsgomb__features-icon img {
	width: 40px;
	height: 40px;
}
.varazsgomb__ticket {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(10, 32, 59, 0.8)),
		to(rgba(11, 62, 125, 0.8))
	);
	background: -o-linear-gradient(
		left,
		rgba(10, 32, 59, 0.8) 0,
		rgba(11, 62, 125, 0.8) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(10, 32, 59, 0.8) 0,
		rgba(11, 62, 125, 0.8) 100%
	);
	-webkit-box-shadow: 0 0 20px 0 rgba(255, 215, 10, 0.6);
	box-shadow: 0 0 20px 0 rgba(255, 215, 10, 0.6);
}
.varazsgomb__ticket-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0;
}
.varazsgomb__ticket-logo {
	width: 230px;
	max-width: 100%;
	margin-right: 16px;
}
.varazsgomb__ticket-logo img {
	max-height: 70px;
	-o-object-fit: contain;
	object-fit: contain;
}
.varazsgomb__ticket-rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 238px;
	width: 100%;
	margin-right: 16px;
}
.varazsgomb__ticket-rate h3 {
	margin-bottom: 8px;
	color: #faffe9;
	font-family: Sen, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}
.varazsgomb__ticket-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 24px;
	max-width: 361px;
	width: 100%;
}
.varazsgomb__ticket-info h4 {
	color: #2578e4;
	font-family: Sen, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0.64px;
}
.varazsgomb__ticket-info h2 {
	color: #ffead6;
	text-align: center;
	font-family: Sen, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.varazsgomb__ticket-btn {
	padding: 0 24px;
}
.varazsgomb__ticket-btn a {
	display: block;
	width: 300px;
	max-width: 100%;
	color: #012a67;
	font-family: Sen, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	border-radius: 30px;
	background: #ffd70a;
	-webkit-box-shadow: 0 4px 20px 0 rgba(255, 215, 10, 0.6);
	box-shadow: 0 4px 20px 0 rgba(255, 215, 10, 0.6);
	padding: 12px 24px;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.varazsgomb__ticket-btn a:hover {
	background: #012a67;
	color: #ffd70a;
}
.varazsgomb-title {
	margin-bottom: 14px;
	color: #fff;
	text-align: center;
	font-family: Sen, sans-serif;
	font-size: clamp(2rem, 1.795rem + 0.91vw, 2.5rem);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.rate__list {
	gap: 10px;
}
.rate__list img {
	width: 24px;
	height: 24px;
}
.varazsgomb__contact {
	padding: 80px 0;
	background: #012a67;
}
.varazsgomb__contact-text {
	max-width: 800px;
	margin: 0 auto 14px;
	color: #fff;
	text-align: center;
	font-family: Sen, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.varazsgomb__contact-wrap {
	max-width: 712px;
	width: 100%;
	margin: auto;
	padding: 20px;
	border-radius: 24px;
	background: #082244;
}
.varazsgomb__contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.varazsgomb__contact-form input,
.varazsgomb__contact-form label {
	display: block;
	width: 100%;
}
.varazsgomb__contact-form label {
	margin-bottom: 10px;
	color: #fff;
	font-family: Sen, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.varazsgomb__contact-form input {
	font-family: Sen, sans-serif;
	padding: 10px 20px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.5);
}
.varazsgomb__contact-btn {
	margin: auto;
	width: 300px;
	padding: 12px 24px;
	border-radius: 30px;
	color: #012a67;
	font-family: Sen, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: #ffd70a;
	-webkit-box-shadow: 0 4px 20px 0 rgba(255, 215, 10, 0.6);
	box-shadow: 0 4px 20px 0 rgba(255, 215, 10, 0.6);
}
.varazsgomb__footer {
	padding: 40px 0;
	background: #0a1f3a;
}
.varazsgomb__footer-container {
	margin: auto;
	max-width: 1000px;
}
.varazsgomb__footer-container h3 {
	margin-bottom: 8px;
	color: #fff;
	font-family: Sen, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.varazsgomb__footer-container p {
	margin-bottom: 8px;
	color: #fff;
	font-family: Sen, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.varazsgomb__footer-images {
	margin-top: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.varazsgomb-footer {
	padding: 40px 0;
}
.varazsgomb-footer__title {
	width: 100px;
}
.varazsgomb-footer__disclaimer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	color: #fff;
	margin-bottom: 24px;
}
.varazsgomb-footer__title {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.varazsgomb-footer__text {
	font-size: clamp(0.75rem, 0.699rem + 0.23vw, 0.875rem);
	max-width: 748px;
	font-weight: 400;
	line-height: 150%;
}
.varazsgomb-footer__address {
	max-width: 349px;
}
.varazsgomb-footer__images {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
@media screen and (max-width: 1050px) {
	.varazsgomb__ticket {
		padding: 20px 0;
	}
	.varazsgomb__ticket-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	.varazsgomb__ticket-rate {
		margin-right: 0;
	}
	.varazsgomb__ticket-info {
		margin-right: 0;
	}
	.varazsgomb__ticket-btn {
		padding: 0;
	}
}
@media screen and (max-width: 1000px) {
	.varazsgomb-contact__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 900px) {
	.tickets-item {
		display: block;
		height: 100%;
	}
	.tickets-item__info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
		padding: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tickets-item__info h2,
	.tickets-item__info p {
		text-align: center;
	}
	.tickets-item__info a {
		display: block;
		max-width: 200px;
		text-align: center;
		margin: 0 auto 20px;
	}
	.tickets-item__logo {
		margin: 0 auto;
	}
	.tickets-item__rate {
		width: 100%;
	}
	.varazsgomb__features-list {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.varazsgomb__footer-images {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.varazsgomb-footer__disclaimer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.varazsgomb-footer__images {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.varazsgomb-header__alert,
	.varazsgomb-header__btn {
		display: none;
	}
	.varazsgomb-header__link {
		padding: 4px 8px;
	}
	.varazsgomb-header--second .varazsgomb-header__link {
		width: 100%;
	}
	.varazsgomb-hero__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.varazsgomb-hero__info {
		max-width: 100%;
	}
	.varazsgomb-hero__image {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.varazsgomb-hero__title {
		text-align: center;
	}
	.varazsgomb-hero__text {
		max-width: 100%;
		text-align: center;
	}
	.varazsgomb-hero__link {
		display: block;
		max-width: 200px;
		margin: auto;
		text-align: center;
	}
	.varazsgomb-hero__image {
		width: 100%;
	}
	.varazsgomb-whyus__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.varazsgomb-whyus__image,
	.varazsgomb-whyus__info {
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.varazsgomb__hero {
		padding: 80px 0 20px;
	}
	.varazsgomb__contact {
		padding: 40px 0;
	}
	.varazsgomb__features-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding: 0;
	}
}
@media screen and (width <= 767px) {
	.cookies-infobar_buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5px;
	}
	.cookies-infobar {
		left: 2px;
		right: 2px;
		margin: auto;
		padding: 14px;
		max-width: 99%;
	}
}
.webp .varazsgomb__hero {
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(1, 42, 103, 0)),
			to(#012a67)
		),
		url(../img/hero-bg.webp) #d3d3d3 50% / cover no-repeat;
	background: -o-linear-gradient(top, rgba(1, 42, 103, 0) 0, #012a67 100%),
		url(../img/hero-bg.webp) #d3d3d3 50% / cover no-repeat;
	background: linear-gradient(180deg, rgba(1, 42, 103, 0) 0, #012a67 100%),
		url(../img/hero-bg.webp) #d3d3d3 50% / cover no-repeat;
}

/* Modal Sign up  */
.varazsgomb-modal_sign {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.varazsgomb-modal--title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	color: white;
}

.varazsgomb-modal__content-sign {
	background: linear-gradient(7deg, #000 -14.75%, #3228a2 92.01%);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 0.675rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	width: 100%;
	height: 340px;
	max-width: 420px;
	position: relative;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	padding: 2rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.varazsgomb__form {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	width: 100%;
	margin: 0 auto;
}

.varazsgomb__form__input {
	outline: none;
	border: none;
	padding: 0.7rem 1.25rem;
	color: white;
	font-weight: 400;
	height: 39px;
	line-height: 20px;
	font-size: 0.875rem;
	font-family: var(--font-text);
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.varazsgomb__form__input::placeholder {
	color: #fff;
	font-weight: 400;
	line-height: 100%;
	font-size: 0.875rem;
	font-family: var(--font-text);
}

.varazsgomb__form__button {
	outline: none;
	border: none;
	width: 100%;
	height: 49px;
	font-family: var(--font-title);
	font-size: 1rem;
	color: var(--color-black);
	font-weight: 700;
	line-height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-btn);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.varazsgomb__form__button:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.varazsgomb__form__login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.varazsgomb__form__log {
	font-size: 0.75rem;
	line-height: 150%;
	font-weight: 400;
	font-family: var(--font-text);
	color: #1a291c;
}

.varazsgomb__form__reg {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 1.05rem;
	line-height: 140%;
	font-weight: 700;
	font-family: var(--font-title);
	color: #fff;
}

/* Log in */
.varazsgomb-modal_login {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.varazsgomb-modal__content-login {
	background: linear-gradient(7deg, #000 -14.75%, #3228a2 92.01%);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 0.675rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	width: 100%;
	height: 300px;
	max-width: 420px;
	position: relative;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	padding: 2rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.varazsgomb-modal-content.success {
	background-color: #4caf50;
	color: white;
}

.varazsgomb-modal-content.error {
	background-color: #f44336;
	color: white;
}

.varazsgomb-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.varazsgomb-modal-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.varazsgomb-modal-content.success {
	background-color: #4caf50;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
}

.varazsgomb-modal-content.error {
	background-color: #f44336;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
}
