body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

header,
aside,
section,
footer {
  display: block;
}

::-webkit-input-placeholder {
  color: #398aff;
}

::-moz-placeholder {
  color: #398aff;
}

:-moz-placeholder {
  color: #398aff;
}

:-ms-input-placeholder {
  color: #398aff;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

a {
  color: $color-links;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

h1 {
  font-family: 'Inter', sans-serif;
  line-height: 42px;
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-family: 'Inter', sans-serif;
  line-height: 36px;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-family: 'Inter', sans-serif;
  line-height: 36px;
  font-size: 26px;
  font-weight: 400;
}

h4 {
  line-height: 28px;
  font-size: 24px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.content {
  margin-bottom: auto;
  width: 100%;
}

.center-box {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1560px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-wrap {
  padding: 48px 0;
  width: 100%;
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.btn {
  padding: 20px;
  max-width: 320px;
  width: 100%;
  height: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  background-color: #0169ff;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  box-sizing: border-box;
}

.btn__outline {
  gap: 8px;
  color: #2b2b2b;
  background: none;
  border: 1px solid #2b2b2b;
  border-radius: 8px;
}

.services {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px;
}

.services a {
  width: 214px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.services.android a.link_apple {
  display: none;
}

.services.ios a.link_google {
  display: none;
}

.header {
  padding: 16px 0;
  width: 100%;
}

.header .logo {
  max-width: 153px;
}

.home-banner {
  padding: 48px 0;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 62px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-banner .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-banner .btn {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
}

.home-banner .btn img {
  width: 24px;
  height: 24px;
}

.home-banner img {
  margin: 0 auto;
}

.home-banner h1 {
  margin-bottom: 8px;
  width: 100%;
  max-width: 946px;
  line-height: 64px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-banner h3 {
  margin-bottom: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-banner h3 span {
  display: block;
  color: #0069ff;
}

.home-banner .desc {
  width: 100%;
  max-width: 692px;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-banner .subdesc {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  line-height: 24px;
}

.home-banner__text {
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height 1000ms 1300ms;
  transition: max-height 1000ms 1300ms;
}

.home-banner__media {
  margin: 0 auto 32px;
  width: 100%;
  max-width: 360px;
}

.home-banner2 {
  padding: 48px 0;
  width: 100%;
  background: #f8f8f8;
}

.home-banner2 .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.home-banner2 .btn {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: none;
}

.home-banner2 h2 {
  margin-bottom: 27px;
  line-height: normal;
  font-size: 24px;
  text-align: center;
}

.home-banner2 h3 {
  margin-bottom: 8px;
}

.home-banner2 .desc {
  width: 100%;
  max-width: 692px;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.home-banner2__text {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 800ms 1500ms;
  transition: max-height 800ms 1500ms;
}

.home-banner2__text.animation {
  max-height: 800px;
}

.home-banner2__media {
  margin: 0 auto;
  width: 100%;
  max-width: 328px;
  overflow: hidden;
}

.card-pay {
  width: 100%;
  background-color: #f8f8f8;
}

.card-pay h3 {
  margin-bottom: 16px;
  font-weight: 700;
}

.card-pay p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.card-pay img {
  margin: 0 auto;
}

.card-pay__list {
  margin: 0 auto;
  width: 100%;
  max-width: 464px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.card-pay__item {
  width: 100%;
  position: relative;
}

.card-pay__item-desc {
  padding: 16px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background: url("../../img/profit/bg-card-apply.png") no-repeat;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card-pay__item-desc span {
  color: #ffb200;
  font-weight: 700;
}

.card-pay__item-content {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.card-pay__item-content.animation {
  opacity: 1;
}

.card-pay__media {
  margin: 0 auto 32px;
  width: 100%;
  max-width: 360px;
}

.card-info h3 {
  margin-bottom: 24px;
  font-weight: 700;
}

.card-info .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.card-info .desc {
  font-size: 20px;
  line-height: 28px;
}

.card-info__num {
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  background-color: #0069ff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card-info__item {
  min-height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 28px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.card-info__item.animation {
  opacity: 1;
}

.card-info__item p {
  padding: 16px;
  width: calc(100% - 30px);
  background-color: #f8f8f8;
  border-radius: 0 8px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card-info__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 568px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.card-info__list:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  height: 100%;
  width: 1px;
  background: url("../../img/profit/line-dot.svg");
}

.card-info__img {
  margin: 0 auto;
}

.card-apply {
  background: #0069ff;
}

.card-apply h2 {
  line-height: 38px;
  font-size: 54px;
  color: #ffb200;
  white-space: nowrap;
}

.card-apply .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.card-apply__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.card-apply__item {
  padding: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  background: url("../../img/profit/bg-card-apply.png") no-repeat;
  background-size: cover;
  border-radius: 8px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.card-apply__item p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.card-apply__item.animation {
  opacity: 1;
}

.card-apply__list {
  margin: 0 auto;
  width: 100%;
  max-width: 568px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.card-apply__img {
  width: 64px;
}

.advantage h3 {
  font-weight: 700;
  text-align: center;
}

.advantage h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.advantage .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.advantage__item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  background: url("../../img/profit/bg-card-apply.png") no-repeat;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.advantage__item.js-animate:nth-child(odd) {
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}

.advantage__item.js-animate:nth-child(even) {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}

.advantage__item.animation:nth-child(odd),
.advantage__item.animation:nth-child(even) {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.advantage__img {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.advantage p {
  line-height: 24px;
  font-size: 20px;
  color: #000;
}

.contact {
	background-color: #F8F8F8;
}

.contact__columns h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}

.contact__columns p {
	line-height: 28px;
	font-size: 20px;
}

.contact__columns {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact__phone {
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 28px;
	font-size: 20px;
	color: #0169ff;
	font-weight: 700;
	white-space: nowrap;
}

.contact__phone img {
	width: 30px;
	flex-shrink: 0;
}

.faq h3 {
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.faq .accordion__text {
  width: 100%;
  max-height: 0;
  padding-right: 55px;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  transition: max-height 300ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.faq .accordion__item {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #130f26;
}

.faq .accordion__item:last-child {
  border: 0;
}

.faq .accordion__item h4 {
  width: 100%;
  padding: 18px 35px 8px 0;
  color: #130f26;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.faq .accordion__item h4:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: url("../../img/profit/Arrow2.svg") no-repeat;
}

.faq .accordion__item h4:before {
  width: 24px;
  height: 24px;
}

.faq .accordion__item p {
  line-height: 28px;
  font-size: 20px;
}

.faq .accordion__item.active h4:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.footer {
  padding: 24px 0;
  width: 100%;
  background-color: #323232;
}

.footer .logo {
  display: none;
}

.footer__top {
  padding-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid #474747;
}

.footer__top .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.footer__top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 64px;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
}

.footer__top-text a {
  color: #fff;
  text-decoration: underline;
}

.footer__top-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.footer__top-text p span {
  display: block;
}

.footer__top .logo {
  margin: 0 auto 32px;
}

.footer__bottom {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  color: #fff;
}

.footer__bottom h4 {
  line-height: 24px;
  font-size: 16px;
}

.footer__bottom p {
  line-height: 18px;
  font-size: 12px;
  font-weight: 300;
}

.footer__bottom-column {
  width: 100%;
}

.footer__copy {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 380px) {
  .home-banner .btn {
    margin: 48px auto 24px;
  }

  .home-banner__text {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .center-box {
    padding: 0 60px;
  }

  .home-banner {
    padding: 32px 0;
  }

  .home-banner .center-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-banner .btn {
    margin: 48px 0 24px;
  }

  .home-banner .btn__wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 633px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }

  .home-banner h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

  .home-banner .desc {
    margin: 0 auto;
    width: 100%;
    max-width: 633px;
  }

  .home-banner .subdesc {
    margin: 0;
  }

  .home-banner__text {
    text-align: left;
    width: 100%;
  }

  .home-banner__media {
    position: relative;
    max-width: 100%;
    width: 100%;
  }

  .home-banner2 {
    padding: 48px 0 0;
  }

  .home-banner2 .center-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-banner2 .btn {
    margin: 30px 0 0;
  }

  .home-banner2 h2 {
    text-align: left;
  }

  .home-banner2 .desc {
    text-align: left;
  }

  .home-banner2__text {
    width: 60%;
  }

  .home-banner2__media {
    width: 40%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-banner2__media img {
    width: 328px;
  }

  .card-pay__media {
    margin: 0;
    position: relative;
    max-width: 700px;
    width: 100%;
  }

  .card-apply__item {
    width: calc(50% - 12px);
  }

  .card-apply__list {
    max-width: 926px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantage__item {
    width: calc(50% - 12px);
  }

  .advantage__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq .accordion__item p,
  .contact__phone {
    line-height: 40px;
    font-size: 28px;
  }
  
  .contact__phone img {
	width: 48px;
  }
  
  .contact__columns h3 {
	font-size: 32px;
  }
  
  .contact__columns p {
	line-height: 32px;
	font-size: 24px;
  }
}

@media (min-width: 880px) {
  .card-pay__item-content {
    padding: 32px;
  }
}

@media (min-width: 960px) {
  body {
    line-height: 32px;
    font-size: 20px;
  }

  h1 {
    line-height: 70px;
    font-size: 64px;
  }

  h2 {
    line-height: 40px;
    font-size: 36px;
  }

  h3 {
    line-height: 40px;
    font-size: 36px;
  }

  .home-banner h1 {
    margin: 0 auto 24px;
    text-align: center;
  }

  .home-banner h3 {
    margin-bottom: 47px;
    font-size: 34px;
    line-height: 32px;
  }

  .advantage {
    padding: 104px 0;
  }

  .footer__top .logo {
    margin: 0;
  }

  .footer__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 44px;
  }

  .footer__bottom-column {
    width: calc(100% - 364px);
  }

  .footer__bottom-column:first-child {
    width: 320px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1024px) {
  .btn {
    font-size: 24px;
  }

  .card-info .center-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-info__num {
    width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .card-info__item {
    width: 100%;
  }

  .card-info__list {
    max-width: 926px;
  }

  .card-info__list:before {
    left: 40px;
  }
  
  .contact {
	padding: 64px 0 104px;
  }
  
  .contact__columns {
	flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .home-banner .subdesc {
    line-height: 29px;
    font-size: 24px;
  }

  .home-banner2 .center-box {
    gap: 0;
  }

  .home-banner2 .desc {
    line-height: 38px;
    font-size: 32px;
  }

  .card-apply__list {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .advantage .center-box {
    gap: 64px;
  }

  .advantage__item {
    padding: 32px;
  }
}

@media (min-width: 1280px) {
  .btn {
    height: 80px;
  }

  .header .logo {
    max-width: 280px;
  }

  .home-banner2 h2 {
    font-size: 32px;
    line-height: 46px;
  }

  .card-pay h3 {
    font-size: 32px;
  }

  .card-pay p {
    font-size: 24px;
  }

  .card-pay .center-box {
    padding-top: 304px;
  }

  .card-pay__img {
    position: absolute;
    top: 0;
    left: 116px;
    width: 772px;
  }

  .card-pay__img img {
    width: 100%;
  }

  .card-pay__list {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .card-pay__item {
    width: 100%;
    max-width: 461px;
  }

  .card-pay__item-desc {
    padding: 32px;
    font-size: 24px;
  }

  .card-info h3 {
    font-size: 32px;
  }

  .card-info__block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 33%;
    width: 199px;
    height: 66px;
    background: url("../../img/profit/arr-line.svg") no-repeat;
    background-size: contain;
  }

  .card-info .desc {
    margin-bottom: 70px;
    font-size: 24px;
  }

  .card-info__num {
    font-size: 24px;
  }

  .card-info__item p {
    width: calc(100% - 80px);
    font-size: 24px;
  }

  .card-apply {
    padding: 64px 0;
  }

  .card-apply__item {
    padding: 32px;
    width: 100%;
  }

  .card-apply__item p {
    font-size: 32px;
    line-height: 46px;
  }

  .advantage h3 {
    font-size: 32px;
  }

  .advantage h4 {
    line-height: 28px;
    font-size: 24px;
  }

  .advantage p {
    line-height: 28px;
    font-size: 24px;
  }

  .faq h3 {
    line-height: 28px;
    font-size: 32px;
  }

  .faq .accordion__list {
    margin: 0 auto;
    max-width: 952px;
    width: 100%;
  }

  .faq .accordion__item h4 {
    line-height: 28px;
    font-size: 24px;
  }

  .footer .logo {
    display: block;
  }

  .footer__top .center-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1366px) {
  .advantage__item {
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
  }

  .advantage__item.js-animate:nth-child(odd) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  .advantage__item.js-animate:nth-child(even) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  .advantage__item.animation:nth-child(odd),
  .advantage__item.animation:nth-child(even) {
    opacity: 1;
  }
  
  .contact__phone {
	line-height: 48px;
	font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .card-pay__media {
    margin: 0;
    position: relative;
    max-width: 911px;
    width: 100%;
  }
}