body {
    padding-top: 86px !important;
}

.section .container {
    max-width: 1400px;
    /*padding: 0 40px;*/
    padding: 0;
}

.section {
    margin-bottom: 80px;
}


.hero-section {
    position: relative;
    overflow: hidden;
    /*padding-bottom: 80px;*/
}

.floating-left,
.floating-right {
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
    animation: floatY 10s ease-in-out infinite;
}

.floating-left-mobile, .floating-right-mobile {
    display: none;
}

.floating-left {
    left: -30%;
    animation-delay: 0s;
}

.floating-right {
    right: -30%;
    animation-delay: 3s; /* половина періоду — створює протифазу */
}

@keyframes floatY {
    0%, 100% {
        transform: translateY(-300px);
    }
    50% {
        transform: translateY(20%);
    }
}


.hero-section__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding-top: 40px;
}

.hero-section__inner .title {
    max-width: 926px;
    margin: 0 auto 50px;
    text-align: center;
}

.hero-section__inner .desc {
    max-width: 694px;
    margin: 0 auto 50px;
    text-align: center;
}

.hero-section__inner .buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
}

.hero-section__inner .buttons .btn.btn-outline {
    background-color: transparent;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
}

.hero-section__inner .hero__img {
    overflow: hidden;
    border-radius: 32px;
}


.streamline__inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.streamline__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.streamline__cnt {
    padding: 60px;
}

.streamline__cnt .title {
    margin-bottom: 32px;
}


.why-transferra-works__inner {
    padding: 60px;
    border-radius: 32px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.why-transferra-works__inner h2 {
    max-width: 682px;
    margin: 0 auto 50px;
    text-align: center;
}

.why-transferra-works__inner .items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.why-transferra-works__inner .item {
    display: flex;
    gap: 20px;
    width: calc(50% - 20px);
}

.why-transferra-works__inner .item__title {
    margin-bottom: 10px;
}


.financial-partner__inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 32px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.financial-partner__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.financial-partner__cnt {
    padding: 60px;
}

.financial-partner__cnt .title,
.financial-partner__cnt .desc {
    margin-bottom: 32px;
}


.benefits__inner {
    display: flex;
    gap: 50px;
}

.benefits__cnt {
    min-width: 600px;
    flex-basis: 600px;
    padding: 60px;
    border-radius: 32px;
    background: #F2F4F8;
    background: color(display-p3 0.949 0.9569 0.9725);
}

.benefits__cnt .title {
    margin-bottom: 10px;
}

.benefits__items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.benefits__items .item {
    width: calc(50% - 12px);
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;
}

.benefits__items .item .item__icon {
    margin-bottom: 24px;
}


.how-to-open__inner {
    overflow: hidden;
    display: flex;
    border-radius: 32px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.how-to-open__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.how-to-open__cnt {
    padding: 60px;
}

.how-to-open__cnt .title {
    margin-bottom: 16px;
}

.how-to-open__cnt .desc {
    margin-bottom: 30px;
}

.how-to-open__cnt .items {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}

.how-to-open__cnt .items .item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 24px;
    background: #F2F4F8;
}

.how-to-open__cnt .items .item .number {
    color: #1F1E1F;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 114.286% */
}

.how-to-open__cnt .items .item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}


/* banner */
.banner .banner__inner {
    padding: 78px;
    border-radius: 32px;
    background: url('../images/partners/banner.png') lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 38px 0 rgba(143, 39, 199, 0.10);
}

.banner .title {
    margin: 0 auto 16px;
    color: #F8F7F8;
    text-align: center;
}

.banner .content {
    max-width: 734px;
    margin: 0 auto 56px;
    color: #F8F7F8;
    text-align: center;
}

.banner .btn {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    background: #ffffff;
    color: #1E1E1E;
    border-radius: 8px;
}


@media (max-width: 1439px) {
    body {
        padding-top: 98px !important;
    }

    .section .container {
        max-width: 1206px;
        padding: 0;
    }

    .streamline__img picture {
        width: 100%;
    }

    .streamline__img picture img {
        width: 100%;
    }
}

