@charset "UTF-8";
/* breadcrumbs  (переопределение) (start) */
.news-breadcrumbs .breadcrumbs {
  background: #F7FBFF;
}

.new-breadcrumbs .breadcrumbs {
  background: #FFFFFF;
}
.new-breadcrumbs fieldset.custom-select div.select datalist div.option:first-of-type {
  display: none;
}

/* breadcrumbs  (переопределение) (end) */
/* новости (start) */
.news-all {
  background: #fdfdfd;
  padding: 30px 0;
}
.news-all__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 30px;
  grid-auto-flow: dense;
}
.news-all__item {
  grid-column: auto;
  grid-row: span 2;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
  min-height: 340px;
}
.news-all__item:hover {
  box-shadow: 0 11px 34px rgba(0, 0, 0, 0.07);
}
.news-all__item:hover .item__background {
  transform: scale(1.25);
}
.news-all .item__background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.news-all .item__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-all .item__text-block {
  position: relative;
  z-index: 2;
  display: flex;
  align-self: flex-end;
  height: 47%;
  padding: 20px 20px 20px 28px;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.8;
  transition: 1s;
  cursor: pointer;
}
.news-all .item__text-block:hover {
  transition: 1s;
}
.news-all .item__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: inherit;
}
.news-all .item__header {
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}
.news-all .item__header a {
  color: #000000;
  text-decoration: none;
}
.news-all .item__header-main {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-all .item__header-add {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.news-all .item__bottom {
  color: #a4a4a8;
  font-size: 12px;
  margin: 14px 0 0;
  display: flex;
  align-items: flex-end;
}
.news-all .item__bottom a {
  color: #a4a4a8;
  text-decoration: none;
  text-transform: uppercase;
}
.news-all .item__bottom > span {
  margin-right: 10px;
}
.news-all .item__data {
  margin-right: auto;
  flex-shrink: 0;
}
.news-all .item__tag {
  margin: 0 3px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.news-all .item__tag a {
  background: #F1F7FD;
  border-radius: 4px;
  padding: 3px 8px;
  color: #00B0FF;
  font-size: 13px;
  text-transform: unset;
  white-space: nowrap;
  margin: 0 3px 0 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-all .item__tag a:hover {
  color: #FFFFFF;
  background: #00B0FF;
}
.news-all .item__tag span:nth-child(1) a {
  color: #FF6D00;
}
.news-all .item__tag span:nth-child(1) a:hover {
  color: #FFFFFF;
  background: #FF6D00;
}
.news-all .news__item-mini {
  width: 100%;
  background: #FFFFFF;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 29px 14px;
  border-radius: 15px;
}
.news-all .news__item-mini .item__header {
  color: #000000;
}
.news-all .news__item-mini .item__header a {
  color: #000000;
}
.news-all .news__item-mini:hover .item__header a {
  color: #00B0FF;
}
.news-all .news__item-mini .item__bottom .item__data {
  color: #8490A4;
}
.news-all .news__item-mini .item__bottom .item__data span {
  margin-right: 5px;
}
.news-all .news__item-mini .item__bottom .item__data a {
  color: #8490A4;
}
.news-all .news__about-us {
  grid-column: auto;
  grid-row: span 2;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 34px 30px 24px;
  border-radius: 15px;
  min-height: 340px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.news-all .news__about-us:hover {
  box-shadow: 0 11px 34px rgba(0, 0, 0, 0.07);
}
.news-all .news__about-us:hover .item__header a .item__title {
  color: #00B0FF;
}
.news-all .news__about-us .item__logo {
  height: 120px;
  margin-bottom: 20px;
}
.news-all .news__about-us .item__logo img {
  max-height: 100%;
}
.news-all .news__about-us .item__text {
  height: 62%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.news-all .news__about-us .item__header {
  color: #000000;
  height: 100%;
}
.news-all .news__about-us .item__header a {
  color: #000000;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.news-all .news__about-us .item__header a .item__title {
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 84px;
}
.news-all .news__about-us .item__header a .item__content {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  margin-top: 15px;
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-all .news__about-us .item__bottom {
  display: flex;
  color: #000000;
}
.news-all .news__about-us .item__bottom .item__data {
  flex-shrink: 0;
  opacity: 0.6;
}
.news-all .news__about-us .item__bottom .item__data span:first-child {
  margin-right: 10px;
}
.news-all .news__about-us .item__bottom .item__data span a {
  margin-right: 20px;
  color: #000000;
}
.news-all__message {
  font-weight: 700;
  font-size: 22px;
}

/* новости (end) */
/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 1200px   ************************************************/
@media (max-width: 1199.98px) {
  .news-all .item__text-block {
    height: 53%;
  }
  .news-all .news__about-us .item__bottom {
    flex-wrap: wrap;
  }
  .news-all .news__about-us .item__tag {
    margin: 5px 0 0;
    width: 100%;
  }
}
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .news-breadcrumbs .breadcrumbs {
    display: none;
  }

  .news-all__container {
    display: grid;
    grid-template-columns: 100%;
  }
  .news-all__item,
.news-all .news__item-mini,
.news-all .news__about-us {
    height: auto;
    margin: 0;
  }
  .news-all__item .item__header a,
.news-all .news__item-mini .item__header a,
.news-all .news__about-us .item__header a {
    max-height: max-content;
  }
  .news-all__item {
    min-height: 340px;
  }
  .news-all .item__text-block {
    height: auto;
  }
  .news-all .news__about-us .item__bottom {
    flex-wrap: nowrap;
  }
  .news-all .news__about-us .item__tag {
    margin: 0 3px 0;
    width: auto;
  }
}
/****************************************   Для экранов меньше 576px   ************************************************/
@media (max-width: 575.98px) {
  .news-all .item__header {
    font-size: 18px;
    line-height: 25px;
  }
  .news-all .item__bottom {
    flex-wrap: wrap;
  }
  .news-all .item__data {
    width: 100%;
  }
  .news-all .item__tag {
    margin: 0;
    justify-content: flex-start;
  }
  .news-all .news__about-us .item__bottom {
    flex-wrap: wrap;
  }
  .news-all .news__about-us .item__data {
    margin: 0;
  }
  .news-all .news__about-us .item__tag {
    margin: 5px 0 0;
    width: 100%;
  }
}

/*# sourceMappingURL=news.css.map */
