

/* Start:/local/static/build/css/components/activity-detail.css?157770095320339*/
.activity-detail {
  position: relative;
  margin: 0 0 80px 0; }
  @media only screen and (max-width: 767px) {
    .activity-detail {
      margin: 0 0 60px 0; } }
  .activity-detail__container {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
    .activity-detail__container.active {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }

.activity-detail-head {
  position: relative;
  margin: 0 0 40px 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px;
  min-height: 500px;
  display: block; }
  @media only screen and (max-width: 1199px) {
    .activity-detail-head {
      min-height: 400px;
      padding: 50px; } }
  @media only screen and (max-width: 991px) {
    .activity-detail-head {
      padding: 40px;
      margin: 0 0 30px 0;
      min-height: 280px; } }
  @media only screen and (max-width: 767px) {
    .activity-detail-head {
      padding: 20px; } }
  @media only screen and (max-width: 576px) {
    .activity-detail-head {
      min-height: 160px; } }
  .activity-detail-head__title {
    color: #ffffff;
    max-width: 650px; }

.activity-list-numbers {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .activity-list-numbers__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 991px) {
      .activity-list-numbers__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    @media only screen and (max-width: 767px) {
      .activity-list-numbers__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
  .activity-list-numbers__row {
    position: relative;
    display: block;
    margin: 20px 0 0 0; }
    @media only screen and (max-width: 991px) {
      .activity-list-numbers__row {
        padding: 0 15px;
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .activity-list-numbers__row {
        padding: 0;
        width: 100%;
        margin: 20px 0 0 0; } }
    .activity-list-numbers__row:first-child {
      margin: 0; }
  .activity-list-numbers__head {
    position: relative;
    display: block;
    max-width: 250px;
    font: 300 16px/150% "Elektra Light Pro", sans-serif;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 1199px) {
      .activity-list-numbers__head {
        font: 300 14px/150% "Elektra Light Pro", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .activity-list-numbers__head {
        max-width: none; } }
  .activity-list-numbers__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -5px; }
  .activity-list-numbers__item {
    position: relative;
    padding: 0 5px; }
  .activity-list-numbers__count {
    position: relative;
    font: bold 58px/100% "Elektra Text Pro", sans-serif;
    color: #1950a0;
    max-width: 250px; }
    @media only screen and (max-width: 991px) {
      .activity-list-numbers__count {
        font: bold 44px/100% "Elektra Text Pro", sans-serif; } }
  .activity-list-numbers__desc {
    position: relative;
    font: bold 16px/120% "Elektra Text Pro", sans-serif;
    max-width: 250px; }
    @media only screen and (max-width: 1700px) {
      .activity-list-numbers__desc {
        font: bold 1vw/120% "Elektra Text Pro", sans-serif; } }
    @media only screen and (max-width: 1410px) {
      .activity-list-numbers__desc {
        font: bold 1.1vw/120% "Elektra Text Pro", sans-serif; } }
    @media only screen and (max-width: 991px) {
      .activity-list-numbers__desc {
        font: bold 14px/130% "Elektra Text Pro", sans-serif; } }

.activity-detail-numbers {
  position: relative;
  width: 100%;
  margin: 0 0 40px 0; }
  @media only screen and (max-width: 991px) {
    .activity-detail-numbers {
      margin: 0 0 30px 0; } }
  .activity-detail-numbers--full .activity-detail-numbers__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .activity-detail-numbers--full .activity-detail-numbers__item--desc {
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .activity-detail-numbers--full .activity-detail-numbers__item--desc {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .activity-detail-numbers--full .activity-detail-numbers__item--desc {
        width: 100%; } }
  .activity-detail-numbers--full .activity-detail-numbers__item--numbers {
    width: 100%;
    margin: 40px 0 0 0; }
    @media only screen and (max-width: 1199px) {
      .activity-detail-numbers--full .activity-detail-numbers__item--numbers {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .activity-detail-numbers--full .activity-detail-numbers__item--numbers {
        width: 100%; } }
  .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__wrapper {
      max-width: 100%;
      min-width: 70%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          align-items: flex-start;
          max-width: none;
          min-width: auto; } }
    .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__row {
      width: 50%;
      padding: 0 15px;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__row {
          padding: 0;
          width: 100%;
          margin: 20px 0 0 0; }
          .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__row:first-child {
            margin: 0; } }
    .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__desc {
      position: relative;
      font: bold 16px/120% "Elektra Text Pro", sans-serif;
      max-width: 250px; }
      @media only screen and (max-width: 1700px) {
        .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__desc {
          font: bold 16px/120% "Elektra Text Pro", sans-serif; } }
      @media only screen and (max-width: 1410px) {
        .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__desc {
          font: bold 16px/120% "Elektra Text Pro", sans-serif; } }
      @media only screen and (max-width: 991px) {
        .activity-detail-numbers--full .activity-detail-numbers__item .activity-list-numbers__desc {
          font: bold 14px/130% "Elektra Text Pro", sans-serif; } }
  .activity-detail-numbers__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -15px; }
    @media only screen and (max-width: 991px) {
      .activity-detail-numbers__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .activity-detail-numbers__item {
    position: relative;
    padding: 0 15px; }
    .activity-detail-numbers__item--desc {
      width: 75%; }
      @media only screen and (max-width: 1199px) {
        .activity-detail-numbers__item--desc {
          width: 66.66667%; } }
      @media only screen and (max-width: 991px) {
        .activity-detail-numbers__item--desc {
          width: 100%; } }
    .activity-detail-numbers__item--numbers {
      width: 25%; }
      @media only screen and (max-width: 1199px) {
        .activity-detail-numbers__item--numbers {
          width: 33.33333%; } }
      @media only screen and (max-width: 991px) {
        .activity-detail-numbers__item--numbers {
          width: 100%;
          margin: 20px 0 0 0; } }
  .activity-detail-numbers__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%; }
  .activity-detail-numbers__desc {
    position: relative;
    display: block; }
    .activity-detail-numbers__desc p:last-child {
      margin: 0; }

.activity-detail-image {
  position: relative;
  display: block;
  margin: 0 0 60px 0; }
  @media only screen and (max-width: 767px) {
    .activity-detail-image {
      margin: 0 0 30px 0; } }
  .activity-detail-image__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -15px; }
    @media only screen and (max-width: 991px) {
      .activity-detail-image__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .activity-detail-image__item {
    position: relative;
    padding: 0 15px; }
    .activity-detail-image__item--image {
      width: 75%; }
      @media only screen and (max-width: 1410px) {
        .activity-detail-image__item--image {
          width: 58.33333%; } }
      @media only screen and (max-width: 991px) {
        .activity-detail-image__item--image {
          width: 100%; } }
    .activity-detail-image__item--text {
      width: 25%; }
      @media only screen and (max-width: 1410px) {
        .activity-detail-image__item--text {
          width: 41.66667%; } }
      @media only screen and (max-width: 991px) {
        .activity-detail-image__item--text {
          margin: 40px 0 0 0;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .activity-detail-image__item--text {
          margin: 20px 0 0 0; } }
      .activity-detail-image__item--text p:last-child {
        margin: 0; }

.activity-detail-products {
  position: relative;
  display: block;
  margin: 0 0 40px 0; }
  @media only screen and (max-width: 991px) {
    .activity-detail-products {
      margin: 0 0 20px 0; } }
  @media only screen and (max-width: 767px) {
    .activity-detail-products {
      margin: 0 0 30px 0; } }
  .activity-detail-products__wrapper {
    position: relative;
    margin: 0 -15px; }
  .activity-detail-products__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .activity-detail-products__item {
    position: relative;
    width: 25%;
    margin: 0 0 40px 0;
    padding: 0 15px; }
    @media only screen and (max-width: 1199px) {
      .activity-detail-products__item {
        width: 33.33333%; } }
    @media only screen and (max-width: 767px) {
      .activity-detail-products__item {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .activity-detail-products__item {
        width: 100%;
        margin: 0 0 30px 0; }
        .activity-detail-products__item:last-child {
          margin: 0; } }
  .activity-detail-products__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .activity-detail-products__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 10px 0;
    height: 154px; }
    @media only screen and (max-width: 1199px) {
      .activity-detail-products__image {
        height: 120px; } }
    @media only screen and (max-width: 991px) {
      .activity-detail-products__image {
        height: 105px; } }
    @media only screen and (max-width: 767px) {
      .activity-detail-products__image {
        height: 80px; } }
    .activity-detail-products__image img {
      max-height: 154px; }
      @media only screen and (max-width: 1199px) {
        .activity-detail-products__image img {
          max-height: 120px; } }
      @media only screen and (max-width: 991px) {
        .activity-detail-products__image img {
          max-height: 105px; } }
      @media only screen and (max-width: 767px) {
        .activity-detail-products__image img {
          max-height: 80px; } }
  .activity-detail-products__title {
    position: relative;
    display: block;
    width: 100%;
    font: bold 20px/150% "Elektra Text Pro", sans-serif;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .activity-detail-products__title {
        font: bold 18px/150% "Elektra Text Pro", sans-serif; } }
    @media only screen and (max-width: 991px) {
      .activity-detail-products__title {
        font: bold 16px/150% "Elektra Text Pro", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .activity-detail-products__title {
        font: bold 14px/150% "Elektra Text Pro", sans-serif; } }

.activity-detail-text {
  position: relative;
  margin: 0 0 60px 0; }
  @media only screen and (max-width: 991px) {
    .activity-detail-text {
      margin: 0 0 40px 0; } }
  @media only screen and (max-width: 767px) {
    .activity-detail-text {
      margin: 0 0 30px 0; } }

.activity-detail-services {
  position: relative;
  display: block;
  margin: 0 0 40px 0; }
  @media only screen and (max-width: 991px) {
    .activity-detail-services {
      margin: 0 0 20px 0; } }
  @media only screen and (max-width: 767px) {
    .activity-detail-services {
      margin: 0 0 30px 0; } }
  .activity-detail-services__main-title {
    margin: 0 0 30px 0; }
  .activity-detail-services__row {
    position: relative; }
  .activity-detail-services__row + .activity-detail-services__row {
    margin: 40px 0 0 0; }
  .activity-detail-services__row-wrapper {
    position: relative;
    margin: 0 -15px; }
  .activity-detail-services__row-title {
    margin: 0 0 40px 0; }
    @media only screen and (max-width: 767px) {
      .activity-detail-services__row-title {
        margin: 0 0 30px 0; } }
  .activity-detail-services__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .activity-detail-services__item {
    position: relative;
    width: 25%;
    margin: 0 0 40px 0;
    padding: 0 15px; }
    @media only screen and (max-width: 1199px) {
      .activity-detail-services__item {
        width: 33.33333%; } }
    @media only screen and (max-width: 767px) {
      .activity-detail-services__item {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .activity-detail-services__item {
        width: 100%;
        margin: 0 0 30px 0; }
        .activity-detail-services__item:last-child {
          margin: 0; } }
  .activity-detail-services__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .activity-detail-services__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 20px 0;
    height: 154px; }
    @media only screen and (max-width: 1199px) {
      .activity-detail-services__image {
        height: 120px; } }
    @media only screen and (max-width: 991px) {
      .activity-detail-services__image {
        height: 105px; } }
    @media only screen and (max-width: 767px) {
      .activity-detail-services__image {
        height: 80px;
        margin: 0 0 10px 0; } }
    .activity-detail-services__image img {
      max-height: 154px; }
      @media only screen and (max-width: 1199px) {
        .activity-detail-services__image img {
          max-height: 120px; } }
      @media only screen and (max-width: 991px) {
        .activity-detail-services__image img {
          max-height: 105px; } }
      @media only screen and (max-width: 767px) {
        .activity-detail-services__image img {
          max-height: 80px; } }
  .activity-detail-services__name {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    font: bold 20px/150% "Elektra Text Pro", sans-serif;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .activity-detail-services__name {
        font: bold 18px/150% "Elektra Text Pro", sans-serif; } }
    @media only screen and (max-width: 991px) {
      .activity-detail-services__name {
        font: bold 16px/150% "Elektra Text Pro", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .activity-detail-services__name {
        font: bold 14px/150% "Elektra Text Pro", sans-serif; } }
  .activity-detail-services__text {
    position: relative;
    margin: 20px 0 0 0;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .activity-detail-services__text {
        margin: 10px 0 0 0; } }

/* End */


/* Start:/local/static/build/css/components/news-list.css?15777009536442*/
.news-list {
  position: relative;
  padding: 40px 0 100px; }
  @media only screen and (max-width: 991px) {
    .news-list {
      padding: 30px 0 60px; } }
  @media only screen and (max-width: 767px) {
    .news-list {
      padding: 20px 0 50px; } }
  .news-list__wrapper {
    position: relative;
    margin: 0 -15px; }
  .news-list__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .news-list__item {
    position: relative;
    padding: 0 15px;
    margin: 0 0 30px 0;
    width: 33.33333%;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
    .news-list__item.active {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    @media only screen and (max-width: 1199px) {
      .news-list__item {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .news-list__item {
        width: 100%;
        margin: 0 0 15px 0; } }
  .news-list__btn {
    margin: 30px 0 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
    .news-list__btn.active {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    @media only screen and (max-width: 991px) {
      .news-list__btn {
        margin: 20px 0 0; } }
    @media only screen and (max-width: 767px) {
      .news-list__btn {
        margin: 10px 0 0; } }

.news-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden; }
  .news-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000046;
    opacity: 0.4; }
  .news-item:hover .news-item__link:before, .news-item--active .news-item__link:before {
    background: #ffffff; }
  .news-item:hover .news-item__bg, .news-item--active .news-item__bg {
    top: 0;
    opacity: 1; }
  .news-item:hover .news-item__date, .news-item:hover .news-item__title, .news-item:hover .news-item__desc, .news-item--active .news-item__date, .news-item--active .news-item__title, .news-item--active .news-item__desc {
    color: #ffffff; }
  .news-item--active:hover .news-item__bg {
    opacity: 0.7; }
  .news-item__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 430px;
    background: #f5f6f8;
    padding: 40px 40px 107px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease; }
    @media only screen and (max-width: 1199px) {
      .news-item__link {
        padding-bottom: 75px;
        min-height: 360px; } }
    @media only screen and (max-width: 767px) {
      .news-item__link {
        padding: 30px 30px 57px; } }
    @media only screen and (max-width: 576px) {
      .news-item__link {
        min-height: 290px; } }
    .news-item__link:before {
      content: '';
      position: absolute;
      bottom: 40px;
      left: 40px;
      height: 3px;
      width: 126px;
      background: #1950a0;
      z-index: 1;
      -webkit-transition: background .3s ease;
      transition: background .3s ease; }
      @media only screen and (max-width: 1199px) {
        .news-item__link:before {
          width: 105px; } }
      @media only screen and (max-width: 767px) {
        .news-item__link:before {
          bottom: 30px;
          left: 30px; } }
  .news-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity .3s ease, top .3s ease;
    transition: opacity .3s ease, top .3s ease;
    opacity: 0; }
    .news-item__bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 70, 0.25); }
  .news-item__date {
    position: relative;
    z-index: 1;
    font: 300 18px/100% "Elektra Light Pro", sans-serif;
    color: #000046;
    margin: 0 0 32px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    @media only screen and (max-width: 1199px) {
      .news-item__date {
        font: 300 16px/113% "Elektra Light Pro", sans-serif;
        margin: 0 0 21px; } }
    @media only screen and (max-width: 767px) {
      .news-item__date {
        font: 300 14px/129% "Elektra Light Pro", sans-serif;
        margin: 0 0 10px; } }
  .news-item__title {
    position: relative;
    z-index: 1;
    font: bold 24px/142% "Elektra Text Pro", sans-serif;
    color: #000000;
    margin: 0 0 19px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    @media only screen and (max-width: 1199px) {
      .news-item__title {
        font: bold 20px/150% "Elektra Text Pro", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .news-item__title {
        font: bold 16px/175% "Elektra Text Pro", sans-serif;
        margin: 0 0 9px; } }
  .news-item__desc {
    position: relative;
    z-index: 1;
    font: 300 18px/156% "Elektra Light Pro", sans-serif;
    color: #222222;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    @media only screen and (max-width: 1199px) {
      .news-item__desc {
        font: 300 16px/150% "Elektra Light Pro", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .news-item__desc {
        font: 300 14px/143% "Elektra Light Pro", sans-serif; } }

/* End */
/* /local/static/build/css/components/activity-detail.css?157770095320339 */
/* /local/static/build/css/components/news-list.css?15777009536442 */
