body {
  background: #f9fafb;
}

.header {
  background-image: url("../img/header-bg.png");
}

.refinancing {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  background: unset;
  color: #222;

  /* margin-top: 24px; */
}

.mobile-apps-banner {
  justify-content: center;
}

.section-banner {
  color: #222;
}

.section-banner p {
  margin: 20px 0 32px;
}

.n-main__info-big {
  grid-template-columns: 1fr;
}

.n-main__info-big-card-list li {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .mobile-apps-banner__img {
    display: none;
  }
}

@media (max-width: 767px) {
  .header {
    background-image: url("../img/header-bg-mob.png");
  }
}

body,
.guide {
  background: #f6f7fa;
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  background: unset;
}

.link,
.link:hover {
  color: #7bcd00;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}

.btn {
  background: #222;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 16px 32px;
}

.btn:hover {
  background: #323232;
}

.header__main {
  display: flex;

  /* margin-top: 100px; */
}

.header__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 40%;
}

.header__img {
  width: 60%;
}

.header__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.header__title {
  font-family: "Squad";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
}

.container-tabs {
  padding: 32px;
  background: white;
  border-radius: 18px;
  margin-bottom: 52px;
}

.refinancing-usage__title {
  font-family: "Squad";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.n-main__info-big-card_theme-app .n-main__info-big-card-title {
  font-weight: 600;
}

.refinancing-usage__wrap {
  margin-top: 48px;
}

.refinancing-usage__step.active {
  background: #f6f7fa;
}

.refinancing-usage__steps {
  display: flex;
}

.refinancing-usage__step {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding: 32px;
  border-radius: 32px 32px 0 0;
  align-items: start;
}
.refinancing-usage__icon {
  padding: 10px;
  margin-bottom: 24px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #cdfc68;
  min-width: 54px;
  height: 54px;
}

.refinancing-usage__name {
  font-family: Squad;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  pointer-events: none;
}

.refinancing-usage__text {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
}

.refinancing-usage__tab {
  display: none;
}

.refinancing-usage__tab.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 50px;
  background: #f6f7fa;
  border-radius: 0 0 32px 32px;
  padding: 32px;
}

.refinancing-usage__tab.active p {
  margin-bottom: 24px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 640px;
}

.refinancing-usage__tab.active ul {
  list-style-type: disc;
  color: #7bcd00;
  padding-left: 16px;
  max-width: 640px;
  margin-bottom: 20px;
}

.refinancing-usage__tab.active ul li {
  margin-bottom: 10px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.refinancing-usage__tab.active ul li span {
  color: black;
}

.refinancing-usage__button {
  margin-top: 32px;
}

.dropwrapper {
  margin-top: 40px;
  margin-left: -16px;
  margin-right: -16px;
  display: none;
}

.dropwrapper-item {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
  margin-bottom: 16px;
  background: #f6f7fa;
}
.dropwrapper-item.active {
  margin-bottom: 20px;
}

.dropwrapper-title {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
  padding: 32px 16px;
  position: relative;
  background: #f6f7fa;
}

.dropwrapper-content {
  padding-left: 32px;
}

.n-main__info-big-card-list {
  margin-bottom: 20px;
}

.section-mob {
  margin-bottom: 50px;
}

.n-main__info-big-card_theme-app .n-main__info-big-card-img {
  right: 40px;
}

.section-mob__mobile {
  display: none;
}

.section-mob__desktop {
  display: block;
  padding: 0 24px;
}

.section-mob__wrapper {
  display: flex;
  flex-direction: column;
}

.section-mob__image {
  border-radius: 18px 18px 0px 0px;
  background: #d7e5fc;

  display: flex;
  justify-content: center;
}

.section-mob__image img {
  width: 80%;
}

.section-mob__text {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 18px;
  background: #fff;
  margin-top: -20px;
}

.section-mob__text--title {
  font-family: Squad;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 16px;
}

.section-mob__text--list {
  margin-bottom: 16px;
}

.section-mob__text--list li {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

.section-mob__text--icons {
  display: flex;
  gap: 8px;
  margin-top: 30px;
}

.tab-notice {
  display: grid;
  margin-top: 34px;
  background-color: #fff;
  border-radius: 18px;
  padding: 32px;
  width: 100%;
}

.refinancing-usage__tab.active .tab-notice p {
  max-width: 618px;
  margin-bottom: 20px;
}

.tab-notice__image {
  width: 54px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .n-main__info-big-card_theme-app .n-main__info-big-card-img {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .section-mob__mobile {
    display: flex;
  }

  .section-mob__desktop {
    display: none;
  }

  .dropwrapper {
    display: block;
  }

  .header {
    padding-bottom: 40px;
  }

  .header__logo {
    margin-bottom: 0;
  }

  .container-tabs {
    border-radius: 0;
  }

  .media-mob-banner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .refinancing-usage__wrap {
    display: none;
  }
  .container-tabs {
    padding: 30px 16px;
  }
  .faq__content-list {
    margin: 0;
    padding: 0 16px;
    max-width: none;
  }
  .faq__answer p,
  .faq__answer li,
  .faq__answer a,
  .faq__answer span {
    margin-bottom: 24px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .faq__answer .link {
    margin-bottom: 0;
  }
  .refinancing-usage__title {
    font-family: Squad;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }

  .dropwrapper-item {
    border-radius: 18px;
  }

  .refinancing-usage__icon {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .section-mob {
    /* padding: 0 16px; */
    margin: 0 auto;
  }

  .section-mob__image img {
    max-height: 252px;
    object-fit: contain;
  }

  .n-main__info-big-card_theme-app {
    padding: 16px;
  }

  .n-main__info-big-card_theme-app .n-main__info-big-card-title {
    font-family: Squad;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    width: 100%;
  }

  .n-main__scroll-item-btn,
  .main-button {
    padding: 16px;
  }

  .refinancing-usage__name {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .tab-notice {
    margin-left: -8px;
    width: calc(100% + 8px);
    padding: 24px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .header__main {
    flex-direction: column;
    margin-top: auto;
  }
  .header__text {
    width: 100%;
  }
  .header__img {
    width: 100%;
    order: -1;
  }
  .header__title {
    font-family: Squad;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
  .header__link {
    display: flex;
  }
  .btn {
    width: 100%;
  }
  .dropwrapper-title {
    padding: 16px;
  }
  .refinancing-usage__name {
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }
  .tab-notice {
    margin-left: -16px;
    width: calc(100% + 26px);
    padding: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header__main {
    max-height: 334px;
  }
  .header__title {
    font-family: Squad;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .header__main {
    max-height: 480px;
  }

  .header__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
