.top {
	width: 100%;
}

.snow {
	z-index: 5;
	position: fixed;
	inset: 0;
	pointer-events: none;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	opacity: 0.1;
}

._text {
	text-align: center;
	margin-bottom: 60px;
}

h1 {
	text-align: center;
	margin-bottom: 0px;
}

h1::before {
	display: none;
}

._content {
	max-width: 1200px;
	width: 90vw;
	margin: 0 auto;
	padding: 30px 0px;

}

.content_object {
	background: url(images/bg.png);
	background-repeat: repeat-y;
	background-size: cover;
}

.right {
	float: right;
	max-height: 350px;
	top: -80px;
	position: relative;
}

._title {
	margin-top: 30px;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;

}

._title h2 {
	margin-bottom: 10px;
}

.dates {
	opacity: 0.5;
	margin-bottom: 20px;
}

.variants {
	margin-top: 30px;
	margin-right: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.variants>A {
	text-decoration: none;
	color: black;
	display: flex;
	flex-direction: column;
	gap: 0px;
	font-size: 15px;
	display: block;
	background: url(images/ticket.png?2) no-repeat center;
	background-size: cover;
	color: white;
	aspect-ratio: 2.01;
	width: 550px;
	align-content: center;
	text-align: center;

	box-sizing: border-box;
	padding: 0px 15%;
}

.variants>A>b {

	font-size: 19px;

}

.variants>A>._comment {

	font-size: 10px;
	opacity: 0.7;

}

.variants>A>._price {
	font-size: 18px;
	color: #e19517;
	font-weight: bold;
	margin: 5px 0px;
}

.variants>div {
	text-decoration: none;
	color: black;
	display: flex;
	flex-direction: column;
	gap: 0px;
	font-size: 19px;
	display: block;
	background: url(images/ticket-gold.png?3) no-repeat center;
	background-size: cover;
	color: black;
	aspect-ratio: 2.01;
	width: 550px;
	align-content: center;
	justify-items: center;
	text-align: center;

	box-sizing: border-box;
	padding: 0px 15%;
}

.variants>div>a {
	display: inline-block;
	margin-top: 15px;
	color: black;
	font-weight: bold;
}

.variants>div>b {

	font-size: 24px;

}

h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h2.bold {
	font-weight: 900;
	font-size: 36px;
	margin-top: 50px;
}


h3 {
	margin-bottom: 0px;
}

.gold {
	font-size: 18px;
	color: #e19517;
	margin-bottom: 10px;
}

.two-cols {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: center;
}

.delimiter {
	display: block;
	margin: 0 auto;
	width: fit-content;
	width: 100%;
}

.delimiter>img {
	width: 100%;
}

.delimiter ._titles {
	display: grid;
	gap: 20px;
	width: 100%;
	grid-template-columns: repeat(5, 1fr);
	text-align: center;
}

.contacts1 {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

._form {
	padding: 70px;
	border-radius: 20px;
}

._form h2 {
	font-size: 23px;
	text-align: center;
}

.input-holder {
	width: 400px;
	max-width: 100% !important;
}

.input-holder input {
	border: 2px solid #2a4261 !important;
}

._form .button {
	margin: 0 auto;
	display: block;
}

.lnk {
	color: black;
}


@media(max-width: 800px) {

	.variants {

		grid-template-columns: 1fr;

	}

	._title {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	._text {
		margin-bottom: 10px;
	}

	h1>br {
		display: none;
	}

	.right {
		float: none;
		width: 100%;
		height: auto;
		max-height: 330px;
		object-fit: contain;
		top: 0px;
		display: none;
	}

	.two-cols {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.two-cols>div {
		width: 100%;
	}

	.variants>A,
	.variants>div {
		width: 100vw;
		margin: 0px -5vw;
		text-align: center;
	}

	.delimiter ._titles {
		grid-template-columns: repeat(1, 1fr);
		font-size: 17px;
		text-align: left;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		gap: 10px;
	}


	.delimiter ._titles>div {
		grid-template-columns: repeat(1, 1fr);
		font-size: 17px;
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.delimiter ._titles>div:before {
		content: "";
		background: url(images/bilet.png) no-repeat center;
		width: 40px;
		height: 40px;
		background-size: contain;
		display: inline-block;
	}

	.delimiter ._titles>div._link {
		text-align: center;
		margin-top: 20px;
		width: 100%;
	}

	.delimiter ._titles>div._link:before {
		display: none;
	}

	.delimiter>img {
		display: none;
	}


	.variants>A {
		font-size: 13px;
	}

	.variants>A>b {
		font-size: 16px;
	}

	h2.bold {

		margin-top: 30px;
	}

	.contacts1 {
		flex-direction: column;
	}

	.variants>div {
		font-size: 11px;
	}

	.variants>div>b {
		font-size: 18px;
	}

}