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(40%);
    }
}


.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 22px;
    text-align: center;
}

.hero-section__inner .desc {
    max-width: 600px;
    margin: 0 auto 22px;
    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__wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 24px;
    background: #ffffff;

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

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

.hero__cnt {
    padding: 60px;
}

.hero__cnt .title {
    margin-bottom: 32px;
    text-align: left;
}

.hero__cnt .items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero__cnt .items .item {
    display: flex;
    flex-direction: column;
}

.hero__cnt .items .item .item__head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}




.smarter-fx__inner {
    display: flex;
    gap: 40px;
}

.smarter-fx__inner > div {
    width: 50%;
    flex-basis: 50%;
    padding: 40px 40px 0;
}

.smarter-fx__wrap {
    border-radius: 24px;
    background: #EEEFFF;
}
.payment-templates__wrap {
    border-radius: 24px;
    background: #F2F4F8;
}

.smarter-fx__wrap .title,
.payment-templates__wrap .title {
    max-width: 480px;
    margin-bottom: 20px;
}

.smarter-fx__wrap .desc,
.payment-templates__wrap .desc {
    max-width: 480px;
    margin-bottom: 40px;
}




.open-business-account__inner {
    overflow: hidden;
    display: flex;
    border-radius: 32px;
    background: #ffffff;
}

.open-business-account__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.open-business-account__cnt {
    padding: 60px;
}

.open-business-account__cnt .title {
    max-width: 400px;
    margin-bottom: 16px;
}

.open-business-account__cnt .desc {
    margin-bottom: 30px;
}

.open-business-account__cnt .items {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 30px;
}

.open-business-account__cnt .item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 24px;
    background: #F2F4F8;
}

.open-business-account__cnt .item .number {
    color: #1F1E1F;

    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 114.286% */
}

.open-business-account__img img {
    width: 100%;
    height: 100%;
}






.personalised-service__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);
}

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

.personalised-service__cnt {
    padding: 60px;
}

.personalised-service__cnt .title {
    max-width: 480px;
    margin-bottom: 32px;
}






.benefits h2 {
    margin-bottom: 60px;
    text-align: center;
}

.benefits .items {
    display: flex;
    gap: 40px;
}

.benefits .item {
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;

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

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

.benefits .item .item__title {
    margin-bottom: 24px;
}




/* 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: 642px;
    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;
}


/* faq */
#faq .title {
    margin-bottom: 60px;
    color: #1F1E1F;
    text-align: center;
}

#faq .accordion {
    row-gap: 30px;
}

#faq .accordion__item {
    border-radius: 24px;
    box-shadow: 0 4px 38px 0 rgba(143, 39, 199, 0.10);
}

#faq .accordion__header {
    color: #1F1E1F;
}

#faq p.accordion__content {
    padding-top: 25px;
    color: #1F1E1F;
}

#faq ul.accordion__content {
    padding-left: 25px;
    list-style-type: disc;
}

#faq ul.accordion__content li {
    color: #1F1E1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}

#faq p + p,
#faq ul + p {
    margin-top: 1rem;
}

#faq p + ul {
    margin-left: 1rem;
}


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

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

    .hero__img img {
        width: 100%;
        height: 100%;
    }
}

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

    .hero__wrap {
        flex-direction: column;
    }

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

    .personalised-service__inner {
        flex-direction: column;
    }

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

    .personalised-service__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(20%);
        }
    }

    .open-business-account__inner {
        flex-direction: column-reverse;
    }

    .open-business-account__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

}

@media (max-width: 1023px) {
    .hero__cnt,
    .open-business-account__cnt,
    .personalised-service__cnt {
        padding: 40px;
    }

    .smarter-fx__inner {
        flex-direction: column;
    }

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

    .smarter-fx__wrap .title, .payment-templates__wrap .title {
        max-width: 100%;
    }

    .smarter-fx__wrap .desc, .payment-templates__wrap .desc {
        max-width: 100%;
    }

    .benefits .items {
        flex-direction: column;
    }

    .benefits .item {
        width: 100%;
    }


    .open-business-account__cnt .item .number {
        font-size: 32px;
        line-height: 44px;
    }
}

@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(200%);
        }
    }

    .hero-section {
        padding-bottom: 80px;
    }

    .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;
    }

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

    .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;
    }

    .hero__wrap,
    .open-business-account__inner,
    .personalised-service__inner {
        border-radius: 0;
    }

    .hero__cnt .title {
        margin: 0 0 30px;
    }

    .hero__cnt, .open-business-account__cnt, .personalised-service__cnt {
        padding: 20px;
    }


    .smarter-fx__inner > div {
        padding: 20px 20px 0;
        border-radius: 0;
    }


    .benefits h2 {
        margin-bottom: 40px;
        padding: 0 20px;
    }

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


    #faq .title {
        margin-bottom: 30px;
        padding: 0 20px;
        text-align: center;
    }

    #faq .accordion__item {
        border-radius: 0;
    }

    #faq .accordion__header {
        padding-right: 50px;
    }

    #faq .accordion {
        row-gap: 0;
    }

    .box-faq-list .accordion__header::after,
    .box-faq-list .accordion__item_show .accordion__header::after {
        border-radius: 10px !important;
    }

    #faq .accordion__header {
        font-size: 16px;
        line-height: 20.8px;
    }

    #faq p.accordion__content,
    #faq ul.accordion__content li {
        font-size: 16px;
        line-height: 25.6px;
    }
}
