

/* Start:/local/templates/academy2021/layout/bx-styles/news-detail.css?17314005602575*/
.news-detail__top {
  position: relative;
  height: 350px;
  background-color: #f8f8f8;
  margin-bottom: 100px
}
.news-detail__wrap {
  height: 100%
}
.news-detail__wrap_content {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
.news-detail__top-text {
  width: calc(50% - 35px)
}
.news-detail__top-title {
  font-size: 30px!important;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left!important;
  text-transform: uppercase;
  color: #592c82;
  margin-bottom: 8px;
  line-height: 1.4!important
}
.news-detail__top-descriptions {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left
}
.news-detail__top-descriptions p {
  line-height: 1.2;
  font-weight: 300;
  font-size: 20px
}
.news-detail__top-img {
  position: absolute;
  bottom: -15%;
  right: 25px;
  width: 500px
}
.news-detail__top-img img {
  border-radius: 10px;
  max-height: 300px
}
.news-detail__text {
  font-weight: 300;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 40px
}
.news-detail__text li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
  font-weight: 300
}
.news-detail__text li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #592c82;
  top: 8px;
  left: 0
}
.news-detail__text li:last-child {
  margin-bottom: 20px
}
.news-detail__text p {
  margin-bottom: 20px
}
.news-detail__text h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #592c82
}
.news-detail__text h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
  color: #592c82
}
@media (max-width:1023px) {
  .news-detail__top-descriptions {
    font-size: 20px;
    line-height: 24px
  }
  .news-detail__top-img {
    width: 50%
  }
}
@media (max-width:767px) {
  .news-detail .container {
    max-width: 100%
  }
  .news-detail__top {
    height: auto;
    padding: 50px 0
  }
  .news-detail__top .container,
  .news-detail__wrap {
    max-width: 100%
  }
  .news-detail__top-text {
    width: 100%
  }
  .news-detail__top-descriptions,
  .news-detail__top-title {
    text-align: center
  }
  .news-detail__top-img {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0 25px;
    transform: translateY(100px);
    margin-top: -75px
  }
  .news-detail__text {
    margin-top: 25px;
    margin-bottom: 25px
  }
  .news-detail__text.container {
    max-width: 100%
  }
}
/* End */


/* Start:/local/templates/academy2021/layout/bx-styles/news-slider.css?17314005602107*/
.news-slider {
  background-color: #f6f2f8;
  padding: 35px 0
}
.news-slider__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 35px
}
.news-slider__item {
  padding: 0 10px;
  width: 580px;
  display: flex!important;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer
}
.news-slider__img {
  margin-bottom: 28px;
  position: relative
}
.news-slider__img img {
  border-radius: 10px;
  width: 100%
}
.news-slider__state {
  position: absolute;
  top: 10px;
  left: 12px
}
.news-slider__state-item {
  font-size: 24px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  background-color: #9a79b9;
  padding: 8px 17px;
  border-radius: 10px;
  text-transform: uppercase;
  margin-bottom: 5px
}
.news-slider__state-item_dark {
  background-color: #592c82
}
.news-slider__state-item span {
  font-weight: 300
}
.news-slider__item-title {
  font-size: 24px;
  line-height: 36px;
  color: #592c82;
  margin-bottom: 13px
}
.news-slider__item-description {
  line-height: 24px;
  font-weight: 300
}
.news-slider__link {
  text-align: center;
  color: #592c82;
  font-weight: 300
}
.news-slider__link a {
  text-decoration: underline
}
.news-slider .slick-next {
  width: 18px;
  height: 40px;
  right: -25px;
  z-index: 10;
  background-image: url(/local/templates/academy2021/layout/bx-styles/../img/icon/arrow_right.webp);
  opacity: .75
}
.news-slider .slick-next:before {
  content: ' ';
  font-size: 0
}
.news-slider .slick-prev {
  width: 18px;
  height: 40px;
  left: -25px;
  z-index: 10;
  background-image: url(/local/templates/academy2021/layout/bx-styles/../img/icon/arrow_right.webp);
  transform: rotate(180deg) translate(0,50%);
  opacity: .75
}
.news-slider .slick-prev:before {
  content: ' ';
  font-size: 0
}
@media (max-width:767px) {
  .news-slider .container {
    max-width: 100%
  }
  .news-slider__item {
    width: 100%
  }
  .news-slider__item-title {
    line-height: 24px;
    text-align: center
  }
  .news-slider__item-description {
    text-align: center
  }
  .news-slider .slick-next {
    right: -15px
  }
  .news-slider .slick-prev {
    left: -15px
  }
}
/* End */
/* /local/templates/academy2021/layout/bx-styles/news-detail.css?17314005602575 */
/* /local/templates/academy2021/layout/bx-styles/news-slider.css?17314005602107 */
