#about-us-main {
    background-color: white;
}

#about-us-main .container {
    max-width: 1250px;
}

.about-us-title-bg {
    background: url(../images-new/dis_title_bg.svg) no-repeat;
    background-size: cover;
    margin-top: -30px;
    padding-top: 24px;
    min-height: 320px;
}

.faq-title-container {
    cursor: pointer;
}

.title-wrapper {
    display: flex;
    justify-content: space-between;
}

.about-us-title-container {
    width: 48%;
}

.about-us-img-container img {
    width: 100%;
    height: 100%;
}

.about-us-title-bg .container:after {
    content: none;
}

.about-us-title-text,
.about-us-title-container #breadcrumbs .home-link {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #5E6569;
}

.about-us-title-container .breadcrumbs {
    display: flex;
    align-items: center;
}

.about-us-title-container .breadcrumb_last {
    font-size: 16px;
    line-height: 140%;
    color: #5e6569b9;
}

.about-us-title {
    margin-top: 18px;
    margin-bottom: 18px;
}

.about-info-title {
    width: 50%;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5E6569;
}

.about-info-block {
    margin-top: 60px;
    margin-bottom: 60px;
}

.info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-info-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.about-info-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-num-text {
    font-weight: bold;
    font-size: 42px;
    line-height: 51px;
    color: #8ECAE6;
    margin-bottom: 8px;
    margin-top: 0px;
}

.about-info-text {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    color: #A1A5A7;
    margin: 0px;

}

.about-leaders-item {
    display: flex;
    align-items: center;
    min-height: 400px;
    margin-bottom: 36px;
}

.leaders-content iframe {
    width: 100%;
    height: 400px;
}

.leaders-content {
    width: 50%;
}


.leaders-text-wrapper {
    width: 50%;
    min-height: 400px;
    padding: 0px 28px;
    display: flex;
    flex-direction: column;
}

.leaders-title-text {
    margin-top: 85px;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: #1A2328;
    margin-bottom: 4px;
}

.leaders-small-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
    margin-top: 0px;
    margin-bottom: 24px;
}

.leaders-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #5E6569;
    padding: 0px 35px 0px 0px;
}

.leaders-mid-wrapper {
    padding-left: 80px;
}

.leaders-mid-wrapper .leaders-text {
    padding-right: 0px;
}

.about-team-block {
    background-color: #F6F6F6;
    margin-top: 110px;
}

.team-wrapper {
    display: flex;
    flex-direction: column;
}

.team-title-container {
    width: 50%;
    margin-top: 120px;
}

.team-title-text,
.worth-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #1A2328;
    margin-top: 0px;
    margin-bottom: 16px;
}

.team-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #5E6569;
}

.team-list-container {
    display: flex;
    margin-top: 60px;
    margin-bottom: 120px;
}

.team-tab-list {
    list-style-type: none;
    padding-left: 13px;
    width: 30%;
}

.team-tab-item {
    margin-bottom: 24px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #A1A5A7;
    cursor: pointer;
}

.team-tab-item.active {
    color: #5E6569;
}

.team-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: 290px;
}

.team-img-container {
    width: 200px;
    height: 200px;
}

.team-img-container img {
    width: 100%;
    height: 100%;
}

.team-item-title {
    margin: 8px 0px 4px 0px;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: #1A2328;
}

.team-item-text {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5E6569;
    margin: 0px;
}

.team-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 80%;
    opacity: 1;
    transition: all 0.5s ease-out;
}

.about-worth-block {
    margin-top: 120px;
}

.worth-title {
    margin-bottom: 69px;
    margin-top: 0px;
}

.worth-items-container {
    display: flex;
    gap: 24px;
}

.worth-item {
    width: 33%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 24px 26px 26px 24px;
    display: flex;
    flex-direction: column;
}

.worth-img-container {
    width: 40px;
    height: 40px;
}

.worth-img-container img {
    width: 100%;
    height: 100%;
}

.worth-item-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: #5E6569;
}

.worth-item-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
}

.about-partners-block {
    margin-top: 120px;
    margin-bottom: 120px;
}

.partners-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #1A2328;
}

.partners-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
    margin-bottom: 90px;
}

.partners-text-container {
    width: 50%;
}

.partners-logo-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 120px;
}

.partners-logo-wrapper {
    width: 200px;
    display: flex;
    align-items: center;
}

.faq-acc-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 16px;
    padding-top: 16px;
}

.faq-wrapper {
    display: flex;
}

.faq-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-acc-container {
    width: 50%;
}

.faq-title {
    width: 50%;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #1A2328;
    margin-top: 0px;
}

.faq-title-text {
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: #5E6569;
    margin-bottom: 0px;
    margin-top: 0px;
}

.faq-acc-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
}

.active-acc {
    border-bottom: 1px solid #8ECAE6;
}

.active-acc .faq-title-text {
    color: #8ECAE6;
}

.faq-acc-text {
    height: 0px;
    overflow: hidden;
}

.active-acc .faq-acc-text {
    transition: all 0.5s ease-out;
    height: 80px;
    margin-top: 16px;
}

.question-wrapper {
    display: flex;
}

.about-question-block {
    margin: 120px 0px;
}

.question-text-container {
    width: 50%;
}

.question-form-container {
    width: 50%;
}

.question-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #1A2328;
    margin-top: 0px;
    margin-bottom: 16px;
}

.question-text {
    margin-top: 0px;
    font-size: 16px;
    line-height: 140%;
    color: #474D52;
    padding-right: 120px;
}

.question-form-name {
    width: 100%;
    background: #FDFDFD;
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    padding: 13px 24px;
    margin-bottom: 16px;
}

