@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

html, body {
	padding: 0;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #012a77;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(1, 42, 119, 0.9);
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	clear: both
}

img {
	max-width: 100%;
}

a {
	/*color: #0da6ff;*/
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
/*	color: #012a77;*/
	color: black;
}

header .header-top a {
	/*color: #012a77;*/
}

header .header-bottom {
	padding: 15px 0 10px 0;
/*	background-color: #012a77;*/
}

header .header-bottom .logo {
	display: inline-block;
	width: 189px;
	height: 56px;
	background: url(../images/logo.png) center center no-repeat transparent;
}

header .header-bottom .site-title {
	margin-left: 10px;
	display: inline-block;
	line-height: 56px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
/*	color: #0da6ff;*/
	vertical-align: top;
}

header .header-bottom .mobile-menu-toggler {
	margin-left: 10px;
	display: inline-block;
	line-height: 56px;
	font-size: 24px;
	color: white;
	text-decoration: none;
	vertical-align: top;
}

header .header-bottom .header-bottom-right {
	float: right;
	width: 140px;
}

header .header-bottom .header-bottom-right .phone {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: white;
}

header .header-bottom .header-bottom-right .transparent-btn {
	margin-top: 10px;
	padding: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
}

header .header-bottom .header-bottom-right .transparent-btn:hover {
	border-color: white;
	color: white;
}

header .header-bottom nav > ul {
	position: relative;
	padding: 0;
	margin: 10px 0 0 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
}

header .header-bottom nav > ul > li > a {
	display: block;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
/*	color: white;*/
	color: black;
	text-transform: uppercase;
}

header .header-bottom nav > ul > li > a:hover {
	/*color: #0da6ff;*/
	text-decoration: none;
}

header .header-bottom nav > ul > li.parent > ul {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: -20px;
	left: -20px;
	padding: 20px;
	margin: 0;
	display: none;
	background-color: white;
	list-style: none;
}

header .header-bottom nav > ul > li.parent:hover > ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border: 5px solid black;
}

header .header-bottom nav > ul > li.parent > ul > li > a {
	padding-bottom: 5px;
	margin-bottom: 25px;
	display: inline-block;
	border-bottom: 2px solid black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
}

header .header-bottom nav > ul > li.parent > ul > li {
	overflow: hidden;
}

header .header-bottom nav > ul > li.parent > ul > li a {
/*	color: #012a77;*/
}

header .header-bottom nav > ul > li.parent > ul > li a:hover {
/*	color: #0da6ff;*/
}

header .header-bottom nav > ul > li.parent > ul > li > ul {
	position: relative;
	margin: 0 20px 0 0;
	padding: 0 10px 0 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	font-size: 25px;
}

header .header-bottom nav > ul > li.parent > ul > li > ul:after {
	position: absolute;
	top: 7px;
	right: 0;
	z-index: 100;
	bottom: -9999px;
	display: block;
	width: 2px;
	content: '';
	background-color: #012a77;
}

header .header-bottom nav > ul > li.parent > ul > li:last-child > ul:after {
	display: none;
}

header .header-bottom nav > ul > li.parent:hover > ul > li > ul > li {
	margin: 7px 0;
	line-height: 30px;
}

header .header-bottom nav > ul > li.parent:nth-child(1) > ul > li,
header .header-bottom nav > ul > li.parent:nth-child(5) > ul > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% / 2 - 40px);
	-ms-flex: 0 1 calc(100% / 2 - 40px);
	flex: 0 1 calc(100% / 2 - 40px);
	max-width: -webkit-calc(100% / 2 - 40px);
	max-width: calc(100% / 2 - 40px);
}

header .header-bottom nav > ul > li.parent:nth-child(1) > ul > li > ul > li,
header .header-bottom nav > ul > li.parent:nth-child(5) > ul > li > ul > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% / 2 - 40px);
	-ms-flex: 0 1 calc(100% / 2 - 40px);
	flex: 0 1 calc(100% / 2 - 40px);
	max-width: -webkit-calc(100% / 2 - 40px);
	max-width: calc(100% / 2 - 40px);
}

header .header-bottom nav > ul > li.parent:nth-child(2) > ul > li,
header .header-bottom nav > ul > li.parent:nth-child(4) > ul > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% / 3 - 27px);
	-ms-flex: 0 1 calc(100% / 3 - 27px);
	flex: 0 1 calc(100% / 3 - 27px);
	max-width: -webkit-calc(100% / 3 - 27px);
	max-width: calc(100% / 3 - 27px);
}

header .header-bottom nav > ul > li.parent:nth-child(2) > ul > li > ul > li,
header .header-bottom nav > ul > li.parent:nth-child(4) > ul > li > ul > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%
}

header .header-bottom nav > ul > li.parent:nth-child(3) > ul > li > ul > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% / 4 - 10px);
	-ms-flex: 0 1 calc(100% / 4 - 10px);
	flex: 0 1 calc(100% / 4 - 10px);
	max-width: -webkit-calc(100% / 4 - 10px);
	max-width: calc(100% / 4 - 10px);
}

/*header .header-bottom nav > ul li {
	position: relative;
}

header .header-bottom nav > ul li.parent ul {
	display: none;
}

header .header-bottom nav > ul li.parent:hover > ul {
	display: block;
}

header .header-bottom nav > ul > li > ul {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: -20px;
	padding: 0;
	margin: 0;
	width: 200px;
	background-color: #012a77;
	list-style: none;
}

header .header-bottom nav > ul > li > ul li.parent:after {
	position: absolute;
	top: -webkit-calc(50% - 15px);
	top: calc(50% - 15px);
	right: 3px;
	font-family: FontAwesome;
	font-size: 20px;
	content: '\f101';
	color: white;
}

header .header-bottom nav > ul > li > ul li a {
	position: relative;
	padding: 17px 20px 18px 20px;
	line-height: 16px;
}

header .header-bottom nav > ul > li > ul li a:after {
	position: absolute;
	bottom: 0;
	right: 20px;
	left: 20px;
	display: block;
	height: 1px;
	content: '';
	background-color: white;
}

header .header-bottom nav > ul > li > ul li:last-child > a:after {
	display: none;
}

header .header-bottom nav > ul > li > ul > li > ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: block;
	padding: 0;
	margin: 0;
	width: 200px;
	background-color: #012a77;
	list-style: none;
}

header .header-bottom nav ul li a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

header .header-bottom nav ul li a:hover {
	color: #0da6ff;
	text-decoration: none;
}*/

.uk-container {
	padding: 0 25px 0 0;
	max-width: 1360px;
}

#content {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#content #left {
	padding: 30px;
/*	background-color: rgba(1, 42, 119, 0.8);
	color: white;*/
}

#content #left a:hover {
/*	color: #0da6ff;*/
}

#content #left .block-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	font-size: 28px;
	color: white;
	text-transform: uppercase;
}

#content #left input[type=checkbox] {
	display: none;
}

#content #left input[type=checkbox] + label {
	margin-bottom: 30px;
	display: block;
	font-size: 18px;
	cursor: pointer;
}

#content #left input[type=checkbox] + label:before {
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	font-family: FontAwesome;
	font-size: 20px;
	content: "\f096";
	vertical-align: bottom;
}

#content #left input[type=checkbox]:checked + label:before {
	content: "\f046";
}

#content #left .multiple-select,
#content #left .multiple-select .ms-parent {
	width: 100% !important;
}

#content #left .multiple-select .ms-parent span,
#content #left .multiple-select .ms-parent ul li label,
#content #left .multiple-select .ms-parent ul li label span {
	color: #333;
}

#content #left .multiple-select .ms-parent ul li label span {
	margin-left: 5px;
}

#content #left .multiple-select .ms-parent ul li label input[type="checkbox"] {
	display: inline-block;
}

