

/* Start:/promotions/style.css?1680610562323*/
.promo__header {
  background-image: url(/img/model-bg.jpg);
  background-size: 1920px 650px;
  background-position: 50% calc(50% + 20px);
}
.promo .promo-banner {
  padding-top: 0;
}
.promo__content {
  padding-top: 30px;
}
.promo .slider-nav {
  text-align: center;
}

.promo-block.promo-block_hidden {
  display: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/promo-slider-one-slide/style.css?16806105533236*/
.promo-banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}
.promo-banner__title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #9c1019;
  margin-bottom: 20px;
  max-width: 390px;
  margin: 0;
}
.promo-banner__text {
  max-width: 390px;
  font-size: 16px;
  margin: 20px 0;
}
.promo-banner__text p,
.promo-banner__text span,
.promo-banner__text i,
.promo-banner__text b {
  font-size: inherit;
  margin: 0;
}
.promo-banner__nav {
  text-align: center;
  padding-top: 20px;
}
.promo-banner__arrow {
  cursor: pointer;
  font-size: 20px !important;
  line-height: 20px !important;
}
.promo-banner__arrow_next {
  margin-left: 20px;
}
.promo-banner__arrow_prev {
  margin-right: 20px;
}
.promo-banner__count {
  display: inline-block;
}
.promo-banner__current {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding-right: 10px;
  border-right: 1px solid #000;
  font-weight: 700;
}
.promo-banner__total {
  font-size: 18px;
  line-height: 20px;
  color: #999;
  margin-left: 10px;
}
.promo-banner__list {
  white-space: nowrap;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.23);
}
.promo-banner__container {
  margin: 0 auto;
  padding: 0 20px;
}
.promo-banner__info {
  height: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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%;
  white-space: normal;
  vertical-align: middle;
}
.promo-banner__img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.promo-banner__img img {
  max-width: 100%;
}
.promo-banner__item {
  background: #fff;
}
.promo-banner__btn .main-btn {
  max-width: 175px;
}

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

.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: 666px) {
  .promo-banner__item {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  .promo-banner__img {
    width: 100%;
    display: block;
    height: auto;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .promo-banner__info {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    display: block;
    height: auto;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/sub-nav/style.css?16806105531101*/
.sub-nav {
  padding-top: 30px; }
  .sub-nav__item {
    position: relative;
    background-color: #333;
    font-size: 12px;
    border-radius: 22px;
    background-clip: padding-box;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    margin-bottom: 10px; }
    .sub-nav__item:hover {
      background-color: #9c1019;
      color: #fff; }
    .sub-nav__item:last-child {
      margin-right: 0; }
    .sub-nav__item_root {
      position: relative;
      margin-right: 30px; }
      .sub-nav__item_root:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        width: 1px;
        background-color: #999; }
    .sub-nav__item_selected {
      background-color: #9c1019;
      color: #fff; }

@media (max-width: 768px) {
  .sub-nav__item {
    width: 100%;
    margin-bottom: 5px;
    text-align: center; }
  .sub-nav_root:after {
    display: none; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/promo-page/style.css?16806105532539*/
.promo-block__btn {
  float: right;
  margin-top: -10px;
  margin-left: 15px;
}

.promo-block__item {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.23);
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  background: #fff;
  color: inherit;
}

.promo-block__img {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.promo-block__img img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.promo-block__info {
  min-height: 270px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px 50px 20px;
  position: relative;
  padding-bottom: 50px;
}

.promo-block .slick-slide {
  margin: 15px 8px;
  height: auto;
}

.promo-block__title {
  min-height: 80px;
  margin: 0;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #9c1019;
  line-height: 1.2;
}

.promo-block__wrapper-link {
  border-top: 1px solid #ededed;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: auto;
  width: calc(100% - 40px);
}

.promo-block__link {
  padding: 0;
    color: #9c1019;
    width: auto;
    padding-right: 40px;
    outline: none !important;
    height: 40px;
    font-weight: 700;
    /* line-height: 40px; */
    /* display: flex; */
    display: flex;
    align-items: center;
    white-space: normal;
    text-align: left;
    width: 100%;
    position: relative;
    border: 0;
    text-align: none;
    text-decoration: none;
    position: relative;
}
.promo-block__link:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  /* line-height: 43px; */
  top: 50%;
  right: 20px;
  content: "\f105";
  transform: translateY(-50%);
  color: #9c1019;
}
.promo-block__link:hover:after {
  content: "";
  width: 10px;
  border-top: 1px solid #9c1019;
  position: absolute;
  top: calc(50% + 1px);
  right: 22px;
  color: #9c1019;
}
.slider-nav_hidden {
    display: none;
}


@media (max-width: 1200px) {
  .promo-block__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .promo-block__img {
    width: 100%;
  }
  .promo-block__info {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .promo-wrapper .container {
    max-width: none !important;
  }
}
.promo-block:nth-of-type(even) {
  background: #ededed;
}

/* End */
/* /promotions/style.css?1680610562323 */
/* /local/templates/.default/components/bitrix/news.list/promo-slider-one-slide/style.css?16806105533236 */
/* /local/templates/.default/components/bitrix/menu/sub-nav/style.css?16806105531101 */
/* /local/templates/.default/components/bitrix/news.list/promo-page/style.css?16806105532539 */
