@font-face {
    font-family: TitilliumWeb-Bold;
  src: url(TitilliumWeb-Bold.ttf);
}
body{
  background: #cccccc url(../img/univ.jpg) no-repeat center center fixed;
  -moz-background-size: 100%; 
  -webkit-background-size: 100%; 
  -o-background-size: 100%; 
  background-size: 100%;
  overflow: hidden; 
}

.c-header-lang{
  margin-right: 20px;
  text-align: right;
}
.c-header-lang__eng{
  display: inline-block;
  margin-right: 20px;
}
.c-header-lang__uk{
  display: inline-block;
}

.c-header-info{
  height: 210px;
  text-align: center;
  bottom: 10%;
  position: fixed;
}
@media screen and (min-width: 1600px) {
    .c-header-info{
          height: 210px;
          margin-top: 570px;
          text-align: center;
    }
      .container{
      margin-left: 200px;
    }
    .c-header-info{
      width: 1500px;
    }
    .img__first{
      display: inline-block;
      margin-left: 25px;
      margin-right: 50px;
    }

}
.c-header-info__item{
  background-color: white;
  opacity: 0.9;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  border: 1px solid red;
}
.c-header-info__item-img{
  width: 260px;
  height: 190px;
  margin-top: 5px;
}
/*a{
  color: black;
  text-decoration:none;
}*/
/*h3{
    font-family: TitilliumWeb-Bold;
}*/
/*.last{
  width: 200px;
}*/