.news {
  padding-top: 30px;
}

.news * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news .news-block {
  margin-bottom: 40px;
}

.news .news-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.news .news-block__post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 30px;
}

.news .news-block__post__description {
  height: 150px;
  border-bottom: 1px solid;
  padding-bottom: 1em;
  line-height: 1.5;
  overflow: hidden;
}

.news .news-block__post__title {
  font-family: 'inglobal';
  line-height: 1.3;
  font-size: 26px;
}

.news .news-block__post__more {
  font-weight: 600;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.news .news-block__post__more:hover {
  opacity: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.news .news-block__post__date {
  font-size: 12px;
  opacity: 0.8;
}

.news .news-block__picture {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .news-block__picture img {
  max-width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.post {
  padding-top: 30px;
}

.post__picture {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 400px;
  overflow: hidden;
}

.post__picture img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.post__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 40px;
  font-family: "inglobal";
  line-height: 1.3;
  font-size: 26px;
}

.post__date {
  font-size: 12px;
  opacity: 0.8;
}

.post__text {
  padding: 20px;
  border-top: 1px solid;
  line-height: 1.5;
}

.post .top-block {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .post__title {
    padding: 0px;
  }
  .post__text {
    padding: 20px 0px;
  }
  .news .news-block__post {
    padding: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .news .news-block__post__description {
    height: auto;
  }
}

@media screen and (min-width: 1023px) {
  .news .news-block:nth-child(even) .news-block__picture img:hover {
    -webkit-transform: rotate(1deg) scale(0.99);
        -ms-transform: rotate(1deg) scale(0.99);
            transform: rotate(1deg) scale(0.99);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .news .news-block:nth-child(odd) .news-block__picture img:hover {
    -webkit-transform: rotate(-1deg) scale(0.99);
        -ms-transform: rotate(-1deg) scale(0.99);
            transform: rotate(-1deg) scale(0.99);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}