#content #left .multiple-select .ms-parent .ms-choice {
	height: 30px;
}

#content #left .multiple-select .ms-parent .ms-choice > span {
	right: 25px;
	height: 30px;
	line-height: 30px;
}

#content #left .multiple-select .ms-parent .ms-choice > div {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#content #left .multiple-select .ms-parent .ms-choice > div i {
	color: #0da6ff;
}

#content #left .show-all {
	margin-top: 15px;
	margin-bottom: 30px;
}

#content #left .show-all > label {
	margin-bottom: 0 !important;
	font-size: 16px !important;
	color: #0da6ff !important;
}

#content #left .show-all .show-all-list {
	margin-top: 20px;
}

#content #left .show-all .show-all-list label {
	margin-bottom: 20px;
}

#content #left .show-all .show-all-list label:last-child {
	margin-bottom: 0;
}

.transparent-btn,
#content #left input[type=submit] {
	padding: 8px 50px;
	display: inline-block;
	border: 1px solid black;
	border-radius: 15px;
	background-color: transparent;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: black;
	cursor: pointer;
	outline: none;
}

#content #left input[type=submit] {
	margin-bottom: 30px;
}

.transparent-btn:hover,
#content #left input[type=submit]:hover {
	border-color: #012a77;
	color: #012a77;
}

#content #left .irs {
	margin-bottom: 30px;
}

#content #left .irs-line {
	height: 6px;
	background-color: rgba(255, 255, 255, 0.2);
}

#content #left .irs-bar {
	height: 6px;
	background-color: white;
}

#content #left .irs-slider {
	top: 20px;
	width: 3px;
	background-color: white;
}

#content #left .irs-min,
#content #left .irs-max {
	background-color: transparent;
}

#content #left .irs-from,
#content #left .irs-to,
#content #left .irs-single {
	background-color: white;
	color: #012a77;
}

#content #left .irs-from:after,
#content #left .irs-to:after,
#content #left .irs-single:after {
	border-top-color: white;
}

/* БЛОК ПОСЛЕДНИЕ НОВОСТИ */
#content #left .last-news .views-field-created,
#content #left .last-docs .views-field-created {
	margin-top: 25px;
	font-size: 14px;
	font-style: italic;
}

#content #left .last_news .views-field-title,
#content #left .last_docs .views-field-title {
	margin-bottom: 5px;
	font-size: 19px;
}

/* БЛОК СОТРУДНИКИ ОТДЕЛА */
#content #left .employees .views-row {
	margin-bottom: 30px;
}

#content #left .employees .views-field-field-fotografia {
	margin-bottom: 10px;
}

#content #left .employees .views-field-title {
	font-size: 19px;
	line-height: 19px;
}

#content #left .employees .views-field-field-dolznost {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
}

#content #left .employees .views-field-field-e-mail,
#content #left .employees .views-field-field-telefon {
	font-size: 15px;
	line-height: 20px;
}

/* ГЛАВНАЯ СТРАНИЦА */
.home h2 {
	padding-bottom: 30px;
	font-size: 28px;
	color: #0da6ff;
	text-align: center;
	text-transform: uppercase;
}

.home .sections .sections-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home .sections .sections-list .section-elem img {
	width: 100%;
	height: auto;
}

.home .sections .sections-list .section-elem .uk-overlay-panel {
	top: 70%;
	padding: 0;
	overflow: hidden;
	background-image: -webkit-gradient( linear, left top, right top, from(rgba(1,42,119,0.5)), to(rgba(1,42,119, 0.9)));
	background-image: -webkit-linear-gradient( left, rgba(1,42,119,0.5) 0%, rgba(1,42,119, 0.9) 100%);
	background-image: linear-gradient( 90deg, rgba(1,42,119,0.5) 0%, rgba(1,42,119, 0.9) 100%);
	color: white;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.home .sections .sections-list .section-elem .uk-overlay-panel .title {
	padding: 20px 20px 0 20px;
	height: -webkit-calc(100% - 40px);
	height: calc(100% - 40px);
	font-size: 28px;
	text-transform: uppercase;
}

.home .sections .sections-list .section-elem:hover .uk-overlay-panel {
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.home .sections .sections-list .section-elem:hover .uk-overlay-panel .title {
	height: auto;
}

.home .sections .sections-list .section-elem .uk-overlay-panel ul:before {
	margin: 20px 50% 30px 0;
	display: block;
	content: '';
	width: 50%;
	height: 1px;
	background-color: white;
}

.home .sections .sections-list .section-elem .uk-overlay-panel ul {
	padding: 0 20px 20px 20px;
	margin: 0;
	list-style: none;
}

.home .sections .sections-list .section-elem .uk-overlay-panel ul li {
	margin-bottom: 25px;
}

.home .sections .sections-list .section-elem .uk-overlay-panel ul li a {
	font-size: 19px;
	text-decoration: none;
}

.home .sections .sections-list .section-elem .uk-overlay-panel ul li a:hover {
	color: #0da6ff;
}


.home .news {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home .news .news-slider {
	position: relative;
}

.home .news .news-slider .uk-slidenav {
	display: inline-block;
	color: rgba(1, 42, 119, 0.1);
}

.home .news .news-slider .uk-slidenav:hover {
	color: #012a77;
}

.home .news .news-slider .uk-slidenav-previous {
	left: 0;
}

.home .news .news-slider .uk-slidenav-next {
	right: 0;
}

.home .news .news-slider ul li .uk-overlay {
	width: 100%;
}

.home .news .news-slider ul li img {
	width: 100%;
	height: auto;
}

.home .news .news-slider ul li .uk-overlay-panel {
	font-size: 28px;
	text-transform: uppercase;
	background-image: -webkit-gradient( linear, left top, right top, from(rgba(1,42,119,0.4)), to(rgba(1,42,119, 0.9)));
	background-image: -webkit-linear-gradient( left, rgba(1,42,119,0.4) 0%, rgba(1,42,119, 0.9) 100%);
	background-image: linear-gradient( 90deg, rgba(1,42,119,0.4) 0%, rgba(1,42,119, 0.9) 100%);

}

.home .news .news-slider ul li .uk-overlay-panel .date {
	font-size: 19px;
}

.home .news .news-slider ul li .uk-overlay-panel .date:before {
	margin: 20px 50% 30px 0;
	display: block;
	content: '';
	width: 50%;
	height: 1px;
	background-color: white;
}

.home .blue-wrapper {
	padding: 50px 30px;
	background: url(/inno/images/blue-block-bg.jpg) center center no-repeat #012a77;
	background-size: cover;
}

.home .blue-wrapper > .uk-container > .uk-flex {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home .blue-wrapper .reviews,
.home .blue-wrapper .advantages {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% / 2 - 40px);
	-ms-flex: 0 1 calc(100% / 2 - 40px);
	flex: 0 1 calc(100% / 2 - 40px);
}

.home .blue-wrapper .advantages .advantages-list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home .blue-wrapper .advantages .advantages-list .advantages-item span {
	margin-top: 30px;
	padding: 15px;
	display: block;
	background-image: -webkit-linear-gradient( 90deg, rgba(1,42,119,0) 0%, rgba(1,42,119, 0.6) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(1,42,119,0) 0%, rgba(1,42,119, 0.6) 100%);
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	color: white;
}

.home .requests {
	margin: 50px 0;
}

.home .requests .request-list {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home .requests .request-list .uk-overlay {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% / 3 - 27px);
	-ms-flex: 0 1 calc(100% / 3 - 27px);
	flex: 0 1 calc(100% / 3 - 27px);
	max-width: -webkit-calc(100% / 3 - 27px);
	max-width: calc(100% / 3 - 27px);
}

.home .requests .request-list .uk-overlay img,
.home .reviews .uk-overlay img  {
	width: 100%;
	height: auto
}

.home .requests .uk-overlay .uk-overlay-panel,
.home .reviews .uk-overlay .uk-overlay-panel {
	z-index: 2;
	top: 50%;
	background-image: -webkit-linear-gradient( 90deg, rgba(1,42,119,0) 0%, rgba(1,42,119, 0.6) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(1,42,119,0) 0%, rgba(1,42,119, 0.6) 100%);
	text-transform: uppercase;
	color: #fff;
}

.home .reviews .uk-overlay .uk-overlay-panel {
	top: auto;
	font-size: 18px;
	text-transform: inherit;
}

.home .partners-wrapper {
	padding: 50px 0;
	background-color: #e8e8e8;
}

.home .partners-wrapper .partners-slider {
	position: relative;
	padding: 0 60px;
}

.home .partners-wrapper .partners-slider .uk-slidenav {
	display: inline-block;
	color: rgba(1, 42, 119, 0.1);
}

.home .partners-wrapper .partners-slider .uk-slidenav:hover {
	color: #012a77;
}

.home .partners-wrapper .partners-slider .uk-slidenav-previous {
	left: 0;
}

.home .partners-wrapper .partners-slider .uk-slidenav-next {
	right: 0;
}

.home .partners-wrapper .partners-slider ul li {
	text-align: center;
}

/* БЛОК ЦЕНТРЫ КОЛЛЕКТИВНОГО ПОЛЬЗОВАНИЯ */
#content #left .white-links {
	margin-bottom: 50px;
}

#content #left .white-links a {
	padding: 5px 20px;
	margin-bottom: 10px;
	display: block;
	border-radius: 10px;
	background-color: white;
	color: #355592;
}

#content #left .white-links a:hover {
	color: #0da6ff;
}

