@charset "UTF-8";

@font-face {
    font-family: "Kanit main";
    src: url(../fonts/Kanit-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Kanit main";
    src: url(../fonts/Kanit-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

body {
    font-family: "Kanit main", sans-serif
}

html {
    scroll-behavior: smooth
}

p {
    font-weight: 300;
    font-size: 18px;
    font-family: "Kanit main", sans-serif
}

.main-btn {
    font-family: "Kanit main", sans-serif;
    background: #4c39ad;
    border-radius: 8px;
    padding: 20px 48px;
    color: #fff;
    font-weight: 500;
    transition: all .5s ease;
    display: inline-block;
    text-align: center;
    max-width: max-content
}

.main-btn:hover {
    background: #7229fa;
    transform: scale(.9)
}

.form-send {
    padding: 48px;
    background: #030016;
    color: var(--White, #fff);
    border-radius: 30px;
    max-width: 486px;
    width: 100%
}

.form-send h6 {
    text-align: center;
    font-size: 24px;
    font-weight: 500
}

.form-send .input-block {
    position: relative
}

.form-send input {
    border-radius: 8px;
    padding: 36px 12px 12px 12px;
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    font-size: 16px;
    font-weight: 300;
    color: #030016
}

.form-send input::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #030016
}

.form-send input:focus {
    border: none;
    outline: 0
}

.form-send .input-label {
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #a6a6a6 !important;
    z-index: 20;
    top: 6px;
    left: 12px
}

.form-send .input-label-phone {
    left: 94px
}

.form-send .main-btn {
    display: block;
    max-width: 100%;
    width: 100%;
    font-weight: 500
}

.form-send .form-footer-label {
    font-size: 12px;
    font-weight: 300
}

.form-send .form-footer-label a {
    color: #4c39ad
}

.header {
    background: #030016
}

.header .main-btn {
    padding: 12px 32px
}

.header .main-btn:hover {
    background: #fff;
    color: #4c39ad
}

.hero {
    background: url(../img/hero-bg.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 48px 0
}

.hero h1 {
    line-height: 110%
}

.hero .hero-title {
    max-width: 588px;
    width: 100%
}

.hero .hero-title p {
    font-weight: 300
}

.what-is {
    padding: 80px 0;
    background: #e6e3ff
}

.what-is h2 {
    max-width: 80%;
    margin: 0 auto
}

.what-is .main-btn {
    display: inline-block;
    max-width: max-content;
    padding: 20px 48px
}

.what-is .what-is-text {
    font-size: 18px;
    font-weight: 300
}

.what-is .actual {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e6e3ff
}

.what-is .actual h5 {
    border-bottom: 4px solid #ff2e2e;
    max-width: max-content;
    display: inline-block
}

.what-is .actual span {
    color: #ff2e2e;
    font-weight: 500
}

.durations {
    padding: 80px 0
}

.durations .durations-title {
    max-width: 80%
}

.durations .main-btn {
    display: inline-block;
    max-width: max-content;
    padding: 20px 48px
}

.durations .item {
    background: #e6e3ff;
    border-radius: 30px;
    border: 1px solid #e6e3ff
}

.durations .item p {
    font-weight: 500;
    font-size: 24px
}

.durations .item span {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 300
}

.durations .durations-payback-period {
    background: #030016;
    padding: 17px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    max-width: 124px;
    width: 100%
}

.durations .durations-info {
    padding: 17px
}

.durations .durations-info p {
    white-space: nowrap
}

.durations .durations-info span {
    color: #030016
}

.digital .digital-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch
}

.digital .digital-info {
    background: #030016;
    color: #fff;
    padding: 32px;
    border-radius: 30px
}

.digital .digital-info p {
    font-size: 18px;
    font-weight: 500
}

.digital .digital-info ul {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
    height: 100%
}

.digital .digital-info li {
    font-weight: 300
}

.digital .image {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.digital .image img {
    width: 100%;
    height: 474px;
    object-fit: cover;
    border-radius: 30px
}

.digital .digital-item {
    background: #030016;
    color: #fff;
    padding: 32px;
    border-radius: 30px
}

.calculate {
    padding: 80px 0
}

.calculate .main-btn {
    display: inline-block;
    max-width: max-content;
    padding: 20px 48px
}

.calculate .only-mobile-btn {
    display: none;
    background: #4c39ad;
    border-radius: 8px;
    padding: 16px;
    color: #fff;
    font-weight: 500;
    transition: all .5s ease;
    padding: 20px 48px
}

.calculate .calc {
    display: flex;
    justify-content: center
}

.calculate .calc__box {
    max-width: 588px;
    width: 100%;
    border-radius: 30px;
    padding: 26px;
    background: #030016;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    color: #fff
}

.calculate .calc__row {
    margin-bottom: 22px
}

.calculate .calc__row-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px
}

.calculate .calc__label {
    font-weight: 500;
    font-size: 14px;
    opacity: .95
}

.calculate .calc__pill {
    min-width: 120px;
    text-align: center;
    padding: 9px 14px;
    border-radius: 10px;
    background: #f2f2ff;
    color: #0d0d22;
    font-weight: 800;
    font-size: 13px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .22)
}

.calculate .calc__slider input[type=range] {
    width: 100%;
    appearance: none;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    outline: 0
}

.calculate .calc__slider input[type=range]::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #2f2fff;
    box-shadow: 0 0 0 5px rgba(47, 47, 255, .25);
    border: 2px solid rgba(255, 255, 255, .9);
    cursor: pointer
}

.calculate .calc__slider input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #2f2fff;
    box-shadow: 0 0 0 5px rgba(47, 47, 255, .25);
    border: 2px solid rgba(255, 255, 255, .9);
    cursor: pointer
}

