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: 900px;
    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-section__inner .hero__img {
    overflow: hidden;
    border-radius: 32px;
}


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

.why-partner .items {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.why-partner .item {
    padding: 40px;
    border-radius: 24px;
    background: #EEEFFF;
}

.why-partner .item__title {
    margin-bottom: 20px;
}


/* counters */
#counters {
    margin-top: 0;
}

#counters .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#counters .top {
    display: flex;
    column-gap: 50px;
    margin-bottom: 60px;
}

#counters .count {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    margin-bottom: 30px;
    color: #A739E4;
    text-align: center;

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

#counters .count.pluses:after {
    content: '+';
    color: #A739E4;
    text-align: center;

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

#counters .count.hours:after {
    content: 'hours';
    margin-left: 10px;
    color: #A739E4;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 67.2px */
}

#counters .item__desc {
    color: #1F1E1F;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}


.earn-big__inner {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #ffffff;

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

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

.earn-big__cnt {
    padding: 50px;
}

.earn-big__cnt .title {
    margin-bottom: 32px;
}

.earn-big__cnt .desc {
    margin-bottom: 32px;
}


.how-start-partnership__inner {
    overflow: hidden;
    display: flex;
    border-radius: 32px;
    background: #ffffff;
}

.how-start-partnership__cnt {
    width: 568px;
    flex-basis: 568px;
    padding: 60px;
}

.how-start-partnership__cnt .title {
    margin-bottom: 50px;
}

.how-start-partnership__cnt .items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    counter-reset: number;
}

.how-start-partnership__cnt .items:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 26px;
    display: block;
    width: 8px;
    height: 524px;
    border-radius: 50px;
    background: #EEEFFF;
}

.how-start-partnership__cnt .item {
    position: relative;
    display: flex;
    padding: 24px 0 24px 90px;
}

.how-start-partnership__cnt .item:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left: 0;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #EEEFFF;

    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}

.how-start-partnership__cnt .item .item__title {
    margin-bottom: 24px;
}

.how-start-partnership__img {
    flex: 1;
}

.how-start-partnership__img img {
    width: 100%;
}


.what-client-will-get__inner {
    display: flex;
    gap: 50px;
}

.what-client-will-get__cnt {
    width: 477px;
    flex-basis: 477px;
    padding: 60px;
    border-radius: 32px;
    background: #EEEFFF;
}

.what-client-will-get__cnt .title {
    margin-bottom: 16px;
}

.what-client-will-get__items {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    column-gap: 40px;
    row-gap: 50px;
    padding: 60px;
    border-radius: 24px;
    background: #ffffff;
}

.what-client-will-get__items .item {
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc((100% / 2) - 20px);
    flex-basis: calc((100% / 2) - 20px);
}

.what-client-will-get__items .item__text {
}


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

.who-benefit__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1216px;
    margin: 0 auto;
}

.who-benefit__items .item {
    padding: 32px 48px;
    border-radius: 48px;
    background: #ffffff;

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


/* banner */
#banner .container {
    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;
    }
}

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


    .counters .top {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
        align-items: center;
        max-width: 778px;
    }

    .counters .top .item {
        display: flex;
        flex-direction: column;
        width: 240px;
        flex-basis: 240px;
    }

    .why-partner .items {
        flex-direction: column;
    }

    .why-partner .items .item {
        width: 100%;
    }


    .earn-big__inner {
        flex-direction: column;
    }

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

    .earn-big__img img {
        width: 100%;
    }

    .how-start-partnership__inner {
        flex-direction: column-reverse;
    }

    .how-start-partnership__cnt {
        width: 100%;
    }

    .how-start-partnership__cnt .items:before {
        height: 420px;
    }

    .what-client-will-get__inner {
        flex-direction: column;
    }

    .what-client-will-get__cnt {
        width: 100%;
        flex-basis: 100%;
    }

    .what-client-will-get__cnt .title {
        max-width: 357px;
    }
}

@media (max-width: 1024px) {

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

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

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


    #counters .top {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }

    #counters .count.hours:after,
    #counters .count.pluses:after {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px; /* 137.5% */
    }

    .how-start-partnership__cnt .items:before {
        height: 390px;
    }
}

@media (max-width: 1023px) {
    .earn-big__cnt {
        padding: 40px;
    }

    .how-start-partnership__cnt {
        padding: 40px;
    }

    #counters .count {
        margin-bottom: 10px;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        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(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%;
    }


    .counters .top .item {
        flex-basis: 100%;
    }

    .why-partner h2 {
        max-width: 360px;
        margin: 0 auto 40px;
    }

    .why-partner .item {
        padding: 20px;
        border-radius: 0;
    }

    #counters {
        margin-bottom: 80px;
    }

    #counters .top,
    #counters .bottom {
        flex-direction: column;
        gap: 20px;
    }

    #counters .top {
        margin-bottom: 0;
    }

    #counters .item {
        margin-bottom: 0;
    }

    #counters .count {
        margin-bottom: 0;
        min-width: max-content;
    }


    .earn-big__inner {
        border-radius: 0;
    }
    .earn-big__cnt {
        padding: 20px;
    }

    .how-start-partnership__inner {
        border-radius: 0;
    }
    .how-start-partnership__cnt {
        padding: 20px;
    }

    .how-start-partnership__cnt .items:before {
        height: 420px;
    }

    .how-start-partnership__cnt .item:before {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 28.8px */
    }


    .what-client-will-get__cnt {
        padding: 20px;
        border-radius: 0;
    }

    .what-client-will-get__items {
        row-gap: 30px;
        padding: 20px;
        border-radius: 0;
    }

    .what-client-will-get__items .item {
        width: 100%;
        flex-basis: 100%;
    }

    .who-benefit {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .who-benefit h2 {
        max-width: 360px;
        margin: 0 auto 60px;
    }
    .who-benefit__items {
        gap: 20px;
        /*margin-bottom: 40px;*/
    }


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



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