.news {
  padding-top: 30px;
  background-color: #f7f7fb;
  padding-bottom: 57px;
}

@media screen and (max-width: 1200px) {
  .news .decor-bg-stripes {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .news {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .news {
    padding-top: 0;
  }
}

.news .search-wrapper {
  border-radius: 4px;
  padding: 40px;
  background-color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .news .search-wrapper {
    padding: 15px 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .news .search-wrapper {
    padding: 15px;
  }
}

.search-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .search-news .gb {
    display: none;
  }
}

.search-news-form {
  position: relative;
  max-width: 522px;
  width: 100%;
}

.search-news-form .form-control {
  padding-right: 50px;
  padding-left: 20px;
  background-color: #eaeaf1;
}

.search-news-form .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6px;
  right: 12px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
}

.search-news-form .submit svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.news-search-bar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0047d0), to(#007be8));
  background-image: linear-gradient(to bottom, #0047d0, #007be8);
  z-index: 10;
}

.news-search-bar.is-visible {
  display: block;
  -webkit-animation: scaledown 0.3s linear;
          animation: scaledown 0.3s linear;
}

.news-search-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 21px;
  height: 90px;
}

@media screen and (max-width: 1200px) {
  .news-search-bar .gb {
    display: none;
  }
}

.news-card {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
}

.news-card:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .news-card {
    padding: 30px;
  }
}

@media screen and (max-width: 992px) {
  .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 576px) {
  .news-card {
    padding: 15px;
  }
}

.news-card__pic, .news-card__img {
  display: block;
  width: 429px;
  height: 242px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}

@media screen and (max-width: 992px) {
  .news-card__pic, .news-card__img {
    width: 100%;
    height: auto;
  }
}

.news-card__pic-link {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .news-card__pic-link {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.news-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.news-card__title {
  margin-bottom: 20px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.news-card__date {
  margin-bottom: 17px;
  color: #b6c1dd;
}

.news-card__lead {
  margin-bottom: auto;
  padding-bottom: 15px;
  font-size: 1rem;
}

.news-card__more {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-decoration: underline;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media screen and (hover: hover) and (pointer: fine) {
  .news-card__more:hover {
    text-decoration: none;
  }
}


.news-search-bar.is-visible {
  display: none;
}
/*.news-search-bar.is-visible {
    top: 107px;
}
@media screen and (max-width: 1200px) {
    .news-search-bar.is-visible {
        top: 76px;
    }
}*/