.lk-receipt {
	margin-top: 160px;
	margin-bottom: 46px;
}
.lk-receipt__wrap {
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

.lk-receipt__title {
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 32px;
	line-height: 148%;
	color: #1f1f1f;
}

.tabs__nav {
	margin: 0 auto 40px auto;
}

.receipt__content {
	font-family: var(--lk-font);
	font-weight: 400;
	font-size: 18px;
	color: #0d0d0d;
}

.receipt__content p {
	margin-bottom: 16px;
}

.receipt__content a {
	color: #1a71bf;
	text-decoration: underline;
}

.receipt__btn {
	display: block;
	margin: 32px auto 0 auto;
	padding: 12px 48px;
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 22px;
	color: #1f1f1f;
	border-radius: 32px;
	background-color: #ffde00;
}

.receipt__btn.active {
	color: #fff;
	background-color: #04b01e;
}

@media all and (max-width: 1030px) {
	.lk-receipt {
		margin-top: 260px;
		margin-bottom: 46px;
	}

	.lk-receipt__wrap {
		margin-left: -32px;
		margin-right: -32px;
	}

	.lk-receipt__title {
		font-family: var(--lk-font);
		font-weight: 600;
		font-size: 32px;
		line-height: 148%;
		color: #1f1f1f;
		text-align: center;
	}

	.lk-receipt__wrap .user-content-ticket {
		max-width: 100%;
		flex: 1 1 100%;
		background-position: top right;
	}

	.receipt__content {
		margin: 0 32px;
	}
}

@media all and (max-width: 700px) {
	.lk-receipt {
		margin-top: 160px;
		margin-bottom: 46px;
	}
	.receipt__content {
		margin: 0 32px;
	}
}