.calculate .calc__slider input[type=range] {
    background: linear-gradient(90deg, #2f2fff 0, #2f2fff var(--fill, 0), rgba(255, 255, 255, .22) var(--fill, 0), rgba(255, 255, 255, .22) 100%)
}

.calculate .calc__ticks {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 6px;
    font-size: 11px;
    opacity: .82
}

.calculate .calc__ticks span {
    text-align: center;
    white-space: nowrap
}

.calculate .number-left-1 {
    padding-left: 28px
}

.calculate .number-left-2 {
    padding-left: 23px
}

.calculate .number-left-3 {
    padding-left: 20px
}

.calculate .number-left-4 {
    padding-left: 20px
}

.calculate .time-left-1 {
    padding-left: 13px
}

.calculate .time-left-2 {
    padding-left: 12px
}

.calculate .time-left-3 {
    padding-left: 4px
}

.calculate .time-left-4 {
    padding-left: 4px
}

.calculate .calc__result {
    margin-top: 8px;
    border-radius: 14px;
    background: #f2f2ff;
    padding: 14px 16px 16px;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .04)
}

.calculate .calc__result-title {
    color: rgba(13, 13, 34, .7);
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 6px
}

.calculate .calc__result-value {
    color: #1f1fff;
    font-weight: 900;
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: .4px
}

.investments {
    padding: 80px 0;
    background: #030016;
    color: #fff
}

.investments h2 {
    max-width: 85%;
    width: 100%
}

.demo {
    padding: 80px 0
}

.demo .demo-title {
    max-width: 80%;
    margin: 0 auto
}

.demo .items {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px
}

.demo .item {
    background: #030016;
    border-radius: 30px;
    padding: 32px
}

.steps {
    padding: 80px 0
}

.steps .steps-items {
    background: #030016;
    border-radius: 30px;
    padding: 32px;
    color: #fff;
    text-align: left
}

.steps .steps-items span {
    font-weight: 500;
    font-size: 48px
}

.approved {
    padding: 80px 0;
    background: #e6e3ff;
    border-radius: 30px
}

.approved .approved-block {
    padding-top: 48px
}

.approved .approved-info .approved-image {
    max-width: 400px
}

.approved .approved-title ul {
    list-style: disc;
    font-weight: 300
}

.approved .approved-title li {
    margin-bottom: 12px
}

.action {
    padding: 80px 0;
    border-radius: 30px 30px 0 0;
    background: url(../img/action.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.action .action-title {
    max-width: 588px;
    width: 100%
}

.action .action-poster {
    background: #fff;
    border-radius: 16px;
    padding: 24px
}

.action .action-poster p {
    font-weight: 500;
    color: #000
}

.questions {
    padding: 80px 0
}

.questions .faq__inner {
    max-width: 920px;
    margin: 0 auto
}

.questions .faq__list {
    display: grid;
    gap: 12px
}

.questions .faq-item {
    background: #0b0b1e;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 32px
}

.questions .faq-item__btn {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: 0 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-align: left
}

.questions .faq-item__q {
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, .95)
}

.questions .faq-item__toggle {
    position: relative;
    width: 16px;
    height: 16px;
    opacity: .9;
    flex: 0 0 auto
}

.questions .faq-item__toggle::after,
.questions .faq-item__toggle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: rgba(255, 255, 255, .85);
    transform: translate(-50%, -50%);
    border-radius: 2px
}