.question-form-phone {
    width: 100%;
    background: #FDFDFD;
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    padding: 13px 24px;
    margin-bottom: 16px;
}

.question-form-textarea {
    width: 100%;
    height: 120px;
    background: #FDFDFD;
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 24px;
    resize: none;
}

.question-form-container input::placeholder,
.question-form-container textarea::placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #A1A5A7;
}

.question-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.question-btn-container .question-btn {
    width: 238px;
    height: 48px;
    background: #FF5A5F;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.question-btn-container .question-btn img {
    margin-left: 8px;
    margin-top: -2px;
}

.form-text {
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #A1A5A7;
    width: 58%;
}

.leaders-img-mobile {
    display: none;
}

.acc-close-img {
    display: none;
}

.active-acc .acc-close-img {
    display: flex;
}

.active-acc .acc-plus-img {
    display: none;
}

.hidden-items {
    opacity: 0;
}

@media (max-width: 1000px) {
    .about-leaders-item {
        flex-direction: column;
    }

    .team-item-title {
        text-align: center;
    }

    .team-item-wrapper {
        width: 45%;
    }

    .team-list-items {
        width: 100%;
    }

    .leaders-content {
        width: 100%;
    }

    .leaders-text-wrapper {
        width: 100%;
    }

    .about-info-title {
        width: 100%;
    }

    .about-info-item {
        margin-bottom: 24px;
    }

    .leaders-item-mid {
        flex-direction: column-reverse;
    }

    .leaders-text-wrapper {
        min-height: 10px;
    }

    .leaders-content {
        display: flex;
        justify-content: center;
    }

    .leaders-mid-wrapper {
        padding: 0px 28px;
    }

    .team-tab-list {
        width: 30%;
        margin-right: 0px;
    }

    .team-title-container {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .team-list-container {
        flex-direction: column;
    }

    .team-list-items {
        justify-content: space-between;
    }

    .worth-items-container {
        flex-direction: column;
    }

    .worth-item {
        width: 100%;
    }

    .partners-text-container {
        width: 100%;
    }

    .partners-logo-container {
        justify-content: space-evenly;
    }

    .faq-wrapper {
        flex-direction: column;
    }

    .faq-acc-container {
        width: 100%;
    }

    .faq-title {
        width: 100%;
    }

    .question-wrapper {
        flex-direction: column;
    }

    .question-text-container {
        width: 100%;
    }

    .question-form-container {
        width: 100%;
    }

    .question-form-container img {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .title-wrapper {
        flex-direction: column;
    }

    .about-us-title-container {
        width: 100%;
    }

    #about-us-main {
        background-color: #F7FBFD;
    }

    .about-info-title {
        font-size: 16px;
        text-align: start;

    }

    .about-info-block {
        margin-top: 36px;
    }

    #about-us-main .container {
        padding: 0px 8px;
    }

    .about-us-title {
        margin-top: 0px;
    }

    .about-info-item {
        width: 50%;
        font-size: 24px;
    }

    .about-info-container {
        margin-top: 36px;
    }

    .about-info-block {
        margin-bottom: 14px;
    }

    .leaders-content {
        min-height: 200px;
    }

    .leaders-content iframe {
        height: 250px;

    }

    .leaders-text-wrapper {
        padding: 0px;
    }

    .leaders-title-text {
        font-size: 16px;
        margin-top: 16px;
    }

    .leaders-small-text {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .leaders-text {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .leaders-img-mobile {
        display: flex;
        width: 100%;
        object-fit: cover;
    }

    .leaders-img {
        display: none;
    }

    .about-leaders-item {
        margin-bottom: 0px;
    }

    .about-team-block {
        margin-top: 72px;
    }

    .team-title-container {
        margin-top: 72px;
    }

    .about-info-text {
        font-size: 14px;
    }

    .about-num-text {
        font-size: 24px;
        line-height: normal;
    }

    .team-title-text {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .team-text,
    .worth-item-text,
    .partners-text {
        margin: 0px;
        font-size: 14px;
    }

    .team-list-container {
        margin-top: 24px;
        margin-bottom: 72px;
    }

    .team-item-wrapper {
        width: 48%;
        height: 214px;
        margin-bottom: 45px;
    }

    .team-img-container {
        width: 100%;
        height: 100%;
    }

    .team-list-items {
        gap: 0px;
    }

    .team-item-title {
        font-size: 16px;
        text-align: center;
    }

    .team-item-text {
        font-size: 14px;
    }

    .about-worth-block {
        margin-top: 72px;
    }

    .worth-title {
        margin-bottom: 36px;
        font-size: 24px;
    }

    .worth-item {
        padding: 24px 16px 26px 16px;
    }

    .worth-item-title {
        margin: 16px 0px;
        font-size: 16px;
    }

    .about-partners-block {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    .partners-title {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .partners-logo-container {
        margin-top: 42px;
        justify-content: space-between;
        column-gap: 0px;
    }

    .partners-logo-wrapper {
        width: 45%;
    }

    .faq-title {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: normal;
    }

    .faq-title-text {
        font-size: 16px;
    }

    .faq-acc-text {
        font-size: 14px;
    }

    .about-question-block {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    .question-title {
        font-size: 24px;
        line-height: normal;
    }

    .question-text {
        font-size: 14px;
        padding-right: 0px;
    }

    .question-btn-container {
        flex-direction: column;
    }

    .form-text {
        width: 100%;
    }

    .question-btn-container .question-btn {
        margin-top: 16px;
        width: 100%;
    }

    .question-form-container img {
        width: 5%;
    }

    .question-form-textarea::placeholder {
        font-size: 14px;
    }

    .team-tab-list {
        width: 100%;
    }



}