#content #right {
	padding: 25px 0 25px 30px;
}

#content #right h1,
#content #right .page-title {
	margin-top: 0;
	margin-bottom: 35px;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
}

#content #right .statistics-counter {
	display: none;
}

#content #right .form-search {
	margin-bottom: 35px;
}

#content #right .form-search input[type="search"] {
	margin-top: 3px;
	margin-right: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% - 170px);
	-ms-flex: 0 1 calc(100% - 170px);
	flex: 0 1 calc(100% - 170px);
	height: 30px;
	line-height: 30px;
	/*-webkit-appearance:none;*/
	min-height:30px;
}

#content #right .form-search input[type="submit"] {
	width: 150px;
}

#content #right table {
	width: 100%;
	line-height: 20px;
	border-collapse: collapse;
}

#content #right table thead tr td {
	padding: 5px 20px;
	border: 1px solid #0da6ff;
	background-color: #0da6ff;
	text-align: center;
	color: white;
}

#content #right table tbody td {
	padding: 10px;
	border: 1px solid #d9d9d9;
}

#content #right .align-center {
	text-align: center;
}

#content #right .loadmore {
	margin-top: 20px;
}

/* СТРАНИЦА СОТРУДНИКА */
#content #right .employe-page h1 {
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	color: #333;
}

#content #right .employe-page .employe-photo {
	float: left;
	margin: 0 25px 20px 0;
}

#content #right .employe-page .employe-status {
	margin-bottom: 15px;
	font-size: 14px;
	font-style: italic;
}

#content #right .employe-page .links {
	display: none;
}

#content #right .employe-page .employe-contacts {
	margin-top: 15px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#content #right .employe-page .employe-contacts > div {
	margin-right: 20px;
	-ms-flex: 0 1 calc(100% / 3 - 20px);
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% / 3 - 20px);
	flex: 0 1 calc(100% / 3 - 20px);
}

#content #right .employe-page .employe-contacts > div:nth-child(3n) {
	margin-right: 0;
}

#content #right .employe-page .employe-contacts > div > * {
	display: inline-block;
}

#content #right .employe-page .employes-slider {
	position: relative;
	margin: 35px 0 -25px 0;
}

#content #right .employe-page .employes-slider li .image {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

#content #right .employe-page .employes-slider li .image:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background-color: rgba(1, 42, 119, 0.2);
}

#content #right .employe-page .employes-slider li .employes-slider-bottom {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 20px 0 20px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: -webkit-gradient( linear, left top, right top, from(rgba(1,42,119,0)), to(rgba(1,42,119, 0.4)));
	background-image: -webkit-linear-gradient( left, rgba(1,42,119,0) 0%, rgba(1,42,119, 0.4) 100%);
	background-image: linear-gradient( 90deg, rgba(1,42,119,0) 0%, rgba(1,42,119, 0.4) 100%);
	color: white;
}

#content #right .employe-page .employes-slider li .employes-slider-bottom .views-field-title {
	font-size: 19px;
	line-height: 19px;
}

#content #right .employe-page .employes-slider li .employes-slider-bottom .views-field-field-dolznost {
	margin-bottom: 15px;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
}

#content #right .employe-page .employes-slider li .employes-slider-bottom .views-field-field-e-mail,
#content #right .employe-page .employes-slider li .employes-slider-bottom .views-field-field-telefon {
	font-size: 15px;
	line-height: 20px;
}

#content #right .employe-page .employes-slider li .employes-slider-bottom a {
	color: white;
}

#content #right .employe-page .employes-slider li .employes-slider-bottom a:hover {
	color: #0da6ff;
}

#content #right .employe-page .employes-slider .uk-slidenav {
	position: absolute;
	z-index: 3;
	top: -webkit-calc(50% - 30px);
	top: calc(50% - 30px);
}

#content #right .employe-page .employes-slider .uk-slidenav-previous {
	left: 0;
}

#content #right .employe-page .employes-slider .uk-slidenav-next {
	right: 0;
}

/* СТРАНИЦА ПАРТНЕРОВ */
.partners-page .partners-list {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners-page .partners-item {
	margin-bottom: 45px;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
}

.partners-page .partners-item span {
	margin-top: 20px;
	display: block;
}

/* СТРАНИЦА ДОКУМЕНТОВ */
.documents-page .print,
.documents-page .pdf {
	margin: 0 5px;
}

/* СТРАНИЦА НОВОСТЕЙ */
#content #right .news,
#content #right .competitions-and-exhibitions,
#content #right .portfel {
	font-size: 15px;
	color: #333;
}

#content #right .news .views-row,
#content #right .competitions-and-exhibitions .views-row,
#content #right .portfel .views-row {
	margin-top: 40px;
	clear: both;
}

#content #right .news .views-row:first-child,
#content #right .competitions-and-exhibitions .views-row:first-child,
#content #right .portfel .views-row:first-child {
	margin-top: 0;
}

#content #right .news .views-field-field-news-picture,
#content #right .competitions-and-exhibitions .views-field-field-competitions-and-exhibitions-picture,
#content #right .portfel .views-field-field-portfel-picture {
	float: left;
	margin: 0 20px 20px 0;
}

#content #right .views-field-title {
	font-size: 24px;
	text-transform: uppercase;
}

#content #right .views-field-title a {
	color: #333;
}

#content #right .views-field-title a:hover {
	color: #ccc;
}

#content #right .news .views-field-created {
	margin-bottom: 15px;
	font-style: italic;
	font-size: 14px;
}

/*#content #right .news .views-field-body,*/
#content #right .competitions-and-exhibitions .views-field-body {
	margin-bottom: 20px;
}

#content #right .news .views-field-totalcount:before {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-family: FontAwesome;
	content: '\f06e';
	color: #012a77;
}

#content #right .news .news-footer .statistics-counter {
	display: block;
}

#content #right .news .news-footer .views-field-totalcount {
	float: right;
	margin-right: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #4c4c4c;
}

