@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	outline: none;
}

html {
	height: 100%;
	min-width: 320px;
}

body {
	position: relative;
	margin: 0;
	padding: 0px 0 0 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 320px;
	background: var(--site-white);
	font-family: var(--site-brand-body-font);
	background: var(--site-page-bg);
}

html > body {
	padding: 0;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

.cleaner {
	clear: both;
}

a,
input {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

a {
	color: var(--site-primary);
}

a:hover {
	text-decoration: none;
}