.questions .faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .2s ease, opacity .2s ease
}

.questions .faq-item__panel {
    height: 0;
    overflow: hidden;
    transition: height .25s ease
}

.questions .faq-item__a {
    padding: 26px 0 0;
    font-size: 18px;
    line-height: 1.45;
    color: rgba(255, 255, 255, .72)
}

.questions .faq-item.is-open .faq-item__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg)
}

.questions .faq-item__btn:hover .faq-item__q {
    color: #fff
}

.companies {
    padding: 40px 0
}

.companies .logo-ticker {
    --gap: 18px;
    --speed: 18s;
    padding: 10px 0;
    background: #fff
}

.companies .logo-ticker:hover .logo-ticker__track {
    animation-play-state: paused
}

.companies .logo-ticker__viewport {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.companies .logo-ticker__viewport::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
    left: 0;
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.companies .logo-ticker__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
    right: 0;
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.companies .logo-ticker__track {
    display: flex;
    align-items: center;
    gap: var(--gap);
    width: max-content;
    will-change: transform;
    animation: logo-marquee var(--speed) linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .companies .logo-ticker__track {
        animation: none
    }
}

.companies .logo {
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 auto;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .18);
    border: 1px solid rgba(255, 255, 255, .08)
}

.companies .logo img {
    max-width: 192px;
    width: auto;
    display: block
}

.companies .logo span {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .3px
}

@keyframes logo-marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(var(--shift, -50%))
    }
}

.feedback {
    padding: 80px 0
}

.feedback .feedback__inner {
    max-width: 980px;
    margin: 0 auto
}

.feedback .feedback__title {
    margin: 0 0 24px;
    text-align: center;
    font-weight: 800;
    font-size: clamp(26px, 3vw, 34px);
    color: #0d0d22
}

.feedback .feedback__viewport {
    overflow: hidden;
    position: relative
}

.feedback .feedback__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px)/ 3);
    gap: 24px;
    will-change: transform;
    transition: transform .45s cubic-bezier(.22, .61, .36, 1)
}

.feedback .fb-card {
    background: #030016;
    color: #fff;
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
    min-height: 316px
}

.feedback .fb-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.feedback .fb-card__name {
    font-weight: 800;
    font-size: 24px;
    margin: 0
}

.feedback .fb-card__city {
    opacity: .75;
    margin-top: 2px
}

.feedback .fb-card__avatar {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .18);
    flex: 0 0 auto
}

.feedback .feedback__nav {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px
}

.feedback .fb-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 0;
    background: #0b0b1e;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
    transition: transform .15s ease, opacity .15s ease
}

.feedback .fb-btn:hover {
    transform: translateY(-1px)
}

.feedback .fb-btn:active {
    transform: translateY(0);
    opacity: .9
}

.feedback .fb-btn span {
    font-size: 20px;
    line-height: 1
}

@media (prefers-reduced-motion:reduce) {
    .feedback .feedback__track {
        transition: none
    }
}

.how {
    padding: 40px 0
}

.how .howto__inner {
    max-width: 1080px;
    margin: 0 auto
}

.how .howto__title {
    text-align: center;
    margin: 0 0 18px;
    font-weight: 800;
    font-size: clamp(24px, 3vw, 36px);
    color: #0d0d22
}

.how .steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 0;
    margin: 10px auto 26px;
    max-width: 900px;
    padding-top: 12px
}

.how .steps__track {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    height: 2px;
    background: rgba(85, 80, 255, .2)
}

.how .steps__track::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: rgba(85, 80, 255, .9)
}

.how .steps__item {
    text-align: center;
    position: relative
}

.how .steps__label {
    font-size: 24px;
    font-weight: 700;
    color: rgba(85, 80, 255, .6);
    padding-bottom: 10px;
    margin-bottom: 14px
}

.how .steps__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(85, 80, 255, .25);
    margin: 0 auto;
    position: relative;
    top: -11px
}

.how .steps__item.is-done .steps__label {
    color: rgba(85, 80, 255, .65)
}

.how .steps__item.is-done .steps__dot {
    background: rgba(85, 80, 255, .9)
}

.how .steps__item.is-active .steps__label {
    color: #5550ff
}

.how .steps__item.is-active .steps__dot {
    background: #5550ff
}

.how .howto__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    align-items: start
}

