.section-logo {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.section-logo a {
  padding-top: 14px;
  padding-bottom: 10px;
}

.section-logo img {
  width: 150px;
}

.section-title {
  height: 350px;
  background-image: -webkit-linear-gradient(top, #ccc, #777);
  background-image: -moz-linear-gradient(top, #ccc, #777);
  background-image: -o-linear-gradient(top, #ccc, #777);
  background-image: -ms-linear-gradient(top, #ccc, #777);
  background-image: linear-gradient(top, #ccc, #777);
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
  margin-bottom: 30px;
}

.section-title div {
  height: 350px;
  background-attachment: scroll;
  transform: initial;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: unset;
}

.ekspertni-intervyu-title div {
  background-image: url(../images/Analitika_header.jpg);
}

.analitika-title div {
  background-image: url(../images/Analitika_header.jpg);
}

.closeup-title div {
  background-image: url(../images/kr_planom.jpg);
}

.innovation-title div {
  background-image: url(../images/innovation_header_Me.jpg);
}

.workshop-title div {
  background-image: url(../images/wopkshop.jpg);
}

.madeinukr-title div {
  background-image: url(../images/photo_2019-03-29_155.jpeg);
}

.knesslife-title div {
  background-image: url(../images/KNESS_life_header.jpg);
}

.ecоstyle-title div {
  background-image: url(../images/ecostyle_header.jpg);
}

.section-title span {
  height: 350px;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.60), rgba(34, 34, 34, 0.20));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', endColorstr='#cc222222');
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes scaleZoom {
  0% {
    transform: scale(0.75);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.section-title p {
  font-family: 'Open Sans';
  color: #ffffff;
  font-weight: 600;
  font-size: 72px;
  position: absolute;
  top: 100px;
  left: 0;
  right: 30px;
  animation-name: scaleZoom;
  animation-duration: 2s;
}

@media screen and (max-width: 640px) {
  .section-title p {
    font-size: 32px;
  }
}



.section-menu {
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

.section-menu ul {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-left: 20px;
}

.section-menu a {
  text-decoration: none;
  color: #000000;

}

.section-menu li {
  display: inline;
  padding-right: 10px;
}

.section-menu li:nth-child(2n) {
  padding-right: 10px;
  color: #fdc400;
}

.section-menu a:hover {
  color: #aaaaaa;
}

.section-items {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 90px;
}

.section-items a {
  text-decoration: none;
  width: 360px;
  height: 420px;
  padding: 15px;
  margin: auto;
  text-align: left;
}

.section-item-img {
  width: 360px;
  height: 234px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
/*
.section-item-img img {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
*/
.section-item-article {
  line-height: 1.35;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #000000;
}

.section-item-article h1 {
  padding-top: 5px;
  margin-top: 15px;
  margin-bottom: 0px;

  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: #777;
  display: flex;  
  justify-content: space-between;
}

.section-item-article h2 {
  font-size: 26px;
  padding-top: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.17;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .section-items {
    max-width: 800px;
  }

  .section-menu {
    max-width: 800px;
  }
}

@media screen and (max-width: 800px) {
  .section-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-menu li:nth-child(2n) {
    display: none;
  }

  .section-menu li {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 796px) {
  .section-menu {
    max-width: 400px;
  }
}