#content #right .news .news-footer .ya-share2 {
	float: right;
}

#content #right .news .js-pager__items {
	padding: 0;
	margin: 20px 0 0 0;
	clear: both;
	list-style: none;
	text-align: center;
}

#content #right .news .js-pager__items li {
	display: inline-block;
}

#content #right .news .js-pager__items li a {
	padding: 0 60px;
	display: block;
	height: 35px;
	line-height: 33px;
	border: 1px solid #0da6ff;
	border-radius: 15px;
	background-color: transparent;
	font-size: 16px;
	text-decoration: none;
	color: #0da6ff;
	cursor: pointer;
}

#content #right .news .js-pager__items li a:hover {
	border-color: #012a77;
	color: #012a77;
}

/* СТРАНИЦА ПОРТФЕЛЬ ИННОВАЦИЙ */
#content #right .portfel .views-row {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

#content #right .portfel .views-row:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

#content #right .portfel .views-field-title {
	margin-bottom: 20px;
}

#content #right .portfel .views-field-field-portfel-technology a,
#content #right .portfel .views-field-field-portfel-market a {
	display: inline-block;
}

/* КАРТОЧКА ЭЛЕМЕНТА ПОРТФЕЛЯ */
#content #right .tab {
	margin-top: 20px;
}

#content #right .tab .uk-tab {
	padding-right: 10px;
	background-color: #0da6ff;
}

#content #right .tab .uk-tab a {
	margin: 10px 0 0 10px;
	padding: 8px 12px 18px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	width: 100%;
	line-height: 16px;
	text-align: center;
	color: white;
}

#content #right .tab .uk-tab .uk-active a,
#content #right .tab .uk-tab a:hover {
	color: #333;
}

#content #right .tab .tab-content {
	padding: 35px 30px;
}

/* СТРАНИЦА ПРОЕКТЫ ДЛЯ ИНВЕСТИРОВАНИЯ */
#content #right .projects .views-row {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

#content #right .projects .views-row:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

#content #right .projects .projects-left {
	float: left;
	margin-right: 30px;
	width: 150px;
}

#content #right .projects .projects-left .views-field-field-projects-budget,
#content #right .products .products-left .views-field-field-products-budget {
	margin-top: 20px;
}

#content #right .projects .projects-left .views-field-field-projects-budget .field-content div,
#content #right .products .products-left .views-field-field-products-budget .field-content div {
	font-size: 24px;
	color: #0da6ff;
}

#content #right .projects .projects-left .transparent-btn {
	margin-top: 20px;
	padding: 8px 30px;
}

#content #right .projects .views-field-title {
	margin-bottom: 20px;
}

#content #right .projects .views-field-field-projects-direction {
	font-size: 15px;
}

#content #right .projects .views-field-field-projects-direction a {
	display: inline-block;
}

#content #right .projects .views-field-body {
	margin-top: 20px;
}

/* СТРАНИЦА ИННОВАЦИОННЫЕ ПРОДУКТЫ */
#content #right .products .views-row {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

#content #right .products .views-row:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

#content #right .products .products-left {
	float: left;
	margin-right: 30px;
	width: 150px;
}

#content #right .products .products-left .transparent-btn {
	margin: 20px 0;
}

#content #right .products .views-field-field-products-property {
	font-size: 15px;
}

#content #right .products .views-field-field-products-property a {
	display: inline-block;
}

/* КАРТОЧКА ИННОВАЦИОННЫЕ ПРОДУКТЫ */
#content #right .project-page .views-field-field-project-picture {
	float: left;
	width: 280px;
	margin: 0 30px 15px 0;
}

#content #right .project-page .views-field-field-project-picture .uk-slidenav-position {
	margin-top: 5px;
}

#content #right .project-page .views-field-field-project-picture .uk-slidenav-position .uk-grid {
	margin-left: -5px;
}

#content #right .project-page .views-field-field-project-picture .uk-slidenav-position .uk-grid > * {
	padding-left: 5px;
}

#content #right .project-page .views-field-field-project-budget {
	margin-top: 10px;
}

#content #right .project-page .views-field-field-project-budget .field-content div {
	font-size: 24px;
	color: #0da6ff;
}

#content #right .project-page .transparent-btn {
	margin: 10px 0;
}

/* СТРАНИЦА ФОТОГАЛЕРЕИ */
.gallery-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* СТРАНИЦА ОФОРМЛЕНИЯ ЗАЯВКИ НА ОИС */
.contact-message-zaavka-na-oformlenie-ois-form .block-title,
.contact-message-zaavka-na-registraciu-malogo-inn-form .block-title,
.contact-message-zaavka-kommercializaciu-proekta-form .block-title,
.node-dokument-dla-obmena-form label {
	margin-top: 20px;
	display: block;
	font-size: 20px;
	line-height: 32px;
/*	text-transform: uppercase;*/
	color: #0da6ff;
}

input[value=_none]{
    display: none;
}

.contact-message-zaavka-na-oformlenie-ois-form .form-item-title,
.contact-message-zaavka-na-registraciu-malogo-inn-form .form-item-title,
.contact-message-zaavka-kommercializaciu-proekta-form .form-item-title {
	margin-top: 20px;
	margin-right: 10px;
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	color: #0da6ff;
}

.contact-message-zaavka-na-oformlenie-ois-form input[type="text"],
.contact-message-zaavka-na-oformlenie-ois-form textarea,
/*.contact-message-zaavka-kommercializaciu-proekta-form input[type="text"],*/
.contact-message-zaavka-kommercializaciu-proekta-form textarea {
	padding: 5px;
	line-height: 16px;
	font-size: 16px;
	color: #808080;
}

.contact-message-zaavka-na-oformlenie-ois-form .field-add-more-submit,
.contact-message-zaavka-na-registraciu-malogo-inn-form .field-add-more-submit,
.contact-message-zaavka-kommercializaciu-proekta-form .field-add-more-submit {
	border: none;
	background-color: transparent;
	color: #0da6ff;
	cursor: pointer;
	text-decoration: underline;
	text-transform: uppercase;
}

.contact-message-zaavka-na-oformlenie-ois-form .field-add-more-submit:hover,
.contact-message-zaavka-kommercializaciu-proekta-form .field-add-more-submit:hover {
	color: #012a77;
}

.contact-message-zaavka-na-oformlenie-ois-form .js-form-type-radio,
.contact-message-zaavka-kommercializaciu-proekta-form .js-form-type-radio {
	margin-bottom: 5px;
	line-height: 30px;
}

.contact-message-zaavka-kommercializaciu-proekta-form .js-form-type-radio.inline {
	margin-right: 20px;
	display: inline-block;
}

.contact-message-zaavka-na-oformlenie-ois-form .uk-form-select,
.contact-message-zaavka-kommercializaciu-proekta-form .uk-form-select {
	margin-bottom: 5px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-message-zaavka-na-oformlenie-ois-form .uk-form-select span,
.contact-message-zaavka-kommercializaciu-proekta-form .uk-form-select span {
	display: block;
	padding: 0 25px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #808080;
}

.contact-message-zaavka-na-oformlenie-ois-form .uk-form-select .uk-icon-caret-down,
.contact-message-zaavka-kommercializaciu-proekta-form .uk-form-select .uk-icon-caret-down {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #0da6ff;
}

.contact-message-zaavka-na-oformlenie-ois-form #field-avtory-ois-values td,
.contact-message-zaavka-kommercializaciu-proekta-form #field-komanda-proekta-values td {
	padding: 0 !important;
	border-color: transparent !important;
}

.contact-message-zaavka-na-oformlenie-ois-form #field-avtory-ois-values .js-form-type-select label,
.field--name-field-drugoe-mesto-raboty label{
	display: none;
}