.how .howto-card {
    text-align: center
}

.how .howto-card__media {
    display: grid;
    place-items: center;
    margin-bottom: 18px
}

.how .howto-card__media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .18))
}

.how .mobile-step {
    display: none
}

.how .poster {
    padding: 32px;
    background: #e6e3ff;
    border-radius: 30px
}

.how .poster p {
    font-weight: 500
}

.login {
    padding: 48px 0
}

.login .login-title {
    max-width: 540px;
    width: 100%
}

.login .login-title p {
    font-weight: 500;
    font-size: 24px
}

.about {
    padding: 48px 0
}

.about .about-title {
    line-height: 1.1;
    max-width: 570px;
    width: 100%
}

.about .about-title p {
    font-weight: 500
}

.about .about-image {
    max-width: 486px;
    width: 100%
}

.about-info {
    padding: 40px 0
}

.about-advantages {
    padding: 40px 0
}

.about-advantages .about-advantages-block {
    border-radius: 30px
}

.about-advantages .advantages-items {
    color: #fff
}

.about-advantages .item-info {
    background: #030016;
    padding: 32px;
    border-radius: 30px 0 0 0
}

.about-advantages .item-bg {
    background: url(../img/advantages-bg.webp);
    background-size: cover;
    background-position: center;
    border-radius: 0 30px 0 0
}

.about-advantages li {
    list-style-type: "+   ";
    font-weight: 300
}

.about-advantages .advantages-bottom {
    background: #e6e3ff;
    padding: 32px;
    border-radius: 0 0 30px 30px
}

.about-advantages .advantages-bottom p {
    font-weight: 500
}

.about-poster {
    padding: 40px 0 80px
}

.about-poster .about-poster-block {
    background: #e6e3ff;
    border-radius: 30px;
    padding: 32px
}

.about-poster .about-poster-block p {
    font-weight: 500
}

.about-poster .main-btn {
    padding: 20px 48px
}

.documentation {
    padding: 48px 0
}

.documentation li {
    list-style: disc;
    font-size: 18px;
    font-weight: 300
}

.documentation .strong {
    font-weight: 500
}

.footer {
    background: #030016;
    padding: 80px 0;
    color: #fff
}

.footer .logo {
    max-width: 161px
}

.footer .footer-block {
    gap: 48px
}

.footer .item {
    max-width: 130px
}

.footer .info {
    gap: 48px
}

.footer .info-text {
    font-size: 14px;
    font-weight: 300;
    color: #a6a6a6
}

.footer .info-text p {
    font-size: 14px
}

.footer .info-menu {
    gap: 32px;
    max-width: 204px;
    width: 100%
}

.footer .info-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 500
}

.footer .info-nav h6 {
    color: #a6a6a6
}

.funds {
    padding-bottom: 80px
}

.funds .item {
    background: #030016;
    width: 240px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 16px
}

.funds p {
    opacity: .6
}

.funds .green {
    color: #2f2;
    font-weight: 500;
    opacity: 1;
    white-space: nowrap
}

.funds .info img {
    width: 42px;
    height: 42px
}

.funds .person-main {
    width: 100%
}

.funds .person-profit {
    align-items: end
}

.funds i {
    color: #2f2
}

.funds .balance p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    opacity: 1;
    color: rgba(222, 222, 222, .6549019608)
}

.funds .balance span {
    color: #2f2;
    font-weight: 500;
    opacity: 1
}

.page-404,
.success {
    position: relative;
    height: 100vh;
    background-color: #2f3242
}

.page-404 svg,
.success svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px
}

.page-404 .message-box,
.success .message-box {
    height: 300px;
    max-width: 580px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: 50px;
    color: #fff;
    font-weight: 300
}

.page-404 h3,
.success h3 {
    color: #a6a6a6
}

.page-404 .buttons-con .action-link-wrap,
.success .buttons-con .action-link-wrap {
    margin-top: 40px
}

.page-404 .buttons-con .action-link-wrap a,
.success .buttons-con .action-link-wrap a {
    background: #68c950;
    padding: 8px 25px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: all .3s linear;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px
}

.page-404 .buttons-con .action-link-wrap a:hover,
.success .buttons-con .action-link-wrap a:hover {
    background: #5a5c6c;
    color: #fff
}

.page-404 #Polygon-1,
.page-404 #Polygon-2,
.page-404 #Polygon-3,
.page-404 #Polygon-4,
.page-404 #Polygon-5,
.success #Polygon-1,
.success #Polygon-2,
.success #Polygon-3,
.success #Polygon-4,
.success #Polygon-5 {
    animation: float 1s infinite ease-in-out alternate
}

