/* Главная: peer.diagix.com */
body.home .route_container {
	margin-top: 0;
}

.peer-home-wrap {
	background: #060606;
	padding: 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.peer-home {
	display: flex;
	justify-content: center;
	padding: 0 1rem;
	box-sizing: border-box;
}

.peer-home__stack {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: 100%;
}

.peer-home__title {
	margin: 0;
	font-size: clamp(1.75rem, 6vw, 3rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #a4dad5;
	line-height: 1.15;
}

.peer-home__lead {
	margin: 1.75rem 0 0;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
}

.peer-home__lead--after {
	margin-top: 0.75rem;
}

.peer-home__form-link {
	color: rgba(164, 218, 213, 0.72);
	text-decoration: none;
	border-bottom: 1px solid rgba(164, 218, 213, 0.35);
	padding-bottom: 2px;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.peer-home__form-link:hover {
	color: #a4dad5;
	border-bottom-color: rgba(164, 218, 213, 0.72);
}

.peer-home__form-link:focus-visible {
	outline: none;
	color: #a4dad5;
	box-shadow: 0 0 0 2px rgba(164, 218, 213, 0.45);
	border-radius: 2px;
}