.contact-message-zaavka-na-oformlenie-ois-form #field-avtory-ois-values td.field-multiple-drag,
.contact-message-zaavka-kommercializaciu-proekta-form #field-komanda-proekta-values td.field-multiple-drag {
	display: none;
}

.contact-message-zaavka-na-oformlenie-ois-form .transparent-btn,
.contact-message-zaavka-kommercializaciu-proekta-form .transparent-btn,
.node-dokument-dla-obmena-form .transparent-btn {
	border-radius: 15px;
	font-size: 16px;
	line-height: 18px;
	color: #0da6ff;
}

.contact-message-zaavka-na-oformlenie-ois-form .transparent-btn:hover,
.contact-message-zaavka-kommercializaciu-proekta-form .transparent-btn:hover {
	color: #012a77;
}

.contact-message-zaavka-na-oformlenie-ois-form fieldset,
.contact-message-zaavka-kommercializaciu-proekta-form fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.contact-message-zaavka-na-oformlenie-ois-form .tabledrag-toggle-weight-wrapper,
.contact-message-zaavka-kommercializaciu-proekta-form .tabledrag-toggle-weight-wrapper {
	display: none;
}

.contact-message-zaavka-na-oformlenie-ois-form .contacts > *,
.contact-message-zaavka-kommercializaciu-proekta-form .contacts > * {
	margin-right: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc(100% / 3 - 10px);
	-ms-flex: 0 1 calc(100% / 3 - 10px);
	flex: 0 1 calc(100% / 3 - 10px);
	max-width: -webkit-calc(100% / 3 - 10px);
	max-width: calc(100% / 3 - 10px);
}

.contact-message-zaavka-na-oformlenie-ois-form .contacts .form-item,
.contact-message-zaavka-kommercializaciu-proekta-form .contacts .form-item {
	margin-top: 10px;
}

.contact-message-zaavka-na-oformlenie-ois-form .contacts input,
.contact-message-zaavka-kommercializaciu-proekta-form .contacts input {
	width: 100%;
}

.contact-message-zaavka-na-oformlenie-ois-form .contacts > *:last-child,
.contact-message-zaavka-kommercializaciu-proekta-form .contacts > *:last-child {
	margin-right: 0;
}

.contact-message-zaavka-na-oformlenie-ois-form .form-actions,
.contact-message-zaavka-na-registraciu-malogo-inn-form .form-actions,
.contact-message-zaavka-kommercializaciu-proekta-form .form-actions,
.node-dokument-dla-obmena-form .form-actions {
	margin-top: 20px;
/*	text-align: center;*/
}

/* КАТЕГОРИЯ НАУЧНО-ОБРАЗОВАТЕЛЬНЫЕ ЦЕНТРЫ */
#content #right .centers .views-row {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

#content #right .centers .views-row:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

#content #right .centers .views-field-field-centers-picture {
	float: left;
	margin: 0 20px 20px 0;
}

#content #right .centers .views-field-title {
	margin-bottom: 20px;
}

#content #right .centers .views-field-field-centers-boss,
#content #right .centers .views-field-field-centers-creation-date {
	font-size: 15px;
}

#content #right .centers .views-field-field-centers-boss a,
#content #right .centers .views-field-field-centers-creation-date a {
	display: inline-block;
}

.gallery-list .gallery-item {
	margin: 0 20px 20px 0;
}

.gallery-list .gallery-item img,
.gallery-list .gallery-item iframe {
	width: 100%;
	height: auto;
}

/* СТРАНИЦА ВОПРОСЫ И ОТВЕТЫ */
.faq .uk-accordion-title {
	background-color: transparent;
	color: #0da6ff;
}

.faq .uk-accordion-title:before {
	margin-right: 10px;
	display: inline-block;
	width: 15px;
	font-family: FontAwesome;
	content: '\f105';
	text-align: center;
}

.faq .uk-accordion-title.uk-active:before {
	content: '\f107';
}

footer .footer-top {
	padding: 25px 0;
/*	background-color: #012a77;*/
	font-size: 14px;
	line-height: 16px;
	color: black;
}

footer .footer-top .logo {
	float: left;
	margin-right: 15px;
	display: block;
	width: 58px;
	height: 70px;
	background: url(../images/logo-bottom.png) left center no-repeat transparent;
}

footer .footer-top .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

footer .footer-top p {
	padding: 0;
	margin: 0;
}

footer .footer-top #block-socseti {
	line-height: 70px;
	text-align: right;
}

footer .footer-top #block-socseti a {
	margin-left: 10px;
	color: white;
}

footer .footer-top #block-socseti a:first-child {
	margin: 0;
}

footer .footer-top #block-socseti a.uk-icon-vk {
	background-color: #6992df;
}

footer .footer-top #block-socseti a.uk-icon-facebook {
	background-color: #3a63b0;
}

footer .footer-top #block-socseti a.uk-icon-twitter {
	background-color: #769fec;
}

footer .footer-top #block-socseti a.uk-icon-rss {
	background-color: #8db4ff;
}

footer .footer-top #block-socseti a.uk-icon-google-plus {
	background-color: #7099e6;
}

footer .footer-top #block-socseti a.uk-icon-instagram {
	background-color: #547dca;
}

footer .footer-bottom {
	line-height: 45px;
	border-top: 2px solid black;
	/*background-color: #13274d;*/
	font-size: 18px;
	color: black;
}


.left-wrapper nav#block-menudlaslabovidasih {
	margin-bottom:30px;
}

.left-wrapper nav#block-menudlaslabovidasih h2 {
	padding-bottom:0px;
	
}

.left-wrapper nav#block-menudlaslabovidasih ul li {
	
}

.statistic-left, .statistics-page .statistic-right {
	flex: 0 1 calc(100% / 2 - 10px);
	width: calc(100% / 2 - 10px);
}

.form-item-combine {
	display: none;
}

.graduates-item.gItem .gItem-avards {
	text-align: left !important;
}

.views-row {
	margin-bottom: 20px;
	border-bottom: 1px solid grey;
}

.gItem-photo a {
	display: block;
	height: 100px;
	padding-bottom: 100px;
	width: 220px;
}

.viewsIco {
	display: none;
}



.album-list .albumItem {
	flex: 0 1 calc(100% / 2 - 80px);
	margin-right: 80px;
	width: calc(100% / 2 - 80px);
}
.album-list .albumItem {
	margin-bottom: 50px;
}
.albumItem {
	flex-wrap: wrap;
}

.albumItem-photos {
	width: 200px;
}

@media only screen and (max-width: 1219px) {

	header .actions {
		margin-right:-20px;
	}

	header .login {
		margin-left: -20px;
	}
	header .header-bottom nav {
		display: none;
	}

	.home .blue-wrapper > .uk-container > .uk-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home .blue-wrapper .reviews {
		margin-bottom: 45px;
		text-align: center;
		display: none;
	}
	.home .blue-wrapper .advantages {
		display: none;
	}
	.home .blue-wrapper {
		display:none;
	}

	.home .blue-wrapper .reviews .review-item {
		text-align: left;
	}

}

