/**  Commit
Project: RUMB
mark: 0.0.1
author: МАИ
loc: главный файл сбросов стилей
**/ 

/*Собираем массив тегов на которые будем устраивать сброс роли*/
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, menu, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
  }
/*Собираем массив тегов для которых будем устраивать сброс роли для старых браузеров*/
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}
/*Установка базовых параметров основным атрибутам*/
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	color: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}