section#gkPageTop {
	--masters-white: #FFFFFF;
	--masters-orange: #F05C2C;
	--masters-iron: #A02E17;
	--masters-graphite: #1F1F1F;
	background: var(--masters-graphite) !important;
	font-family: 'Lato', Arial, sans-serif;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

body {
	overflow-x: hidden;
}

section#gkPageTop::before,
section#gkPageTop::after {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

section#gkPageTop::before {
	background-image: url('../images/masters/wall-brand.jpg');
	background-position: center 14%;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	opacity: 0.24;
	transform: none;
	width: auto;
}

section#gkPageTop::after {
	content: none;
	display: none;
}

section#gkPageTop > .gkPage {
	align-items: center;
	box-sizing: border-box;
	column-gap: clamp(34px, 4.2vw, 78px);
	display: grid !important;
	grid-template-columns: auto minmax(280px, 760px) auto;
	justify-content: center;
	max-width: none !important;
	min-height: 104px;
	padding: 0 clamp(24px, 4vw, 72px);
	position: relative;
	transform: translateX(calc(-1 * clamp(24px, 3vw, 56px)));
	width: 100%;
	z-index: 1;
}

section#gkPageTop > .gkPage::after {
	background: none;
	bottom: auto;
	content: none;
	display: none;
	height: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: auto;
	transform: none;
	width: 0;
}

section#gkPageTop #gkLogo {
	float: none !important;
	grid-column: 1;
	height: auto !important;
	justify-self: center;
	margin: 0 !important;
	position: relative;
	width: clamp(168px, 12vw, 196px) !important;
	z-index: 2;
}

section#gkPageTop #gkLogo img {
	display: block;
	height: auto;
	margin: 0 !important;
	max-width: 100%;
}

section#gkPageTop #gkBannerTop {
	float: none !important;
	grid-column: 2;
	justify-self: center;
	margin: 0 !important;
	max-width: min(760px, 42vw);
	min-width: 0;
	position: relative;
	width: auto !important;
	z-index: 2;
}

section#gkPageTop #gkBannerTop p {
	line-height: 1.36 !important;
	margin: 0 !important;
}

#gkTimeZoneArea {
	align-self: center;
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: none;
	float: none !important;
	grid-column: 3;
	justify-self: center;
	margin: 0 !important;
	position: relative;
	width: auto !important;
	z-index: 3;
}

#gkTimeZoneArea form {
	display: flex;
	margin: 0;
}

#time_zone {
	appearance: auto;
	background: rgba(31, 31, 31, 0.18);
	border: 0;
	color: rgba(255, 255, 255, 0.78);
	font-family: 'Lato', Arial, sans-serif;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
	min-width: 78px;
	padding: 0 20px 0 8px;
	text-align-last: center;
}

#time_zone option {
	background: #FFFFFF;
	color: #1F1F1F;
}

.masters-header-text {
	background: transparent;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.masters-subtitle {
	color: var(--masters-white);
	font-family: 'Lato', Arial, sans-serif;
	font-size: clamp(20px, 1.45vw, 23px);
	font-weight: 400;
	line-height: 1.24;
	margin: 0;
	max-width: 760px;
	overflow-wrap: normal;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
	word-break: normal;
}

.masters-subtitle::after {
	color: rgba(255, 255, 255, 0.70);
	content: "LIVE · Результаты · Рейтинги";
	display: block;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-top: 8px;
	text-transform: uppercase;
}

.masters-title {
	display: none;
}

body::before {
	background-image: url('../images/masters/wall-brand.jpg');
	background-position: 42% 245px;
	background-repeat: no-repeat;
	background-size: auto clamp(840px, 50vw, 980px);
	bottom: 0;
	content: "";
	height: auto;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent 230px, rgba(0, 0, 0, 0.16) 295px, rgba(0, 0, 0, 0.86) 410px, rgba(0, 0, 0, 0.70) 66%, rgba(0, 0, 0, 0.24) 86%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0, transparent 230px, rgba(0, 0, 0, 0.16) 295px, rgba(0, 0, 0, 0.86) 410px, rgba(0, 0, 0, 0.70) 66%, rgba(0, 0, 0, 0.24) 86%, transparent 100%);
	opacity: 0.24;
	pointer-events: none;
	position: fixed;
	left: auto;
	right: 0;
	top: 0;
	width: clamp(340px, 24vw, 620px);
	z-index: 0;
}

body::after {
	content: none;
	display: none;
}

#gkPageContent,
#gkBottom1,
#gkBottom2,
#gkLang,
#gkFooter {
	position: relative;
	z-index: 1;
}

#gkToolbar {
	z-index: 2000;
}

#gkSearch {
	position: relative;
	z-index: 2001;
}

#gkSearch form {
	z-index: 2002;
}

@media (min-width: 1500px) {
	section#gkPageTop > .gkPage {
		column-gap: clamp(54px, 5vw, 96px);
	}

	body::before {
		right: 0;
		width: clamp(380px, 25vw, 700px);
	}
}

