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

main {
    overflow: hidden;
}

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

.section {
    margin-bottom: 80px;
}


.hero-section {
    position: relative;
    overflow: hidden;
}

.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: 700px;
    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;
}


/* currencies */
.currencies__inner {
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 4px 38px 0 rgba(143, 39, 199, 0.10);
}


.currencies__cnt {
    padding: 60px 60px 0;
    text-align: center;
}

.currencies__cnt .desc {
    max-width: 880px;
    margin: 0 auto;
}

.currencies__img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px 60px;
}

.currencies .title {
    margin-bottom: 30px;
    color: #1F1E1F;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 67.2px */
}

.currencies .subtitle {
    max-width: 500px;
    margin-bottom: 20px;
    color: #1F1E1F;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
}

.currencies .content {
    margin-bottom: 50px;
    color: #1F1E1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 32px */
}


.save-currency .main__inner {
    display: flex;
    gap: 40px;
}

.save-currency .main__inner > div {
    width: calc(50% - 20px);
    min-height: 822px;
}

.save-currency .save-currency__inner {
    padding: 40px;
    border-radius: 24px;

    background-color: #EEEFFF;
    background-image: url('../images/multi-currency-account/save-currency-fullhd.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right 43px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .save-currency .save-currency__inner {
        background-color: #EEEFFF;
        background-image: url('../images/multi-currency-account/save-currency-fullhd@2x.png');
    }
}


.save-currency .save-currency__inner .title {
    max-width: 400px;
    margin-bottom: 8px;
}

.save-currency .save-currency__inner .desc {
    max-width: 430px;
}
.save-currency .save-currency__inner .desc br {
    display: none;
}


.save-currency .simplify-bookkeeping__inner {
    padding: 40px;
    border-radius: 24px;

    background-color: #F2F4F8;
    background-image: url('../images/multi-currency-account/simplify-bookkeeping-fullhd.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right 43px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .save-currency .simplify-bookkeeping__inner {
        background-color: #F2F4F8;
        background-image: url('../images/multi-currency-account/simplify-bookkeeping-fullhd@2x.png');
    }
}




.save-currency .simplify-bookkeeping__inner .title {
    max-width: 400px;
    margin-bottom: 8px;
}

.save-currency .simplify-bookkeeping__inner .desc {
    max-width: 445px;
}

.save-currency .simplify-bookkeeping__inner .desc br {
    display: none;
}


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

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

.efficient-payments__img {
    flex-basis: 992px;
}

.efficient-payments__cnt {
    flex: 1;
    padding: 60px;
}

.efficient-payments__cnt .title {
    margin-bottom: 20px;
}

.efficient-payments__cnt .desc {
    margin-bottom: 50px;
}


.perks__inner h2 {
    margin-bottom: 80px;
    text-align: center;
}

.perks__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.perks__list .item {
    width: calc(50% - 20px);
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;

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

.perks__list .item__icon {
    margin-bottom: 20px;
}

.perks__list .item__title {
    margin-bottom: 24px;
}


.banner {
    margin-bottom: 80px;
}

.banner__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    border-radius: 32px;
    background: url('../images/multi-currency-account/banner.png');

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

.banner__inner .title {
    margin-bottom: 20px;
    color: #ffffff;
}

.banner__inner .content {
    max-width: 642px;
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
}

.banner__inner .btn {
    background: #ffffff;
    color: #1E1E1E;
}


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

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

.open-multi-currency-account__cnt {
    padding: 60px;
}

.open-multi-currency-account__cnt .title {
    margin-bottom: 16px;
}

.open-multi-currency-account__cnt .desc {
    max-width: 400px;
    margin-bottom: 50px;
}

.open-multi-currency-account__img {
    display: flex;
    align-items: center;
    background: #EEEFFF;
}

.open-multi-currency-account__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.open-multi-currency-account__list .item {
    padding: 20px;
    border-radius: 24px;
    background: #F2F4F8;
}

.open-multi-currency-account__list .item .item__number {
    display: block;
    margin-bottom: 30px;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    color: #1F1E1F;
}


@media (max-width: 1399.98px) {
    .save-currency .save-currency__inner {
        background: #EEEFFF url(../images/multi-currency-account/save-currency-fullhd.png) bottom right 20px no-repeat;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .save-currency .save-currency__inner {
            background-color: #EEEFFF;
            background-image: url('../images/multi-currency-account/save-currency-fullhd@2x.png');
            -webkit-background-size: contain;
            background-size: contain;
        }
    }


    .save-currency .simplify-bookkeeping__inner {
        background: #F2F4F8 url(../images/multi-currency-account/simplify-bookkeeping-fullhd.png) bottom right 20px no-repeat;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .save-currency .simplify-bookkeeping__inner {
            background-color: #F2F4F8;
            background-image: url('../images/multi-currency-account/simplify-bookkeeping-fullhd@2x.png');
            -webkit-background-size: contain;
            background-size: contain;
        }
    }



    .efficient-payments__img {
        flex-basis: 600px;
    }
}