@media only screen and (max-width: 959px) {

	.home .news .news-slider {
		padding: 0 40px;
	}

	.home .news .news-slider ul li .uk-overlay-panel {
		font-size: 20px;
	}

	.home .news .news-slider ul li .uk-overlay-panel .date {
		font-size: 15px;
	}

	.home .news .news-slider ul li .uk-overlay-panel .date:before {
		margin: 10px 50% 20px 0;
	}

	.home .news .news-slider .uk-slidenav-previous {
		left: -20px;
	}

	.home .news .news-slider .uk-slidenav-next {
		right: -20px;
	}

	.home .requests {
		margin: 0 auto;
		width: 80%;
	}

	.home .requests .request-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.home .requests .request-list .uk-overlay {
		margin-bottom: 50px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}

	.home .requests .uk-overlay .uk-overlay-panel {
		top: auto;
		font-size: 30px;
	}

	#content.has-left-sidebar {
		width: -webkit-calc(100% + 235px);
		width: calc(100% + 235px);
		-webkit-transform: translateX( -webkit-calc(-235px) );
		-ms-transform: translateX( calc(-235px) );
		transform: translateX( calc(-235px) );
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#content.has-left-sidebar.opened {
		width: 100%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#content.has-left-sidebar #left {
		position: relative;
		width: 265px;
		cursor: pointer;
	}

	#content.has-left-sidebar:not(.opened) #left > *:not(i) {
		display: none;
	}

	#content.has-left-sidebar #left > i {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 0;
		display: block;
		width: 30px;
		font-size: 20px;
		text-align: center;
		color: white;
	}

	#content.has-left-sidebar.opened #left > i:before {
		content: "\f100";
	}

	#content #right.uk-width-7-10 {
		/*width: -webkit-calc(100% - 265px);*/
		width: -webkit-calc(100% - 270px);
		/*width: calc(100% - 265px);*/
	}

	#content #right .employe-page .employe-contacts {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#content #right .employe-page .employe-contacts > div {
		margin-right: 0;
		-ms-flex: 0 1 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		text-align: center;
	}

	#content #right .employe-page .employes-slider li {
		/*height: 275px;*/
		height: 350px;
	}

	#content #right .employe-page .employes-slider .employes-slider-bottom {
		height: 130px;
	}

	.contact-message-zaavka-na-oformlenie-ois-form .contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact-message-zaavka-na-oformlenie-ois-form .contacts > * {
		margin-right: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}

	#block-innovationtable{
		display: none;
	}

	#content #right .form-search input[type="search"] {
		margin-top: 3px;
		margin-right: 20px;
	/*	-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% - 170px);
		-ms-flex: 0 1 calc(100% - 170px);
		flex: 0 1 calc(100% - 170px);*/
		height: 30px;
		line-height: 30px;
		-webkit-appearance:none;
	}

}

@media only screen and (max-width: 767px) {

	.home .sections .sections-list .section-elem {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.home .requests .uk-overlay .uk-overlay-panel {
		top: auto;
		font-size: 25px;
	}

	#content #right .employe-page .employes-slider li {
		height: 400px;
	}

	#content #right .employe-page .employes-slider .employes-slider-bottom {
		height: 135px;
	}

	.gallery-list .gallery-item {
		margin-right: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}

}

@media only screen and (max-width: 639px) {

	header .header-bottom .header-bottom-right {
		display: none;
	}

	.home .blue-wrapper {
		background-image: none;
	}

	.home .blue-wrapper .advantages .advantages-list .advantages-item {
		margin: 0 0 30px 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center;
	}

	.home .blue-wrapper .advantages .advantages-list .advantages-item span {
		text-align: center;
	}

	.home .requests .uk-overlay .uk-overlay-panel {
		top: auto;
		font-size: 20px;
	}

	#content #right .form-search {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#content #right .form-search input[type="submit"] {
		display: inline-block;
		margin: 20px auto 0 auto;
	}

	#content #right .employe-page .employe-photo {
		float: inherit;
		margin: 0 0 20px 0;
		text-align: center;
	}

	#content #right .employe-page .employe-photo img {
		display: inline-block;
	}

	#content #right .employe-page h1,
	#content #right .employe-page .employe-status {
		text-align: center;
	}

	#content #right .employe-page .employes-slider li {
		height: 350px;
	}

	#content #right .employe-page .employes-slider .employes-slider-bottom {
		height: 140px;
	}

	.partners-page .partners-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	#content #right .projects .projects-left {
		margin: 0 0 20px 0;
		width: 100%;
	}

	#content #right .projects .projects-left .views-field-field-projects-picture {
		float: left;
		margin: 0 30px 20px 0;
	}

	#content #right .projects .projects-left .views-field-field-projects-budget {
		margin: 0;
	}

}

@media only screen and (min-width: 640px) {

	.home .blue-wrapper .advantages .advantages-list .advantages-item {
		margin: 0 20px 30px 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% / 3 - 15px);
		-ms-flex: 0 1 calc(100% / 3 - 15px);
		flex: 0 1 calc(100% / 3 - 15px);
		text-align: center;
	}

	.home .blue-wrapper .advantages .advantages-list .advantages-item:nth-child(3n) {
		margin-right: 0;
	}

}

@media only screen and (min-width: 640px) and (max-width: 767px) {

	.partners-page .partners-item {
		margin-right: 40px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% / 2 - 20px);
		-ms-flex: 0 1 calc(100% / 2 - 20px);
		flex: 0 1 calc(100% / 2 - 20px);
	}

	.partners-page .partners-item:nth-child(2n) {
		margin-right: 0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 960px) {

	.home .sections .sections-list .section-elem {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.partners-page .partners-item {
		margin-right: 40px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% / 3 - 27px);
		-ms-flex: 0 1 calc(100% / 3 - 27px);
		flex: 0 1 calc(100% / 3 - 27px);
	}

	.partners-page .partners-item:nth-child(3n) {
		margin-right: 0;
	}

	.gallery-list .gallery-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% / 2 - 20px);
		-ms-flex: 0 1 calc(100% / 2 - 20px);
		flex: 0 1 calc(100% / 2 - 20px);
		max-width: -webkit-calc(100% / 3 - 2 - 20px);
		max-width: calc(100% / 3 - 2 - 20px);
	}

	.gallery-list .gallery-item:nth-child(2n) {
		margin-right: 0
	}

}

@media only screen and (min-width: 960px) {

	.home .news .news-slider {
		padding: 0 100px;
	}

	.home .news .news-slider ul li {
		padding: 0 20px;
	}

	#content #left {
		position: relative;
		display: block;
/*		background-color: rgba(1, 42, 119, 0.8);*/
		border-right: 1px solid black;
	}

	#content .left-col-toggler {
		display: none;
	}

	#content #right .employe-page .employes-slider li {
		/*height: 275px;*/
		height: 350px;
	}

	#content #right .employe-page .employes-slider .employes-slider-bottom {
		height: 130px;
	}

	.contact-message-zaavka-na-oformlenie-ois-form .form-checkboxes,
	.contact-message-zaavka-kommercializaciu-proekta-form .form-checkboxes:not(#edit-field-nalicie-soinvestora) {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}

}

@media only screen and (min-width: 960px) and (max-width: 1219px) {

	.home .sections .sections-list .section-elem {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.home .requests .uk-overlay .uk-overlay-panel {
		top: 35%;
		font-size: 20px;
	}

	.partners-page .partners-item {
		margin-right: 40px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% / 4 - 30px);
		-ms-flex: 0 1 calc(100% / 4 - 30px);
		flex: 0 1 calc(100% / 4 - 30px);
	}

	.partners-page .partners-item:nth-child(4n) {
		margin-right: 0;
	}

	.gallery-list .gallery-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% / 2 - 20px);
		-ms-flex: 0 1 calc(100% / 2 - 20px);
		flex: 0 1 calc(100% / 2 - 20px);
		max-width: -webkit-calc(100% / 3 - 2 - 20px);
		max-width: calc(100% / 3 - 2 - 20px);
	}

	.gallery-list .gallery-item:nth-child(2n) {
		margin-right: 0
	}

}

