@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.eot');
	src: local('Lato Regular'),
		url('fonts/Lato-Regular.eot?#iefix') format('eot'),
		url('fonts/Lato-Regular.woff') format('woff'),
		url('fonts/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Bold.eot');
	src: local('Lato Bold'), 
		url('fonts/Lato-Bold.eot?#iefix') format('eot'),
		url('fonts/Lato-Bold.woff') format('woff'),
		url('fonts/Lato-Bold.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
}

@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Black.eot');
	src: local('Lato Black'), 
		url('fonts/Lato-Black.eot?#iefix') format('eot'),
		url('fonts/Lato-Black.woff') format('woff'),
		url('fonts/Lato-Black.ttf') format('truetype');
	font-weight: 800;
    font-style: normal;
}

@font-face{
	font-family: 'Lato';
	src: url('fonts/Lato-Italic.eot');
	src: local('Lato Italic'), 
		url('fonts/Lato-Italic.eot?#iefix') format('eot'),
		url('fonts/Lato-Italic.woff') format('woff'),
		url('fonts/Lato-Italic.ttf') format('truetype');
	font-weight: normal;
    font-style: italic;
}


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

html{
	height: 100%;
}

body{
	line-height: 1em;
	height: 100%;
	overflow-x: hidden;
}


ol, ul{
	list-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td{
	font-weight: normal;
	text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{
	display: block;
}

main ol, main ul{
	padding-left: 1.5em;
	margin: 1em;
}

main ul{
	list-style: disc;
}

main ol{
	list-style: decimal;
}

main td{
	vertical-align: top;
}

main strong, main h4, main h5, main h6{
	font-weight: bold;
}

main em{
	font-style: italic;
}

main s, main strike{
	text-decoration: line-through;
}

main h2{
	font-size: 18px;
}

main h3{
	font-size: 16px;
}

/*для хрома*/
input:focus, textarea:focus, select:focus{
	outline: none;
}

a img{
	border: none;
}