

/* Start:/local/templates/.default/components/bitrix/news.list/main-banner/style.css?15519621155444*/
.main-banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0; }
  .main-banner .slick-list {
    overflow: visible; }
  .main-banner .slick-slide:not(.slick-active) {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: all .2s ease-in-out;
    position: relative; }
    .main-banner .slick-slide:not(.slick-active):before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.2); }
  .main-banner__nav {
    text-align: center;
    padding-top: 20px; }
  .main-banner__arrow {
    cursor: pointer;
    font-size: 20px !important;
    line-height: 20px !important; }
    .main-banner__arrow_next {
      margin-left: 20px; }
    .main-banner__arrow_prev {
      margin-right: 20px; }
  .main-banner__count {
    display: inline-block; }
  .main-banner__current {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    padding-right: 10px;
    border-right: 1px solid #000;
    font-weight: 700; }
  .main-banner__total {
    font-size: 18px;
    line-height: 20px;
    color: #999;
    margin-left: 10px; }
  .main-banner__list {
    white-space: nowrap; }
  .main-banner__container {
    width: 83%;
    margin: 0 auto; }
  .main-banner__info {
    position: absolute;
    height: 100%;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 45px;
    width: 50%; }
  .main-banner__img {
    width: 100%;
    display: block; }
  .main-banner__title {
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    margin: 0; }
  .main-banner__subtitle {
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    margin: 0; }
  .main-banner__text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px; }
  .main-banner__item {
    display: inline-block;
    position: relative;
    transition: all .2s ease-in-out; }
    .main-banner__item.swiper-slide-next, .main-banner__item.swiper-slide-prev {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0; }
    .main-banner__item.swiper-slide-active .main-banner__timer {
      display: block; }
      .main-banner__item.swiper-slide-active .main-banner__timer:after {
        transition: width 10s linear; }
  .main-banner__timer {
    display: none;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ccc;
    background-size: 200% 100%;
    z-index: 999;
    bottom: -5px; }
    .main-banner__timer:after {
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      background: #9c1019;
      transition: width 5s linear; }
    .main-banner__timer_active:after {
      width: 100%; }

.main-banner-nav {
  text-align: center;
  padding: 30px 0; }

.main-banner-arrow {
  display: inline-block;
  z-index: 10;
  cursor: pointer; }
  .main-banner-arrow i {
    cursor: pointer;
    font-size: 20px;
    line-height: 20px; }
  .main-banner-arrow_next {
    padding-left: 20px; }
  .main-banner-arrow_prev {
    padding-right: 20px; }

.main-banner-pagination {
  display: inline-block;
  width: auto !important; }

.swiper-pagination-current {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding-right: 10px;
  border-right: 1px solid #000; }

.swiper-pagination-total {
  font-size: 18px;
  line-height: 20px;
  color: #999;
  margin-left: 10px; }

.border-bottom-slide {
  position: relative; }

.border-bottom-slide:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #9c1019 50%, #ccc 50%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  -webkit-animation: bottomSlide 10s linear;
          animation: bottomSlide 10s linear;
  z-index: 999; }

@-webkit-keyframes bottomSlide {
  00%, 5% {
    background-position: bottom right; }
  100% {
    background-position: bottom left; } }

@keyframes bottomSlide {
  00%, 5% {
    background-position: bottom right; }
  100% {
    background-position: bottom left; } }

@media (max-width: 900px) {
  .main-banner__text {
    margin-bottom: 0; }
 }

@media (max-width: 768px) {
  .main-banner .slick-list {
    overflow: hidden; }
  .main-banner__info {
    width: 100%;
    text-align: center;
    padding: 30px 0 20px;
    padding: 0 20px; }
  .main-banner__subtitle {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 20px;
    line-height: 1.2;
    white-space: normal; }
  .main-banner__text {
    display: none; }
  .main-banner__title {
    padding: 20px 20px 0;
    white-space: normal;
    line-height: 1.2;
    font-size: 30px; }
  .main-banner .main-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: none;
    bottom: 8px;
    box-shadow: none;
  }
  .main-banner__item {
    padding-bottom: 50px;
    background: #eee;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/main-banner/style.css?15519621155444 */
