/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
* {
	box-sizing: border-box;
	/* -webkit-appearance: none; -moz-appearance: none; appearance: none; */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: 'Roboto', Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html,body
{
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.site,
.site-wrap
{
	height: 100%;
	/*min-height: 100vh !important;*/
	height: auto;
	margin: 0;
	padding: 0;
}
.site,
.site-wrap {
	margin: 0 auto;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
}

table td {
	vertical-align:top;
}
/* дефолтные стили для всего */
html {
	/*background: #eae7e3;*/
	font-size:14px;
	/*line-height: 125%;*/
}

a {

	color: #fff;
}
a:hover {
	text-decoration: none;
}
p {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

h2 {
	font-size:20px;
	margin-bottom:7px;
}
h3 {
	font-size:19px;
	margin-bottom:5px;
}
h4 {
	font-size:18px;
	margin-bottom:4px;
}
h5 {
	font-size:17px;
	margin-bottom:4px;
}
h6 {
	font-size:16px;
	margin-bottom:4px;
}
textarea {
	resize: none;
}
img {
	vertical-align: middle;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
small {
	font-size:0.9em;
}

svg {
	transition:
		fill .2s,
		stroke .2s;
}