.header.header-mob {
	background: transparent;
	box-shadow: none;
}

.header.header-mob .logo-white {
	display: block;
}

.header.header-mob .logo-primary {
	display: none;
}

.logo-white {
	display: none;
}

.header__nav {
	flex: 1 1 auto;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.header__nav-link {
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 15px;
	color: #0d0d0d;
	transition: 0.3s ease-in;
	opacity: 1;
}

.header.header-mob .header__nav-link {
	color: white;
}

.header__nav-link:hover {
	opacity: 0.7;
}

.header-control__bonuses {
	display: flex;
	gap: 5px;
	padding: 5px 11px;
	box-shadow: 0px 1px 54px 0 #ddd;
	background-color: white;
	border-radius: 32px;
}

.header-control__bonuses svg {
	margin-right: 10px;
}

.header-control__bonuses-count {
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 15px;
	color: #1f1f1f;
}

.header-control__bonuses-name {
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 15px;
	color: #1f1f1f;
}

.header.header-mob .header-control__bonuses-count {
	color: white;
}

.header.header-mob .header-control__bonuses-name {
	color: white;
}

.header.header-mob .header-control__bonuses svg path {
	fill: white;
}

.header-control__burger-lk {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.header-control__logout-lk {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.header-control__burger-lk svg path {
	fill: #2b478e;
}

.header-control__logout-lk svg {
	width: 40px;
	height: auto;
	fill: #2b478e;
}

.header-control__logout-lk-name {
	display: none;
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 29px;
	text-align: center;
	color: #1f1f1f;
}

.header-control__burger-lk-name {
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #1f1f1f;
}

.header.header-mob .header-control__burger-lk-name {
	color: white;
}

.header.header-mob .header-control__logout-lk-name {
	color: white;
}

.header.header-mob .header-control__burger-lk svg path {
	fill: white;
}

.header.header-mob .header-control__logout-lk svg path {
	fill: white;
}

.user-hero {
	margin-top: 120px;
	margin-bottom: 42px;
}

.user-hero__wrap {
	padding: 36px 0;
	border-radius: 24px;
	background: url('../img/user-hero-pk.png') no-repeat center / cover;
}

.user-hero__title {
	margin: 0 32px;
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 32px;
	line-height: 148%;
	text-align: center;
	color: #fff;
}

.user-content {
	margin-bottom: 42px;
	padding-bottom: 42px;
}

.user-content__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.user-content__column {
	flex: 1 1 50%;
	max-width: calc(50vw - 24px);
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.user-content-docs {
	flex: 1 1 50%;
	max-width: calc(50% - 24px);
	padding: 33px 24px;
	box-shadow: 0px 1px 54px 0 #ddd;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: space-between;
}

.user-content-docs-content {
}

.user-content-docs-text {
	max-width: 370px;
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 17px;
	line-height: 138%;
	color: #0d0d0d;
}

.user-content-docs-link {
	max-width: 80%;
	margin: 28px auto 0 auto;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 16px;
	color: #000;
	background-color: #ffde00;
	border-radius: 32px;
	transition: 0.3s ease-in;
}

.user-content-docs-link.active {
	color: #fff;
	background-color: #04b11e;
	transition: 0.3s ease-in;
}

.user-content-docs-link:hover {
	background-color: #ffdd00df;
	transition: 0.3 ease-in;
}

.user-content-docs-link.active:hover {
	transition: 0.3s ease-in;
	opacity: 0.8;
}

.user-content-docs-img {
}

.user-content-news {
	flex: 1 1 50%;
	max-width: calc(50% - 24px);
}

.user-content-news-header {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}
.user-content-news-header-title {
	font-family: var(--lk-font);
	line-height: 1;
	font-weight: 700;
	font-size: 29px;
	color: #1f1f1f;
}

.user-content-news-header-link {
	width: 41px;
	height: 41px;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3169bd;

	font-family: var(--lk-font);
	font-weight: 700;
	font-size: 27px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	transition: 0.3s ease-in;
}

.user-content-news-header-link:hover {
	opacity: 0.8;
	transition: 0.3s ease-in;
}

.user-content-news-swiper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.user-content-news-swiper-wrapper {
	display: flex;
}

.user-content-news-swiper-slide {
	flex: 0 0 auto;
}

.user-news {
	padding-top: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.user-news-badge {
	position: absolute;
	top: 26px;
	right: 16px;
	width: 148px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--lk-font);
	font-weight: 700;
	font-size: 16px;
	border-radius: 32px;
	color: #1f1f1f;
	background-color: #e2ecf0;
}

.user-news-badge.active {
	color: #fff;
	background-color: #de1414;
}

.user-news-img {
	margin-bottom: 18px;
	border-radius: 12px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.user-news-subtitle {
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 20px;
	line-height: 144%;
	color: #000;
}

.user-news-title {
	font-family: var(--lk-font);
	font-weight: 700;
	font-size: 21px;
	line-height: 144%;
	color: #000;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	margin-top: 24px;
	height: 8px;
	background-color: #eff7fc;
	position: static;
}

.swiper-scrollbar-drag {
	background-color: #3169bd;
	cursor: grab;
}

.swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.user-content-bonus {
	flex: 1 1 50%;
}

.user-content-bonus-header {
	margin-top: 28px;
	margin-bottom: 20px;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.user-content-bonus-header-title {
	font-family: var(--lk-font);
	line-height: 1;
	font-weight: 700;
	font-size: 29px;
	color: #1f1f1f;
}

.user-content-bonus-header-link {
	width: 41px;
	height: 41px;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3169bd;

	font-family: var(--lk-font);
	font-weight: 700;
	font-size: 27px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	transition: 0.3s ease-in;
}

.user-content-bonus-header-link:hover {
	opacity: 0.8;
	transition: 0.3s ease-in;
}

.user-content-bonus-item {
	padding: 28px;
	min-height: 138px;
	background: url('../img/user-lk/bonus-1.png') no-repeat center 5% / cover;
	border-radius: 12px;
	display: flex;
	align-items: center;
	border: 2px solid transparent;
}

.user-content-bonus-item:nth-of-type(even) {
	background: url('../img/user-lk/bonus-2.png') no-repeat center 5% / cover;
	border: 2px solid #2b478e;
}

.user-content-bonus-item:nth-of-type(even) .user-content-bonus-item-text {
	color: #060606;
}

.user-content-bonus-item-text {
	max-width: 250px;
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 19px;
	line-height: 133%;
	color: #fff;
}

.user-content-tickets {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
}

.user-content-tickets-header {
	margin-bottom: 40px;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.user-content-tickets-header-title {
	font-family: var(--lk-font);
	line-height: 1;
	font-weight: 700;
	font-size: 29px;
	color: #1f1f1f;
}

.user-content-tickets-header-link {
	width: 41px;
	height: 41px;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3169bd;

	font-family: var(--lk-font);
	font-weight: 700;
	font-size: 27px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	transition: 0.3s ease-in;
}

.user-content-tickets-header-link:hover {
	opacity: 0.8;
	transition: 0.3s ease-in;
}

.user-content-ticket {
	flex: 1 1 auto;
	max-height: 328px;
	padding: 32px 25px;
	background-color: #e6ac3c;
	border-radius: 12px;
	display: flex;
	gap: 46px;
	align-items: center;
	justify-content: space-between;
}

.user-content-ticket img {
	flex: 1 1 auto;
	max-width: 196px;
	width: 40%;
	height: auto;
	object-fit: contain;
}

.user-content-ticket-content {
	justify-content: space-between;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.user-content-ticket-date {
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}

.user-content-ticket-text {
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 24px;
	line-height: 128%;
	color: #fff;
}

.user-content-ticket-link {
	padding: 19px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 19px;
	color: #000;
	background-color: #fff;
	border-radius: 32px;
	transition: 0.3s ease-in;
}

.user-content-ticket-link:hover {
	opacity: 0.9;
	transition: 0.3s ease-in;
}

.user-map {
	margin-bottom: 24px;
	height: 440px;
}

.user-map .container {
	height: 100%;
}

.user-map iframe {
	border-radius: 24px;
	border: none;
}

.footer {
	margin-bottom: 0;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.footer__social {
	margin: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.footer__social-link {
}

.footer__copy {
	padding-bottom: 24px;
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 16px;
	line-height: 222%;
	text-align: center;
	color: #000;
	opacity: 0.5;
}

.footer-contact__pretitle {
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 16px;
	line-height: 216%;
	text-align: center;
	color: #000;
}

.footer-contact__value {
	font-family: var(--lk-font);
	font-weight: 500;
	font-size: 20px;
	line-height: 216%;
	text-align: center;
	color: #000;
	transition: 0.3s ease-in;
}

a.footer-contact__value:hover {
	color: #2b478e;
	transition: 0.3s ease-in;
}

.footer__wrap {
	border-top: none;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

.footer__item:not(:first-child) {
	border-top: 1px solid var(--disable);
	padding-top: 24px;
}

.footer__item-title {
	margin-bottom: 12px;
	font-family: var(--lk-font);
	font-weight: 700;
	font-size: 29px;
	line-height: 1;
	text-align: center;
	color: #2b478e;
}

@media all and (max-width: 1030px) {
	.user-content-news {
		order: 3;
		max-width: 100%;
	}

	.user-content-bonus {
		order: 4;
		max-width: 100%;
	}

	.header {
		position: absolute;
		background: transparent;
		backdrop-filter: blur(0);

		box-shadow: none;
	}
	.header__wrap {
		background: transparent;
		backdrop-filter: blur(0);
		gap: 24px;
		box-shadow: none;
	}

	.header__left {
		flex: 1 1 auto;
	}

	.header__logo {
		width: 100%;
	}

	.header__logo img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.header.header-mob {
		background: transparent;
		box-shadow: none;
	}

	.header.header-mob .logo-white {
		display: block;
	}

	.header.header-mob .logo-primary {
		display: none;
	}

	.logo-white {
		display: none;
	}

	.header__nav {
		display: none;
	}

	.header__controls {
		flex-wrap: nowrap;
		align-items: unset;
	}

	.burger-menu {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.burger-menu__wrap {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.burger-menu__head {
		margin-bottom: 42px;
	}

	.burger-menu__list {
		flex: 1 1 auto;
		align-items: center;
		justify-content: center;
		gap: 32px;
		border: none;
	}

	.menu-contacts {
		flex: 0 0;
		display: block;
	}

	.menu-contacts__item {
		max-width: 100%;
		justify-content: center;
	}

	.menu-contacts__item-social {
		max-width: 100%;
		justify-content: center;
	}

	.header-control__bonuses {
		margin-right: 12px;
		padding: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 24px;
		border: 1px solid #969696;
		gap: 0px;
		background-color: transparent;
		box-shadow: none;
	}

	.header-control__bonuses svg {
		margin-bottom: 12px;
		margin-right: 0;
		width: 40px;
		height: 40px;
	}

	.header-mob .header-control__bonuses svg path {
		fill: white;
	}

	.header-control__bonuses svg path {
		fill: #2b478e;
	}

	.header-control__bonuses-count {
		font-family: var(--lk-font);
		font-weight: 600;
		font-size: 18px;
	}

	.header-mob .header-control__bonuses-count {
		color: #fff;
	}

	.header-control__bonuses-name {
		font-family: var(--lk-font);
		font-weight: 600;
		font-size: 16px;
	}

	.header-mob .header-control__bonuses-count {
		color: #fff;
	}

	.header.header-mob .header-control__bonuses-count {
		color: white;
	}

	.header.header-mob .header-control__bonuses-name {
		color: white;
	}

	.header.header-mob .header-control__bonuses svg path {
		fill: white;
	}

	.header-control__burger-lk {
		padding: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		border-radius: 24px;
		border: 1px solid #969696;
	}

	.header-control__logout-lk {
		padding: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		border-radius: 24px;
		border: 1px solid #969696;
	}

	.header-control__burger-lk svg {
		width: 40px;
		height: auto;
	}

	.header-control__logout-lk svg {
		width: 40px;
		height: auto;
	}
	.header-mob .header-control__burger-lk svg path {
		fill: #fff;
	}

	.header-control__burger-lk-name {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		font-family: var(--lk-font);
		font-weight: 600;
		font-size: 18px;
		text-align: center;
	}

	.header-control__logout-lk-name {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		font-family: var(--lk-font);
		font-weight: 600;
		font-size: 18px;
		text-align: center;
	}

	.header.header-mob .header-control__burger-lk-name {
		color: white;
	}

	.header.header-mob .header-control__logout-lk-name {
		color: white;
	}

	.header.header-mob .header-control__logout-lk svg path {
		fill: white;
	}

	.user-hero {
		position: relative;
		z-index: 1;
		margin: 0 -33px 0 -33px;
	}

	.user-hero__wrap {
		padding: 240px 0 120px 0;
		border-radius: 0px;
		background: url('../img/user-hero.png') no-repeat center / cover;
	}

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

	.user-content {
		position: relative;
		z-index: 2;
		top: -50px;
		margin-bottom: 24px;
		padding-bottom: 0;
	}

	.user-content__wrap {
		display: flex;
		flex-direction: column;
		gap: 48px;
	}

	.user-content__column {
		flex: 1 1 50%;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		gap: 48px;
	}

	.user-content-docs {
		order: 1;
		max-width: 100%;
		padding: 33px 24px;
		border-radius: 12px;
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		gap: 16px;
		justify-content: space-between;
		background-color: #fff;
		box-shadow: 0px 1px 54px 0 rgba(83, 83, 83, 0.5);
	}

	.user-content-tickets {
		order: 2;
		max-width: 100%;
	}

	.user-content-docs-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.user-content-docs-text {
		max-width: 300px;
		font-family: var(--lk-font);
		font-weight: 500;
		font-size: 17px;
		line-height: 138%;
		color: #0d0d0d;
		text-align: center;
	}

	.user-content-docs-link {
		width: 100%;
		margin-top: 16px;
		padding: 12px;
	}

	.user-content-news-swiper {
		max-width: 100%;
	}

	.user-content-news-swiper-wrapper {
		display: flex;
	}

	.user-content-bonus-header {
		margin-top: 0;
		margin-bottom: 20px;
		display: flex;
		gap: 24px;
		align-items: center;
		justify-content: space-between;
	}

	.user-content-bonus-item-text {
		max-width: 190px;
	}

	.user-content-tickets-header {
		margin-bottom: 20px;
	}

	.user-content-tickets-header-link:hover {
		opacity: 0.8;
		transition: 0.3s ease-in;
	}

	.user-content-ticket {
		padding: 32px 25px;
		background-color: #e6ac3c;
		border-radius: 12px;
		display: flex;
		gap: 24px;
		align-items: center;
		justify-content: space-between;
	}

	.user-content-ticket img {
		flex: 1 1 auto;
		max-width: 196px;
		width: 40%;
		height: auto;
		object-fit: contain;
	}

	.user-content-ticket-content {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.user-content-ticket-date {
		font-family: var(--lk-font);
		font-weight: 500;
		font-size: 22px;
		color: #fff;
	}

	.user-content-ticket-text {
		max-width: 180px;
		font-family: var(--lk-font);
		font-weight: 500;
		font-size: 22px;
		line-height: 128%;
		color: #fff;
	}

	.user-map {
		margin-bottom: 24px;
		height: 340px;
	}

	.user-map .container {
		height: 100%;
	}

	.footer__contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 6px;
	}

	.footer__social {
		margin: 24px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 24px;
	}
}

@media all and (max-width: 700px) {
	.user-hero__title {
		margin: 0 46px;
	}

	.user-hero__wrap {
		padding-top: 170px;
	}

	.user-content {
		margin-bottom: -24px;
	}

	.swiper-horizontal > .swiper-scrollbar,
	.swiper-scrollbar.swiper-scrollbar-horizontal {
		height: 4px;
		bottom: 18px;
	}
}
