@charset "UTF-8";
.customBlock img {
  max-width: 100%;
  display: block; }

.carouselBlock .slick-prev, .carouselBlock .slick-next {
  background: none; }

.carouselBlock .slick-prev, .carouselBlock[data-arrows-color="black"] .slick-prev {
  background-image: url("/resources/images/icons/arrow-left-black.svg"); }

.carouselBlock .slick-next, .carouselBlock[data-arrows-color="black"] .slick-next {
  background-image: url("/resources/images/icons/arrow-right-black.svg"); }

.carouselBlock[data-arrows-color="white"] .slick-prev {
  background-image: url("/resources/images/icons/arrow-left-white.svg"); }

.carouselBlock[data-arrows-color="white"] .slick-next {
  background-image: url("/resources/images/icons/arrow-right-white.svg"); }

.carouselBlock .slick-prev, .carouselBlock .slick-next {
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none; }

.carouselBlock .slick-prev:focus, .carouselBlock .slick-next:focus {
  outline: none; }

.carouselBlock .slick-prev {
  left: 25px;
  background-repeat: no-repeat;
  background-position: center; }

.carouselBlock .slick-next {
  right: 25px;
  background-repeat: no-repeat;
  background-position: center; }

.carouselBlock .slick-dots {
  text-align: center;
  margin-top: 15px; }
  .carouselBlock .slick-dots li {
    display: inline-block;
    margin-right: 15px; }
    .carouselBlock .slick-dots li button {
      display: block;
      background: #fff;
      border: 2px solid #fff;
      height: 12px;
      width: 12px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      font-size: 0px;
      outline: none; }
  .carouselBlock .slick-dots .slick-active button {
    background: transparent; }

