@charset "UTF-8";
/*******************************    Стили для внутренних страниц новостей и блога    **********************************/
/* breadcrumbs  (переопределение) (start) */
.news-inner-breadcrumbs .breadcrumbs,
.blog-inner-breadcrumbs .breadcrumbs {
  background: #FFFFFF;
}

/* breadcrumbs  (переопределение) (end) */
/* btn-back (start) */
.btn-back {
  padding: 5px 0 50px;
}
.btn-back__block a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  color: #00B0FF;
  text-decoration: none;
}
.btn-back__block a:hover {
  color: #008ddf;
}
.btn-back__icon {
  width: 18px;
  margin-right: 12px;
}

.btn-back.bottom {
  padding: 34px 0 66px;
}

/* btn-back (end) */
/* news-blog-inner (start) */
.news-blog-inner .audio-player {
  margin: 0;
}
.news-blog-inner__header {
  font-weight: bold;
  font-size: 40px;
  line-height: 115%;
}
.news-blog-inner__subheader {
  display: flex;
  align-items: center;
  margin: 30px 0 30px;
}
.news-blog-inner__data {
  font-size: 14px;
  color: #8490A4;
  letter-spacing: -0.8px;
  margin-right: 32px;
}
.news-blog-inner .main-tag {
  display: flex;
  align-items: center;
}
.news-blog-inner .main-tag__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FF6D00;
  margin-right: 7px;
}
.news-blog-inner .main-tag__text a {
  font-size: 14px;
  line-height: 140%;
  color: #00B0FF;
  text-decoration: none;
}
.news-blog-inner__bottom {
  margin: 60px 0 30px;
}
.news-blog-inner .bottom-tag {
  display: flex;
  align-items: center;
}
.news-blog-inner .bottom-tag__item {
  background: #F1F7FD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 3px;
}
.news-blog-inner .bottom-tag__item a {
  display: inline-block;
  text-decoration: none;
  color: #00B0FF;
  font-size: 13px;
  line-height: 130%;
  padding: 0 8px;
}
.news-blog-inner .bottom-tag__item:nth-child(1) a {
  color: #FF6D00;
}

/* news-blog-inner (end) */
/* read-also (start) */
.read-also {
  padding: 60px 0 132px;
  background: #F7FBFF;
}
.read-also__header {
  font-weight: bold;
  font-size: 22px;
  line-height: 125%;
  color: #000000;
  margin-bottom: 40px;
}
.read-also .item__background {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.read-also .item__background img {
  width: 100%;
}
.read-also .item__text-block {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  align-self: flex-end;
  height: 50%;
  padding: 20px 28px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  transition: 1s;
}
.read-also .item__text-block:hover {
  /* background: transparent; */
  transition: 1s;
}
.read-also .item__header {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin: 13px 0;
}
.read-also .item__header a {
  color: #FFFFFF;
  text-decoration: none;
}
.read-also .item__bottom {
  color: #FFFFFF;
  font-size: 12px;
}
.read-also .item__bottom a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
.read-also .item__bottom > span {
  margin-right: 10px;
}
.read-also .item__tag {
  margin: 0 3px 0;
}
.read-also .item__tag a {
  background: #F1F7FD;
  border-radius: 4px;
  padding: 3px 8px;
  color: #00b0ff;
  font-size: 13px;
  text-transform: unset;
  margin: 0 3px 0 0;
}
.read-also .item__tag span:nth-child(1) a {
  color: #FF6D00;
}
.read-also .news-all__item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.read-also .news__item-mini {
  width: calc(50% - 15px);
  background: #FFFFFF;
  min-height: 216px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px 0;
  padding: 6px 25px;
  border-radius: 15px;
}
.read-also .news__item-mini:nth-child(odd) {
  margin-right: 15px;
}
.read-also .news__item-mini:nth-child(even) {
  margin-left: 15px;
}
.read-also .news__item-mini .item__header a {
  display: inline-block;
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}
.read-also .news__item-mini .item__bottom .item__data {
  color: #8490A4;
  margin: 6px 5px 0;
}
.read-also .news__item-mini .item__bottom .item__data span {
  margin-right: 5px;
}
.read-also .news__item-mini .item__bottom .item__data a {
  color: #8490A4;
}

/* read-also (end) */
/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 1200px   ************************************************/
@media (max-width: 1199.98px) {
  .news-blog-inner .audio-player {
    position: fixed;
    bottom: 0;
    margin: 0;
    visibility: hidden;
  }
  .news-blog-inner .audio-player.visible {
    visibility: visible;
  }
}
/****************************************   Для экранов меньше 768px   ************************************************/
@media (max-width: 767.98px) {
  .read-also .news-all__item-wrapper {
    flex-wrap: wrap;
  }
  .read-also .news__item-mini {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .read-also .news__item-mini:nth-child(odd) {
    margin-right: 0;
  }
  .read-also .news__item-mini:nth-child(even) {
    margin-left: 0;
  }
}
/****************************************   Для экранов меньше 576px   ************************************************/
@media (max-width: 575.98px) {
  .news-blog-inner__header {
    font-size: 24px;
  }
}
/****************************************   Для экранов меньше 400px   ************************************************/
@media (max-width: 400px) {
  .news-blog-inner .audio-player {
    width: 100%;
  }
  .news-blog-inner .controls__element:nth-of-type(1),
.news-blog-inner .controls__element:nth-of-type(2),
.news-blog-inner .controls__element:nth-of-type(3) {
    flex-shrink: 0;
  }
  .news-blog-inner .audioname {
    display: none;
  }
  .news-blog-inner .time {
    margin: 0 auto;
  }
  .news-blog-inner .controls__element.speed {
    margin: 0 12px 0 0px;
  }
  .news-blog-inner .rate__inner {
    position: fixed;
    width: 100%;
    bottom: 63px;
    right: 0;
  }
}

/*# sourceMappingURL=news-blog-inner.css.map */
