@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/nunito-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Nunito";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/nunito-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	place-items: center;
	padding: 1rem;
	font-family: "Nunito", Arial, sans-serif;
	color: #4d4d4d;
	--veil: linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72));
	background-color: #fff;
	background-image: var(--veil), url("../img/bgr-obrazovka-xs.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (min-width: 771px) {
	body {
		background-image: var(--veil), url("../img/bgr-obrazovka-sm.jpg");
	}
}

@media (min-width: 983px) {
	body {
		background-image: var(--veil), url("../img/bgr-obrazovka-md.jpg");
	}
}

@media (min-width: 1171px) {
	body {
		background-image: var(--veil), url("../img/bgr-obrazovka.jpg");
	}
}

.notice {
	width: 100%;
	max-width: 34rem;
	margin-top: 4.5rem;
	padding: 0 1.25rem 3.5rem;
	text-align: center;
	background: rgba(255, 255, 255, .94);
	border-radius: 1rem;
	box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .12);
}

.notice__blot {
	display: block;
	width: 14rem;
	height: auto;
	margin: -4.5rem auto 1.25rem;
}

.notice__title {
	margin: 0 0 1.5rem;
	font-size: clamp(1rem, 3.6vw, 1.3125rem);
	font-weight: normal;
	line-height: 1.4;
}

.notice__name {
	display: block;
	color: #333;
}

.notice__contact {
	margin: 0;
	font-size: .9375rem;
}

.notice__contact a {
	color: #9e4362;
	font-weight: bold;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.notice__contact a:hover,
.notice__contact a:focus-visible {
	text-decoration: underline;
}

.notice__contact a:focus-visible {
	outline: 2px solid #85304c;
	outline-offset: 3px;
}

.notice--document {
	max-width: 52rem;
	margin-top: 0;
	padding: 2rem 1.5rem 2.5rem;
	text-align: left;
	font-size: .9375rem;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.notice__heading {
	margin: 0 0 1.5rem;
	font-size: clamp(1.125rem, 4vw, 1.5rem);
	font-weight: normal;
	line-height: 1.3;
	color: #333;
}

.notice--document a {
	color: #9e4362;
}

.notice--document a:focus-visible {
	outline: 2px solid #85304c;
	outline-offset: 2px;
}

.notice__back {
	margin: 2rem 0 0;
}

.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .25rem 1.5rem;
	padding-top: 1.5rem;
	font-size: .8125rem;
	text-align: center;
}

.footer__copy {
	margin: 0;
}

.footer__link {
	color: inherit;
}

.footer__link:hover,
.footer__link:focus-visible {
	color: #9e4362;
}

.footer__link:focus-visible {
	outline: 2px solid #85304c;
	outline-offset: 2px;
}
