.hdr-wrp {
	min-height: 180px;
	position: relative;
}

.hdr-wrp-gry {
	height: 30px;
	background: var(--header-light-gray);
	z-index: 4;
	position: relative;
}

.hdr-gry {
	min-height: 40px;
	background: var(--header-light-gray);
	transform: skewY(var(--slant-angle));
	box-shadow: 5px 5px 8px -2px #828282;
	
	display: flex;
	gap: 20px;
	align-items: center;
}

.hdr-gry .ptr {
	display: flex;
	padding-left: 17px;
	flex-direction: column;
}

.hdr-gry .ptr span {
	font-family: "Saira Condensed", sans-serif;
	font-weight: 700;
	color: #585858;
}

.hdr-gry .ptr i {
	font-family: "Saira Condensed", sans-serif;
	font-weight: 600;
	color: #383838;
	font-size: 0.9rem;
}

.hdr-gry .rem {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.85rem;
	font-style: normal;
	color: #888888;
}

.hdr-gry .play {
	cursor: pointer;
	content: url("/assets/play-00e3a565.png");
	display: inline-block;
	margin-bottom: -3px;
}

.hdr-band {
	transform: skewY(-2.5deg);
	z-index: 1;
	position: relative;
	height: 178px;
	top: -60px;
	background: linear-gradient(87.5deg, #73aecb61, #dadddf7d);
}

.hdr-wrp-lhb {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
	padding: 22px 22px 0 22px;
	height: 150px;
}

.hdr-lhb {
	display: flex;
	justify-content: center;
	padding: 40px 40px 0 40px;
}

.menu {
	margin: 17px auto 17px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1380px;
}

.menu > div {
	flex-basis: 33.3%;
}

.menu a {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
}

.menu .lx ul {
	display:flex;
	list-style: none;
	gap: 17px;
	align-items: center;
}

.menu .rx {
	display:flex;
	list-style: none;
	gap: 17px;
	align-items: center;
	justify-content: right;
}

.menu .active {
	font-weight: bold;
	border-bottom: 2px solid #ff0028;
}

.menu .gr::before {
	background: url("/assets/play-00e3a565.png") no-repeat;
	background-size: 14px 14px;
	display: inline-block;
	width: 16px; 
	height: 16px;
	content:"";
	background-position-y: 2px;
}

.menu .lx a:hover {
	font-weight: 500;
	color: #244781;
}

/* Mobile */
@media (max-width: 768px) {

	.menu > div {
		flex-basis: 100%;
		margin-bottom: 17px;
	}

	.menu .rx {
		width: 100%;	
	}

}

/* Tablets: Portrait + Landscape */
@media (min-width: 769px) and (max-width: 1024px) { 

	.menu > div {
		flex-basis: 28%;
		align-content: center;
	}

	.menu .rx {
		width: 100%;	
	}

}

/* Tablet and Mobile */
@media (max-width: 1024px) {

	.menu .lx {
		overflow-y: scroll;
	}
	
}

@media (max-width: 1379px) {

	.menu {
		padding: 0 17px;
	}
	
}

@media (max-width: 375px) {

	.menu a {
		font-size: 0.85rem;
	}

}

@media (max-width: 344px) {

	.hdr-gry .rem {
		display: none;
	}

}
