html, body {
	padding:0; margin:0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color:#fff;
}

h5 {font-size:30px; font-weight: 100; margin:0 0 8px 0; color: #7aaa14; line-height: 100%;/*display:inline;*/}

a {	color: #A4E31C;}

/* roboto-condensed-regular - cyrillic_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v13-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v13-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v13-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v13-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v13-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v13-cyrillic_latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* pt-sans-narrow-regular - cyrillic_latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-narrow-v7-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-700 - cyrillic_latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-narrow-v7-cyrillic_latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'),
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-narrow-v7-cyrillic_latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#login_form {
	margin: 0 auto;
	background-color:rgba(0, 0, 0, 0.7);
	padding: 20px 10px 10px 20px;
	width:280px;
}
#login_form #title {float:left; width:240px;}

#login_form #title h1 {
	padding:0; margin:0;
	color: #A4E31C;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height:40px;
}

#login_form #title h6 {
	padding:0; margin:0 0 20px 2px;
	color: #A4E31C;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: 400;
 	text-transform: uppercase;
	letter-spacing:3px;
}

form input[type=text], form input[type=password], form input[type=email] {
	border: 1px solid #eee;
	color:#fff;
	background-color:transparent;
	height: 30px !important;
	width: 100px !important;
	padding:0 0 0 6px !important;
	margin: 6px 6px 0 0 !important;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: 100;
	float:left;
	-webkit-appearance: none;
	border-radius: 0;
}
form input[type=submit] {
	border:none;
	color:#fff;
	background-color: #7aaa14;
	height: 32px !important;
	width:40px;
	margin: 6px 0 0 0 !important;
	padding:0 !important;
	font-family: verdana, sans-serif;
	font-size: 17px;
/*	line-height:1px;*/
	font-weight: 100;
    cursor: pointer;
	float:left;
	-webkit-appearance: none;
	border-radius: 0;
}
form input[type=submit]:hover {
	background-color: #A4E31C;
}

.f_btn {margin: 0 auto; padding:2px 10px 2px 10px; cursor: pointer;font-size: 14px; line-height:26px; text-align:center; border: 1px dashed #888; border-radius: 10px;}
.f_btn:hover{background:#888;}
/*
section { margin: 0 auto; height:170px;	background:#333;  }
#panel{margin:0 auto; padding:0; width:1220px; height:100%; list-style: none; color: #A4E31C;} //square inside
#panel li {float:left; width:380px; height:100%; margin:0 0 0 20px;  padding:20px 0 0 20px; height:150px;}
#panel li:last-of-type {width:300px;}
#panel li:first-of-type {width:440px; margin:0; }
#panel li span {display:block; color:#ccc;}
*/
/*#panel li:hover {background:#222;}*/
/*
.active {background:#222;}
.nonactive {background:#333;}
.blur{
	filter: blur(2px) grayscale(100%);
	-webkit-filter: blur(2px) grayscale(100%);
}
*/

li span{font-size: 17px; line-height: 100%; color:#ccc;display:block;}
/* ---------------------------------------------------------------------------------------------------------------------------- */

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
    font-size: 11px;
	font-family: 'PT Sans Narrow', sans-serif;
    line-height: 100%;
    font-weight: 100;
    letter-spacing: 0.005em;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin:0;
}
h1{
	font-size: 2.3em;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	line-height:100%;
}

#top p { font-family: 'Roboto', sans-serif; color:#ff1700;	text-shadow: 0 -1px 0 rgba(255,255,255,0.85);  font-weight:700; font-size:4em; margin:0; padding:10px 0 0 0; line-height:90%; text-transform:uppercase;}
#top span {display:block; margin:7px 0 0 0; font-family: 'Open Sans Condensed', sans-serif; font-size: 1.8em; letter-spacing:3px; color:black;}

.nav-trigger {
    display: block;
    position: fixed;
    right: 0px;
    top: 0;/*54px 80px;*/
    padding: 20px 21px;
    z-index: 9999;
    background: #58595b;
}
.nav-trigger__elements {
    display: block;
    position: relative;
    width: 18px;
    height: 14px;
    margin-left: 1px;
}
.nav-trigger span {
    width: 18px;
    height: 2px;
    position: absolute;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: white;
}
.nav-trigger span:nth-of-type(1) {
    top: 0;
    left: 0px;
}
.nav-trigger span:nth-of-type(2) {
    top: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.nav-trigger span:last-of-type {
    bottom: 0;
    left: 0;
}
.nav-trigger:hover {
    cursor: pointer;
}

.is-navopen .nav-trigger {
  background: transparent;
}

.is-navopen .nav-trigger span:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-navopen .nav-trigger span:nth-of-type(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.is-navopen .nav-trigger span:last-of-type {
  bottom: -1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}





.is-navopen .nav__title {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.nav__title {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	font-weight: 400;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
    color: white;
    margin-bottom: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.is-navopen .nav {
    right: 0;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out;
    -webkit-transition-delay: 0s;
    transition: all 400ms ease-out 0s;
}

.nav {
    max-width: 95%;
}
.nav {
/*	width:60%;*/
    width: 320px;
/*    max-width: 85%;*/
    padding: 54px 0px 10px 30px;
    height: 600px;
    height: 100vh;
/*    background: rgba(200, 94, 81, 0.95);*/
/*	background:#000;*/
    background: rgba(0,0,0,0.95);
    position: fixed;
    z-index: 99;
    top: 0;
    right:-350px;
 /*   right: -70%;*/
    display: table;

    -moz-transition: all 400ms ease-in 0.3s;
    -o-transition: all 400ms ease-in 0.3s;
    -webkit-transition: all 400ms ease-in;
    -webkit-transition-delay: 0.3s;
    transition: all 400ms ease-in 0.3s;

}
.nav .menu-item {
    padding: 0;
    line-height: 100%;
}
.nav .menu-item a {
 /*   font-size: 2.1em;*/
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
/*    line-height: 75%;*/
    -webkit-font-smoothing: antialiased;
 /*   color: white;*/
    text-decoration: none;
 /*   text-indent: -4px;*/
    display: inline-block;
 /*   padding-bottom: 15px;*/
    margin-bottom: 12px;
  -moz-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  will-change: transform;
  -moz-transition: all 350ms ease-in 0s;
  -o-transition: all 350ms ease-in 0s;
  -webkit-transition: all 350ms ease-in;
  -webkit-transition-delay: 0s;
  transition: all 350ms ease-in 0s;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.is-navopen .nav .menu-item a {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 500ms ease-out 0.3s;
  -o-transition: all 500ms ease-out 0.3s;
  -webkit-transition: all 500ms ease-out;
  -webkit-transition-delay: 0.3s;
  transition: all 500ms ease-out 0.3s;
}

/*
.nav .menu-item:nth-child(1) a {
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.nav .menu-item:nth-child(2) a {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.nav .menu-item:nth-child(3) a {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.nav .menu-item:nth-child(4) a {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.nav .menu-item:nth-child(5) a {-moz-transition-delay:0.15s; -o-transition-delay:0.15s; -webkit-transition-delay:0.15s; transition-delay:0.15s;}
*/
.nav .menu-item:nth-child(1) a {-moz-transition-delay:0.80s;-o-transition-delay:0.80s;-webkit-transition-delay:0.80s;transition-delay:0.80s;}
.nav .menu-item:nth-child(2) a {-moz-transition-delay:0.70s;-o-transition-delay:0.70s;-webkit-transition-delay:0.70s;transition-delay:0.70s;}
.nav .menu-item:nth-child(3) a {-moz-transition-delay:0.60s;-o-transition-delay:0.60s;-webkit-transition-delay:0.60s;transition-delay:0.60s;}
.nav .menu-item:nth-child(4) a {-moz-transition-delay:0.50s;-o-transition-delay:0.50s;-webkit-transition-delay:0.50s;transition-delay:0.50s;}
.nav .menu-item:nth-child(5) a {-moz-transition-delay:0.40s;-o-transition-delay:0.40s;-webkit-transition-delay:0.40s;transition-delay:0.40s;}
.nav .menu-item:nth-child(6) a {-moz-transition-delay:0.30s;-o-transition-delay:0.30s;-webkit-transition-delay:0.30s;transition-delay:0.30s;}
.nav .menu-item:nth-child(7) a {-moz-transition-delay:0.20s;-o-transition-delay:0.20s;-webkit-transition-delay:0.20s;transition-delay:0.20s;}
.nav .menu-item:nth-child(8) a {-moz-transition-delay:0.10s;-o-transition-delay:0.10s;-webkit-transition-delay:0.10s;transition-delay:0.10s;}
.nav .menu-item:nth-child(9) a {-moz-transition-delay:0s;-o-transition-delay:0s;-webkit-transition-delay:0s;transition-delay:0s;}

.is-navopen .nav .menu-item:nth-child(1) a {-moz-transition-delay:0s;-o-transition-delay:0s;-webkit-transition-delay:0s;transition-delay:0s;}
.is-navopen .nav .menu-item:nth-child(2) a {-moz-transition-delay:0.10s;-o-transition-delay:0.10s;-webkit-transition-delay:0.10s;transition-delay:0.10s;}
.is-navopen .nav .menu-item:nth-child(3) a {-moz-transition-delay:0.20s;-o-transition-delay:0.20s;-webkit-transition-delay:0.20s;transition-delay:0.20s;}
.is-navopen .nav .menu-item:nth-child(4) a {-moz-transition-delay:0.30s;-o-transition-delay:0.30s;-webkit-transition-delay:0.30s;transition-delay:0.30s;}
.is-navopen .nav .menu-item:nth-child(5) a {-moz-transition-delay:0.40s;-o-transition-delay:0.40s;-webkit-transition-delay:0.40s;transition-delay:0.40s;}
.is-navopen .nav .menu-item:nth-child(6) a {-moz-transition-delay:0.50s;-o-transition-delay:0.50s;-webkit-transition-delay:0.50s;transition-delay:0.50s;}
.is-navopen .nav .menu-item:nth-child(7) a {-moz-transition-delay:0.60s;-o-transition-delay:0.60s;-webkit-transition-delay:0.60s;transition-delay:0.60s;}
.is-navopen .nav .menu-item:nth-child(8) a {-moz-transition-delay:0.70s;-o-transition-delay:0.70s;-webkit-transition-delay:0.70s;transition-delay:0.70s;}
.is-navopen .nav .menu-item:nth-child(9) a {-moz-transition-delay:0.80s;-o-transition-delay:0.80s;-webkit-transition-delay:0.80s;transition-delay:0.80s;}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.nav__inner {
/*    display: table-cell;*/
width:300px;
    vertical-align: top;/*middle;*/
}
.nav__items {
    list-style-type: none;
margin: 0;
padding: 0;
}
.nav .menu-item {
    padding: 0;
    line-height: 100%;
}
/*
.nav .menu-item.current-menu-item a {
    border-bottom: 2px solid white;
}

.menu-item:hover a {
    border-bottom: 2px solid white;
}
*/
.fullscreen {
    width: 100%;
    height: 600px;
    height: 100vh;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
}
.fullscreen__image-background {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}
*, *::after, *::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    -o-box-sizing: inherit;
    -ms-box-sizing: inherit;
    box-sizing: inherit;
}
.home{background: url(m1.jpg) no-repeat 0 50px;}

.logo{
    position: absolute;
	left:0;
    top: 0;
	height:54px; width:235px;
    z-index:115;
}
#top{
    position: absolute;
    left: 0;
    top: 0;
    height:54px;/*80px;*/
    width:100%;
    z-index:2;
	background-color: rgba(255,255,255,0.5);
}
#left{
    position: fixed;
    left: 0;
    top: 0;
    height:100%;
    width:225px;
    z-index:2;
	background-color: rgba(0, 0, 0, 0.3);
}
.mnav{
	display: table;
    height:100%;
    text-align:right;
    width:200px;
    margin-top:34px;
}
.mmenu{
    list-style-type: none;
	margin: 0;
	padding: 0;
}
.mmenu__inner {
    display: table-cell;
    vertical-align: middle;
}
.mmenu .mmenu-item a {
    font-size: 2.1em;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
    line-height: 75%;
    -webkit-font-smoothing: antialiased;
    color: white;
    text-decoration: none;
    text-indent: -4px;
    display: inline-block;
 /*   padding-bottom: 15px;*/
    margin-bottom: 12px;
}

#dsn, #pro, #asm, #dlv, #srv{font-family: 'PT Sans Narrow',sans-serif; font-size:26px; font-weight:100;}

#info p {padding:10px 0;}
#info .projects:hover {
    border: 2px solid #ddd;
    background-color: #ddd;
}
#info .projects {
    width: 200px !important;
    margin: 0 10px 10px 0;
    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    padding: 10px;
    border: 2px solid #f4f4f4;
    background-color: #f4f4f4;
    line-height: 20px;
}
a {text-decoration:none; }

p#addr_icon{ background-image: url('../images/placeholder.png'); background-repeat: no-repeat; padding-left: 50px; min-height:48px; }
p#clock_icon{ background-image: url('../images/clock.png'); background-repeat: no-repeat; padding-left: 50px; min-height:48px;}
p#phone_icon{ background-image: url('../images/phone.png'); background-repeat: no-repeat; padding-left: 50px; min-height:48px;}

p#email_icon{ background-image: url('../images/email.png'); background-repeat: no-repeat; padding-left: 50px; min-height:48px;}

#info{ width:100%; float:left; font-size:17px;  font-family: 'PT Sans Narrow', sans-serif; font-weight: 400; margin-top:54px; line-height:18px; /* margin:80px 5px 0 5px;*/
}
#info .maindsc{ padding:0px; max-width:920px;  margin:0 auto; line-height: 130%;}/*width:900px;*/
.maindsc h2 {line-height:100%}
#info .maindsc ul, #info ul { list-style-type:disc; list-style-position:inside;}
#info ol { list-style-position:inside;list-style-type:decimal;}


.newsbrief{font-family:'PT Sans Narrow',sans-serif; font-size:17px; font-weight:400; line-height:24px;}
.carousel_hdr,.carousel_date{font-family:'PT Sans Narrow',sans-serif; font-size:24px; font-weight:400; line-height:24px; margin:10px 0;}
.carousel_date{color:#ffbb00;float:left; margin-right:3px;}
.carousel_list{height:410px; overflow:hidden; background-color: #f8f8f8; margin: 0 0 20px 0; padding:5px; border-bottom:10px #f8f8f8 solid;}
.carousel_ul{margin:54px 0px 0 0px; list-style-type: none;}
.darktd, .lighttd{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height:15px;
	padding:4px;
	border-right:1px solid #ebeaf3;
	color:#393186;
}
.darktd a, .lighttd a, .darktd a:hover, .lighttd a:hover { color:#393186; text-decoration:underline;}

.darktd{background:#f0f0f0; }
.lighttd{background:#fff; }

.but_container{top:430px; left:50px; position:absolute; z-index:9999; }

.back_button, .doc_button, .spc_button {cursor:pointer; display:block; float:left;
	width: 50px; height: 50px; background-color: rgba(255,187,0,0.9); border-radius: 50%;
	background-repeat: no-repeat; background-position: center center; margin-left:20px;
}
.back_button {background-image: url('../images/back.png');}
.doc_button{background-image: url('../images/download.png');}
.spc_button{background-image: url('../images/settings.png');}
td{padding: 4px;}
#download,#settings{background-color:#ffbb00;margin: 20px 0 20px 0; padding:10px;}
#auth_response{color:#fff;font-size:15px;}
