.main-banner__arrs {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  bottom: 10px;
  z-index: 100;
}
body {
  background-color: #f6f6f6;
}
.container {
  max-width: 1266px;
}
.color-pink {
  color: #e1056d;
}
a {
  color: #e1056d;
  text-decoration: none;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}
.img-responsive {
  max-width: 100%;
}
.bordered-card {
  background-color: #fff;
  border-radius: 27px;
  padding: 58px 69px 67px;
}
.d-flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
blockquote {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 148.9%;
  padding-left: 17px;
}
blockquote:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e1056d;
  border-radius: 2px;
}
.section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}
.section-description {
  font-weight: 600;
  font-size: 18px;
  line-height: 163.4%;
  margin-top: 10px;
}
.sm-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  body {
    background-color: #f6f6f6;
  }
  .container {
    max-width: 100%;
  }
  .bordered-card {
    border-radius: 0;
    padding: 30px 30px 58px;
  }
  blockquote {
    position: relative;
    font-size: 12px;
    line-height: 162.9%;
    padding: 15px 10px 20px 28px;
    color: #3c3c3c;
    border-radius: 18px;
    overflow: hidden;
    background-image: url(../img/bonus-program/elipse-bg-sm.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(100px);
    z-index: 1;
  }
  .blockquote__inner {
    position: relative;
    z-index: 5;
  }
  .section-title {
    font-size: 22px;
    line-height: 30px;
  }
  .section-description {
    font-size: 12px;
    line-height: 161.4%;
    margin-top: 7px;
  }
  .md-only {
    display: none;
  }
  .sm-only {
    display: inline-block;
  }
}
h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
  }
}
.main-banner {
  background: linear-gradient(
    294.34deg,
    rgba(70, 70, 70, 0.99) 0%,
    #000000 111.78%
  );
  border-radius: 34px;
  padding: 0 0 59px 78px;
  color: #fff;
  overflow: hidden;
}
.main-banner__content {
  display: flex;
}
.main-banner__text {
  padding-top: 81px;
}
.main-banner__media {
  width: 619px;
  line-height: 0;
  flex-shrink: 0;
}
.main-banner__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}
.main-banner__title span {
  font-size: 54px;
  font-weight: 800;
}
.main-banner__description {
  margin-top: 28px;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
}
.main-banner__button {
  cursor: pointer;
  margin-top: 45px;
  font-size: 22px;
  height: 68px;
}
.main-banner__small-text {
  font-size: 18px;
  font-weight: 500;
  max-width: 570px;
  margin-top: -74px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .main-banner {
    border-radius: 0;
    padding: 0 0 82px 0;
    position: relative;
  }
  .main-banner:after {
    content: "";
    position: absolute;
    bottom: 23px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 28px;
    background: url("../img/bonus-program/arr-group.svg") no-repeat center;
  }
  .main-banner__content {
    display: flex;
    flex-wrap: wrap;
  }
  .main-banner__text {
    padding-top: 62px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .main-banner__media {
    width: 100%;
    line-height: 0;
    flex-shrink: 0;
  }
  .main-banner__title {
    font-weight: 700;
    font-size: 27px;
    line-height: 119%;
    letter-spacing: 0.02em;
  }
  .main-banner__title span {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.02em;
  }
  .main-banner__description {
    margin-top: 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 137.5%;
  }
  .main-banner__button {
    display: none !important;
  }
  .main-banner__small-text {
    margin-top: 37px;
    max-width: 100%;
    padding: 0 30px;
    font-weight: 500;
    font-size: 13px;
    line-height: 150.9%;
  }
}
.advantages__marker {
  margin-right: 6px;
}
.advantages__marker,
.advantages__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #e1056d;
}
.advantages__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
}
.advantages__item {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
}
.advantages__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .advantages__marker {
    margin-right: 4px;
  }
  .advantages__marker,
  .advantages__title {
    font-size: 15px;
    line-height: 161.4%;
  }
  .advantages__text {
    font-size: 12px;
    line-height: 161.4%;
    margin-top: -2px;
  }
  .advantages__item {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 161.4%;
  }
  .advantages__item br {
    display: none;
  }
  .advantages__item:last-child {
    margin-bottom: 0;
  }
}
.bonuses-smartbank__content {
  padding-top: 9px;
}
.bonuses-smartbank__image {
  margin-right: 48px;
}
.bonuses-smartbank__bottom-text {
  margin-top: 44px;
  max-width: 1059px;
}
.bonuses-smartbank .small-text {
  color: #7c7c7c;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .bonuses-smartbank .d-flex {
    flex-direction: column-reverse;
  }
  .bonuses-smartbank__content {
    padding-top: 22px;
  }
  .bonuses-smartbank__media {
    text-align: center;
    padding-top: 32px;
  }
  .bonuses-smartbank__image {
    margin: 0;
    max-width: 88%;
  }
  .bonuses-smartbank__bottom-text {
    margin-top: 29px;
    max-width: 100%;
  }
  .bonuses-smartbank .small-text {
    color: #7c7c7c;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .bonuses-smartbank .small-text:last-child {
    margin-bottom: 0;
  }
}
.favourite-category {
  background-image: url("../img/bonus-program/elipse-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.favourite-category__content {
  position: relative;
  z-index: 5;
  padding-top: 8px;
}
.favourite-category::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(100px);
  z-index: 1;
  border-radius: 27px;
}
.favourite-category__description {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-top: 8px;
}
.favourite-category .advantages {
  margin-top: 43px;
}
.favourite-category .advantages__item {
  margin-bottom: 26px;
}
.favourite-category blockquote {
  margin-top: 65px;
  max-width: 990px;
}
.favourite-category .small-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 148.9%;
  margin-top: 30px;
}
.favourite-category__media {
  position: absolute;
  z-index: 2;
  right: -85px;
  top: -119px;
}
@media only screen and (max-width: 767px) {
  .favourite-category {
    background-image: none;
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 42px;
  }
  .favourite-category__content {
    position: relative;
    z-index: 5;
    padding-top: 12px;
  }
  .favourite-category::after {
    display: none;
  }
  .favourite-category__description {
    font-size: 12px;
    line-height: 161.4%;
    padding-right: 10px;
  }
  .favourite-category__description br {
    display: none;
  }
  .favourite-category .advantages {
    margin-top: 17px;
  }
  .favourite-category .advantages__item {
    margin-bottom: 14px;
  }
  .favourite-category blockquote {
    margin-top: 34px;
    max-width: 100%;
  }
  /* .favourite-category .small-text {
    display: none !important;
  } */
  .favourite-category__media {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -39px;
  }
}
.tab__controls {
  display: inline-flex;
  background: #f1f1f1;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.tab__control {
  font-style: normal;
  line-height: 162.4%;
  font-weight: 500;
  font-size: 16px;
  padding: 27px 40px 23px 40px;
  cursor: pointer;
  text-align: center;
  min-width: 212px;
}
.tab__control.is-active {
  cursor: default;
  font-weight: 600;
  font-size: 18px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 14px 14px 0 0;
  color: #e1056d;
}
.tab__section {
  background-color: #fff;
  border-radius: 0 0 17px 17px;
  padding: 0;
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.tab__section.is-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 40px 69px 79px;
}
.tab__inner {
  position: relative;
  z-index: 5;
}
.tab__media {
  position: absolute;
  right: 8px;
  top: 1px;
  z-index: 1;
  width: 290px;
  text-align: center;
}
.tab__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 148.9%;
  color: #e1056d;
}
.tab__sub-title {
  margin-top: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 162.4%;
  max-width: 669px;
}
.tab ul {
  list-style-type: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 193.4%;
  margin-top: 22px;
  max-width: 814px;
}
.tab ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.tab ul li:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
}
.tab__action {
  text-align: center;
  margin-top: 53px;
}
.tab__button {
  font-weight: 600;
  font-size: 22px;
  line-height: 144.4%;
  height: 68px;
  padding: 0 68px;
}
.tab__footer {
  margin-top: 53px;
}
.tab .small-text {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 153.4%;
  color: #7c7c7c;
  max-width: 1030px;
}
.tab .small-text + .small-text {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .tab {
    padding: 0 30px;
  }
  .tab__controls {
    flex-wrap: wrap;
    background: #fff;
    border-radius: 0;
    width: 100%;
  }
  .tab__control {
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 9px 20px 9px 20px;
    cursor: pointer;
    text-align: center;
    min-width: 116px;
    border: 1px solid #e1056d;
    border-radius: 100px;
    height: auto;
    margin: 0 12px 12px 0;
    color: #e1056d;
  }
  .tab__control:last-child {
    margin-left: 0;
  }
  .tab__control.is-active {
    cursor: default;
    border-radius: 100px;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    background-color: #e1056d;
    color: #fff;
  }
  .tab__section {
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .tab__section.is-active {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 53px 0 55px;
  }
  .tab__media {
    position: static;
    width: 100%;
    text-align: center;
  }
  .tab__title {
    font-size: 18px;
    line-height: 136.4%;
    color: #e1056d;
  }
  .tab__sub-title {
    margin-top: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 162.4%;
    max-width: 669px;
  }
  .tab ul {
    font-size: 13px;
    line-height: 193.4%;
    max-width: 100%;
  }
  .tab ul li {
    position: relative;
    padding-left: 2px;
    margin-bottom: 0;
  }
  .tab ul li:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #333;
  }
  .tab__button {
    font-weight: 600;
    font-size: 18px;
    line-height: 144.4%;
    height: 48px;
    padding: 0 54px;
  }
  .tab__footer {
    margin-top: 29px;
  }
  .tab .small-text {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 153.4%;
    color: #7c7c7c;
    max-width: 1030px;
  }
  .tab .small-text + .small-text {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .bonuses-card {
    background-color: #fff;
  }
  .bonuses-card__content {
    padding-top: 43px;
  }
  .bonuses-card .tab {
    padding: 0 20px;
  }
  .bonuses-card .tab__controls,
  .bonuses-card .tab__inner {
    padding: 0 10px;
  }
  .bonuses-card .tab__inner {
    display: flex;
    flex-direction: column;
  }
  .bonuses-card .tab__action {
    margin-top: 16px;
    order: 1;
  }
  .bonuses-card .tab__title {
    order: 2;
    margin-top: 39px;
  }
  .bonuses-card .tab__list {
    margin-top: 14px;
    order: 3;
  }
  .bonuses-card .tab__footer {
    order: 4;
  }
}
.button-link {
  color: #e1056d;
  font-weight: 600;
  font-size: 24px;
  line-height: 153.4%;
  text-decoration: none;
  padding: 30px;
  background-color: #fff;
  border-radius: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button-link {
    font-size: 14px;
    line-height: 153.4%;
    padding: 23px;
    border-radius: 9px;
  }
}
.short-links {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.short-links .separate {
  width: 57px;
  flex-shrink: 0;
}
.short-links .button-link {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .short-links {
    flex-wrap: wrap;
    padding: 43px 30px 20px;
    gap: 0
  }
  .short-links .separate {
    display: none;
  }
  .short-links .button-link {
    width: 100%;
    margin-bottom: 14px;
  }
  .short-links .button-link:last-child {
    margin-bottom: 0;
  }
}
.faq {
  background-color: #fff;
  border-radius: 27px;
  padding: 66px 69px 76px;
}
.faq__rows {
  margin-top: 44px;
}
.faq__content {
  height: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 148.9%;
  transition: padding 0.15s;
  max-width: 901px;
}
.faq__content img {
  max-width: 100%;
  height: auto;
}
.faq__content ol + p,
.faq__content ul + p,
.faq__content p + ol,
.faq__content p + ul,
.faq__content p + p {
  margin-top: 14px;
}
.faq ul,
.faq__list {
  max-width: 901px;
}
.faq ul li,
.faq__list li {
  padding-left: 28px;
  position: relative;
}
.faq ul li:after,
.faq__list li:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
}
.faq__row {
  border-bottom: 1px solid #efefef;
  margin-bottom: 14px;
  padding-bottom: 3px;
}
.faq__row-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  padding-right: 40px;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.faq__row-title:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 11px;
  width: 22px;
  height: 12px;
  background: url("../img/bonus-program/arr.svg") no-repeat center;
  transition: transform 0.3s;
}
.faq__row:last-child {
  margin-bottom: 0;
}
.faq__row.is-active .faq__content {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-bottom: 15px;
}
.faq__row.is-active .faq__row-title:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .faq {
    background-color: #f6f6f6;
    border-radius: 0;
    padding: 24px 30px 36px;
  }
  .faq__rows {
    margin-top: 20px;
  }
  .faq__content {
    font-size: 13px;
    line-height: 148.9%;
    max-width: 98%;
  }
  .faq ul,
  .faq__list {
    max-width: 100%;
  }
  .faq ul li,
  .faq__list li {
    padding-left: 20px;
    position: relative;
  }
  .faq ul li:after,
  .faq__list li:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #333;
  }
  .faq__row {
    border-bottom: 1px solid #efefef;
    margin-bottom: 11px;
    padding-bottom: 3px;
  }
  .faq__row-title {
    font-size: 16px;
    line-height: 20px;
    padding-right: 30px;
    padding-bottom: 7px;
    cursor: pointer;
    position: relative;
  }
  .faq__row-title:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 8px;
    width: 14px;
    height: 8px;
    background: url("../img/bonus-program/arr-sm.svg") no-repeat center;
  }
  .faq__row:last-child {
    margin-bottom: 0;
  }
  .faq__row.is-active .faq__content {
    padding-bottom: 17px;
    padding-top: 6px;
  }
}
.main-banner-section {
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .main-banner-section {
    margin-top: 0;
  }
  .main-banner-section .container {
    padding: 0;
  }
}
.bonuses-smartbank-section {
  margin-top: 80px;
}
.bonuses-smartbank-section .advantages {
  margin-top: 32px;
  max-width: 488px;
}
@media only screen and (max-width: 767px) {
  .bonuses-smartbank-section {
    margin: 0;
  }
  .bonuses-smartbank-section .container {
    padding: 0;
  }
  .bonuses-smartbank-section .advantages {
    margin-top: 22px;
    max-width: 100%;
  }
}
.favourite-category-section {
  margin-top: 105px;
}
@media only screen and (max-width: 767px) {
  .favourite-category-section {
    margin: 0;
  }
  .favourite-category-section .container {
    padding: 0;
  }
}
.bonuses-card-section {
  margin-top: 80px;
}
.bonuses-card-section .heading {
  padding: 0 18px;
  max-width: 905px;
}
.bonuses-card-section .tab {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .bonuses-card-section {
    margin: 0;
  }
  .bonuses-card-section .container {
    padding: 0;
  }
  .bonuses-card-section .heading {
    padding: 0 30px;
    max-width: 100%;
  }
  .bonuses-card-section .tab {
    margin-top: 34px;
  }
}
.short-links-section {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .short-links-section {
    margin: 0;
  }
  .short-links-section .container {
    padding: 0;
  }
}
.faq-section {
  margin-top: 81px;
}
@media only screen and (max-width: 767px) {
  .faq-section {
    margin-top: 0;
  }
  .faq-section .container {
    padding: 0;
  }
}
.main-services {
  margin-top: 88px;
  margin-bottom: 86px;
}
@media only screen and (max-width: 767px) {
  .main-services {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 66px;
  }
} /*# sourceMappingURL=main.css.map */
