.accordion {
    max-width: 550px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: #F6F6F6;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    transition: all 0.2s ease;
    font-size: 20px;
    font-weight: 700;
}

.accordion-content>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.accordion-item {
    font-weight: bold;
    border-left: 4px solid #1bb6f0;
    background: #fff;
}


.accordion-header span {
    flex: 1;
}

.accordion-header.active::after {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #F6F6F6;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.accordion-content.open {
    padding: 16px 20px;
}

.flex-div-onebl {
    max-width: 1140px;
    display: flex;
    gap: 32px;
    width: 100%;
}

section.info-sect-one {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
section.info-sect-one .row:before, section.info-sect-one:after{
    display: none;
}
h3.be-part-h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 32px 0;
}
h3.be-part-h3.mar_b30{
    margin-bottom: 30px;
}
.one-be-part {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 554px;
    width: 100%;
}

section.percs-section {
    display: flex;
    justify-content: center;
    padding: 80px 0;
}

.percs-div-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 1140px;
    gap: 40px;
}

.percs-two {
    max-width: 555px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

h2.percs-h2 {
    font-size: 40px;
    margin: 0 0 24px 0;
    font-weight: 700;
}

.percs-one>img {
    max-width: 555px;
    width: 100%;
}

.supp-flex-div {
    display: flex;
    gap: 30px;
}

section.supp-section {
    display: flex;
    justify-content: center;
    padding: 80px 0;
}

h2.supp-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
}

section.section-onas-posts {
    margin-top: 80px;
}


.sup-div-one {
    max-width: 555px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
}

@media(min-width: 768px) {
    section:not(.banner.fullscreen-bg):not(.join-section) {
        margin-inline: -30px;
    }
}

@media (max-width: 900px) {
    .flex-div-onebl {
        flex-direction: column;
    }

    .accordion {
        max-width: 1000px;
    }

    section {
        justify-content: center;
    }

    .video-section {
        justify-content: center;
    }

    .div-flex-heat {
        align-items: center;
    }

    .percs-div-flex {
        flex-direction: column;
    }

    .supp-flex-div {
        flex-direction: column;
    }

    .photo-sup>img {
        max-width: 555px;
        width: 100%;
    }
}

@media (max-width: 550px) {
    h2.supp-h2 {
        font-size: 32px;
    }

    h2.percs-h2 {
        font-size: 25px;
    }

}