.page-404 #Polygon-2,
.success #Polygon-2 {
    animation-delay: .2s
}

.page-404 #Polygon-3,
.success #Polygon-3 {
    animation-delay: .4s
}

.page-404 #Polygon-4,
.success #Polygon-4 {
    animation-delay: .6s
}

.page-404 #Polygon-5,
.success #Polygon-5 {
    animation-delay: .8s
}

@keyframes float {
    100% {
        transform: translateY(20px)
    }
}

@media (max-width:768px) {
    .form-send {
        padding: 32px
    }

    .form-send h6 {
        font-size: 20px
    }

    .header-block {
        flex-direction: column;
        gap: 20px
    }

    .hero .hero-block {
        flex-direction: column;
        align-items: center;
        gap: 24px
    }

    .what-is {
        padding: 60px 0;
        border-radius: 60px;
        border: 1px solid #e6e3ff
    }

    .what-is h2 {
        max-width: 100%
    }

    .what-is .what-is-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .what-is .what-is-text {
        gap: 16px
    }

    .durations .durations-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        width: 100%
    }

    .durations .durations-title {
        max-width: 100%
    }

    .durations .item {
        width: 100%;
        justify-content: normal
    }

    .digital .digital-grid {
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .digital .image img {
        height: 100%
    }

    .digital .item {
        padding: 24px
    }

    .calculate .main-btn {
        display: none
    }

    .calculate .only-mobile-btn {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .calculate .calculate-block {
        display: flex;
        flex-direction: column
    }

    .investments h2 {
        max-width: 100%
    }

    .demo .items {
        display: flex;
        flex-direction: column
    }

    .demo .item {
        padding: 24px
    }

    .demo .item img {
        width: 80px;
        height: 80px
    }

    .demo .main-btn {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .steps {
        padding: 20px 0 80px
    }

    .steps .main-btn {
        max-width: 100%;
        width: 100%;
        display: block
    }

    .approved {
        padding: 60px 0;
        border-radius: 60px
    }

    .approved .approved-block {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .action {
        border-radius: 60px 60px 0 0
    }

    .action .action-block {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .action .action-title {
        max-width: 100%
    }

    .feedback .feedback__track {
        grid-auto-columns: calc((100% - 24px)/ 2)
    }

    .how .howto__grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .how .steps {
        display: none
    }

    .how .mobile-step {
        display: block;
        color: #4c39ad
    }

    .how .mobile-step p {
        font-size: 20px;
        font-weight: 500
    }

    .how .poster {
        padding: 24px
    }

    .how .main-btn {
        max-width: 100%;
        display: block;
        width: 100%
    }

    .login .login-block {
        flex-direction: column;
        align-items: center
    }

    .login .login-block p {
        font-size: 18px
    }

    .about .about-block {
        flex-direction: column;
        align-items: center
    }

    .about-info .about-info-block {
        display: flex;
        flex-direction: column-reverse;
        align-items: center
    }

    .about-advantages .item-info {
        padding: 24px;
        border-radius: 30px 30px 0 0
    }

    .about-advantages ul {
        padding: 0 0 0 30px
    }

    .about-advantages li {
        font-size: 16px
    }

    .about-advantages .item-bg {
        min-height: 213px;
        border-radius: 0
    }

    .about-advantages .advantages-bottom {
        padding: 24px
    }

    .about-poster .about-poster-block {
        text-align: left
    }

    .about-poster .main-btn {
        display: block;
        width: 100%;
        text-align: center
    }

    .footer .info {
        flex-direction: column;
        align-items: center
    }

    .footer .info-menu {
        text-align: center;
        gap: 32px;
        max-width: max-content;
        width: 100%
    }

    .footer .logo {
        margin: 0 auto;
        max-width: 200px
    }

    .footer .partners {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px
    }

    .footer .item {
        max-width: 67px
    }

    .page-404 svg,
    .success svg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -250px;
        margin-left: -190px
    }

    .page-404 .message-box,
    .success .message-box {
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -190px;
        text-align: center
    }
}

@media (max-width:578px) {
    p {
        font-weight: 300;
        font-size: 16px
    }

    .what-is .main-btn {
        display: block;
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .durations .main-btn {
        display: block;
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .durations .durations-payback-period {
        max-width: 104px
    }

    .feedback .feedback__track {
        grid-auto-columns: 100%
    }
}