@charset "UTF-8";

/* new-style:start */
.smart-page .promo-card.new-style {
  background: linear-gradient(95.58deg, #1A1A1B 0%, #596065 100%);
}

.smart-page .promo-card.new-style .promo-card__title {
  font-size: 60px;
  line-height: 73px;
  font-weight: 700;
  margin-bottom: 16px;
}

.smart-page .promo-card.new-style .promo-card__sub-title {
  margin-bottom: 60px;
}

.smart-page .promo-card.new-style .btn {
  font-size: 16px;
  padding: 16px 20px;
  height: auto;
  min-width: 180px;
  line-height: 16px;
}

.smart-page .promo-card.new-style .promo-card__text {
  width: 54%;
}

.smart-page .promo-card.new-style .promo-card__text {
  padding: 50px 0 0 20px;
}

.smart-page .promo-card.new-style .promo-card__point-text {
  font-size: 14px;
  margin-left: 16px;
}

.smart-page .promo-card.new-style .promo-card__main-content {
  margin-bottom: 7px; /* 36px */
}

.smart-page .promo-card.new-style {
  padding-bottom: 54px;
}
/* new-style:end */

.smart-page .promo-card__sub-title {
  margin-bottom: 56px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

/* Smartcard fix */
.smart-page-smartcard .steps-section .heading {
  margin-bottom: 40px;
}

.smart-page-smartcard .steps-section {
  padding-bottom: 120px;
}

.smart-page-smartcard .questions-section {
  padding-bottom: 0;
}

.questions-section + .questions-section {
  padding-top: 0;
}

.contacts-section .heading {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {

  /* new-style:start */
  .smart-page .promo-card.new-style .promo-card__text {
    width: 100%;
    padding: 45px 0 0 0;
    text-align: center;
  }
  .smart-page .promo-card.new-style .promo-card__title {
    font-size: 40px;
    line-height: 49px;
    text-align: center;
  }

  .smart-page .promo-card__sub-title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .smart-page .promo-card.new-style .promo-card__sub-title {
    margin-bottom: 42px;
  }

  .smart-page .promo-card.new-style .btn {
    font-size: 14px;
    padding: 13px 20px;
  }

  .smart-page .promo-card.new-style .promo-card__main-content {
    margin-bottom: 60px;
  }

  .smart-page .promo-card.new-style .promo-card__point-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .smart-page .promo-card.new-style {
    padding-bottom: 26px;
  }

  .smart-page .promo-card.new-style .promo-card__points {
    max-width: 264px;
  }
  /* new-style:end */

  .promo-card__point-icon img {
    width: 34px;
    height: auto;
  }

  .smart-carousel__text div {
    font-size: 12px;
    line-height: 16px;
  }

  .sub-title br {
    display: none;
  }

  .smart-steps__icon img {
    width: 40px;
    height: 38px;
  }

  .smart-page-smartcard .steps-section {
    padding-bottom: 20px;
  }
}