.bl-grid .number,
.grid .grid-item .number {
  display: none;
}
.l-cols_masonry .l-cols__left {
  width: 100%;
}
.events-block .item-card__wrapper {
  margin-bottom: 12px;
}

.main_content .l-cols_masonry.bl-sobyt .l-cols__left.grid {
  margin-bottom: 30px;
}

#main_contacts .bl-contacts .bl-grid .logo {
  display: flex;
}
#main_contacts .bl-contacts .bl-grid .logo img {
  max-width: 35%;
  margin: auto;
}
#main_contacts .bl-contacts .bl-grid .logo h2 {
  margin: auto;
  flex-grow: 2;
}
.header .header_main .header_main_logo .header__logo-title .header__logo-title_text:first-letter,
#main_contacts .bl-contacts .bl-grid .logo h2:first-letter {
  padding-left: 15px;
}
.header .header_main .header_main_logo .header__logo-title a.header__logo {
  color: #000;
}

.header .header_bottom .header_section_title {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	text-decoration: none;
  text-align: center;
	min-height: 35px;
	display: inline-block;
	line-height: 35px;
	padding: 0 35px;
	box-sizing: border-box;
  width: 100%;
}
.header .header_bottom .header_section_title:before {
	content: '';
	display: block;
  background-color: #099ae1;
	position: absolute;
	top: 0;
	left: 10px;
	width: calc(100% - 20px);
	height: 100%;
	z-index: -1;
  transform: skew(-26deg);
	-webkit-transform: skew(-26deg);
	   -moz-transform: skew(-26deg);
	     -o-transform: skew(-26deg);
}

.article-date {
  padding-bottom: 10px;
  line-height: 28px;
}
.item-card__category {
  max-width: 100%;
}

.container.main_content .news_detail.bl-grid .article {
  margin-bottom: 30px;
}

.event_item,
.event.article,
.research.article {
  margin: 30px 0;
}

.event_item .item_date {
  margin-bottom: 5px;
}

.article > .article-date {
  float: none;
  text-align: right;
}

.header .header_top .header_vnisi_logo {
  height: 100%;
  transition-delay: .1s;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
.header .header_top .header_vnisi_logo:hover {
	-webkit-filter: none;
	-webkit-filter: none;
	filter: none;
}
.header .header_top .header_vnisi_logo a {
  display: inline-block;
  height: 100%;
}
.header .header_top .header_vnisi_logo a img {
  height: 100%;
  padding: 7px;
}

.header .header_main {
  text-align: center;
}
.header .header_main .lab_breadcrumbs {
  padding: 7px 0;
}

.header .header_main .header_main_logo {
  background-image: url(../images/lab_head.jpg);
  height: 385px;
  background-size: cover;
}
.header .header_main .header_main_logo .container {
  position: relative;
  height: 100%;
}
.header .header_main .header__logo-title {
  position: absolute;
  top: 33%;
  left: 3%;
  display: inline-block;
  height: auto;
  padding: 15px;
  color: #fff;
  z-index: 1;
}
.header .header_main .header__logo-title:before {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: skew(-26deg);
  -webkit-transform: skew(-26deg);
  -moz-transform: skew(-26deg);
  -o-transform: skew(-26deg);
  width: 100%;
  background: #40430a;
  opacity: 0.85;
  z-index: -1;
}

.header .header_main .header__logo-text {
  position: absolute;
  top: 50%;
  right: 7%;
  display: block;
  max-height: 33%;
  width: 25%;
  height: auto;
  padding: 15px;
  color: #000;
  z-index: 1;
}
.header .header_main .header__logo-text:before {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: skew(-26deg);
  -webkit-transform: skew(-26deg);
  -moz-transform: skew(-26deg);
  -o-transform: skew(-26deg);
  width: 100%;
  background: #fff;
  opacity: 0.85;
  z-index: -1;
}

.header .header_bottom {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.header .header_bottom .header_quick_menu {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header_quick_menu_wrap {
  position: relative;
}
.header .header_bottom .header_quick_menu .header__nav_quick_menu:before {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: skew(-26deg);
  -webkit-transform: skew(-26deg);
  -moz-transform: skew(-26deg);
  -o-transform: skew(-26deg);
  width: 100%;
  background: #ffffffc9;
}

.events-block .item-card__wrapper .materials_author {
  padding-right: 30px;
  padding-bottom: 15px;
}

.header {
  overflow: hidden;
}

.news_detail.bl-grid .l-cols_masonry .item-card_inner {
  width: calc(50% - 13px);
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
