.lab__description {
  margin: 0;
  margin-bottom: 60px; }

.lab__about {
  position: relative;
  background-color: #227dc7;
  border-right: 30px solid white;
      padding: 0px 27px;}
 
  .lab__about .lab__title {
    padding: 20px 0;
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid #d7ebf9; }
  .lab__about .lab__features {
    margin: 0;
    padding: 20px 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid #d7ebf9; }
 
    .lab__about .lab__features p {
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-size: 18px; }
    .lab__about .lab__features .house {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .lab__about .lab__features .house::before {
        content: "";
        display: block;
        width: 52px;
        height: 46px;
        background-image: url("img/house.png");
        background-repeat: no-repeat;
        background-position: 0 0; }
    .lab__about .lab__features .scope {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .lab__about .lab__features .scope::before {
        content: "";
        display: block;
        width: 52px;
        height: 46px;
        background-image: url("img/scope.png");
        background-repeat: no-repeat;
        background-position: 0 0; }
    .lab__about .lab__features .almaz {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .lab__about .lab__features .almaz::before {
        content: "";
        display: block;
        width: 52px;
        height: 46px;
        background-image: url("img/almaz.png");
        background-repeat: no-repeat;
        background-position: 0 0; }
    .lab__about .lab__features .face {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .lab__about .lab__features .face::before {
        content: "";
        display: block;
        width: 52px;
        height: 46px;
        background-image: url("img/face.png");
        background-repeat: no-repeat;
        background-position: 0 0; }
.lab__about .lab__features .house::before, 
.lab__about .lab__features .scope::before, 
.lab__about .lab__features .almaz::before {margin-right: .5rem;}
  .lab__about .lab__text {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 1rem; }
  .lab__about .wrapper {
    text-align: right; }
  .lab__about a {
    display: inline-block; }
    .lab__about a:hover {
      text-decoration: none; }
    .lab__about a p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      font-size: 18px;
      color: #ffffff;
      text-transform: uppercase;
      border: 1px solid transparent; }
      .lab__about a p::after {
        content: "";
        display: block;
        width: 11px;
        height: 22px;
        margin-left: 20px;
        background-image: url("img/right-arrow-white.png");
        background-repeat: no-repeat;
        background-position: 0 0; }
      .lab__about a p:hover {
        text-decoration: none;
        border: 1px solid #d7ebf9; }

.lab__img {
 padding-top: 6px; }
  .lab__img img {
    width: 100%; }

.lab__researches-and-annotations {
  margin-bottom: 50px; }

.lab__researches h2 {
  margin: 0;
  padding: 0;
  color: #231f20;
  font-size: 26px;
  text-transform: uppercase; }

.lab__researches ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none; width: 98%;}
  .lab__researches ul a {
    font-size: 16px;
    color: #1680c1; }
    .lab__researches ul a:hover {
      text-decoration: none;
      color: #5fa4dd; }
  .lab__researches ul li {
    padding: 1%;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    border: 1px solid transparent; }
    .lab__researches ul li:hover {
      border: 1px solid #5fa4dd; }
    .lab__researches ul li:last-child {
      margin-bottom: 0; }



.lab__annotations h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  color: #231f20;
  font-size: 24px;
  text-transform: uppercase; }

.lab__annotations p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #3a3939;
  font-size: 16px; }
  .lab__annotations p:last-child {
    margin-bottom: 20px; }

.lab__annotations .all-publications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 16px;
  color: #231f20; }
 .lab__annotations .all-publications:hover {
    color: #5fa4dd;
    text-decoration: none; }
lab__annotations .all-publications:hover::after, .lab__all-labs a:hover::after, .lab_hes a:hover::after {
      background-image: url("img/right-arrow-hover.png"); }
  .lab__annotations .all-publications::after, .lab__all-labs a::after, .lab_hes a::after {
    content: "";
    display: block;
    width: 11px;
    height: 22px;
    margin-left: 20px;
    background-image: url("img/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 0 0; }

.lab__annotations .line {
  height: 1px;
  margin-bottom: 30px;
  background-color: #d3d2d2; }

.lab__annotations .fano,
.lab__annotations .ran {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #231f20;
  background-color: #f7f7f7; padding: 7px;}

.lab__annotations .fano {
  margin-bottom: 20px; }
  .lab__annotations .fano::before {
	  background-size: 63px;
    content: "";
    display: block;
    width: 75px;
    height: 74px;
    margin-right: 20px;
    background-image: url("img/eagle.png");
    background-repeat: no-repeat;
    background-position: 0 0; }

.lab__annotations .ran::before {
	background-size: 63px;
  content: "";
  display: block;
  width: 75px;
  height: 74px;
  margin-right: 15px;
  background-image: url("img/ran.png");
  background-repeat: no-repeat;
  background-position: 0 0; }


  .lab__images .lab__images-item a {
    display: block;
    margin-bottom: 30px;
    border-top: 7px solid #5fa4dd; }
    .lab__images .lab__images-item a:hover {
      text-decoration: none;
      border-top: 7px solid #1680c1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .lab__images .lab__images-item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	  height: 230px;}
  .lab__images .lab__images-item .wrapper {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #00577e; }
    .lab__images .lab__images-item .wrapper:hover {
      background-color: #1680c1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .lab__images .lab__images-item p {
    margin: 0;
    padding: 0 20px;
    color: #ffffff;
    text-transform: uppercase; }

.lab__all-labs {
  margin-bottom: 40px; }
  .lab__all-labs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    color: #231f20; }
	.lab_hes a {display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #231f20; margin-top: 2rem;}
  

    .lab__all-labs a:hover, .lab_hes a:hover {
      color: #5fa4dd;
      text-decoration: none; }
