.tab-pane > div + div {
  margin-top: 50px;
}
.main-news-list + .main-news-list {
  margin-top: 50px;
}
.button_pagination {
  text-align: center;
}
.preloader {
  background: url("/images/738.gif") center center no-repeat;
  min-height: 50px;
}
.project-online__content {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row initial;
          flex-flow: row initial;
}
.project-online__content .project-online__logo {
  width: 35%;
  padding-right: 60px;
}
.project-online__content .project-online__text {
  width: 65%;
  padding-right: 20px;
}
.item-video iframe {
  z-index: 100;
  position: relative;
}
.item-video a {
  position: relative;
  display: block;
  cursor: pointer;
}
.item-video a:after {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 57px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  background: url(/images/play.png) center center no-repeat;
}
.item-video a:hover:after {
  background-image: url(/images/play-hover.png);
}
.item-video a.active:after {
  display: none;
}
.navi-tabs {
  margin: 50px 0 30px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.navi-tabs li {
  display: inline-block;
  margin: 0 10px;
}
.navi-tabs li:first-of-type {
  margin-left: 0;
}
.navi-tabs li.active a {
  background-color: #00a1ed;
  color: #ffffff;
}
.gallery__list__row {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row initial;
          flex-flow: row initial;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery__list__row .gallery__item {
  width: 25%;
  padding-right: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .project-online__content .project-online__logo {
    width: 40%;
  }
  .project-online__content .project-online__text {
    width: 60%;
    padding-right: 5px;
  }
  .gallery__list__row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gallery__list__row .gallery__item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  /*.video .gallery__list__row .gallery__item { width: 100%;}*/
}
@media (max-width: 480px) {
  .project-online__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-online__content .project-online__logo,
  .project-online__content .project-online__text {
    width: 100%;
  }
  .project-online__content .project-online__logo {
    margin-bottom: 40px;
  }
}
