@import url('https://fonts.googleapis.com/css?family=Roboto:400&subset=cyrillic');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

body {
	background: #fff;
	font-family: 'Roboto',Arial,sans-serif;
	overflow: hidden;
}

body.green {
	background: #006e78;
	color: #fff;
}

body.gray {
	background: #46464B;
	color: #fff;
}

body.light {
	background: #eff0f5;
	color: #006e78;
}

body.mint {
	background: #d5f2f3;
	color: #006e78;
}

body.green a, body.gray a {
	color: #fff;
}

body.light a, body.mint a {
	color: #006e78;
}

img {
	border: none;
}

a {
	outline: none;
}

*:focus {
	outline: 0;
}

::-moz-focus-inner {
	padding: 0;
	border: 0;
}

div img, li img, iframe {vertical-align: top;}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ========================================================= */

.justified {
	text-align: justify;
	line-height: 0;
	font-size: 0.1px; /*trick the trickster*/
	margin: 0;
	padding: 0;
	overflow: visible;
}

.justified:after {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.justified > li {
	display: inline-block;
	text-align: left;
	line-height: normal;
	font-size: 14px;
	vertical-align: top;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
}

.inlined {
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: visible;
}

.inlined > li {
	display: inline-block;
	list-style-type: none;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: normal;
	background: none;
	position: relative;
}

.inlined > li img {vertical-align: bottom}

.noselect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*=========================================================== */

img	{
	position: absolute;
	top: 11px;
	left: 90px;
	height: 65px;
}

.logo_btm {
	position: absolute;
	top: 5px;
	left: 90px;
	height: 30px;
	width: 26px;
	overflow: hidden;
}

.logo_btm img {
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
}

#top_menu {
	position: absolute;
	top: 59px;
	right: 90px;
}

#top_menu li {
	margin: 0 0 0 24px;
}

#btm_menu {
	position: absolute;
	top: 16px;
	left: 125px;
	right: 90px;
}

#btm_menu li {
	font-size: 12px;
}

#btm_menu li:first-child {
	margin: 0 40px 0 0;
}

#btm_menu a {
	margin: 0 0 0 20px;
}