.navigation .container {
	max-width: 100% !important;
}

.header .container {
	max-width: 100% !important;

	display: flex;
	flex-direction: row;

	align-items: center;

	gap: 20px;

	justify-content: flex-start;
}

.header .container .auth-in {
	margin-left: auto;
}

.branding {
	/* font-family: 'Play', sans-serif; */
	color: #fff;

	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;

	font-size: 20px;

	padding-right: 20px;

	border-right: 1px solid #b3b1b1;
}

.logotype {
	background-color: blue;
}

.user-menu {
	margin-left: auto !important;
}


.collapsible-menu li a {
	/* font-family: 'Play', sans-serif !important; */
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #a0a0a9 !important;
}

.collapsible-menu li a:hover {
	color: #fff !important;
}

.wapper .header .collapsible-menu>li>a.open {
	border-bottom-color: #d59754;
}

.auth-in {
	order: 1;
}

@media (max-width: 991.99px) {
	.header .container {
		flex-wrap: wrap;
	}
}

@media (max-width: 599px) {
	.header .container {
		justify-content: start;
	}

	.header .container .menu-trigger {
		/* order: 1; */
		display: none;
	}

	.header .container .auth-in {
		order: 2;

		margin-left: auto;
	}

	#mobileMenu {
		padding: 12px 0px;
	}

	.header .container #hidden-menu {
		order: 3;
		flex-basis: 100%;
	}

	.header .container #mobileMenu {
		order: 3;
		flex-basis: 100%;
	}

	.header .container .user-menu {
		order: 2;
	}

	.header .container .clearfix.d-lg-none {
		display: none !important;
	}

	.wapper .header .collapsible-menu>li.collapsible {
		padding-right: 0;
		width: 90%;
	}
}

@media (min-width: 600px) {
	.header .container {}
}

.wapper .header .collapsible-menu {
	width: 100%;
}

@media (min-width: 600px) {
	.header .container .collapse {
		unset: all;
	}
}

.user-menu {
	width: 240px !important;
}


@media (max-width: 599px) {
	#blockMenu {
		margin-left: 0px !important;
		margin-top: 18px;
	}

	.menuTrigger {
		display: none !important;
	}
}

@media (min-width: 600px) {
	#mobileMenu {
		display: none;
	}
}

.branding {
	border-right: none;
}

button#blockMenu:hover {
	box-shadow: 1px 1px 13px rgba(255, 255, 255, 0.226);
}

button#blockMenu {
	cursor: pointer;

	background-image: linear-gradient(-45deg, #141414 15%, #272727 150%);
	border: 1px solid #333131;

	min-width: 100px;
	height: 34px;

	padding-left: 14px;
	padding-right: 14px;

	color: #fff;
	border-radius: 10px;
	margin-left: auto;

	display: flex;

	gap: 8px;

	justify-content: center;
	align-items: center;
}

.blockMenu:not(.opened) {
	border-bottom: none;
}

.blockMenu {
	display: flex;

	background: #222127;
	/* border-bottom: 1px solid #222127; */

	flex-basis: 100%;

	/* font-family: 'Play', sans-serif; */

	transition: all 0.5s;
	max-height: 0;
	overflow: hidden;

	z-index: 999999;
	width: 100%;
	/* border-bottom: 1px solid #ffffff36; */
	border-bottom: 1px solid #505053;
	position: absolute;
}

.blockMenuContent {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;

	display: flex;

	flex-wrap: wrap;

	gap: 16px;

	flex-basis: 100%;

	height: fit-content;
}

.blockMenuRow {
	width: calc(100% / 5 - 16px)
}

.blockMenuRow .blockMenu_Heading {
	margin-bottom: 32px;

	font-size: 20px;
	font-weight: 700;

	letter-spacing: 2px;

	/* color: #a3a3a3; */

	color: #eee7e7;

	/* /* filter: drop-shadow(2px 4px 10px rgb(57, 57, 248)); */
	/* text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em blue; [ez] */

	filter: drop-shadow(2px 4px 20px rgb(57, 57, 248));

	/* text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue; */
}

.blockMenuRow .blockMenu_Items {
	display: flex;
	flex-direction: column;

	gap: 8px;
}

.blockMenuRow .blockMenu_Items .blockMenu_Item {
	display: flex;
	flex-direction: row;

	gap: 16px;

	border-radius: 8px;

	position: relative;
}

.blockMenu_ItemAirTag {
	position: absolute;
	top: -10px;
	right: 0;
	font-weight: 700;
	font-size: 13px;
	padding: 2px 10px;
	color: #ffffff;
	border-radius: 9999px;
	background: linear-gradient(270deg, #00DBDE, #FC00FF, #00DBDE);
	background-size: 600% 600%;
	animation: gradientAnimation 3s ease infinite;
}


.blockMenu_Item.withAirTag .blockMenu_Item__Icon {
	background-color: #00DBDE;
	background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
	background-size: 600% 600%;
	animation: gradientAnimation 3s ease infinite;
}

/* Определение ключевых кадров анимации */
@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.blockMenu_Item:hover {
	background-color: #1414142d;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.blockMenu_Item:hover .blockMenu_Item__Icon {

}

.blockMenu_Item__Icon {
	width: 48px;
	height: 48px;

	border-radius: 4px;

	background-image: linear-gradient(-45deg, #141414 15%, #272727 150%);
	border: 1px solid #333131;

	display: flex;

	align-items: center;
	justify-content: center;
}

.blockMenu_Item__Info {
	display: flex;
	flex-direction: column;

	/* gap: 4px; */

	align-items: center;
	justify-content: center;
}

.blockMenu_Item__Info_Header {
	/* margin-top: 2px; */
	color: #e0dede;
	font-size: 15px;
}

.blockMenu_Item__Info_Desc {
	color: #949090;
}

.pageContentContainer {
	transition: filter 0.5s;
	transition: opacity 0.5s;
}

@media (max-width: 599px) {
	.blockMenuContent {
		flex-direction: column;

		gap: 40px;
	}

	.blockMenuRow {
		width: 100%;
	}
}