

/* Start:/spec/promo/style.css?15423609822891*/
.promo {
  background: #fff; }
  .promo__list {
    padding: 40px 20px 80px; }
  .promo__button {
    color: #212121;
    font-weight: 700;
    text-decoration: none;
    outline: 0;
    font-size: 14px; }
    .promo__button .fa {
      color: #ffba00;
      margin-left: 5px; }
  .promo__title {
    font-weight: bold;
    margin: 20px 0 10px 0;
    font-size: 14px;
    line-height: 1.42857; }
  .promo__item {
    text-align: center;
    margin-bottom: 30px; }
  .promo__img {
    width: 100%; }
    .promo__img img {
      width: 100%; }

.promo-detail {
  background: #fff; }
  .promo-detail__title {
    font-size: 35px;
    text-transform: uppercase;
    font-family: "proxima_nova_rgbold",sans-serif;
    max-width: 90%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700; }
  .promo-detail__text {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  .promo-detail .main-btn {
    margin-top: 30px; }
  .promo-detail__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0 30px; }

.promo-detail-banner {
  position: relative; }
  .promo-detail-banner__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    color: transparent;
    position: relative;
    outline: 0;
    border: 2px solid #bdbdbd;
    background: #fff;
    box-sizing: border-box;
    opacity: 1; }
  .promo-detail-banner__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffba00; }
  .promo-detail-banner__wrapper {
    color: #fff; }
  .promo-detail-banner__img {
    width: 100%;
    display: block; }
  .promo-detail-banner__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .promo-detail-banner__subtitle {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    color: inherit;
    text-transform: uppercase; }
  .promo-detail-banner__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; }
  .promo-detail-banner__description {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: inherit; }

/* End */
/* /spec/promo/style.css?15423609822891 */
