.nav-top a,
.nav-top a:hover,
.nav-top a:active,
.nav-top a:focus {
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.nav-top a:focus-visible {
	color: #ff8021;
	text-decoration: none !important;
}

.footer .copyrights {
	padding: 0;
	color: rgba(255, 255, 255, .68);
	text-shadow: none;
}

.footer-legal {
	padding: 24px 16px;
}

.footer-legal__notice {
	max-width: 1040px;
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.65;
}

.footer-legal__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 18px;
}

.footer-legal__copyright,
.footer-legal__developer {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.5;
}

.footer-legal__copyright a,
.footer-legal__developer a {
	color: inherit;
	text-decoration: none;
}

.footer-legal__copyright a:hover,
.footer-legal__copyright a:focus,
.footer-legal__developer a:hover,
.footer-legal__developer a:focus {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 475px) {
	.footer-legal {
		padding: 20px 16px;
	}

	.footer-legal__notice {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.6;
	}

	.footer-legal__meta {
		display: block;
	}

	.footer-legal__copyright,
	.footer-legal__developer {
		font-size: 13px;
	}

	.footer-legal__developer {
		margin-top: 4px;
	}
}

.cookie-notice[hidden] {
	display: none !important;
}

.cookie-notice {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 10000;
	box-sizing: border-box;
	width: min(300px, calc(100vw - 32px));
	padding: 20px;
	border-radius: 22px;
	background: #1c62ae;
	box-shadow: 0 12px 36px rgba(18, 50, 86, .35);
	color: #fff;
	font-family: inherit;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-notice.is-closing {
	opacity: 0;
	transform: translateY(12px);
}

.cookie-notice__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.cookie-notice__text {
	margin: 0 0 16px;
	color: #fff;
	font-size: 13px;
	line-height: 1.45;
}

.cookie-notice__button {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: 13px;
	background: #ff9549;
	color: #2f3a4f;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
	touch-action: manipulation;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.cookie-notice__button:hover {
	background: #fd9d38;
}

.cookie-notice__button:active {
	background: #f58b2c;
}

.cookie-notice__button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px rgba(255, 149, 73, .55);
}

@media (max-width: 475px) {
	.cookie-notice {
		left: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		width: min(300px, calc(100vw - 24px));
		padding: 20px;
		border-radius: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cookie-notice,
	.cookie-notice__button {
		transition: none;
	}
}