@media screen and (max-width: 991px) {
  .news--1_big-6_small .bigPhoto {
    margin-bottom: 20px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news--6_small .column-2-news .details .date p {
    font-size: 9px; } }

.top_news {
  margin-bottom: 30px; }
  .top_news .top_news-slider {
    padding-top: 30px;
    padding-bottom: 30px; }
    .top_news .top_news-slider:before {
      content: 'Топ новостей';
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 28px;
      max-width: 1140px;
      margin: 0 auto 25px; }
    .top_news .top_news-slider .item {
      height: 100%;
      min-height: 280px;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      -webkit-box-pack: justify !important;
      -webkit-justify-content: space-between !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; }
      .top_news .top_news-slider .item .heading_news .photo {
        height: 170px;
        margin-top: 10px;
        margin-bottom: 8px; }
        .top_news .top_news-slider .item .heading_news .photo a {
          display: block;
          height: 100%; }
        .top_news .top_news-slider .item .heading_news .photo .number {
          width: 66px;
          height: 66px;
          display: block;
          background: rgba(68, 68, 68, 0.78);
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          margin-left: -10px;
          margin-top: -10px;
          position: absolute;
          text-align: center;
          line-height: 66px;
          font-size: 40px;
          font-weight: bold;
          color: #CAC9CB; }
      .top_news .top_news-slider .item .heading_news .title {
        margin-bottom: 10px;
        overflow: hidden;
        max-height: 64px; }
        .top_news .top_news-slider .item .heading_news .title a {
          font-size: 14px;
          text-decoration: none; }
          .top_news .top_news-slider .item .heading_news .title a:hover {
            color: #DE0025; }
      .top_news .top_news-slider .item .details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .top_news .top_news-slider .item .details .date p {
          margin-bottom: 0;
          font-size: 12px;
          line-height: 1.2em; }
    .top_news .top_news-slider .slick-slide {
      margin: 0 12px; }
    .top_news .top_news-slider .slick-list {
      margin: 0 -12px; }
    .top_news .top_news-slider .slick-prev {
      left: -50px; }
    .top_news .top_news-slider .slick-next {
      right: -50px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .top_news .top_news-slider:before {
      max-width: 932px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .top_news .top_news-slider:before {
      max-width: 692px; }
    .top_news .top_news-slider .slick-prev {
      left: 25px; }
    .top_news .top_news-slider .slick-next {
      right: 25px; } }
  @media screen and (max-width: 767px) {
    .top_news {
      margin-bottom: 20px; }
      .top_news .top_news-slider {
        padding-top: 20px;
        padding-bottom: 20px; }
        .top_news .top_news-slider:before {
          font-size: 22px;
          margin: 0 auto 20px;
          background-image: url("/resources/images/icons/hand-arrows.svg");
          background-repeat: no-repeat;
          -webkit-background-size: 20px 20px;
                  background-size: 20px;
          background-position: center right; }
        .top_news .top_news-slider .item {
          height: 100%;
          min-height: 200px; }
          .top_news .top_news-slider .item .heading_news .photo {
            height: 210px; }
            .top_news .top_news-slider .item .heading_news .photo .number {
              width: 50px;
              height: 50px;
              line-height: 50px;
              font-size: 30px; }
          .top_news .top_news-slider .item .heading_news .title {
            max-height: 100%;
            line-height: 20px; }
            .top_news .top_news-slider .item .heading_news .title a {
              font-size: 13px; } }

.specProjects, .specProjects-last-posts {
  margin-bottom: 30px; }
  .specProjects .specProjects-slider .item, .specProjects-last-posts .specProjects-slider .item {
    height: 330px;
    margin: 0 auto !important; }
    .specProjects .specProjects-slider .item p, .specProjects .specProjects-slider .item a, .specProjects-last-posts .specProjects-slider .item p, .specProjects-last-posts .specProjects-slider .item a {
      color: #000; }
    .specProjects .specProjects-slider .item .category, .specProjects-last-posts .specProjects-slider .item .category {
      margin-top: 30px;
      margin-bottom: 10px; }
      .specProjects .specProjects-slider .item .category a, .specProjects-last-posts .specProjects-slider .item .category a {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: bold;
        text-decoration: none; }
    .specProjects .specProjects-slider .item .title, .specProjects-last-posts .specProjects-slider .item .title {
      margin-bottom: 10px;
      max-height: 142px;
      overflow: hidden; }
      .specProjects .specProjects-slider .item .title a, .specProjects-last-posts .specProjects-slider .item .title a {
        font-size: 28px;
        line-height: 1.3em;
        text-transform: uppercase;
        text-decoration: none; }
    .specProjects .specProjects-slider .item .description, .specProjects-last-posts .specProjects-slider .item .description {
      margin-bottom: 8px; }
      .specProjects .specProjects-slider .item .description p, .specProjects-last-posts .specProjects-slider .item .description p {
        font-size: 14px;
        margin-bottom: 0; }
    .specProjects .specProjects-slider .item .autors, .specProjects-last-posts .specProjects-slider .item .autors {
      margin-bottom: 5px; }
      .specProjects .specProjects-slider .item .autors p, .specProjects-last-posts .specProjects-slider .item .autors p {
        margin-bottom: 0; }
    .specProjects .specProjects-slider .item .details, .specProjects-last-posts .specProjects-slider .item .details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .specProjects .specProjects-slider .item .details .countersNews p, .specProjects-last-posts .specProjects-slider .item .details .countersNews p {
        color: #9B9B9B; }
    .specProjects .specProjects-slider .item .photo, .specProjects-last-posts .specProjects-slider .item .photo {
      height: 330px; }
      .specProjects .specProjects-slider .item .photo a, .specProjects-last-posts .specProjects-slider .item .photo a {
        height: 100%;
        display: block; }
  .specProjects .specProjects-slider .slick-prev, .specProjects-last-posts .specProjects-slider .slick-prev {
    left: -50px; }
  .specProjects .specProjects-slider .slick-next, .specProjects-last-posts .specProjects-slider .slick-next {
    right: -50px; }
  @media screen and (min-width: 1200px) {
    .specProjects, .specProjects-last-posts {
      height: 330px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .specProjects, .specProjects-last-posts {
      height: 310px; }
      .specProjects .specProjects-slider .item, .specProjects-last-posts .specProjects-slider .item {
        height: 310px; }
        .specProjects .specProjects-slider .item .category, .specProjects-last-posts .specProjects-slider .item .category {
          margin-top: 20px; }
          .specProjects .specProjects-slider .item .category p, .specProjects-last-posts .specProjects-slider .item .category p {
            font-size: 14px; }
        .specProjects .specProjects-slider .item .title, .specProjects-last-posts .specProjects-slider .item .title {
          max-height: 124px; }
          .specProjects .specProjects-slider .item .title a, .specProjects-last-posts .specProjects-slider .item .title a {
            font-size: 24px; }
        .specProjects .specProjects-slider .item .photo, .specProjects-last-posts .specProjects-slider .item .photo {
          height: 310px; }
      .specProjects .specProjects-slider .slick-prev, .specProjects-last-posts .specProjects-slider .slick-prev {
        left: -40px; }
      .specProjects .specProjects-slider .slick-next, .specProjects-last-posts .specProjects-slider .slick-next {
        right: -40px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .specProjects, .specProjects-last-posts {
      height: 260px; }
      .specProjects .specProjects-slider .item, .specProjects-last-posts .specProjects-slider .item {
        height: 260px; }
        .specProjects .specProjects-slider .item .category, .specProjects-last-posts .specProjects-slider .item .category {
          margin-top: 20px; }
          .specProjects .specProjects-slider .item .category p, .specProjects-last-posts .specProjects-slider .item .category p {
            font-size: 14px; }
        .specProjects .specProjects-slider .item .title a, .specProjects-last-posts .specProjects-slider .item .title a {
          font-size: 18px; }
        .specProjects .specProjects-slider .item .description p, .specProjects-last-posts .specProjects-slider .item .description p {
          font-size: 13px; }
        .specProjects .specProjects-slider .item .photo, .specProjects-last-posts .specProjects-slider .item .photo {
          height: 200px;
          margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .specProjects, .specProjects-last-posts {
      height: 100%; }
      .specProjects .specProjects-slider .item, .specProjects-last-posts .specProjects-slider .item {
        height: 100%; }
        .specProjects .specProjects-slider .item .category, .specProjects-last-posts .specProjects-slider .item .category {
          width: -webkit-calc(100% - 30px);
          width: calc(100% - 30px);
          margin-top: 20px; }
          .specProjects .specProjects-slider .item .category:before, .specProjects-last-posts .specProjects-slider .item .category:before {
            content: '';
            height: 20px;
            width: 20px;
            display: block;
            position: absolute;
            right: 17px;
            background-image: url("/resources/images/icons/hand-arrows.svg");
            background-repeat: no-repeat;
            -webkit-background-size: 20px 20px;
                    background-size: 20px;
            background-position: center right; }
          .specProjects .specProjects-slider .item .category p, .specProjects-last-posts .specProjects-slider .item .category p {
            font-size: 14px; }
        .specProjects .specProjects-slider .item .title, .specProjects-last-posts .specProjects-slider .item .title {
          margin-bottom: 10px;
          max-height: 200px; }
          .specProjects .specProjects-slider .item .title a, .specProjects-last-posts .specProjects-slider .item .title a {
            font-size: 16px;
            line-height: 1.5em; }
        .specProjects .specProjects-slider .item .description, .specProjects-last-posts .specProjects-slider .item .description {
          margin-bottom: 8px; }
          .specProjects .specProjects-slider .item .description p, .specProjects-last-posts .specProjects-slider .item .description p {
            font-size: 12px;
            line-height: 1.4em; }
        .specProjects .specProjects-slider .item .autors p, .specProjects-last-posts .specProjects-slider .item .autors p {
          font-size: 12px; }
        .specProjects .specProjects-slider .item .details .countersNews, .specProjects-last-posts .specProjects-slider .item .details .countersNews {
          margin-left: 0; }
        .specProjects .specProjects-slider .item .photo, .specProjects-last-posts .specProjects-slider .item .photo {
          margin-top: 10px;
          height: 210px;
          margin-bottom: 20px; } }

.list-teleprojects-otv {
  background: #F9F3F3;
  padding-top: 25px;
  margin-bottom: 30px; }
  .list-teleprojects-otv .title {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-teleprojects-otv .title p {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 28px; }
    .list-teleprojects-otv .title img {
      margin-left: 15px;
      margin-bottom: -5px; }
  .list-teleprojects-otv .item {
    text-align: center;
    margin-bottom: 45px; }
    .list-teleprojects-otv .item a {
      color: #4A4A4A; }
      .list-teleprojects-otv .item a:hover {
        color: #DE0025; }
      .list-teleprojects-otv .item a img {
        display: block;
        margin: 0 auto 5px;
        width: 100%; }
      .list-teleprojects-otv .item a p {
        margin-bottom: 0;
        font-weight: bold; }
  @media screen and (max-width: 767px) {
    .list-teleprojects-otv {
      padding-top: 20px; }
      .list-teleprojects-otv .title {
        margin-bottom: 30px; }
        .list-teleprojects-otv .title p {
          font-size: 22px; }
        .list-teleprojects-otv .title img {
          height: 40px; }
      .list-teleprojects-otv .item {
        margin-bottom: 35px; } }

.rubric_slider {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .rubric_slider .title-rubric {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .rubric_slider .title-rubric .logo {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      margin-right: 30px; }
      .rubric_slider .title-rubric .logo a img {
        max-height: 50px; }
    .rubric_slider .title-rubric .desc h2 {
      line-height: 1em;
      font-size: 18px;
      margin-bottom: 5px; }
    .rubric_slider .title-rubric .desc p {
      font-size: 13px;
      margin-bottom: 0; }
  .rubric_slider .rubric-slider {
    margin-top: 20px; }
    .rubric_slider .rubric-slider .slick-slide {
      margin: 0 12px; }
    .rubric_slider .rubric-slider .slick-list {
      margin: 0 -12px; }
    .rubric_slider .rubric-slider .slick-prev {
      left: -50px; }
    .rubric_slider .rubric-slider .slick-next {
      right: -50px; }
    .rubric_slider .rubric-slider .item {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .rubric_slider .rubric-slider .item .heading .photo {
        height: 180px;
        margin-bottom: 5px; }
        .rubric_slider .rubric-slider .item .heading .photo a {
          display: block;
          height: 100%; }
      .rubric_slider .rubric-slider .item .heading .photo[data-flag='video']:before {
        background: url("/resources/images/icons/play-flag-test.svg"); }
      .rubric_slider .rubric-slider .item .heading .photo[data-flag='audio']:before {
        background: url("/resources/images/icons/audio-flag-test.svg"); }
      .rubric_slider .rubric-slider .item .heading .photo[data-flag='video']:before, .rubric_slider .rubric-slider .item .heading .photo[data-flag='audio']:before {
        content: '';
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        -webkit-background-size: cover;
                background-size: cover;
        margin-top: 6px;
        margin-left: 6px; }
      .rubric_slider .rubric-slider .item .heading .title {
        height: 66px;
        overflow: hidden; }
      .rubric_slider .rubric-slider .item .heading .description {
        max-height: 220px;
        overflow: hidden; }
        .rubric_slider .rubric-slider .item .heading .description p {
          font-size: 13px;
          margin-bottom: 0; }
      .rubric_slider .rubric-slider .item .details {
        height: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 8px; }
        .rubric_slider .rubric-slider .item .details .date p {
          margin-bottom: 0;
          font-size: 12px;
          line-height: 1.2em; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .rubric_slider {
      padding-bottom: 20px; }
      .rubric_slider .rubric-slider {
        margin-top: 20px; }
        .rubric_slider .rubric-slider .item {
          display: -webkit-box !important;
          display: -webkit-flex !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .rubric_slider .rubric-slider .item .heading .photo {
            height: 150px; }
          .rubric_slider .rubric-slider .item .heading .description {
            max-height: 190px; }
            .rubric_slider .rubric-slider .item .heading .description p {
              font-size: 13px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .rubric_slider .rubric-slider {
      margin-top: 20px; }
      .rubric_slider .rubric-slider .item {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .rubric_slider .rubric-slider .item .heading .photo {
          height: 150px; } }
  @media screen and (max-width: 767px) {
    .rubric_slider {
      margin-bottom: 20px; }
      .rubric_slider .title-rubric {
        display: block;
        text-align: center; }
        .rubric_slider .title-rubric .logo {
          margin-right: 0; }
          .rubric_slider .title-rubric .logo a img {
            max-height: 40px;
            margin: 0 auto 10px; }
        .rubric_slider .title-rubric .desc h2 {
          font-size: 14px; }
        .rubric_slider .title-rubric .desc p, .rubric_slider .title-rubric .desc span {
          font-size: 12px; }
      .rubric_slider .rubric-slider .item {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .rubric_slider .rubric-slider .item .heading .photo {
          height: 210px; }
        .rubric_slider .rubric-slider .item .heading .title {
          height: 100%; } }

.afisha-slider {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .afisha-slider:before {
    content: 'Мы рекомендуем';
    display: block;
    font-weight: bold;
    font-size: 22px;
    max-width: 1140px;
    margin: 0 auto 25px; }
  .afisha-slider .slick-slide {
    margin: 0 12px; }
  .afisha-slider .slick-list {
    margin: 0 -12px; }
  .afisha-slider .slick-prev {
    left: -50px; }
  .afisha-slider .slick-next {
    right: -50px; }
  .afisha-slider .item .poster {
    height: 230px;
    width: 100%;
    margin-bottom: 10px; }
    .afisha-slider .item .poster:hover a {
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s;
      background: rgba(0, 0, 0, 0.3); }
    .afisha-slider .item .poster a {
      display: block;
      height: 100%; }
  .afisha-slider .item .title {
    font-size: 14px; }
    .afisha-slider .item .title:hover {
      color: #DE0025; }
    .afisha-slider .item .title span {
      font-size: 12px;
      font-weight: bold;
      margin-left: 3px; }
  .afisha-slider .item .category {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5em; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .afisha-slider {
      padding-top: 20px;
      padding-bottom: 20px; }
      .afisha-slider:before {
        font-size: 18px; }
      .afisha-slider .slick-prev {
        left: -35px; }
      .afisha-slider .slick-next {
        right: -35px; }
      .afisha-slider .item .title {
        font-size: 13px; } }
  @media screen and (max-width: 767px) {
    .afisha-slider {
      padding-top: 15px;
      padding-bottom: 25px; }
      .afisha-slider:before {
        font-size: 18px;
        margin-bottom: 18px; }
      .afisha-slider .item .poster {
        height: 220px; }
      .afisha-slider .item .date {
        font-size: 11px; }
      .afisha-slider .item .title {
        font-size: 13px; } }

.afishaCategories .afishaCategories_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  max-width: 1140px;
  z-index: 2; }
  .afishaCategories .afishaCategories_head .categories {
    margin-top: 8px; }
    .afishaCategories .afishaCategories_head .categories a {
      font-size: 16px;
      color: #001F43;
      font-weight: bold;
      margin-right: 15px;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s;
      display: inline-block;
      margin-bottom: 10px; }
      .afishaCategories .afishaCategories_head .categories a:last-child {
        margin-right: 0; }
      .afishaCategories .afishaCategories_head .categories a:hover {
        color: #DE0025; }
      .afishaCategories .afishaCategories_head .categories a.current-playbill-category {
        color: #DE0025; }
  .afishaCategories .afishaCategories_head .filter {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .afishaCategories .afishaCategories_head .filter .calendar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 36px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      padding: 2px 5px;
      border: 1px solid #d8d8d8; }
      .afishaCategories .afishaCategories_head .filter .calendar span {
        margin-right: 10px;
        font-weight: bold;
        font-size: 20px; }
      .afishaCategories .afishaCategories_head .filter .calendar img {
        height: 26px;
        width: 26px;
        cursor: pointer; }
    .afishaCategories .afishaCategories_head .filter .city {
      margin-left: 15px;
      position: relative; }
      .afishaCategories .afishaCategories_head .filter .city ul {
        list-style-type: none;
        margin: 0;
        height: 36px;
        width: 160px;
        overflow: hidden;
        background: #efefef;
        padding: 0px 10px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        border: 1px solid #d8d8d8;
        cursor: pointer; }
        .afishaCategories .afishaCategories_head .filter .city ul:hover {
          height: 100%; }
        .afishaCategories .afishaCategories_head .filter .city ul li {
          min-height: 22px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          border-bottom: 1px solid #d8d8d8;
          font-size: 13px;
          line-height: 1.3em;
          font-weight: bold;
          color: #001F43; }
          .afishaCategories .afishaCategories_head .filter .city ul li:first-child {
            height: 36px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 12px;
            font-weight: bold;
            border-bottom: none; }
          .afishaCategories .afishaCategories_head .filter .city ul li:last-child {
            margin-bottom: 4px;
            border-bottom: none; }
          .afishaCategories .afishaCategories_head .filter .city ul li a {
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
            color: #2f2f2f;
            display: block;
            padding: 4px 0px; }
            .afishaCategories .afishaCategories_head .filter .city ul li a:hover {
              color: #DE0025; }
    .afishaCategories .afishaCategories_head .filter .reset {
      margin-left: 10px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      height: 36px;
      line-height: 36px;
      background: #4A4A4A; }
      .afishaCategories .afishaCategories_head .filter .reset a {
        padding: 0px 6px;
        display: block;
        height: 100%;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff; }

.afishaCategories .list_playbills {
  padding-top: 80px; }
  .afishaCategories .list_playbills .item {
    margin-bottom: 30px; }
    .afishaCategories .list_playbills .item .poster {
      height: 230px;
      width: 100%;
      margin-bottom: 10px; }
      .afishaCategories .list_playbills .item .poster:hover a {
        -webkit-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
        background: rgba(0, 0, 0, 0.3); }
      .afishaCategories .list_playbills .item .poster a {
        display: block;
        height: 100%; }
    .afishaCategories .list_playbills .item .date p, .afishaCategories .list_playbills .item .date a, .afishaCategories .list_playbills .item .title p, .afishaCategories .list_playbills .item .title a {
      margin-bottom: 0;
      color: #000; }
    .afishaCategories .list_playbills .item .title a {
      font-size: 14px;
      font-weight: bold; }
      .afishaCategories .list_playbills .item .title a:hover {
        color: #DE0025; }
      .afishaCategories .list_playbills .item .title a span {
        font-size: 12px;
        font-weight: bold;
        margin-left: 3px; }
    .afishaCategories .list_playbills .item .date {
      margin-top: 5px;
      margin-bottom: 0;
      font-size: 12px;
      line-height: 1.5em; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .afishaCategories .afishaCategories_head {
    max-width: 930px; }
  .afishaCategories .list_playbills .item .poster {
    height: 320px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .afishaCategories .afishaCategories_head {
    max-width: 690px; }
    .afishaCategories .afishaCategories_head .filter {
      margin-left: 20px;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .afishaCategories .afishaCategories_head .filter .city ul {
        width: 150px; }
  .afishaCategories .list_playbills {
    padding-top: 100px; }
    .afishaCategories .list_playbills .item .poster {
      height: 330px; } }

@media screen and (max-width: 767px) {
  .afishaCategories .afishaCategories_head {
    display: block;
    position: relative; }
    .afishaCategories .afishaCategories_head .categories {
      margin-bottom: 10px; }
      .afishaCategories .afishaCategories_head .categories a {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 8px; }
    .afishaCategories .afishaCategories_head .filter {
      margin-left: 0; }
      .afishaCategories .afishaCategories_head .filter .calendar span {
        margin-right: 6px;
        font-size: 13px; }
      .afishaCategories .afishaCategories_head .filter .calendar img {
        height: 22px;
        width: 22px; }
      .afishaCategories .afishaCategories_head .filter .city ul {
        width: 160px;
        padding: 0px 6px; }
        .afishaCategories .afishaCategories_head .filter .city ul li {
          font-size: 14px; }
          .afishaCategories .afishaCategories_head .filter .city ul li:first-child {
            font-size: 14px; }
      .afishaCategories .afishaCategories_head .filter .reset {
        margin-left: 15px; }
  .afishaCategories .list_playbills {
    padding-top: 40px; }
    .afishaCategories .list_playbills .item {
      margin-bottom: 30px; }
      .afishaCategories .list_playbills .item .poster {
        height: 210px; }
      .afishaCategories .list_playbills .item .date {
        font-size: 11px; }
      .afishaCategories .list_playbills .item .title {
        line-height: 1.3em; }
        .afishaCategories .list_playbills .item .title a {
          font-size: 13px; } }

.list-specproject {
  margin-bottom: 20px; }
  .list-specproject .heading {
    margin-top: -8px;
    margin-bottom: 20px; }
    .list-specproject .heading h2 {
      font-size: 18px;
      margin-bottom: 0;
      color: #DE0025; }
  .list-specproject .item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .list-specproject .item .photo {
      width: 165px;
      height: 110px;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      margin-right: 15px; }
      .list-specproject .item .photo a {
        display: block;
        height: 100%; }
    .list-specproject .item .photo[data-flag='video']:before {
      background: url("/resources/images/icons/play-flag-test.svg"); }
    .list-specproject .item .photo[data-flag='audio']:before {
      background: url("/resources/images/icons/audio-flag-test.svg"); }
    .list-specproject .item .photo[data-flag='video']:before, .list-specproject .item .photo[data-flag='audio']:before {
      content: '';
      width: 28px;
      height: 28px;
      display: block;
      position: absolute;
      -webkit-background-size: cover;
              background-size: cover;
      margin-top: 6px;
      margin-left: 6px; }
    .list-specproject .item .info .description {
      margin-top: -3px; }
      .list-specproject .item .info .description a {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s; }
        .list-specproject .item .info .description a:hover {
          color: #DE0025; }
      .list-specproject .item .info .description p {
        margin-top: 5px;
        margin-bottom: 0; }
    .list-specproject .item .info .details {
      height: 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 8px; }
      .list-specproject .item .info .details .date {
        margin-right: 15px; }
        .list-specproject .item .info .details .date p {
          font-size: 12px;
          margin-bottom: 0;
          color: #9B9B9B; }
  @media screen and (max-width: 767px) {
    .list-specproject {
      margin-bottom: 20px; }
      .list-specproject .item {
        margin-bottom: 20px; }
        .list-specproject .item .photo {
          width: 70px;
          height: 50px;
          margin-right: 10px;
          margin-bottom: 10px; }
        .list-specproject .item .info .description {
          margin-top: -3px;
          line-height: 1.3em; }
          .list-specproject .item .info .description a {
            font-size: 12px; }
          .list-specproject .item .info .description p {
            display: none; }
        .list-specproject .item .info .details {
          margin-top: 5px; }
          .list-specproject .item .info .details .date {
            margin-right: 0; } }

.titlePage {
  margin-top: 10px;
  margin-bottom: 15px; }
  .titlePage .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .titlePage .wrap h1 {
      color: #000;
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 28px; }
    .titlePage .wrap .links {
      margin-left: 20px; }
      .titlePage .wrap .links a {
        text-transform: uppercase;
        color: #001F43;
        margin-right: 15px;
        font-size: 12px;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s; }
        .titlePage .wrap .links a:hover {
          color: #DE0025; }
  @media screen and (max-width: 767px) {
    .titlePage {
      margin-top: 0; }
      .titlePage .wrap {
        display: block; }
        .titlePage .wrap h1 {
          font-size: 18px; }
        .titlePage .wrap .links {
          margin-left: 0; } }

.textBlock {
  margin-bottom: 15px; }
  .textBlock p:last-child {
    margin-bottom: 0; }

.custom_button {
  margin: 40px 0 30px; }
  .custom_button .custom-btn {
    height: 36px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    line-height: 36px;
    background: #001F43; }
    .custom_button .custom-btn a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      display: block;
      height: 100%;
      color: #fff; }

.list-rubric {
  margin-bottom: 30px; }
  .list-rubric .description_rubric {
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-rubric .description_rubric .logo {
      margin-right: 30px; }
      .list-rubric .description_rubric .logo img {
        border: 1px solid red; }
    .list-rubric .description_rubric .text .title h1 {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 7px; }
    .list-rubric .description_rubric .text .description p:last-child {
      margin-bottom: 0; }
  .list-rubric .list-news-rubric .item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .list-rubric .list-news-rubric .item .photo {
      width: 165px;
      height: 110px;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      margin-right: 15px; }
      .list-rubric .list-news-rubric .item .photo a {
        display: block;
        height: 100%; }
    .list-rubric .list-news-rubric .item .photo[data-flag='video']:before {
      background: url("/resources/images/icons/play-flag-test.svg"); }
    .list-rubric .list-news-rubric .item .photo[data-flag='audio']:before {
      background: url("/resources/images/icons/audio-flag-test.svg"); }
    .list-rubric .list-news-rubric .item .photo[data-flag='video']:before, .list-rubric .list-news-rubric .item .photo[data-flag='audio']:before {
      content: '';
      width: 28px;
      height: 28px;
      display: block;
      position: absolute;
      -webkit-background-size: cover;
              background-size: cover;
      margin-top: 6px;
      margin-left: 6px; }
    .list-rubric .list-news-rubric .item .info .description {
      margin-top: -3px; }
      .list-rubric .list-news-rubric .item .info .description a {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s; }
        .list-rubric .list-news-rubric .item .info .description a:hover {
          color: #DE0025; }
      .list-rubric .list-news-rubric .item .info .description p {
        margin-top: 5px;
        margin-bottom: 0; }
    .list-rubric .list-news-rubric .item .info .details {
      height: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10px; }
      .list-rubric .list-news-rubric .item .info .details .date p, .list-rubric .list-news-rubric .item .info .details .views p {
        font-size: 12px;
        margin-bottom: 0;
        color: #9B9B9B; }
      .list-rubric .list-news-rubric .item .info .details .views {
        display: none;
        margin-left: 30px; }
        .list-rubric .list-news-rubric .item .info .details .views p {
          padding-left: 26px;
          background-image: url("/resources/images/icons/eye.svg");
          background-repeat: no-repeat;
          background-position: 0 center; }
      .list-rubric .list-news-rubric .item .info .details .views[data-count-views="on"] {
        display: block; }
        .list-rubric .list-news-rubric .item .info .details .views[data-count-views="on"] p {
          background-image: url("/resources/images/icons/eye.svg"); }
      .list-rubric .list-news-rubric .item .info .details .views[data-count-views="hot"] {
        display: block; }
        .list-rubric .list-news-rubric .item .info .details .views[data-count-views="hot"] p {
          color: #DE0025;
          background-image: url("/resources/images/icons/eye-red.svg"); }
  @media screen and (max-width: 767px) {
    .list-rubric .list-news-rubric .item {
      margin-bottom: 20px; }
      .list-rubric .list-news-rubric .item .photo {
        width: 70px;
        height: 50px;
        margin-right: 10px;
        margin-bottom: 10px; }
      .list-rubric .list-news-rubric .item .info .description {
        margin-top: -3px;
        line-height: 1.3em; }
        .list-rubric .list-news-rubric .item .info .description a {
          font-size: 12px; }
        .list-rubric .list-news-rubric .item .info .description p {
          display: none; }
      .list-rubric .list-news-rubric .item .info .details {
        margin-top: 5px; }
        .list-rubric .list-news-rubric .item .info .details .views {
          margin-left: 15px; }
          .list-rubric .list-news-rubric .item .info .details .views p {
            padding-left: 20px;
            -webkit-background-size: 16px 16px;
                    background-size: 16px; } }

.afisha-four-categories {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background: #F7F6E7; }
  .afisha-four-categories .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    .afisha-four-categories .head h3, .afisha-four-categories .head p {
      margin-bottom: 0; }
    .afisha-four-categories .head h3 {
      text-transform: uppercase;
      font-size: 28px;
      margin-right: 20px; }
      .afisha-four-categories .head h3 a {
        color: #3C3C3C;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s; }
        .afisha-four-categories .head h3 a:hover {
          color: #DE0025; }
    .afisha-four-categories .head p {
      font-size: 18px;
      color: #696969; }
  .afisha-four-categories .categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .afisha-four-categories .categories .categories_group_1, .afisha-four-categories .categories .categories_group_2 {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .afisha-four-categories .categories .categories_group_1 .category, .afisha-four-categories .categories .categories_group_2 .category {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .afisha-four-categories .categories .categories_group_1 .category .category-list-items, .afisha-four-categories .categories .categories_group_2 .category .category-list-items {
          width: 100%; }
          .afisha-four-categories .categories .categories_group_1 .category .category-list-items .title-col, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .title-col {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 12px; }
            .afisha-four-categories .categories .categories_group_1 .category .category-list-items .title-col p, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .title-col p {
              color: #000;
              margin-bottom: 0; }
          .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item {
            margin-bottom: 12px;
            width: 100%; }
            .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .photo, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .photo {
              height: 170px;
              margin-bottom: 10px; }
              .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .photo a, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .photo a {
                display: block;
                height: 100%; }
            .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .name, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .name {
              line-height: 1.3em; }
              .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .name a, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .name a {
                color: #000;
                font-size: 16px;
                -webkit-transition: color .3s;
                -o-transition: color .3s;
                transition: color .3s; }
                .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .name a:hover, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .name a:hover {
                  color: #DE0025; }
                .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .name a span, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .name a span {
                  font-size: 12px;
                  margin-left: 5px;
                  font-weight: bold; }
            .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .date p, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .date p {
              margin-bottom: 0;
              font-size: 12px;
              color: #504F4F; }
    .afisha-four-categories .categories .categories_group_1 {
      margin-right: 15px; }
      .afisha-four-categories .categories .categories_group_1 .category[data-title="films"] .category-list-items:nth-child(2) {
        margin-left: 30px; }
      .afisha-four-categories .categories .categories_group_1 .category[data-title="concerts"] {
        margin-left: 30px; }
    .afisha-four-categories .categories .categories_group_2 {
      margin-left: 15px; }
      .afisha-four-categories .categories .categories_group_2 .category[data-title="theaters"] {
        margin-right: 30px; }
      .afisha-four-categories .categories .categories_group_2 .category[data-title="others"] .category-list-items:nth-child(2) {
        margin-right: 30px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .afisha-four-categories .categories .categories_group_1 .category .category-list-items:before, .afisha-four-categories .categories .categories_group_2 .category .category-list-items:before {
      height: 22px;
      font-size: 18px; }
    .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item {
      margin-bottom: 10px; }
      .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .photo, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .photo {
        height: 140px;
        margin-bottom: 8px; }
      .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .name a, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .name a {
        font-size: 14px; }
    .afisha-four-categories .categories .categories_group_1 {
      margin-right: 10px; }
      .afisha-four-categories .categories .categories_group_1 .category[data-title="films"] .category-list-items:nth-child(2),
      .afisha-four-categories .categories .categories_group_1 .category[data-title="concerts"] {
        margin-left: 20px; }
    .afisha-four-categories .categories .categories_group_2 {
      margin-left: 10px; }
      .afisha-four-categories .categories .categories_group_2 .category[data-title="others"] .category-list-items:nth-child(2),
      .afisha-four-categories .categories .categories_group_2 .category[data-title="theaters"] {
        margin-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .afisha-four-categories .categories .categories_group_1 .category .category-list-items .title-col p, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .title-col p {
      font-size: 16px; }
    .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item {
      margin-bottom: 10px; }
      .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .photo, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .photo {
        height: 100px;
        margin-bottom: 8px; }
      .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .name a, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .name a {
        font-size: 13px; }
    .afisha-four-categories .categories .categories_group_1 {
      margin-right: 7.5px; }
      .afisha-four-categories .categories .categories_group_1 .category[data-title="films"] .category-list-items:nth-child(2),
      .afisha-four-categories .categories .categories_group_1 .category[data-title="concerts"] {
        margin-left: 15px; }
    .afisha-four-categories .categories .categories_group_2 {
      margin-left: 7.5px; }
      .afisha-four-categories .categories .categories_group_2 .category[data-title="others"] .category-list-items:nth-child(2),
      .afisha-four-categories .categories .categories_group_2 .category[data-title="theaters"] {
        margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    .afisha-four-categories {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .afisha-four-categories .head {
        display: block; }
        .afisha-four-categories .head h3 {
          margin-right: 0;
          margin-bottom: 2px;
          line-height: 1; }
        .afisha-four-categories .head p {
          font-size: 16px;
          margin-top: 0px; }
      .afisha-four-categories .categories {
        display: block; }
        .afisha-four-categories .categories .categories_group_1, .afisha-four-categories .categories .categories_group_2 {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .afisha-four-categories .categories .categories_group_1 .category, .afisha-four-categories .categories .categories_group_2 .category {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
            .afisha-four-categories .categories .categories_group_1 .category .category-list-items:before, .afisha-four-categories .categories .categories_group_2 .category .category-list-items:before {
              height: 20px; }
            .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item {
              margin-bottom: 10px; }
              .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .photo, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .photo {
                height: 110px;
                margin-bottom: 8px; }
              .afisha-four-categories .categories .categories_group_1 .category .category-list-items .item .name a, .afisha-four-categories .categories .categories_group_2 .category .category-list-items .item .name a {
                font-size: 14px;
                font-weight: bold; }
        .afisha-four-categories .categories .categories_group_1 {
          margin-right: 0; }
          .afisha-four-categories .categories .categories_group_1 .category[data-title="films"] .category-list-items:nth-child(2),
          .afisha-four-categories .categories .categories_group_1 .category[data-title="concerts"] {
            margin-left: 20px; }
        .afisha-four-categories .categories .categories_group_2 {
          margin-top: 15px;
          margin-left: 0; }
          .afisha-four-categories .categories .categories_group_2 .category[data-title="others"] .category-list-items:nth-child(2),
          .afisha-four-categories .categories .categories_group_2 .category[data-title="theaters"] {
            margin-right: 20px; } }

.last-articles {
  margin-bottom: 30px; }
  .last-articles .last-articles-rubric {
    padding-top: 30px;
    margin-bottom: 10px; }
    .last-articles .last-articles-rubric a {
      font-weight: bold;
      font-size: 28px;
      text-transform: uppercase;
      color: #000; }
  .last-articles .last-articles-slider {
    padding-bottom: 30px; }
    .last-articles .last-articles-slider .item {
      height: 100%;
      min-height: 240px;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      -webkit-box-pack: justify !important;
      -webkit-justify-content: space-between !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; }
      .last-articles .last-articles-slider .item .heading_news .photo {
        height: 170px;
        margin-top: 10px;
        margin-bottom: 8px; }
        .last-articles .last-articles-slider .item .heading_news .photo a {
          display: block;
          height: 100%; }
      .last-articles .last-articles-slider .item .heading_news .title {
        margin-bottom: 10px;
        overflow: hidden;
        max-height: 66px; }
        .last-articles .last-articles-slider .item .heading_news .title a {
          font-size: 14px;
          text-decoration: none; }
          .last-articles .last-articles-slider .item .heading_news .title a:hover {
            color: #DE0025; }
      .last-articles .last-articles-slider .item .details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .last-articles .last-articles-slider .item .details .date p {
          margin-bottom: 0;
          font-size: 12px;
          line-height: 1.2em; }
    .last-articles .last-articles-slider .slick-slide {
      margin: 0 12px; }
    .last-articles .last-articles-slider .slick-list {
      margin: 0 -12px; }
    .last-articles .last-articles-slider .slick-prev {
      left: -50px; }
    .last-articles .last-articles-slider .slick-next {
      right: -50px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .last-articles .last-articles-slider:before {
      max-width: 932px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .last-articles .last-articles-slider:before {
      max-width: 692px; }
    .last-articles .last-articles-slider .slick-prev {
      left: 25px; }
    .last-articles .last-articles-slider .slick-next {
      right: 25px; } }
  @media screen and (max-width: 767px) {
    .last-articles {
      margin-bottom: 20px; }
      .last-articles .last-articles-slider {
        padding-top: 20px;
        padding-bottom: 20px; }
        .last-articles .last-articles-slider:before {
          font-size: 22px;
          margin: 0 auto 20px;
          background-image: url("/resources/images/icons/hand-arrows.svg");
          background-repeat: no-repeat;
          -webkit-background-size: 20px 20px;
                  background-size: 20px;
          background-position: center right; }
        .last-articles .last-articles-slider .item {
          height: 100%;
          min-height: 200px; }
          .last-articles .last-articles-slider .item .heading_news .photo {
            height: 140px; }
          .last-articles .last-articles-slider .item .heading_news .title {
            max-height: 100%;
            line-height: 20px; }
            .last-articles .last-articles-slider .item .heading_news .title a {
              font-size: 13px; } }

.modularpage-special-projects .container .row .col-lg-9 .container {
  padding: 0 !important; }

.last-news-tags, .last-news-tags-video {
  margin-bottom: 30px; }
  .last-news-tags .last-news-tags-slider, .last-news-tags .last-news-tags-video-slider, .last-news-tags-video .last-news-tags-slider, .last-news-tags-video .last-news-tags-video-slider {
    padding-top: 30px;
    padding-bottom: 30px; }
    .last-news-tags .last-news-tags-slider:before, .last-news-tags .last-news-tags-video-slider:before, .last-news-tags-video .last-news-tags-slider:before, .last-news-tags-video .last-news-tags-video-slider:before {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 28px;
      max-width: 1140px;
      margin: 0 auto 25px;
      text-align: center;
      color: #3C3C3C; }
    .last-news-tags .last-news-tags-slider .item, .last-news-tags .last-news-tags-video-slider .item, .last-news-tags-video .last-news-tags-slider .item, .last-news-tags-video .last-news-tags-video-slider .item {
      height: 100%;
      min-height: 240px;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      -webkit-box-pack: justify !important;
      -webkit-justify-content: space-between !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; }
      .last-news-tags .last-news-tags-slider .item .heading_news .photo, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo {
        height: 170px;
        margin-top: 10px;
        margin-bottom: 8px; }
        .last-news-tags .last-news-tags-slider .item .heading_news .photo a, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo a, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo a, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo a {
          display: block;
          height: 100%; }
      .last-news-tags .last-news-tags-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags .last-news-tags-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before {
        content: '';
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        margin-top: 6px;
        margin-left: 6px; }
      .last-news-tags .last-news-tags-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before {
        background: url("/resources/images/icons/play-flag-test.svg"); }
      .last-news-tags .last-news-tags-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before {
        background: url("/resources/images/icons/audio-flag-test.svg"); }
      .last-news-tags .last-news-tags-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags .last-news-tags-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before {
        -webkit-background-size: cover;
                background-size: cover;
        margin-top: 6px;
        margin-left: 6px; }
      .last-news-tags .last-news-tags-slider .item .heading_news .title, .last-news-tags .last-news-tags-video-slider .item .heading_news .title, .last-news-tags-video .last-news-tags-slider .item .heading_news .title, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .title {
        margin-bottom: 10px;
        overflow: hidden;
        max-height: 44px; }
        .last-news-tags .last-news-tags-slider .item .heading_news .title a, .last-news-tags .last-news-tags-video-slider .item .heading_news .title a, .last-news-tags-video .last-news-tags-slider .item .heading_news .title a, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .title a {
          font-size: 14px;
          text-decoration: none; }
          .last-news-tags .last-news-tags-slider .item .heading_news .title a:hover, .last-news-tags .last-news-tags-video-slider .item .heading_news .title a:hover, .last-news-tags-video .last-news-tags-slider .item .heading_news .title a:hover, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .title a:hover {
            color: #DE0025; }
      .last-news-tags .last-news-tags-slider .item .details, .last-news-tags .last-news-tags-video-slider .item .details, .last-news-tags-video .last-news-tags-slider .item .details, .last-news-tags-video .last-news-tags-video-slider .item .details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .last-news-tags .last-news-tags-slider .item .details .date p, .last-news-tags .last-news-tags-video-slider .item .details .date p, .last-news-tags-video .last-news-tags-slider .item .details .date p, .last-news-tags-video .last-news-tags-video-slider .item .details .date p {
          margin-bottom: 0;
          font-size: 12px;
          line-height: 1.2em; }
    .last-news-tags .last-news-tags-slider .slick-slide, .last-news-tags .last-news-tags-video-slider .slick-slide, .last-news-tags-video .last-news-tags-slider .slick-slide, .last-news-tags-video .last-news-tags-video-slider .slick-slide {
      margin: 0 12px; }
    .last-news-tags .last-news-tags-slider .slick-list, .last-news-tags .last-news-tags-video-slider .slick-list, .last-news-tags-video .last-news-tags-slider .slick-list, .last-news-tags-video .last-news-tags-video-slider .slick-list {
      margin: 0 -12px; }
    .last-news-tags .last-news-tags-slider .slick-prev, .last-news-tags .last-news-tags-video-slider .slick-prev, .last-news-tags-video .last-news-tags-slider .slick-prev, .last-news-tags-video .last-news-tags-video-slider .slick-prev {
      left: -50px; }
    .last-news-tags .last-news-tags-slider .slick-next, .last-news-tags .last-news-tags-video-slider .slick-next, .last-news-tags-video .last-news-tags-slider .slick-next, .last-news-tags-video .last-news-tags-video-slider .slick-next {
      right: -50px; }
  .last-news-tags .last-news-tags-slider:before, .last-news-tags-video .last-news-tags-slider:before {
    content: 'Новости'; }
  .last-news-tags .last-news-tags-video-slider:before, .last-news-tags-video .last-news-tags-video-slider:before {
    content: 'Видео и трансляции'; }
  .last-news-tags .last-news-tags-video-slider .item .heading_news .photo, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo {
    height: 240px;
    margin-top: 10px;
    margin-bottom: 8px; }
    .last-news-tags .last-news-tags-video-slider .item .heading_news .photo a, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo a {
      display: block;
      height: 100%; }
  .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: 6px; }
  .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before {
    background: url("/resources/images/icons/play-flag-test.svg"); }
  .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before {
    background: url("/resources/images/icons/audio-flag-test.svg"); }
  .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='video']:before, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo[data-flag='audio']:before {
    -webkit-background-size: cover;
            background-size: cover;
    margin-top: 6px;
    margin-left: 6px; }
  .last-news-tags .last-news-tags-video-slider .item .heading_news .title, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .title {
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 44px; }
    .last-news-tags .last-news-tags-video-slider .item .heading_news .title a, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .title a {
      font-size: 14px;
      text-decoration: none; }
      .last-news-tags .last-news-tags-video-slider .item .heading_news .title a:hover, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .title a:hover {
        color: #DE0025; }
  .last-news-tags .last-news-tags-video-slider .item .details, .last-news-tags-video .last-news-tags-video-slider .item .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .last-news-tags .last-news-tags-video-slider .item .details .date p, .last-news-tags-video .last-news-tags-video-slider .item .details .date p {
      margin-bottom: 0;
      font-size: 12px;
      line-height: 1.2em; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .last-news-tags .last-news-tags-slider:before, .last-news-tags .last-news-tags-video-slider:before, .last-news-tags-video .last-news-tags-slider:before, .last-news-tags-video .last-news-tags-video-slider:before {
      max-width: 932px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .last-news-tags .last-news-tags-slider:before, .last-news-tags .last-news-tags-video-slider:before, .last-news-tags-video .last-news-tags-slider:before, .last-news-tags-video .last-news-tags-video-slider:before {
      max-width: 692px; }
    .last-news-tags .last-news-tags-slider .slick-prev, .last-news-tags .last-news-tags-video-slider .slick-prev, .last-news-tags-video .last-news-tags-slider .slick-prev, .last-news-tags-video .last-news-tags-video-slider .slick-prev {
      left: 25px; }
    .last-news-tags .last-news-tags-slider .slick-next, .last-news-tags .last-news-tags-video-slider .slick-next, .last-news-tags-video .last-news-tags-slider .slick-next, .last-news-tags-video .last-news-tags-video-slider .slick-next {
      right: 25px; } }
  @media screen and (max-width: 767px) {
    .last-news-tags, .last-news-tags-video {
      margin-bottom: 20px; }
      .last-news-tags .last-news-tags-slider, .last-news-tags .last-news-tags-video-slider, .last-news-tags-video .last-news-tags-slider, .last-news-tags-video .last-news-tags-video-slider {
        padding-top: 20px;
        padding-bottom: 20px; }
        .last-news-tags .last-news-tags-slider:before, .last-news-tags .last-news-tags-video-slider:before, .last-news-tags-video .last-news-tags-slider:before, .last-news-tags-video .last-news-tags-video-slider:before {
          font-size: 22px;
          margin: 0 auto 20px;
          background-image: url("/resources/images/icons/hand-arrows.svg");
          background-repeat: no-repeat;
          -webkit-background-size: 20px 20px;
                  background-size: 20px;
          background-position: center right; }
        .last-news-tags .last-news-tags-slider .item, .last-news-tags .last-news-tags-video-slider .item, .last-news-tags-video .last-news-tags-slider .item, .last-news-tags-video .last-news-tags-video-slider .item {
          height: 100%;
          min-height: 200px; }
          .last-news-tags .last-news-tags-slider .item .heading_news .photo, .last-news-tags .last-news-tags-video-slider .item .heading_news .photo, .last-news-tags-video .last-news-tags-slider .item .heading_news .photo, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .photo {
            height: 200px; }
          .last-news-tags .last-news-tags-slider .item .heading_news .title, .last-news-tags .last-news-tags-video-slider .item .heading_news .title, .last-news-tags-video .last-news-tags-slider .item .heading_news .title, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .title {
            max-height: 100%;
            line-height: 20px; }
            .last-news-tags .last-news-tags-slider .item .heading_news .title a, .last-news-tags .last-news-tags-video-slider .item .heading_news .title a, .last-news-tags-video .last-news-tags-slider .item .heading_news .title a, .last-news-tags-video .last-news-tags-video-slider .item .heading_news .title a {
              font-size: 13px; } }

.children-of-asia-programs-events-medal {
  margin-bottom: 50px; }
  .children-of-asia-programs-events-medal .events-today .title, .children-of-asia-programs-events-medal .medal-score .title {
    margin-bottom: 15px; }
    .children-of-asia-programs-events-medal .events-today .title p, .children-of-asia-programs-events-medal .medal-score .title p {
      font-weight: bold;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 1.35em; }
  .children-of-asia-programs-events-medal .events-today table {
    width: 100%; }
    .children-of-asia-programs-events-medal .events-today table tr {
      border-bottom: 1px solid #CCCCCC; }
      .children-of-asia-programs-events-medal .events-today table tr td {
        padding: 8px 20px; }
        .children-of-asia-programs-events-medal .events-today table tr td:nth-child(1) {
          padding-left: 0;
          width: 40%;
          font-size: 14px;
          font-weight: bold; }
          .children-of-asia-programs-events-medal .events-today table tr td:nth-child(1) * {
            margin-bottom: 0; }
            .children-of-asia-programs-events-medal .events-today table tr td:nth-child(1) *:nth-child(1) {
              color: #9B9B9B; }
        .children-of-asia-programs-events-medal .events-today table tr td:nth-child(2) {
          font-size: 16px; }
  .children-of-asia-programs-events-medal .medal-score .wrap-medal-table {
    border: 1px solid #979797;
    padding: 20px 30px; }
    .children-of-asia-programs-events-medal .medal-score .wrap-medal-table.noTableMedal {
      padding: 0;
      background-image: url("/resources/images/asia/nomedaltable.svg");
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      height: 300px; }
      .children-of-asia-programs-events-medal .medal-score .wrap-medal-table.noTableMedal:before {
        content: 'Результаты появятся позже';
        position: absolute;
        right: 40px;
        bottom: 20px;
        font-size: 14px;
        font-weight: bold; }
    .children-of-asia-programs-events-medal .medal-score .wrap-medal-table .btn_form {
      margin: 20px auto 10px;
      display: block;
      width: 120px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .children-of-asia-programs-events-medal .events-today .title p, .children-of-asia-programs-events-medal .medal-score .title p {
      font-size: 18px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .children-of-asia-programs-events-medal {
      margin-bottom: 40px; }
      .children-of-asia-programs-events-medal .events-today .title p, .children-of-asia-programs-events-medal .medal-score .title p {
        font-size: 15px; }
      .children-of-asia-programs-events-medal .events-today table tr td {
        padding: 5px 10px; }
        .children-of-asia-programs-events-medal .events-today table tr td:nth-child(1) {
          width: 50%;
          font-size: 13px; }
        .children-of-asia-programs-events-medal .events-today table tr td:nth-child(2) {
          font-size: 13px; }
      .children-of-asia-programs-events-medal .medal-score .wrap-medal-table {
        padding: 10px; } }
  @media screen and (max-width: 767px) {
    .children-of-asia-programs-events-medal {
      margin-bottom: 30px; }
      .children-of-asia-programs-events-medal .events-today .title, .children-of-asia-programs-events-medal .medal-score .title {
        margin-bottom: 10px; }
        .children-of-asia-programs-events-medal .events-today .title p, .children-of-asia-programs-events-medal .medal-score .title p {
          font-size: 16px; }
      .children-of-asia-programs-events-medal .events-today {
        margin-bottom: 30px; }
        .children-of-asia-programs-events-medal .events-today table tr td {
          padding: 0;
          display: block; }
          .children-of-asia-programs-events-medal .events-today table tr td:nth-child(1) {
            padding-top: 5px;
            padding-bottom: 3px;
            padding-left: 0;
            width: 100%;
            font-size: 13px; }
          .children-of-asia-programs-events-medal .events-today table tr td:nth-child(2) {
            font-size: 14px;
            padding-bottom: 5px; }
      .children-of-asia-programs-events-medal .medal-score .wrap-medal-table {
        padding: 5px; }
        .children-of-asia-programs-events-medal .medal-score .wrap-medal-table.noTableMedal {
          height: 100px; }
          .children-of-asia-programs-events-medal .medal-score .wrap-medal-table.noTableMedal:before {
            right: 40px;
            bottom: 40px;
            text-align: center; } }

.preview-medal-table table, #all-medal-table table {
  width: 100%; }
  .preview-medal-table table tr td, #all-medal-table table tr td {
    text-align: center;
    padding: 5px 10px; }
    .preview-medal-table table tr td:nth-child(1), #all-medal-table table tr td:nth-child(1) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      font-size: 12px;
      text-align: left;
      line-height: 1.2em;
      padding: 5px 0; }
      .preview-medal-table table tr td:nth-child(1) img, #all-medal-table table tr td:nth-child(1) img {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        margin-right: 5px;
        height: 15px;
        width: 23px; }
      .preview-medal-table table tr td:nth-child(1) p, #all-medal-table table tr td:nth-child(1) p {
        font-weight: normal;
        margin-bottom: 0;
        margin-right: 5px;
        width: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none; }
    .preview-medal-table table tr td:last-child, #all-medal-table table tr td:last-child {
      font-weight: bold; }
    .preview-medal-table table tr td p, #all-medal-table table tr td p {
      margin-bottom: 0; }
  .preview-medal-table table tr:first-child td, #all-medal-table table tr:first-child td {
    padding-bottom: 6px; }
    .preview-medal-table table tr:first-child td:nth-child(1), #all-medal-table table tr:first-child td:nth-child(1) {
      font-weight: normal;
      padding-left: 30px; }
    .preview-medal-table table tr:first-child td:nth-child(2):after, .preview-medal-table table tr:first-child td:nth-child(3):after, .preview-medal-table table tr:first-child td:nth-child(4):after, #all-medal-table table tr:first-child td:nth-child(2):after, #all-medal-table table tr:first-child td:nth-child(3):after, #all-medal-table table tr:first-child td:nth-child(4):after {
      content: '';
      display: inline-block;
      height: 20px;
      width: 20px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-bottom: -4px; }
    .preview-medal-table table tr:first-child td:nth-child(2):after, #all-medal-table table tr:first-child td:nth-child(2):after {
      background: #F9D903; }
    .preview-medal-table table tr:first-child td:nth-child(3):after, #all-medal-table table tr:first-child td:nth-child(3):after {
      background: #D4D4D4; }
    .preview-medal-table table tr:first-child td:nth-child(4):after, #all-medal-table table tr:first-child td:nth-child(4):after {
      background: #DE7601; }

.preview-medal-table table {
  width: 100%; }
  .preview-medal-table table tr {
    display: none; }
    .preview-medal-table table tr:nth-child(1), .preview-medal-table table tr:nth-child(2), .preview-medal-table table tr:nth-child(3), .preview-medal-table table tr:nth-child(4), .preview-medal-table table tr:nth-child(5), .preview-medal-table table tr:nth-child(6) {
      display: table-row; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .preview-medal-table table tr td:nth-child(1) img {
    margin-right: 4px; }
  .preview-medal-table table tr td:nth-child(1) p {
    margin-right: 4px; }
  .preview-medal-table table tr:first-child td:nth-child(1) {
    padding-left: 24px; }
  .preview-medal-table table tr:first-child td:nth-child(2):after, .preview-medal-table table tr:first-child td:nth-child(3):after, .preview-medal-table table tr:first-child td:nth-child(4):after {
    height: 16px;
    width: 16px; } }

#all-medal-table {
  max-width: 440px; }
  #all-medal-table .title {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
    #all-medal-table .title p {
      font-weight: bold;
      margin-bottom: 0;
      font-size: 20px; }
  #all-medal-table table tr:hover {
    background: #f5f5f5;
    cursor: default; }
  #all-medal-table table tr:first-child:hover {
    background: none; }
  @media screen and (max-width: 767px) {
    #all-medal-table {
      padding: 20px; }
      #all-medal-table .title p {
        font-size: 16px; }
      #all-medal-table table tr td {
        padding: 3px 5px; }
      #all-medal-table table tr:first-child td:nth-child(1) {
        padding-left: 24px; }
      #all-medal-table table tr:first-child td:nth-child(2):after, #all-medal-table table tr:first-child td:nth-child(3):after, #all-medal-table table tr:first-child td:nth-child(4):after {
        height: 16px;
        width: 16px; } }

.children-of-asia-program .title {
  margin-bottom: 20px;
  text-align: center; }
  .children-of-asia-program .title h3 {
    text-transform: uppercase;
    font-size: 28px;
    color: #3C3C3C; }

.children-of-asia-program .item {
  text-align: center;
  margin-bottom: 60px; }
  .children-of-asia-program .item a {
    color: #000; }
    .children-of-asia-program .item a:hover {
      color: #001F43; }
    .children-of-asia-program .item a img {
      margin: 0 auto 10px; }
    .children-of-asia-program .item a span {
      font-size: 16px; }

@media screen and (max-width: 767px) {
  .children-of-asia-program {
    margin-bottom: 30px; }
    .children-of-asia-program .title {
      margin-bottom: 15px;
      text-align: center; }
      .children-of-asia-program .title h3 {
        font-size: 20px; }
    .children-of-asia-program .item {
      margin-bottom: 20px; }
      .children-of-asia-program .item a img {
        max-height: 70px;
        margin-bottom: 7px; }
      .children-of-asia-program .item a span {
        font-size: 14px; } }

.current-stories {
  margin-bottom: 30px; }
  .current-stories .list-plots {
    padding: 5px 2px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #E4E1E1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .current-stories .list-plots p {
      font-size: 17px;
      color: #3C3C3C;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0;
      margin-right: 35px;
      padding: 5px 0px; }
    .current-stories .list-plots a {
      font-size: 14px;
      color: #000;
      margin-right: 30px;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
      .current-stories .list-plots a:hover {
        color: #9B9B9B; }
      .current-stories .list-plots a:last-child {
        margin-right: 0; }
  @media screen and (max-width: 767px) {
    .current-stories {
      margin-bottom: 20px; }
      .current-stories .list-plots {
        border: none;
        padding: 5px 2px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .current-stories .list-plots p {
          font-size: 18px;
          margin-right: 0;
          margin-bottom: 12px;
          padding: 0; }
        .current-stories .list-plots a {
          font-size: 13px;
          margin-right: 0;
          margin-bottom: 8px; }
          .current-stories .list-plots a:last-child {
            margin-bottom: 0; } }

.last-news-tags-video.film-festival-2019 {
  margin-bottom: 0; }

.last-news-tags-video .last-news-tags-video-slider-film_festival_2019 {
  padding-top: 30px;
  padding-bottom: 40px; }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    max-width: 1140px;
    margin-bottom: 20px;
    content: 'Видео';
    color: #F2B302; }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item {
    height: 100%;
    min-height: 240px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
    .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item .heading_news .photo {
      height: 170px;
      margin-top: 10px;
      margin-bottom: 8px; }
      .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item .heading_news .photo a {
        display: block;
        height: 100%; }
    .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item .heading_news .photo[data-flag='video'] a:before {
      content: '';
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.4) url("/resources/images/icons/video-icon.svg") no-repeat;
      -webkit-background-size: 60px 60px;
              background-size: 60px;
      background-position: center; }
    .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item .heading_news .title {
      margin-bottom: 5px;
      overflow: hidden;
      max-height: 60px; }
      .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item .heading_news .title a {
        font-size: 14px;
        text-decoration: none; }
    .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item .details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item .details .date p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1.2em; }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-slide {
    margin: 0 12px; }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-list {
    margin: 0 -12px; }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-prev, .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-next {
    top: 40px; }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-prev {
    left: -webkit-calc(100% - 52px);
    left: calc(100% - 52px); }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-next {
    right: -6px; }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-dots li {
    margin-right: 12px; }
    .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-dots li button {
      border: none; }
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .slick-dots .slick-active button {
    background: #F2B302; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .last-news-tags-video .last-news-tags-video-slider-film_festival_2019 .item .heading_news .photo {
    height: 150px; } }

.contest-works .contest-works-slider:before, .no-contest-works .contest-works-slider:before {
  content: 'Фильмы фестиваля'; }

.contest-works .no-contest-works-slider:before, .no-contest-works .no-contest-works-slider:before {
  content: 'Внеконкурсные картины'; }

.contest-works .contest-works-slider, .contest-works .no-contest-works-slider, .no-contest-works .contest-works-slider, .no-contest-works .no-contest-works-slider {
  padding-top: 30px;
  padding-bottom: 40px; }
  .contest-works .contest-works-slider:before, .contest-works .no-contest-works-slider:before, .no-contest-works .contest-works-slider:before, .no-contest-works .no-contest-works-slider:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    max-width: 1140px;
    margin-bottom: 20px;
    color: #4A2664; }
  .contest-works .contest-works-slider .item, .contest-works .no-contest-works-slider .item, .no-contest-works .contest-works-slider .item, .no-contest-works .no-contest-works-slider .item {
    height: 100%;
    min-height: 240px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
    .contest-works .contest-works-slider .item .photo, .contest-works .no-contest-works-slider .item .photo, .no-contest-works .contest-works-slider .item .photo, .no-contest-works .no-contest-works-slider .item .photo {
      margin-top: 10px;
      margin-bottom: 8px;
      height: 360px;
      width: 100%; }
      .contest-works .contest-works-slider .item .photo a, .contest-works .no-contest-works-slider .item .photo a, .no-contest-works .contest-works-slider .item .photo a, .no-contest-works .no-contest-works-slider .item .photo a {
        display: block;
        height: 100%; }
    .contest-works .contest-works-slider .item .title, .contest-works .no-contest-works-slider .item .title, .no-contest-works .contest-works-slider .item .title, .no-contest-works .no-contest-works-slider .item .title {
      margin-bottom: 5px;
      overflow: hidden;
      max-height: 44px;
      text-align: center; }
      .contest-works .contest-works-slider .item .title a, .contest-works .no-contest-works-slider .item .title a, .no-contest-works .contest-works-slider .item .title a, .no-contest-works .no-contest-works-slider .item .title a {
        font-size: 14px;
        text-decoration: none; }
  .contest-works .contest-works-slider .slick-slide, .contest-works .no-contest-works-slider .slick-slide, .no-contest-works .contest-works-slider .slick-slide, .no-contest-works .no-contest-works-slider .slick-slide {
    margin: 0 12px; }
  .contest-works .contest-works-slider .slick-list, .contest-works .no-contest-works-slider .slick-list, .no-contest-works .contest-works-slider .slick-list, .no-contest-works .no-contest-works-slider .slick-list {
    margin: 0 -12px; }
  .contest-works .contest-works-slider .slick-prev, .contest-works .no-contest-works-slider .slick-prev, .no-contest-works .contest-works-slider .slick-prev, .no-contest-works .no-contest-works-slider .slick-prev {
    left: -webkit-calc(100% - 52px);
    left: calc(100% - 52px);
    background-image: url("/resources/images/events/film-festival-2019/arrow-left-purple.svg"); }
  .contest-works .contest-works-slider .slick-next, .contest-works .no-contest-works-slider .slick-next, .no-contest-works .contest-works-slider .slick-next, .no-contest-works .no-contest-works-slider .slick-next {
    right: -6px;
    background-image: url("/resources/images/events/film-festival-2019/arrow-right-purple.svg"); }
  .contest-works .contest-works-slider .slick-prev, .contest-works .contest-works-slider .slick-next, .contest-works .no-contest-works-slider .slick-prev, .contest-works .no-contest-works-slider .slick-next, .no-contest-works .contest-works-slider .slick-prev, .no-contest-works .contest-works-slider .slick-next, .no-contest-works .no-contest-works-slider .slick-prev, .no-contest-works .no-contest-works-slider .slick-next {
    top: 40px; }
  .contest-works .contest-works-slider .slick-dots li, .contest-works .no-contest-works-slider .slick-dots li, .no-contest-works .contest-works-slider .slick-dots li, .no-contest-works .no-contest-works-slider .slick-dots li {
    margin-right: 12px; }
    .contest-works .contest-works-slider .slick-dots li button, .contest-works .no-contest-works-slider .slick-dots li button, .no-contest-works .contest-works-slider .slick-dots li button, .no-contest-works .no-contest-works-slider .slick-dots li button {
      border: none; }
  .contest-works .contest-works-slider .slick-dots .slick-active button, .contest-works .no-contest-works-slider .slick-dots .slick-active button, .no-contest-works .contest-works-slider .slick-dots .slick-active button, .no-contest-works .no-contest-works-slider .slick-dots .slick-active button {
    background: #4A2664; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contest-works .contest-works-slider .item .photo, .contest-works .no-contest-works-slider .item .photo, .no-contest-works .contest-works-slider .item .photo, .no-contest-works .no-contest-works-slider .item .photo {
    height: 300px; } }

@media screen and (max-width: 767px) {
  .contest-works .contest-works-slider .item .photo, .contest-works .no-contest-works-slider .item .photo, .no-contest-works .contest-works-slider .item .photo, .no-contest-works .no-contest-works-slider .item .photo {
    height: 400px;
    width: 290px;
    margin-left: auto;
    margin-right: auto; } }

.news--3-offset-right-3 {
  padding-top: 30px; }
  @media screen and (min-width: 1200px) {
    .news--3-offset-right-3 .column-6-news.column-6-news--photo .heading .photo {
      height: 400px; } }
  .news--3-offset-right-3 .column-6-news {
    height: 100%; }
    .news--3-offset-right-3 .column-6-news .title a {
      font-weight: bold; }
    .news--3-offset-right-3 .column-6-news .description {
      margin-top: 5px; }
  .news--3-offset-right-3 .column-3-news {
    height: 100%; }
  @media screen and (max-width: 767px) {
    .news--3-offset-right-3 .column-6-news .description {
      display: none; } }

.six-news-tags {
  padding-top: 30px; }
  .six-news-tags .column-3-news--photo .heading .title {
    max-height: 60px; }
    .six-news-tags .column-3-news--photo .heading .title a {
      font-weight: bold;
      line-height: 1.5em; }

.news--1_big-6_small .banner-img, .news--1_big-6_small .banner-html, .news--1_big-4_small .banner-img, .news--1_big-4_small .banner-html, .news--1_big-2_mid .banner-img, .news--1_big-2_mid .banner-html,
.news--3_small-2_mid .banner-img,
.news--3_small-2_mid .banner-html, .news--3_mid .banner-img, .news--3_mid .banner-html, .news--4_mid .banner-img, .news--4_mid .banner-html, .news--6_small .banner-img, .news--6_small .banner-html,
.fullWidth .banner-img,
.fullWidth .banner-html {
  margin-bottom: 30px; }
  .news--1_big-6_small .banner-img img, .news--1_big-6_small .banner-img iframe, .news--1_big-6_small .banner-html img, .news--1_big-6_small .banner-html iframe, .news--1_big-4_small .banner-img img, .news--1_big-4_small .banner-img iframe, .news--1_big-4_small .banner-html img, .news--1_big-4_small .banner-html iframe, .news--1_big-2_mid .banner-img img, .news--1_big-2_mid .banner-img iframe, .news--1_big-2_mid .banner-html img, .news--1_big-2_mid .banner-html iframe,
  .news--3_small-2_mid .banner-img img,
  .news--3_small-2_mid .banner-img iframe,
  .news--3_small-2_mid .banner-html img,
  .news--3_small-2_mid .banner-html iframe, .news--3_mid .banner-img img, .news--3_mid .banner-img iframe, .news--3_mid .banner-html img, .news--3_mid .banner-html iframe, .news--4_mid .banner-img img, .news--4_mid .banner-img iframe, .news--4_mid .banner-html img, .news--4_mid .banner-html iframe, .news--6_small .banner-img img, .news--6_small .banner-img iframe, .news--6_small .banner-html img, .news--6_small .banner-html iframe,
  .fullWidth .banner-img img,
  .fullWidth .banner-img iframe,
  .fullWidth .banner-html img,
  .fullWidth .banner-html iframe {
    max-width: 100%; }
  @media screen and (max-width: 991px) {
    .news--1_big-6_small .banner-img, .news--1_big-6_small .banner-html, .news--1_big-4_small .banner-img, .news--1_big-4_small .banner-html, .news--1_big-2_mid .banner-img, .news--1_big-2_mid .banner-html,
    .news--3_small-2_mid .banner-img,
    .news--3_small-2_mid .banner-html, .news--3_mid .banner-img, .news--3_mid .banner-html, .news--4_mid .banner-img, .news--4_mid .banner-html, .news--6_small .banner-img, .news--6_small .banner-html,
    .fullWidth .banner-img,
    .fullWidth .banner-html {
      margin-bottom: 20px; } }

.news--1_big-6_small .banner-img a, .news--1_big-4_small .banner-img a, .news--1_big-2_mid .banner-img a,
.news--3_small-2_mid .banner-img a, .news--3_mid .banner-img a, .news--4_mid .banner-img a, .news--6_small .banner-img a,
.fullWidth .banner-img a {
  display: inline-block; }

.news--1_big-6_small .banner-img .mobile, .news--1_big-4_small .banner-img .mobile, .news--1_big-2_mid .banner-img .mobile,
.news--3_small-2_mid .banner-img .mobile, .news--3_mid .banner-img .mobile, .news--4_mid .banner-img .mobile, .news--6_small .banner-img .mobile,
.fullWidth .banner-img .mobile {
  display: none; }

@media screen and (max-width: 767px) {
  .news--1_big-6_small .banner-img[data-mobile-banner="true"] .mobile, .news--1_big-4_small .banner-img[data-mobile-banner="true"] .mobile, .news--1_big-2_mid .banner-img[data-mobile-banner="true"] .mobile,
  .news--3_small-2_mid .banner-img[data-mobile-banner="true"] .mobile, .news--3_mid .banner-img[data-mobile-banner="true"] .mobile, .news--4_mid .banner-img[data-mobile-banner="true"] .mobile, .news--6_small .banner-img[data-mobile-banner="true"] .mobile,
  .fullWidth .banner-img[data-mobile-banner="true"] .mobile {
    display: block;
    max-height: 100% !important; }
  .news--1_big-6_small .banner-img[data-mobile-banner="false"], .news--1_big-4_small .banner-img[data-mobile-banner="false"], .news--1_big-2_mid .banner-img[data-mobile-banner="false"],
  .news--3_small-2_mid .banner-img[data-mobile-banner="false"], .news--3_mid .banner-img[data-mobile-banner="false"], .news--4_mid .banner-img[data-mobile-banner="false"], .news--6_small .banner-img[data-mobile-banner="false"],
  .fullWidth .banner-img[data-mobile-banner="false"] {
    display: none; }
  .news--1_big-6_small .banner-img .desktop, .news--1_big-4_small .banner-img .desktop, .news--1_big-2_mid .banner-img .desktop,
  .news--3_small-2_mid .banner-img .desktop, .news--3_mid .banner-img .desktop, .news--4_mid .banner-img .desktop, .news--6_small .banner-img .desktop,
  .fullWidth .banner-img .desktop {
    display: none; } }

.news--1_big-6_small .banner-html iframe, .news--1_big-4_small .banner-html iframe, .news--1_big-2_mid .banner-html iframe,
.news--3_small-2_mid .banner-html iframe, .news--3_mid .banner-html iframe, .news--4_mid .banner-html iframe, .news--6_small .banner-html iframe,
.fullWidth .banner-html iframe {
  width: 100%;
  border: none;
  overflow: hidden; }

@media screen and (max-width: 991px) {
  .news--1_big-6_small .banner-html, .news--1_big-4_small .banner-html, .news--1_big-2_mid .banner-html,
  .news--3_small-2_mid .banner-html, .news--3_mid .banner-html, .news--4_mid .banner-html, .news--6_small .banner-html,
  .fullWidth .banner-html {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .news--1_big-6_small .banner-html iframe, .news--1_big-4_small .banner-html iframe, .news--1_big-2_mid .banner-html iframe,
  .news--3_small-2_mid .banner-html iframe, .news--3_mid .banner-html iframe, .news--4_mid .banner-html iframe, .news--6_small .banner-html iframe,
  .fullWidth .banner-html iframe {
    width: 320px !important; } }

.news--1_big-6_small .bigPhoto-banner-img img, .news--1_big-6_small .bigPhoto-banner-html iframe {
  max-height: 360px; }

.news--1_big-6_small .column-2-banner-img img, .news--1_big-6_small .column-2-banner-html iframe {
  max-height: 200px; }

.news--1_big-4_small .column-4-banner-img img, .news--1_big-4_small .column-4-banner-html iframe {
  max-height: 270px; }

.news--1_big-4_small .horizontal-banner-img img, .news--1_big-4_small .horizontal-banner-html iframe {
  max-height: 146px; }

.news--1_big-2_mid .column-6-banner-img img, .news--1_big-2_mid .column-6-banner-html iframe {
  max-height: 270px; }

.news--1_big-2_mid .column-3-banner-img img, .news--1_big-2_mid .column-3-banner-html iframe {
  max-height: 270px; }

.news--3_small-2_mid .column-2-banner-img img, .news--3_small-2_mid .column-2-banner-html iframe {
  max-height: 200px; }

.news--3_small-2_mid .column-3-banner-img img, .news--3_small-2_mid .column-3-banner-html iframe {
  max-height: 270px; }

.news--3_mid .column-4-banner-img img, .news--3_mid .column-4-banner-html iframe {
  max-height: 270px; }

.news--4_mid .column-3-banner-img img, .news--4_mid .column-3-banner-html iframe {
  max-height: 270px; }

.news--6_small .column-2-banner-img img, .news--6_small .column-2-banner-html iframe {
  max-height: 200px; }

.fullWidth .fullWidth-banner-img {
  text-align: center; }

.fullWidth .fullWidth-banner-img img, .fullWidth .fullWidth-banner-html iframe {
  margin: 0 auto; }

.countersNews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  margin-left: 10px; }
  .countersNews .views[data-count-views="visible"] p {
    background-image: url("/resources/images/icons/view.svg"); }
  .countersNews .views[data-count-views="hot"] p {
    color: #DE0025;
    background-image: url("/resources/images/icons/view-hot.svg"); }
  .countersNews .views[data-count-views="visible"] p, .countersNews .views[data-count-views="hot"] p {
    -webkit-background-size: 14px 14px;
            background-size: 14px;
    padding-left: 17px; }
  .countersNews .comments p {
    background-image: url("/resources/images/icons/bubble.svg");
    -webkit-background-size: 12px 12px;
            background-size: 12px;
    padding-left: 15px; }
  .countersNews .views:empty, .countersNews .comments:empty {
    display: none; }
  .countersNews .views p, .countersNews .comments p {
    color: #9B9B9B;
    margin-bottom: 0;
    line-height: 1;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 0 center; }
  .countersNews .comments {
    margin-left: 8px; }
  @media screen and (max-width: 767px) {
    .countersNews {
      margin-left: 8px; }
      .countersNews .views[data-count-views="visible"] p, .countersNews .views[data-count-views="hot"] p {
        -webkit-background-size: 12px 12px;
                background-size: 12px;
        padding-left: 13px; }
      .countersNews .comments p {
        padding-left: 14px; }
      .countersNews .views p, .countersNews .comments p {
        font-size: 11px; }
      .countersNews .comments {
        margin-left: 6px; } }

.cellBlock .column-2-news--photo .photo[data-flag='video']:before, .cellBlock .column-2-news--photo .photo[data-flag='audio']:before, .cellBlock .column-3-news--photo .photo[data-flag='video']:before, .cellBlock .column-3-news--photo .photo[data-flag='audio']:before, .cellBlock .column-4-news--photo .photo[data-flag='video']:before, .cellBlock .column-4-news--photo .photo[data-flag='audio']:before, .cellBlock .column-6-news--photo .photo[data-flag='video']:before, .cellBlock .column-6-news--photo .photo[data-flag='audio']:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  position: absolute; }

.cellBlock .column-2-news--photo .photo[data-flag='video']:before, .cellBlock .column-3-news--photo .photo[data-flag='video']:before, .cellBlock .column-4-news--photo .photo[data-flag='video']:before, .cellBlock .column-6-news--photo .photo[data-flag='video']:before {
  background: url("/resources/images/icons/play-flag-test.svg"); }

.cellBlock .column-2-news--photo .photo[data-flag='audio']:before, .cellBlock .column-3-news--photo .photo[data-flag='audio']:before, .cellBlock .column-4-news--photo .photo[data-flag='audio']:before, .cellBlock .column-6-news--photo .photo[data-flag='audio']:before {
  background: url("/resources/images/icons/audio-flag-test.svg"); }

.cellBlock .column-2-news--photo .photo[data-flag='video']:before, .cellBlock .column-2-news--photo .photo[data-flag='audio']:before, .cellBlock .column-3-news--photo .photo[data-flag='video']:before, .cellBlock .column-3-news--photo .photo[data-flag='audio']:before, .cellBlock .column-4-news--photo .photo[data-flag='video']:before, .cellBlock .column-4-news--photo .photo[data-flag='audio']:before, .cellBlock .column-6-news--photo .photo[data-flag='video']:before, .cellBlock .column-6-news--photo .photo[data-flag='audio']:before {
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: 6px;
  margin-left: 6px; }

.cellBlock .news_horizontal--photo .photo[data-flag='video']:before {
  background: url("/resources/images/icons/play-flag-test.svg"); }

.cellBlock .news_horizontal--photo .photo[data-flag='audio']:before {
  background: url("/resources/images/icons/audio-flag-test.svg"); }

.cellBlock .news_horizontal--photo .photo[data-flag='video']:before, .cellBlock .news_horizontal--photo .photo[data-flag='audio']:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 3px;
  margin-left: 3px;
  -webkit-background-size: cover;
          background-size: cover; }

.cellBlock .bigPhoto--photo[data-flag='video']:before {
  background: url("/resources/images/icons/play-flag-test.svg"); }

.cellBlock .bigPhoto--photo[data-flag='audio']:before {
  background: url("/resources/images/icons/audio-flag-test.svg"); }

.cellBlock .bigPhoto--photo[data-flag='video']:before, .cellBlock .bigPhoto--photo[data-flag='audio']:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  margin-top: 8px;
  margin-left: 8px;
  -webkit-background-size: cover;
          background-size: cover; }

@media screen and (max-width: 767px) {
  .cellBlock .column-2-news--photo .photo[data-flag='video']:before, .cellBlock .column-2-news--photo .photo[data-flag='audio']:before, .cellBlock .column-3-news--photo .photo[data-flag='video']:before, .cellBlock .column-3-news--photo .photo[data-flag='audio']:before, .cellBlock .column-4-news--photo .photo[data-flag='video']:before, .cellBlock .column-4-news--photo .photo[data-flag='audio']:before, .cellBlock .column-6-news--photo .photo[data-flag='video']:before, .cellBlock .column-6-news--photo .photo[data-flag='audio']:before, .cellBlock .news_horizontal--photo .photo[data-flag='video']:before, .cellBlock .news_horizontal--photo .photo[data-flag='audio']:before {
    width: 20px;
    height: 20px; }
  .cellBlock .column-2-news--photo .photo[data-flag='video']:before, .cellBlock .column-2-news--photo .photo[data-flag='audio']:before, .cellBlock .column-3-news--photo .photo[data-flag='video']:before, .cellBlock .column-3-news--photo .photo[data-flag='audio']:before, .cellBlock .column-4-news--photo .photo[data-flag='video']:before, .cellBlock .column-4-news--photo .photo[data-flag='audio']:before, .cellBlock .column-6-news--photo .photo[data-flag='video']:before, .cellBlock .column-6-news--photo .photo[data-flag='audio']:before, .cellBlock .news_horizontal--photo .photo[data-flag='video']:before, .cellBlock .news_horizontal--photo .photo[data-flag='audio']:before {
    margin-top: 4px;
    margin-left: 4px; }
  .cellBlock .bigPhoto--photo[data-flag='video']:before, .cellBlock .bigPhoto--photo[data-flag='audio']:before {
    width: 30px;
    height: 30px;
    margin-top: 6px;
    margin-left: 6px; } }

.dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .photo {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 0;
  position: absolute; }
  .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .photo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .photo a:before {
      content: '';
      display: block;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 80, 50, 0)), to(rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .title {
  max-height: -webkit-calc(100% - 60px);
  max-height: calc(100% - 60px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  height: 100%;
  padding: 0px 8px; }
  .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .title a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 3px black; }

.dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .details {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  padding: 0px 8px; }
  .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .details .date p {
    font-size: 11px;
    color: #fff; }

.dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--noPhoto {
  border: 2px solid #DE0025;
  padding: 4px; }
  .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--noPhoto .heading .description:before {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }

@media screen and (max-width: 767px) {
  .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo {
    min-height: 140px; }
    .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading {
      margin-left: 0;
      height: 100%; }
      .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .photo {
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 0; }
      .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .title {
        max-height: -webkit-calc(100% - 45px) !important;
        max-height: calc(100% - 45px) !important;
        margin: 0; }
        .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .title a {
          font-size: 13px; }
      .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .heading .details-mobile {
        display: none; }
    .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--photo .details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      bottom: 0;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      margin-bottom: 27px; }
  .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--noPhoto {
    border: 2px solid #DE0025;
    padding: 4px; }
    .dynamicCellBlock[data-accent="true"] .column-2-news.column-2-news--noPhoto .heading .description:before {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); } }

.column-2-news {
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .column-2-news .heading .title {
    overflow: hidden;
    max-height: 66px;
    line-height: 1.1em; }
    .column-2-news .heading .title a {
      font-size: 12px;
      color: #000;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
      .column-2-news .heading .title a:hover {
        color: #DE0025; }
  .column-2-news .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 16px; }
    .column-2-news .details .date p {
      font-size: 11px;
      margin-bottom: 0;
      color: #9B9B9B;
      line-height: 1.3em; }
  .column-2-news.column-2-news--photo .heading .photo {
    height: 110px;
    margin-bottom: 6px; }
    .column-2-news.column-2-news--photo .heading .photo a {
      display: block;
      height: 100%; }
  .column-2-news.column-2-news--photo .heading .details-mobile {
    display: none; }
  .column-2-news.column-2-news--noPhoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    .column-2-news.column-2-news--noPhoto .heading .title a {
      font-weight: bold; }
    .column-2-news.column-2-news--noPhoto .heading .description {
      overflow: hidden;
      height: 106px;
      margin-top: 4px;
      line-height: 1.35em; }
      .column-2-news.column-2-news--noPhoto .heading .description:before {
        content: '';
        height: 106px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        position: absolute;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.8)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%); }
      .column-2-news.column-2-news--noPhoto .heading .description p {
        margin-bottom: 0;
        font-size: 12px; }
  @media screen and (max-width: 767px) {
    .column-2-news {
      height: 100% !important;
      display: block;
      margin-bottom: 20px; }
      .column-2-news .heading .title {
        max-height: 100% !important;
        line-height: 1.2em; }
        .column-2-news .heading .title a {
          font-size: 13px;
          font-weight: bold; }
      .column-2-news.column-2-news--photo {
        min-height: 50px; }
        .column-2-news.column-2-news--photo .heading .photo {
          height: 50px;
          width: 70px;
          margin: 0 0 -53px 0; }
        .column-2-news.column-2-news--photo .heading .title {
          margin-left: 80px; }
        .column-2-news.column-2-news--photo .heading .details-mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-left: 80px;
          margin-top: 5px; }
        .column-2-news.column-2-news--photo .details {
          display: none; }
      .column-2-news.column-2-news--noPhoto {
        display: block; }
        .column-2-news.column-2-news--noPhoto .heading {
          margin-bottom: 5px; }
          .column-2-news.column-2-news--noPhoto .heading .description {
            display: none; }
        .column-2-news.column-2-news--noPhoto .details {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.modularpage-otv .column-2-news {
  height: 170px; }
  .modularpage-otv .column-2-news .heading .title {
    max-height: 34px; }

.dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .photo {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 0;
  position: absolute; }
  .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .photo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .photo a:before {
      content: '';
      display: block;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 80, 50, 0)), to(rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .title {
  max-height: -webkit-calc(100% - 70px) !important;
  max-height: calc(100% - 70px) !important;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  height: 100%;
  padding: 0px 15px; }
  .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .title a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 3px black; }

.dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .details {
  position: relative;
  z-index: 2;
  height: 16px;
  margin-bottom: 15px;
  padding: 0px 15px; }
  .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .details .date p {
    color: #fff;
    font-size: 11px; }

.dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--noPhoto {
  border: 2px solid #DE0025;
  padding: 4px; }
  .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--noPhoto .heading .description:before {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }

@media screen and (max-width: 767px) {
  .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo {
    min-height: 140px; }
    .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading {
      margin-left: 0;
      height: 100%; }
      .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .photo {
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 0; }
      .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .title {
        max-height: -webkit-calc(100% - 45px) !important;
        max-height: calc(100% - 45px) !important;
        margin: 0;
        padding: 0px 8px; }
        .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .title a {
          font-size: 13px; }
      .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .heading .details-mobile {
        display: none; }
    .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--photo .details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      bottom: 0;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      margin-bottom: 27px;
      padding: 0px 8px; }
  .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--noPhoto {
    border: 2px solid #DE0025;
    padding: 4px; }
    .dynamicCellBlock[data-accent="true"] .column-3-news.column-3-news--noPhoto .heading .description:before {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); } }

.column-3-news {
  height: 270px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .column-3-news .heading .title {
    overflow: hidden;
    max-height: 58px;
    line-height: 1.4em; }
    .column-3-news .heading .title a {
      font-size: 14px;
      color: #000;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
      .column-3-news .heading .title a:hover {
        color: #DE0025; }
  .column-3-news .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .column-3-news .details .date p {
      font-size: 12px;
      margin-bottom: 0;
      color: #9B9B9B; }
  .column-3-news.column-3-news--photo .heading .photo {
    height: 170px;
    margin-bottom: 8px; }
    .column-3-news.column-3-news--photo .heading .photo a {
      display: block;
      height: 100%; }
  .column-3-news.column-3-news--photo .heading .details-mobile {
    display: none; }
  .column-3-news.column-3-news--noPhoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    .column-3-news.column-3-news--noPhoto .heading .title a {
      font-weight: bold; }
    .column-3-news.column-3-news--noPhoto .heading .description {
      overflow: hidden;
      height: 180px;
      margin-top: 4px; }
      .column-3-news.column-3-news--noPhoto .heading .description:before {
        content: '';
        height: 180px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        position: absolute;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.8)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%); }
      .column-3-news.column-3-news--noPhoto .heading .description p {
        margin-bottom: 0;
        font-size: 12px; }
  @media screen and (max-width: 767px) {
    .column-3-news {
      height: 100% !important;
      display: block;
      margin-bottom: 20px; }
      .column-3-news .heading .title {
        max-height: 100% !important;
        line-height: 1.3em; }
        .column-3-news .heading .title a {
          font-size: 13px;
          font-weight: bold; }
      .column-3-news.column-3-news--photo {
        min-height: 50px; }
        .column-3-news.column-3-news--photo .heading .photo {
          height: 50px;
          width: 70px;
          margin: 0 0 -53px 0; }
        .column-3-news.column-3-news--photo .heading .title {
          margin-left: 80px; }
        .column-3-news.column-3-news--photo .heading .details-mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-left: 80px;
          margin-top: 5px; }
        .column-3-news.column-3-news--photo .details {
          display: none; }
      .column-3-news.column-3-news--noPhoto {
        display: block; }
        .column-3-news.column-3-news--noPhoto .heading {
          margin-bottom: 5px; }
          .column-3-news.column-3-news--noPhoto .heading .description {
            display: none; }
        .column-3-news.column-3-news--noPhoto .details {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.modularpage-otv .column-3-news {
  height: 240px; }
  .modularpage-otv .column-3-news .heading .title {
    max-height: 40px; }

.dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .photo {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 0;
  position: absolute; }
  .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .photo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .photo a:before {
      content: '';
      display: block;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 80, 50, 0)), to(rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .title {
  max-height: -webkit-calc(100% - 70px) !important;
  max-height: calc(100% - 70px) !important;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  height: 100%;
  padding: 0px 15px; }
  .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .title a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 3px black; }

.dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .details {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  padding: 0px 15px; }
  .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .details .date p {
    color: #fff;
    font-size: 11px; }

.dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--noPhoto {
  border: 2px solid #DE0025;
  padding: 4px; }
  .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--noPhoto .heading .description:before {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }

@media screen and (max-width: 767px) {
  .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo {
    min-height: 140px; }
    .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading {
      margin-left: 0;
      height: 100%; }
      .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .photo {
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 0; }
      .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .title {
        max-height: -webkit-calc(100% - 45px) !important;
        max-height: calc(100% - 45px) !important;
        margin: 0;
        padding: 0px 8px; }
        .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .title a {
          font-size: 13px; }
      .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .heading .details-mobile {
        display: none; }
    .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--photo .details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      bottom: 0;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      margin-bottom: 27px;
      padding: 0px 8px; }
  .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--noPhoto {
    border: 2px solid #DE0025;
    padding: 4px; }
    .dynamicCellBlock[data-accent="true"] .column-4-news.column-4-news--noPhoto .heading .description:before {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); } }

.column-4-news {
  height: 325px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .column-4-news .heading .title {
    overflow: hidden;
    max-height: 62px;
    line-height: 1.5em; }
    .column-4-news .heading .title a {
      font-size: 16px;
      color: #000;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
      .column-4-news .heading .title a:hover {
        color: #DE0025; }
  .column-4-news .details {
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .column-4-news .details .date p {
      font-size: 11px;
      margin-bottom: 0;
      color: #9B9B9B; }
  .column-4-news.column-4-news--photo .heading .photo {
    height: 236px;
    margin-bottom: 8px; }
    .column-4-news.column-4-news--photo .heading .photo a {
      display: block;
      height: 100%; }
  .column-4-news.column-4-news--photo .heading .details-mobile {
    display: none; }
  .column-4-news.column-4-news--noPhoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    .column-4-news.column-4-news--noPhoto .heading .title a {
      font-weight: bold; }
    .column-4-news.column-4-news--noPhoto .heading .description {
      overflow: hidden;
      height: 180px;
      margin-top: 4px; }
      .column-4-news.column-4-news--noPhoto .heading .description:before {
        content: '';
        height: 180px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        position: absolute;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.8)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%); }
      .column-4-news.column-4-news--noPhoto .heading .description p {
        margin-bottom: 0;
        font-size: 12px; }
  @media screen and (max-width: 767px) {
    .column-4-news {
      height: 100% !important;
      display: block;
      margin-bottom: 20px; }
      .column-4-news .heading .title {
        height: 100% !important;
        line-height: 1.3em; }
        .column-4-news .heading .title a {
          font-size: 13px;
          font-weight: bold; }
      .column-4-news.column-4-news--photo {
        min-height: 50px; }
        .column-4-news.column-4-news--photo .heading .photo {
          height: 50px;
          width: 70px;
          margin: 0 0 -53px 0; }
        .column-4-news.column-4-news--photo .heading .title {
          margin-left: 80px; }
        .column-4-news.column-4-news--photo .heading .details-mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-left: 80px;
          margin-top: 5px; }
        .column-4-news.column-4-news--photo .details {
          display: none; }
      .column-4-news.column-4-news--noPhoto {
        display: block; }
        .column-4-news.column-4-news--noPhoto .heading {
          margin-bottom: 5px; }
          .column-4-news.column-4-news--noPhoto .heading .description {
            display: none; }
        .column-4-news.column-4-news--noPhoto .details {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.modularpage-otv .column-4-news {
  height: 305px; }
  .modularpage-otv .column-4-news .heading .title {
    max-height: 44px; }

.dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .photo {
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 0;
  position: absolute; }
  .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .photo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .photo a:before {
      content: '';
      display: block;
      height: 50%;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 80, 50, 0)), to(rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

.dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .title {
  max-height: -webkit-calc(100% - 70px) !important;
  max-height: calc(100% - 70px) !important;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  height: 100%;
  padding: 0px 15px; }
  .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .title a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 4px black; }

.dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .details {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  padding: 0px 15px; }
  .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .details .date p {
    color: #fff;
    font-size: 11px; }

.dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--noPhoto {
  border: 2px solid #DE0025;
  padding: 4px; }
  .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--noPhoto .heading .description:before {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }

@media screen and (max-width: 767px) {
  .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo {
    min-height: 140px; }
    .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading {
      margin-left: 0;
      height: 100%; }
      .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .photo {
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 0; }
      .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .title {
        max-height: -webkit-calc(100% - 45px) !important;
        max-height: calc(100% - 45px) !important;
        margin: 0;
        padding: 0px 8px; }
        .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .title a {
          font-size: 13px; }
      .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .heading .details-mobile {
        display: none; }
    .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--photo .details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      bottom: 0;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      margin-bottom: 27px;
      padding: 0px 8px; }
  .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--noPhoto {
    border: 2px solid #DE0025;
    padding: 4px; }
    .dynamicCellBlock[data-accent="true"] .column-6-news.column-6-news--noPhoto .heading .description:before {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); } }

.column-6-news {
  height: 370px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .column-6-news .heading .title {
    overflow: hidden;
    max-height: 58px;
    line-height: 1.4em; }
    .column-6-news .heading .title a {
      font-size: 16px;
      color: #000;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
      .column-6-news .heading .title a:hover {
        color: #DE0025; }
  .column-6-news .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .column-6-news .details .date p {
      font-size: 11px;
      margin-bottom: 0;
      color: #9B9B9B; }
  .column-6-news.column-6-news--photo .heading .photo {
    height: 290px;
    margin-bottom: 8px; }
    .column-6-news.column-6-news--photo .heading .photo a {
      display: block;
      height: 100%; }
  .column-6-news.column-6-news--photo .heading .details-mobile {
    display: none; }
  .column-6-news.column-6-news--noPhoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    .column-6-news.column-6-news--noPhoto .heading .title {
      height: 100%; }
      .column-6-news.column-6-news--noPhoto .heading .title a {
        font-weight: bold; }
    .column-6-news.column-6-news--noPhoto .heading .description {
      overflow: hidden;
      height: 280px;
      margin-top: 4px; }
      .column-6-news.column-6-news--noPhoto .heading .description:before {
        content: '';
        height: 180px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        position: absolute;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.8)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.8) 100%); }
      .column-6-news.column-6-news--noPhoto .heading .description p {
        margin-bottom: 0;
        font-size: 12px; }
  @media screen and (max-width: 767px) {
    .column-6-news {
      height: 100% !important;
      display: block;
      margin-bottom: 20px; }
      .column-6-news .heading .title {
        max-height: 100% !important;
        line-height: 1.3em; }
        .column-6-news .heading .title a {
          font-size: 13px;
          font-weight: bold; }
      .column-6-news.column-6-news--photo {
        min-height: 50px; }
        .column-6-news.column-6-news--photo .heading .photo {
          height: 50px;
          width: 70px;
          margin: 0 0 -53px 0; }
        .column-6-news.column-6-news--photo .heading .title {
          margin-left: 80px; }
        .column-6-news.column-6-news--photo .heading .details-mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-left: 80px;
          margin-top: 5px; }
        .column-6-news.column-6-news--photo .details {
          display: none; }
      .column-6-news.column-6-news--noPhoto {
        display: block; }
        .column-6-news.column-6-news--noPhoto .heading {
          margin-bottom: 5px; }
          .column-6-news.column-6-news--noPhoto .heading .description {
            display: none; }
        .column-6-news.column-6-news--noPhoto .details {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.modularpage-otv .column-6-news {
  height: 340px; }
  .modularpage-otv .column-6-news .heading .title {
    max-height: 22px; }

.bigPhoto {
  margin-bottom: 30px; }
  .bigPhoto .details {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .bigPhoto .details .date p {
      font-size: 13px;
      margin-bottom: 0; }
  .bigPhoto.bigPhoto--photo {
    height: 360px; }
    .bigPhoto.bigPhoto--photo a {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .bigPhoto.bigPhoto--photo a .desc {
        padding: 15px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 80, 50, 0)), to(rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
        .bigPhoto.bigPhoto--photo a .desc .title p {
          font-weight: bold;
          font-size: 18px;
          color: #fff;
          margin-bottom: 0;
          text-shadow: 0px 0px 4px black; }
        .bigPhoto.bigPhoto--photo a .desc .details .date p {
          color: #fff;
          margin-bottom: 0;
          text-shadow: 0px 0px 3px black; }
  .bigPhoto.bigPhoto--noPhoto .title {
    margin-bottom: 5px; }
    .bigPhoto.bigPhoto--noPhoto .title a {
      font-weight: bold;
      color: #000;
      font-size: 16px;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s;
      margin-bottom: 0; }
      .bigPhoto.bigPhoto--noPhoto .title a:hover {
        color: #DE0025; }
  .bigPhoto.bigPhoto--noPhoto .description p {
    margin-bottom: 0; }
  .bigPhoto.bigPhoto--noPhoto .details .date p {
    color: #9B9B9B; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .bigPhoto.bigPhoto--photo a .title p {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .bigPhoto .details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 18px; }
      .bigPhoto .details .date p {
        font-size: 13px; }
    .bigPhoto.bigPhoto--photo {
      height: 190px; }
      .bigPhoto.bigPhoto--photo a .desc {
        padding: 10px; }
        .bigPhoto.bigPhoto--photo a .desc .title p {
          line-height: 1.3em;
          font-weight: bold;
          font-size: 14px; }
        .bigPhoto.bigPhoto--photo a .desc .details .date p {
          font-size: 12px; }
    .bigPhoto.bigPhoto--noPhoto .title {
      margin-bottom: 5px; }
      .bigPhoto.bigPhoto--noPhoto .title a {
        line-height: 1.4em;
        font-weight: bold;
        color: #000;
        font-size: 16px;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s; }
        .bigPhoto.bigPhoto--noPhoto .title a:hover {
          color: #DE0025; }
    .bigPhoto.bigPhoto--noPhoto .description p {
      margin-bottom: 0; }
    .bigPhoto.bigPhoto--noPhoto .details .date p {
      color: #9B9B9B; } }

.dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo {
  display: block; }
  .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .photo {
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-right: 15px;
    position: absolute;
    overflow: hidden; }
    .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .photo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .photo a:before {
        content: '';
        display: block;
        height: 50%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 80, 50, 0)), to(rgba(0, 0, 0, 0.5)));
        background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .info {
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: 2;
    position: absolute;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .info .title {
      padding: 0px 8px;
      margin-bottom: 10px; }
      .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .info .title a {
        color: #fff;
        font-weight: bold;
        text-shadow: 0px 0px 3px black; }
    .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .info .description {
      display: none; }
    .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .info .details {
      padding: 0px 8px;
      margin-bottom: 8px; }

@media screen and (max-width: 767px) {
  .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo {
    min-height: 140px; }
    .dynamicCellBlock[data-accent="true"] .news_horizontal.news_horizontal--photo .info .title {
      margin-bottom: 5px; } }

.news_horizontal {
  height: 146px;
  overflow: hidden;
  margin-bottom: 30px; }
  .news_horizontal .info {
    width: 100%; }
    .news_horizontal .info .title {
      overflow: hidden;
      line-height: 1.4em;
      margin-bottom: 5px;
      max-height: 60px; }
      .news_horizontal .info .title a {
        font-size: 14px;
        color: #000;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s; }
        .news_horizontal .info .title a:hover {
          color: #DE0025; }
    .news_horizontal .info .description {
      height: 56px;
      overflow: hidden;
      line-height: 1.3em; }
      .news_horizontal .info .description:before {
        content: '';
        height: 100%;
        height: 26px;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
        margin-top: 28px;
        position: absolute;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(31%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.95)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.95) 92%, rgba(255, 255, 255, 0.95) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.95) 92%, rgba(255, 255, 255, 0.95) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.95) 92%, rgba(255, 255, 255, 0.95) 100%); }
      .news_horizontal .info .description p {
        font-size: 12px;
        margin-bottom: 0;
        color: #4A4A4A; }
  .news_horizontal .details {
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .news_horizontal .details .date p {
      font-size: 11px;
      margin-bottom: 0;
      color: #9B9B9B; }
  .news_horizontal.news_horizontal--photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .news_horizontal.news_horizontal--photo .photo {
      height: 60px;
      width: 70px;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      margin-right: 15px; }
      .news_horizontal.news_horizontal--photo .photo a {
        display: block;
        height: 100%; }
    .news_horizontal.news_horizontal--photo .info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .news_horizontal.news_horizontal--noPhoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden; }
    .news_horizontal.news_horizontal--noPhoto .info .title a {
      font-weight: bold; }
  @media screen and (max-width: 767px) {
    .news_horizontal {
      height: 100%;
      margin-bottom: 20px; }
      .news_horizontal .info .title {
        margin: 0;
        max-height: 100%;
        line-height: 1.3em; }
        .news_horizontal .info .title a {
          font-size: 13px;
          font-weight: bold; }
      .news_horizontal .info .description {
        display: none; }
      .news_horizontal .details {
        margin-top: 5px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .news_horizontal.news_horizontal--photo {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .news_horizontal.news_horizontal--photo .photo {
          height: 50px;
          width: 70px;
          margin-right: 10px; }
        .news_horizontal.news_horizontal--photo .info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
      .news_horizontal.news_horizontal--noPhoto .details {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
