

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pagination/style.css?15523701962964*/
.pagenavigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .pagenavigation__prev, .pagenavigation__next {
    background-color: #ECECEC;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 38px;
    width: 38px; }
    .pagenavigation__prev:hover, .pagenavigation__next:hover {
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      background-color: #EDAD01;
    }
    .pagenavigation__prev_disabled:hover, .pagenavigation__next_disabled:hover {
      background-color: #ECECEC;
    }
    .pagenavigation__prev:after, .pagenavigation__next:after {
      content: '';
      display: block;
      position: absolute;
      font-size: 24px;
      left: 37%;
      top: 30%;
      width: 15px;
      height: 15px;
      border-top: 2px solid #FECF77;
      border-left: 2px solid #FECF77;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .pagenavigation__prev_disabled, .pagenavigation__next_disabled {
      opacity: 0.6; }
  .pagenavigation__next:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 24%; }
  .pagenavigation__list {
    margin: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  .pagenavigation__item {
    height: 38px;
    width: 38px;
    margin: 0 4px; }
  .pagenavigation__link {
    background-color: #ECECEC;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-right: 12px;
    padding: 5px 13.4px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pagenavigation__link:hover {
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      background-color: #EDAD01; }
    .pagenavigation__link_active {
      background-color: #FECF77;
      color: #fff; }
      .pagenavigation__link_active:hover {
        background-color: #FECF77; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main-banner-video-support/style.css?15910341692388*/
.main-banner__wrapper {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto; }

.main-banner__item {
  position: relative; }

.main-banner__img img {
  width: 100%;
  display: block; }

.main-banner__img video {
  /* max-height: 606px; */
  display: block;
  margin: 0 auto;
  /* max-width: 56%; */
  }

.main-banner__info {
  position: absolute;
  color: white;
  height: 100%;
  top: 0;
  left: 4.5%;
  width: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-banner__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  color: transparent;
  background: 0;
  border: 0;
  position: relative;
  outline: 0;
  margin-right: 5px;
  opacity: 1; }
  .main-banner__pagination .swiper-pagination-bullet:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #bdbdbd; }

.main-banner__pagination .swiper-pagination-bullet-active:after {
  background: #ffba00; }
.video__banner {
  background:#000; 
}
.main-banner-details {
  color: #fff;
  width: 455px; }
  .main-banner-details__title {
    font-size: 35px;
    font-family: "proxima_nova_rgbold",sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 10px;
    color: inherit; }
  .main-banner-details__content {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: inherit; }
  .main-banner-details__subtitle {
    font-size: 35px;
    margin: 0;
    margin-bottom: 10px;
    color: inherit;
    line-height: 35px; }
  .main-banner-details__text {
    color: inherit;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 15px;
    margin: 0;
    margin-bottom: 10px; }

@media (max-width: 1269px) {
  .main-banner__info {
    width: 420px; } }
@media (max-width: 1024px) {
  .main-banner-details__title {
    text-align: center;
  }

  .main-banner__info {
    position: relative;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .main-banner-details {
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pagination/style.css?15523701962964 */
/* /local/templates/.default/components/bitrix/news.list/main-banner-video-support/style.css?15910341692388 */