@media only screen and (min-width: 1220px) {

	.home .sections .sections-list .section-elem {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}

	.home .requests .uk-overlay .uk-overlay-panel {
		font-size: 28px;
	}

	header .header-bottom .mobile-menu-toggler {
		display: none;
	}

	#content #right .employe-page .employes-slider li {
		/*height: 275px;*/
		height: 350px;
	}

	#content #right .employe-page .employes-slider .employes-slider-bottom {
		height: 130px;
	}

	.partners-page .partners-item {
		margin-right: 40px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% / 5 - 32px);
		-ms-flex: 0 1 calc(100% / 5 - 32px);
		flex: 0 1 calc(100% / 5 - 32px);
	}

	.partners-page .partners-item:nth-child(5n) {
		margin-right: 0;
	}

	.gallery-list .gallery-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(100% / 3 - 14px);
		-ms-flex: 0 1 calc(100% / 3 - 14px);
		flex: 0 1 calc(100% / 3 - 14px);
		max-width: -webkit-calc(100% / 3 - 14px);
		max-width: calc(100% / 3 - 14px);
	}

	.gallery-list .gallery-item:nth-child(3n) {
		margin-right: 0
	}

}

/*Иконки типов файлов из file.css*/
.file {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	min-height: 18px;
	padding-left: 20px;
}
[dir="rtl"] .file {
	background-position: right center;
	padding-left: inherit;
	padding-right: 20px;
}
.file--general, .file--application-octet-stream {
	background-image: url("/core/themes/classy/images/icons/application-octet-stream.png");
}
.file--package-x-generic {
	background-image: url("/core/themes/classy/images/icons/package-x-generic.png");
}
.file--x-office-spreadsheet {
	background-image: url("/core/themes/classy/images/icons/x-office-spreadsheet.png");
}
.file--x-office-document {
	background-image: url("/core/themes/classy/images/icons/x-office-document.png");
}
.file--x-office-presentation {
	background-image: url("/core/themes/classy/images/icons/x-office-presentation.png");
}
.file--text-x-script {
	background-image: url("/core/themes/classy/images/icons/text-x-script.png");
}
.file--text-html {
	background-image: url("/core/themes/classy/images/icons/text-html.png");
}
.file--text-plain {
	background-image: url("/core/themes/classy/images/icons/text-plain.png");
}
.file--application-pdf {
	background-image: url("/core/themes/classy/images/icons/application-pdf.png");
}
.file--application-x-executable {
	background-image: url("/core/themes/classy/images/icons/application-x-executable.png");
}
.file--audio {
	background-image: url("/core/themes/classy/images/icons/audio-x-generic.png");
}
.file--video {
	background-image: url("/core/themes/classy/images/icons/video-x-generic.png");
}
.file--text {
	background-image: url("/core/themes/classy/images/icons/text-x-generic.png");
}
.file--image {
	background-image: url("/core/themes/classy/images/icons/image-x-generic.png");
}

.file-icon a {
	display: none;
}

/*Элементы в colorbox */
.cboxElement {
	margin:0 20px 20px 0;
}

#cboxCurrent{
	display:none !important;
}

/*Партнеры*/
.views-field-field-logotip {
	margin:0 20px 20px 0;
}

/*Фильтр портфеля*/
#views-exposed-form-portfel-innovacii-page-1 {
	display: none;
}

.innovations{
	margin-bottom:30px
}

.form-item-field-otkrytyi__value-нет {
	display:none;
}

.form-item-field-budzet-value-min, .form-item-field-budzet-value-max {
	display: none;
}

#left .form-item-title {
	display: none;
}

#edit-preview {
	display: none;
}


.contact-message-zaavka-na-oformlenie-ois-form label[for=edit-field-nazvanie-obekta-intellektu-0-value],
.contact-message-zaavka-na-oformlenie-ois-form h4,
#contact-message-zaavka-kommercializaciu-proekta-form h4.label
{
/*	text-align:left;*/
	color: #0da6ff;
	display: block;
	font-size: 20px;
	line-height: 32px;
	margin-top: 20px;
	text-transform: uppercase;
}

.views-field-field-products-property ul {
	list-style: none;
}

/*Формы*/

.node-dokument-dla-obmena-form input[type=text],
.field--name-field-avtory-ois input[type=text],
#contact-message-zaavka-kommercializaciu-proekta-form input[type=text],
#contact-message-zaavka-na-registraciu-malogo-inn-form input[type=text],
.field--name-field-avtory-ois input[type=tel],
.field--name-field-avtory-ois input[type=date],
.field--name-field-avtory-ois input[type=email],
.field--name-field-komanda-proekta input[type=tel],
.field--name-field-komanda-proekta input[type=date],
.contact-message-zaavka-kommercializaciu-proekta-form input[type=date],
.contact-message-zaavka-kommercializaciu-proekta-form input[type=number],
.field--name-field-komanda-proekta input[type=email]{

    /*width: 100%;*/
	height: 20px;
	padding: 5px;
	line-height: 16px;
	font-size: 16px;
}

.field-multiple-table td {
	border:none !important;
}
.field--name-field-strukturnoe-podrazdelenie select{
    width: 530px;
}
div[role=alert] {
	color:red;
}

.tabledrag-toggle-weight-wrapper,
/*#views-exposed-form-konkursy-i-vystavki-page-1,*/
.field-multiple-drag{
	display: none;
}

input[type=button],
input[type=submit]{
	padding: 8px 50px;
	display: inline-block;
	border: 1px solid #0da6ff;
	border-radius: 15px;
	background-color: transparent;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #0da6ff;
	cursor: pointer;
	outline: none;
}
#contact-message-zaavka-na-oformlenie-ois-form label,
#contact-message-zaavka-kommercializaciu-proekta-form label{
	line-height: 30px;
}

label[for=edit-field-avtory-ois-0-field-fio-avtora-0-value],
.field--name-field-v-cem-vyrazilos-ucastie-v- label,
.field--name-field-procent-vklada-v-ois label,
#contact-message-zaavka-na-oformlenie-ois-form .js-form-type-tel label,
#contact-message-zaavka-na-oformlenie-ois-form .js-form-type-email label,
.field--name-field-fio-avtora label {
	color: #0da6ff;
}

input[type=file] {
	font-size: 14pt;
}

textarea,
#edit-field-nazvanie-obekta-intellektu-0-value,
#edit-field-nazvanie-proekta-0-value
{
	width:100%;
}

label[for=edit-field-nazvanie-obekta-intellektu-0-value],
label[for=edit-field-nazvanie-proekta-0-value],
label[for=edit-field-kratkoe-opisanie-0-value]
{
	color:#0da6ff;
}

#edit-field-avtory-ois-0-field-mesto-raboty--wrapper,
#edit-field-komanda-proekta-0-field-mesto-raboty--wrapper{
	float:left;
	margin-right: 40px;
}

#contact-message-zaavka-na-oformlenie-ois-form select,
#contact-message-zaavka-na-registraciu-malogo-inn-form select,
#contact-message-zaavka-kommercializaciu-proekta-form select {
	font-size: 12pt;
	line-height: 30px;
	margin-bottom: 5px;
}

#contact-message-zaavka-na-oformlenie-ois-form .js-form-type-textarea {
	clear: both;
	float:none;
	margin-bottom: 30px;
}

#contact-message-zaavka-kommercializaciu-proekta-form .js-form-type-tel,
#contact-message-zaavka-kommercializaciu-proekta-form .js-form-type-email,
#contact-message-zaavka-na-registraciu-malogo-inn-form .js-form-type-tel,
#contact-message-zaavka-na-registraciu-malogo-inn-form .js-form-type-email{
	clear: both;
	float:none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact-message-zaavka-kommercializaciu-proekta-form .js-form-type-tel label,
#contact-message-zaavka-kommercializaciu-proekta-form .js-form-type-email label,
#contact-message-zaavka-na-registraciu-malogo-inn-form .js-form-type-tel label,
#contact-message-zaavka-na-registraciu-malogo-inn-form .js-form-type-email label{
	width:200px;
	display: inline-block;
	color: #0da6ff;
}