@media (max-width: 1180px) {
	section#gkPageTop > .gkPage {
		column-gap: clamp(24px, 3.2vw, 42px);
		grid-template-columns: auto minmax(280px, 1fr) auto;
		padding: 0 clamp(20px, 2.6vw, 34px);
	}

	section#gkPageTop #gkLogo {
		width: clamp(156px, 17vw, 188px) !important;
	}

	section#gkPageTop #gkBannerTop {
		max-width: min(620px, 46vw);
	}

	.masters-subtitle {
		font-size: clamp(18px, 1.9vw, 21px);
		max-width: 620px;
	}

	section#gkPageTop::before {
		background-position: center 14%;
		background-size: cover;
	}
}

@media (max-width: 900px) {
	section#gkPageTop > .gkPage {
		column-gap: 24px;
		grid-template-columns: auto minmax(250px, 1fr) auto;
		min-height: 128px;
		padding: 14px 24px;
		transform: none;
	}

	section#gkPageTop #gkLogo {
		width: clamp(138px, 21vw, 172px) !important;
	}

	section#gkPageTop #gkBannerTop {
		max-width: min(520px, 46vw);
	}

	.masters-subtitle {
		font-size: clamp(16px, 2.4vw, 19px);
		line-height: 1.2;
		max-width: 520px;
	}

	.masters-subtitle::after {
		font-size: 12px;
		letter-spacing: 0.04em;
		margin-top: 7px;
	}

	section#gkPageTop::before {
		background-position: center 18%;
		background-size: cover;
		inset: 0;
		opacity: 0.22;
		transform: none;
		width: auto;
	}

	body::before {
		display: none;
	}

	body::after {
		display: none;
	}
}

@media (max-width: 640px) {
	section#gkPageTop > .gkPage {
		align-content: center;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
		min-height: 236px;
		padding: 28px 14px 30px;
		row-gap: 8px;
	}

	section#gkPageTop #gkLogo {
		grid-column: 1;
		justify-self: center;
		width: clamp(124px, 42vw, 150px) !important;
	}

	section#gkPageTop #gkBannerTop {
		grid-column: 1;
		justify-self: center;
		margin-top: 0 !important;
		max-width: min(280px, 100%);
		text-align: center;
	}

	.masters-subtitle {
		font-size: clamp(13px, 3.8vw, 14px);
		font-weight: 400;
		line-height: 1.24;
		max-width: 280px;
		opacity: 0.88;
		text-align: center;
		text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
	}

	.masters-subtitle::after {
		color: rgba(255, 255, 255, 0.62);
		font-size: clamp(9px, 3vw, 10px);
		letter-spacing: 0.025em;
		margin-top: 8px;
	}

	#gkTimeZoneArea {
		background: rgba(31, 31, 31, 0.36) !important;
		border: 1px solid rgba(255, 255, 255, 0.10);
		bottom: auto;
		grid-column: 1;
		justify-self: center;
		margin-top: 1px !important;
		opacity: 0.78;
		position: relative;
		right: auto;
	}

	#time_zone {
		background: transparent;
		color: rgba(255, 255, 255, 0.68);
		font-size: 10px;
		height: 18px;
		line-height: 18px;
		min-width: 68px;
		padding: 0 14px 0 4px;
	}

	section#gkPageTop > .gkPage::after {
		content: none;
		display: none;
		height: 0;
		opacity: 0;
		width: 0;
	}

	section#gkPageTop::before {
		background-position: center 18%;
		background-size: cover;
		inset: 0;
		opacity: 0.20;
		transform: none;
		width: auto;
	}

	section#gkPageTop::after {
		height: 110px;
		left: 60%;
		opacity: 0.08;
		top: 10px;
		transform: translateX(-50%);
		width: 240px;
	}
}

@media (max-width: 640px) and (orientation: landscape) {
	section#gkPageTop > .gkPage {
		align-content: center;
		column-gap: 18px;
		grid-template-columns: 132px minmax(0, 1fr);
		min-height: 160px;
		padding: 14px 20px 22px;
		row-gap: 8px;
	}

	section#gkPageTop #gkLogo {
		align-self: center;
		grid-column: 1;
		justify-self: center;
		width: 126px !important;
	}

	section#gkPageTop #gkBannerTop {
		grid-column: 2;
		justify-self: start;
		max-width: min(275px, 100%);
		text-align: left;
	}

	.masters-subtitle {
		font-size: clamp(14px, 2.8vw, 15px);
		max-width: 275px;
		text-align: left;
	}

	#gkTimeZoneArea {
		grid-column: 2;
		justify-self: start;
		margin-top: 0 !important;
	}
}

@media (max-width: 360px) {
	section#gkPageTop > .gkPage {
		min-height: 226px;
		padding-left: 12px;
		padding-right: 12px;
	}

	section#gkPageTop #gkBannerTop {
		max-width: 220px;
	}

	.masters-subtitle {
		font-size: 13px;
		max-width: 240px;
	}
}