@media (max-width: 1365.98px) {
    .save-currency .save-currency__inner {
        background: #EEEFFF url(../images/multi-currency-account/save-currency-laptop.png) bottom right 0 no-repeat;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .save-currency .save-currency__inner {
            background-color: #EEEFFF;
            background-image: url('../images/multi-currency-account/save-currency-laptop@2x.png');
            background-size: contain;
        }
    }


    .save-currency .simplify-bookkeeping__inner {
        background: #F2F4F8 url(../images/multi-currency-account/simplify-bookkeeping-laptop.png) bottom right 0 no-repeat;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .save-currency .simplify-bookkeeping__inner {
            background-color: #F2F4F8;
            background-image: url('../images/multi-currency-account/simplify-bookkeeping-laptop@2x.png');
            background-size: contain;
        }
    }

    .efficient-payments__inner {
        flex-direction: column;
    }

    .efficient-payments__inner > div {
        width: 100%;
    }

    .efficient-payments__img {
        flex-basis: auto;
    }

    .efficient-payments__img img {
        width: 100%;
    }


    .banner .title {
        max-width: 100% !important;
    }


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

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

    .open-multi-currency-account__img {
        display: flex;
        flex-basis: 560px !important;
        justify-content: center;
        align-items: flex-end;
    }
}

@media (max-width: 1023.98px) {
    .save-currency .main__inner {
        flex-direction: column;
    }

    .save-currency .main__inner > div {
        width: 100%;
        min-height: 500px;
    }

    .save-currency .save-currency__inner .title {
        max-width: 280px;
    }

    .save-currency .save-currency__inner .desc {
        max-width: 247px;
    }

    .save-currency .simplify-bookkeeping__inner .title {
        max-width: 280px;
    }

    .save-currency .simplify-bookkeeping__inner .desc {
        max-width: 247px;
    }


    .efficient-payments__cnt {
        padding: 40px;
    }


    .perks__list .item {
        width: 100%;
    }


    .open-multi-currency-account__img {
        flex-basis: auto !important;
    }

    .open-multi-currency-account__cnt {
        padding: 40px;
    }
}


@media (max-width: 767px) {
    section {
        overflow: hidden;
    }

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

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

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

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

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

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

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

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

    .hero-section__inner .title {
        padding: 0 20px;
    }

    .hero-section__inner .desc {
        padding: 0 20px;
    }

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

    .currencies__inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .currencies__cnt {
        padding: 20px 20px 0;
    }

    .currencies__cnt .desc {
        margin-bottom: 30px;
    }

    .currencies__img {
        padding: 0 20px 20px;
    }


    .save-currency .save-currency__inner,
    .save-currency .simplify-bookkeeping__inner {
        border-radius: 0;
    }

    .save-currency .save-currency__inner {
        padding: 20px;
        background: #EEEFFF url('../images/multi-currency-account/save-currency-mobile.png') bottom right 0 no-repeat;
        background-size: 400px;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .save-currency .save-currency__inner {
            background-color: #EEEFFF;
            background-image: url('../images/multi-currency-account/save-currency-mobile@2x.png');
            background-size: 400px;
        }
    }
    .save-currency .save-currency__inner .title {
        margin-bottom: 10px;
    }
    .save-currency .save-currency__inner .desc {
        max-width: 100%;
    }
    .save-currency .save-currency__inner .desc br {
        display: block;
    }


    .save-currency .simplify-bookkeeping__inner {
        padding: 20px;
        background: #F2F4F8 url('../images/multi-currency-account/simplify-bookkeeping-mobile.png') bottom right 0 no-repeat;
        background-size: 400px;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .save-currency .simplify-bookkeeping__inner {
            background-color: #F2F4F8;
            background-image: url('../images/multi-currency-account/simplify-bookkeeping-mobile@2x.png');
            background-size: 400px;
        }
    }
    .save-currency .simplify-bookkeeping__inner .title {
        margin-bottom: 10px;
    }
    .save-currency .simplify-bookkeeping__inner .desc {
        max-width: 100%;
    }
    .save-currency .simplify-bookkeeping__inner .desc br {
        display: block;
    }




    .efficient-payments__inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .efficient-payments__cnt {
        padding: 20px;
    }

    .efficient-payments__cnt .desc {
        margin-bottom: 24px;
    }

    .perks__inner .title {
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .perks__list .item {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }


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


    .open-multi-currency-account__inner {
        border-radius: 0;
    }

    .open-multi-currency-account__cnt {
        padding: 20px;
    }

    .open-multi-currency-account__list .item .item__number {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 44px;
    }


    .faq .title {
        padding: 0 20px;
    }
}

@media (max-width: 500px) {
    .floating-left {
        left: -50%;
        animation-delay: 0s;
    }

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

@media (max-width: 360px) {
    .save-currency .save-currency__inner {
        padding: 20px;
        background: #EEEFFF url('../images/multi-currency-account/save-currency-mobile.png') bottom right 0 no-repeat;
        background-size: 360px;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .save-currency .save-currency__inner {
            background-color: #EEEFFF;
            background-image: url('../images/multi-currency-account/save-currency-mobile@2x.png');
            background-size: 360px;
        }
    }


    .save-currency .simplify-bookkeeping__inner {
        padding: 20px;
        background: #F2F4F8 url('../images/multi-currency-account/simplify-bookkeeping-mobile.png') bottom right 0 no-repeat;
        background-size: 360px;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .save-currency .simplify-bookkeeping__inner {
            background-color: #F2F4F8;
            background-image: url('../images/multi-currency-account/simplify-bookkeeping-mobile@2x.png');
            background-size: 360px;
        }
    }
}
