

/* Start:/local/templates/ago/template_styles.css?17726427682761*/
@charset "UTF-8";
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("/local/templates/ago/fonts/Inter_wght_opsz.woff2") format("woff2");
}

@font-face {
	font-family: Lora;
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("/local/templates/ago/fonts/Lora_wght.woff2") format("woff2");
}

@font-face {
	font-family: Inter;
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url("/local/templates/ago/fonts/Inter_wght_opsz_ital.woff2") format("woff2");
}

@font-face {
	font-family: Lora;
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url("/local/templates/ago/fonts/Lora_wght_ital.woff2") format("woff2");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	font-family: Inter, sans-serif;
	margin: 0;
	color: #222;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

a {
	color: #7c4dff;
}

a:hover, a:active {
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

h4 a {
	color: #222;
	text-decoration: none;
}

main {
	margin-top: calc(30px + 10 * (100vw - 360px) / 1520);
}

header {
	background-color: #000;
}
header > div {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px;
}
header .logo {
	font-family: Lora, serif;
	font-size: 24px;
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	max-width: 190px;
}

header .logo :first-child {
	padding-right: 14px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	margin-right: 7px;
	position: relative;
}

header .logo :first-child:before {
	content: "";
	width: 7px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #7c4dff;
	border-radius: 3px;
}

header .logo :last-child {
	word-spacing: 100vw;
	font-size: 14px;
	line-height: 1;
	width: 76px;
	height: 40px;
	margin-top: -5px;
}
header .logo:hover, header .logo:active {
	color: #fff;
}

header .logo:hover :first-child, header .logo:active :first-child {
	background: linear-gradient(to left, #7c4dff, #000 85%);
	border-radius: 0 3px 3px 0;
}

header .logo:hover :first-child:before, header .logo:active :first-child:before {
	display: none;
}

header .logo:hover :last-child, header .logo:active :last-child {
	visibility: hidden;
	position: relative;
}

header .logo:hover :last-child:after, header .logo:active :last-child:after {
	content: "всё будет издато";
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
}

footer {
	background-color: #000;
	color: #fff;
	margin-top: auto;
}

footer > div {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 12px;
}
/* End */
/* /local/templates/ago/template_styles.css?17726427682761 */
