.about-first-block {
    display: flex;
    gap: 20px;
}

.about-first-block .text-area {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    width: 100%;
    max-width: 700px;
    min-height: 580px;
    border-radius: 16px;
    background: #007444;
    color: #FFF;
}

.about-first-block .text-area .title-page {
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
}

.about-first-block .text-area .text-section {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.about-first-block .text-area .button-action {
    margin-top: auto;
    display: inline-flex;
    height: 54px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    max-width: max-content;
    border-radius: 100px;
    border: 1px solid #FFF;
    transition: background 0.7s, color 0.7s, border 0.7s;
     cursor: pointer;
}
.about-first-block .text-area .button-action:hover {
    background: #fff;
    border: 1px solid transparent;
    color: #007444;
}

.about-first-block .img-area {
    display: flex;
    width: 100%;
    max-width: 600px;
    min-height: 580px;
    border-radius: 16px;
    overflow: hidden;
}

.about-first-block .img-area img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

@media (max-width: 1030px) {
    .about-first-block .text-area .title-page {
        font-size: 32px;
    }

    .about-first-block .text-area {
        gap: 14px;
        padding: 24px;
        min-height: 366px;
    }

    .about-first-block .img-area {
        min-height: 366px;
    }

}

@media (max-width: 725px) {
    .about-first-block {
        flex-direction: column;
        gap: 10px;
    }

    .about-first-block .text-area {
        max-width: 100%;
    }

    .about-first-block .img-area {
        max-width: 100%;
    }
}

.profteam {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.profteam .prof-items {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.profteam .prof-items .item {
    width: 100%;
    max-width: calc(424px - 12px);
    border-radius: 16px;
    background: #F0F0F0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
}

.profteam .prof-items .item .top-area {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.profteam .prof-items .item .top-area .text-title {
    color: #222422;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.profteam .prof-items .item .top-area .icon-area {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.profteam .prof-items .item .top-area .icon-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profteam .prof-items .item .text-item {
    color: #B3B3B3;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

.profteam .prof-items .item.dark {
    border-radius: 16px;
    background: #9DB0A3;
}

.profteam .prof-items .item.dark .text-title {
    color: #FFFFFF;
}

.profteam .prof-items .item.dark .text-item {
    color: #FFFFFF;
}

@media (max-width: 950px) {
    .profteam .prof-items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .profteam .prof-items .item .text-title {
        font-size: 64px !important;
    }

    .profteam .prof-items .item .top-area .icon-area {
        width: 40px;
        height: 40px;
    }

    .profteam .prof-items .item {
        max-width: unset !important;
        padding: 24px;
        gap: 30px;
    }
}

.solution {
    display: flex;
    width: 100%;
}

.solution .items-area {
    display: flex;
    width: 100%;
    gap: 20px;
}

.solution .items-area .item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    gap: 20px;
    color: #222422;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    border-radius: 16px;
    background: #F0F0F0;
    padding: 40px;
}

.solution .items-area .item .title-item {
    color: #222422;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 900px) {
    .solution .items-area {
        flex-direction: column;
    }

    .solution .items-area .item {
        width: 100%;
    }
}

@media (max-width: 555px) {
    .solution .items-area {
        gap: 14px;
    }

    .solution .items-area .item {
        width: 100%;
        padding: 24px;
        font-size: 14px;
    }

    .solution .items-area .item .title-item {
        font-size: 32px;
    }
}

.img-section1 {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.img-section1 .img-area {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.img-section1 .img-area .img-item {
    display: flex;
    width: calc(33.3% - 14px);
    height: 464;
    border-radius: 16px;
    overflow: hidden;
}

.img-section1 .img-area .img-item.large {
    display: flex;
    width: 100%;
    height: 712px;
    border-radius: 16px;
    overflow: hidden;
}

.img-section1 .img-area .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 620px) {
    .img-section1 .img-area .img-item {
        width: calc(50% - 10px);
        min-height: 227px;
    }

    .img-section1 .img-area .img-item.large,
    .img-section1 .img-area .img-item:last-child {
        height: 410px;
        width: 100%;
    }
}


.faq {
    display: flex;
    width: 100%;
}

.faq .items {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 40px;
}

.faq .items .item {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 48px;
    border-bottom: 2px solid #F0F0F0;
    gap: 32px;
}

.faq .items .item .top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #222422;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    gap: 110px;
    cursor: pointer;
}

.faq .items .item .top-area .icon {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M30 55C43.75 55 55 43.75 55 30C55 16.25 43.75 5 30 5C16.25 5 5 16.25 5 30C5 43.75 16.25 55 30 55Z' fill='%23F0F0F0'/%3E%3Cpath d='M20 30H40' stroke='%23222422' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 40V20' stroke='%23222422' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
}

.faq .items .item.active .top-area .icon {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M30 55C43.75 55 55 43.75 55 30C55 16.25 43.75 5 30 5C16.25 5 5 16.25 5 30C5 43.75 16.25 55 30 55Z' fill='%23222422'/%3E%3Cpath d='M20 30H40' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.faq .items .item .text {
    color: #222422;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    display: none;
    flex-direction: column;
    transition: all 0.3s ease;
}

.faq .items .item.active .text {
    display: flex;
}

@media (max-width: 1000px) {
    .faq .items {
        gap: 32px;
    }

    .faq .items .item {
        padding-bottom: 32px;
        border-bottom: 1px solid #F0F0F0;
        gap: 24px;
    }

    .faq .items .item .top-area {
        font-size: 20px;
        gap: 15px;
    }

    .faq .items .item .top-area .icon {
        width: 32px;
        height: 32px;
    }

    .faq .items .item .text {
        font-size: 14px;
    }
}

.feedbackform2 {
    display: flex;
}

.feedbackform2 .wrapper-form {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
    padding: 60px;
    background: #007444;
}

.feedbackform2 .wrapper-form .text-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 500px;
}

.feedbackform2 .wrapper-form .text-area .title {
    color: #FFF;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

.feedbackform2 .wrapper-form .text-area .text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.feedbackform2 .wrapper-form .form-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    gap: 16px;
}

@media (max-width: 950px) {
    .feedbackform2 .wrapper-form {
        padding: 24px;
    }

    .feedbackform2 .wrapper-form .text-area .title {
        font-size: 32px;
    }

    .feedbackform2 .wrapper-form .text-area .text {
        font-size: 14px;
    }
}

@media (max-width: 950px) {
    .feedbackform2 .wrapper-form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}








