/* =====  INDEX OF STYLES =====

01 ===== BASIC  =====
  1.1 General
  1.2 Typography

----------------------------------------------
	BASIC
	1.1 General
----------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font-family: 'Exo2-Regular', sans-serif;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;
} 
input, select, button, textarea {
	margin: 0; 
	font-size: 100%;
}
input[type="text"], input[type="password"], textarea {
	padding: 0;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}

/* ----------------------------------------------
	1.2 Typography
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	background: #fff;
	color: #212529;
	text-align: left;
}
input, select, button, textarea {
	font-family: Exo2-Regular, Verdana, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
	font-family: 'Exo2-Regular', sans-serif;
	text-decoration: none;
	cursor: pointer;
	color: #555555;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:focus, a:active {
	color: #1d1d1d;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
h1 {
	font-size: 32px;
	line-height: 42px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
}
/* Подчеркивание */
.underline::after,
.nav_menu > li > a::after,
.nav_menu > li.active > .nav_sub_menu li a:hover::after,
.sidebar_panel li a::after,
.equipment_button:hover h3::after {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.70);
	width: 100%;
	height: 1px;
	transition: 0.2s;
	opacity: 1;
}
.underline:hover::after,
.nav_menu > li > a:hover::after,
.nav_menu > li.active > a::after,
.sidebar_panel li:hover a::after {
	opacity: 0;
	transition: 0.2s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	background: #0a377e;
	margin: 0;
}

/* --------------- /базовые настройки ---------*/