#contact-message-zaavka-na-oformlenie-ois-form .js-form-type-tel,
#contact-message-zaavka-na-oformlenie-ois-form .js-form-type-email{
	float:left;
	width: 30%;
	margin-top: 30px;
	margin-bottom: 30px;
}


#contact-message-zaavka-na-oformlenie-ois-form .js-form-type-tel input,
#contact-message-zaavka-na-oformlenie-ois-form .js-form-type-email input,
#contact-message-zaavka-kommercializaciu-proekta-form .js-form-type-tel input,
#contact-message-zaavka-na-registraciu-malogo-inn-form .js-form-type-email input,
#contact-message-zaavka-na-registraciu-malogo-inn-form .js-form-type-tel input,
#contact-message-zaavka-kommercializaciu-proekta-form .js-form-type-email input{
	width: 150px;
}

.field--name-field-vedetsa-li-rabota-po-proek {
	margin-top: 30px;
}

#contact-message-zaavka-kommercializaciu-proekta-form .field--name-field-s,
#contact-message-zaavka-kommercializaciu-proekta-form .field--name-field-expertiza-s{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#contact-message-zaavka-kommercializaciu-proekta-form .field--name-field-v-kakom-obeme {
	float: none;
	clear: both;
}

#contact-message-zaavka-kommercializaciu-proekta-form .field--name-field-s h4,
#contact-message-zaavka-kommercializaciu-proekta-form .field--name-field-po h4,
#contact-message-zaavka-kommercializaciu-proekta-form .field--name-field-expertiza-s h4,
#contact-message-zaavka-kommercializaciu-proekta-form .field--name-field-expertiza-po h4
{
	margin-bottom: 0;
	margin-top: 20px;
}

#edit-field-no-dogovora-wrapper,
.field--name-field-v-kakom-obeme-{
    margin: 20px 0;
}
.field--name-field-v-kakom-obeme-{
    float:none;
    clear:both;
}
.contact-message-zaavka-na-registraciu-malogo-inn-form table,
#contact-message-zaavka-na-oformlenie-ois-form  table,
#contact-message-zaavka-kommercializaciu-proekta-form  table{
	margin: 20px 0;
}

.contact-message-zaavka-na-registraciu-malogo-inn-form table  .form-item {
	line-height: 30px;
/*	margin: 0 10px;*/
}
.contact-message-zaavka-na-registraciu-malogo-inn-form table h4{
	color: #0da6ff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.contact-message-zaavka-na-registraciu-malogo-inn-form #edit-actions {
	text-align: center;
}

form table td {
	padding: 15px 0 !important
}
/*Фотогалерея выставок*/
#tabs-content .colorbox.cboxElement {
	align-items: center;
	display: flex;
	float: left;
	height: 100px;
	justify-content: center;
	width: 100px;
}

/*Постраничная навигация во views*/
.pager ul {
	list-style: none;
}

.pager ul li{
	display: inline;
}
.pager__item a {
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #0da6ff;
	border-radius: 15px;
	background-color: transparent;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #0da6ff;
	cursor: pointer;
	outline: none;
}

li.pager__item.is-active a{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #0da6ff;
	background-color: #0da6ff;
	border-radius: 15px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: white;
	cursor: pointer;
	outline: none;
}

/*Отступ между пунктами списков в тексте*/
article li {
	margin-top:10px;
}

/*Фиксируем блок сотрудников в подвале, если мало текста*/
#block-views-block-sotrudniki-block-2 {
	float:none;
	clear:both;
}

/*Фиксируем описание в инновационной продукции*/
#right .products .views-field-body {
	float: none;
	clear:both;
}

/*Ограничим текст в продукции для инвестирования*/

.innovations .views-field-body{
	height: 250px;
	overflow: hidden;
}

#content #left .views-label-field-e-mail,
#content #left .views-label-field-telefon{
	font-weight: bold;
}

.news .news-page-item{
	margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
	height: 250px;
}

.news .news-page-item:after {
	float:none;
	clear:both;
}

.mCS-white.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: white; }
.mCS-white.mCSB_scrollTools .mCSB_draggerRail{ background-color: white; }

.field_stoimost{
	color: #0da6ff;
	font-size: 24px;
}

.uk-lightbox-content {
	opacity: 1 !important;
}

form#konkurs {
	margin-bottom: 20px;
}

#main-menu-mobile {
	text-align:center;
}

#main-menu-mobile .uk-slidenav {
	color: #07d !important;
	font-size: 20px !important;
}
#main-menu-mobile .uk-slidenav-previous{
	left: 0 !important;
}
#main-menu-mobile .uk-slidenav-next{
	right: 0 !important;
}
#main-menu-mobile ul li{
	display: flex;
	width:200px;
	height: 50px;
}

#main-menu-mobile ul li a{
	width: 200px;
	margin: auto;
}

#block-blind-obinnovacionnomrazvitii {
	border-top:2px solid black;
	border-bottom:2px solid black;
}

/*ПАНЕЛЬ УПРАВЛЕНИЯ ШРИФТАМИ И ЦВЕТОМ*/
#blind-panel {
	position: fixed;
	background-color: grey;
	width: 500px;
	left:35%;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	font-size: 17px;
	font-family: "Times New Roman";
	text-align: center;
	top: 0px;
}

#blind-panel a{
	margin: 0 10px;
	cursor: pointer;
}

#font-size a:hover{
	background-color: white;
	text-decoration: underline;
}

#font-size a.active{
	background-color: black;
	color: white;
}

#font-small {
	font-size: 18px;
}

#font-medium {
	font-size: 20px;
}

#font-big {
	font-size: 22px;
}

#color a {
	font-size: 22px;
}

#color #standart {
	background-color: white;
	color:black;
}

#color #invert {
	background-color: black;
	color:white;
}

#color #blue {
	background-color: #9dd1ff ;
	color:black;
}

body.small #right {
	font-size: 20px;
	line-height: 1.5;
}

body.medium #right {
	font-size: 22px;
	line-height: 1.5;
}

body.big #right {
	font-size: 25px;
	line-height: 1.5;
}

body.small #left {
	font-size: 20px;
	line-height: 1.5;
}

body.medium #left {
	font-size: 22px;
	line-height: 1.5;
}

body.big #left {
	font-size: 25px;
	line-height: 1.5;
}

/*ЦВЕТ*/
/*СТАНДАРТНАЯ ТЕМА*/
.standar {
	color: white;
	background-color: black;
}

.standart #content #left * {
	color: black;
}

.standart a{
	color: black;
}

.standart header .header-bottom nav > ul > li > a {
	color: black;
}

.standart header .header-bottom nav > ul > li.parent:hover > ul {
	border: 5px solid black;
	background-color: white;
	color: black;
}

.standart #content #left input[type=checkbox] + label {
	color: black;
}


/*ИНВЕРТИРОВАННАЯ ТЕМА*/
.invert {
	color: white;
	background-color: black;
}

.invert a{
	color: white;
}

.invert header .header-bottom nav > ul > li > a {
	color: white;
}

.invert #content #left input[type=checkbox] + label {
	color: white;
}
.invert header .header-bottom nav > ul > li.parent:hover > ul {
	border: 5px solid white;
	background-color: black;
	color: white;
}

/*СИНЯЯ ТЕМА*/
.blue {
	color: black;
	background-color: #9dd1ff;
}
.blue #content #left * {
	color: black;
}

.blue a{
	color: black;
}

.blue header .header-bottom nav > ul > li > a {
	color: black;
}

.blue header .header-bottom nav > ul > li.parent:hover > ul {
	border: 5px solid black;
	background-color: #9dd1ff;
	color: black;
}

.blue #content #left input[type=checkbox] + label {
	color: black;
}