@charset "UTF-8";

/* new-style:start */
.smart-page .promo-card.new-style {
  background: linear-gradient(95.63deg, #7E537C 0%, #547B8D 103.11%);
}

.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;
}

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

.smart-page .promo-card.new-style .promo-card__point-item+.promo-card__point-item {
  margin-left: 30px;
}

.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__main-content {
  margin-bottom: 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;
}

.smart-page .rounded-blocks_new-style .rounded-blocks__inner {
  border-radius: 8px;
  height: 312px;
  justify-content: flex-start;
  padding: 40px 40px 26px;
}

.smart-page .rounded-blocks_new-style .rounded-blocks__inner::after {
  background-color: rgba(0,0,0,.3);
  border: 2px solid rgba(105, 102, 132, 0.3);
  border-radius: 8px;
}

.smart-page .rounded-blocks_new-style .rounded-blocks__title {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}

.smart-page .rounded-blocks_new-style .rounded-blocks__description {
  height: auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.smart-page .rounded-blocks_new-style .rounded-blocks__actions {
  position: relative;
  z-index: 5;
  margin-top: 30px;
}

.smart-page .rounded-blocks_new-style .rounded-blocks__actions .rounded-blocks__button {
  background: #5D7AD5;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 12px;
  min-width: 122px;
  text-align: center;
}

/* Autocard fix */
@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;
    margin-bottom: 11px;
  }

  .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__point-item+.promo-card__point-item {
    margin-left: 0;
  }

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

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

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

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

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

  .smart-page .promo-card.new-style .promo-card__point-item {
    margin-bottom: 16px;
  }

  .smart-page .promo-card.new-style .promo-card__point-item:last-child {
    margin-bottom: 0;
  }

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

  /* new-style:end */

  .smart-page .rounded-blocks_new-style .rounded-blocks__actions .rounded-blocks__button {
    font-size: 10px;
    line-height: 12px;
    padding: 10px;
  }

  .smart-page .rounded-blocks_new-style .rounded-blocks__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .smart-page .rounded-blocks_new-style .rounded-blocks__description {
    font-size: 12px;
    line-height: 15px;
  }

  .smart-page .rounded-blocks_new-style .rounded-blocks__inner {
    height: 200px;
    padding: 20px 16px 16px;
  }

  .smart-page .rounded-blocks_new-style .rounded-blocks__item {
    width: 252px;
  }

  .smart-page .rounded-blocks_new-style .rounded-blocks__actions {
    margin-top: 20px;
  }

  .smart-page .rounded-blocks_new-style .rounded-blocks__container {
    overflow-x: scroll;
    flex-wrap: nowrap;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: none;
  }

  .smart-page .rounded-blocks_new-style .rounded-blocks__container::-webkit-scrollbar {
    width: 0;
  }

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

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