@media (max-width: 1365px) {
    /*.section {*/
    /*    overflow: hidden;*/
    /*}*/
    .section .container {
        max-width: 880px;
        padding: 0;
    }


    .streamline__inner {
        flex-direction: column-reverse;
    }

    .streamline__inner > div {
        width: 100%;
        flex-basis: 100%;
    }


    .financial-partner__inner {
        align-items: stretch;
    }

    .financial-partner__img {
        min-height: 100%;
    }

    .financial-partner__img picture {
        width: 100%;
    }

    .financial-partner__img picture img {
        /*width: 100%;*/
        height: 100%;
    }

    .financial-partner__cnt {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .financial-partner__cnt .title {
        max-width: 200px;
    }

    .financial-partner__cnt a {
        max-width: max-content;
    }


    .benefits__inner {
        flex-direction: column;
    }

    .benefits__cnt {
        width: 100%;
        flex-basis: 100%;
    }


    .how-to-open__inner {
        flex-direction: column;
    }

    .how-to-open__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .how-to-open__img img {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .floating-left {
        left: -50%;
    }

    .floating-right {
        right: -50%;
    }

    @keyframes floatY {
        0%, 100% {
            transform: translateY(-300px);
        }
        50% {
            transform: translateY(0);
        }
    }


}

@media (max-width: 1023px) {
    body {
        padding-top: 92px !important;
    }


    .streamline__cnt,
    .why-transferra-works__inner,
    .financial-partner__cnt,
    .benefits__cnt,
    .how-to-open__cnt {
        padding: 40px;
    }

    .financial-partner__inner {
        flex-direction: column;
    }
    .financial-partner__inner > div {
        width: 100%;
        flex-basis: 100%;
    }
    .financial-partner__img picture img {
        width: 100%;
        height: auto;
    }

    .ios-app__cnt,
    .personal-account__cnt,
    .who-is-this__inner .item {
        padding: 20px;
    }

    .how-to-open__cnt .items .item .number {
        font-size: 32px;
        line-height: 44px; /* 137.5% */
    }
}

@media (max-width: 767px) {
    body {
        padding: 88px 0 0 !important;
    }

    picture {
        width: 100%;
    }

    section .container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
    }

    section h1 {
        font-size: 32px;
        line-height: 44px;
        font-weight: 600;
    }

    section h2 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }

    .section {
        overflow: hidden;
        margin-bottom: 40px;
    }

    .section .container {
        max-width: 100%;
        padding: 0;
    }

    @keyframes floatY {
        0%, 100% {
            transform: translateY(-100px);
        }
        50% {
            transform: translateY(20%);
        }
    }

    .hero-section__inner {
        margin-top: 0;
    }

    .floating-left,
    .floating-right {
        display: none;
    }

    .floating-left {
        left: -50%;
        animation-delay: 0s;
    }

    .floating-right {
        right: -50%;
        animation-delay: 6s;
    }

    .floating-left-mobile, .floating-right-mobile {
        display: block;
    }


    .hero-section__inner .title {
        max-width: 320px;
        margin-bottom: 30px;
    }

    .hero-section__inner .desc {
        max-width: 320px;
        margin-bottom: 30px;
    }

    .hero-section__inner .hero__img {
        width: 100%;
        border-radius: 0;
    }

    .hero-section__inner .hero__img img {
        width: 100%;
    }

    .hero-section__inner .buttons {
        margin-bottom: 40px;
    }


    .streamline__inner,
    .why-transferra-works__inner,
    .financial-partner__inner,
    .benefits__cnt,
    .benefits__items .item,
    .how-to-open__inner{
        border-radius: 0;
    }

    .financial-partner__cnt .title {
        max-width: 100%;
    }


    .why-transferra-works__inner .item,
    .benefits__items .item {
        width: 100%;
        flex-basis: 100%;
    }


    .benefits__cnt {
        width: 100%;
        min-width: 100%;
        flex-basis: 100%;
    }



    .streamline__cnt,
    .why-transferra-works__inner,
    .financial-partner__cnt,
    .benefits__cnt,
    .how-to-open__cnt {
        padding: 20px;
    }

    .banner .banner__inner {
        padding: 40px 20px;
        background: url(../images/partners/banner-mobile.jpg) center center no-repeat;
        background-size: cover;
        border-radius: 0;
    }
}
