.about-slider {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
}

.about-slider .about-area {
    display: flex;
    gap: 20px;
    width: 100%;
}

.about-slider .about-area .main-area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
}

.about-slider .about-area .main-area .large-banner {
    display: flex;
    flex-direction: column;
    min-height: 430px;
    align-self: stretch;
    border-radius: 16px;
    background: #007444;
    width: 100%;
    padding: 40px;
    gap: 24px;
    color: #FFFFFF;
}

.about-slider .about-area .main-area .large-banner .title-bunner {
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
}

.about-slider .about-area .main-area .large-banner .text-bunner {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}
.about-slider .about-area .main-area .large-banner .button-bunner {
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 54px;
    padding: 16px 32px;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid #FFF;
    width: 100%;
    max-width: max-content;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    margin-top: auto;
    transition: background-color 0.7s,color 0.7s;
}
.about-slider .about-area .main-area .large-banner .button-bunner:hover {
    background: #FFF;
    color: #007444;
}

.about-slider .about-area .main-area .small-banner {
    display: flex;
    width: 100%;
    max-width: calc(50% - 10px);
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    height: 130px;
}

.about-slider .about-area .main-area .small-banner.standart {
    background: linear-gradient(270deg, #505050 0%, #222422 100%);
    color: #FFF;
}

.about-slider .about-area .main-area .small-banner.img-style {
    color: #222422;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;

    background-image: url('../img/map-moldova.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-slider .about-area .main-area .small-banner.standart::after {
    content: '';
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M14.9 37H25.1C33.6 37 37 33.6 37 25.1V14.9C37 6.4 33.6 3 25.1 3H14.9C6.4 3 3 6.4 3 14.9V25.1C3 33.6 6.4 37 14.9 37Z' fill='white'/%3E%3Cpath d='M17.9 25.8833L23.7667 20L17.9 14.1166' stroke='%23007444' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-slider .about-area .main-area .small-banner .text-banner {
    width: 100%;
    max-width: 70%;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.about-slider .about-area .slider-area {
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    flex-shrink: 0;
    position: relative;
    max-height: 730px;
}

.about-slider .about-area .slider-area .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    min-height: 366px;
}

.about-slider .about-area .slider-area .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;

}

.about-slider .about-area .slider-area .swiper-slide .text-area {
    position: absolute;
    top: 40px;
    left: 40px;
    display: flex;
    max-width: 440px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #FFF;
    width: 100%;
}

.about-slider .about-area .slider-area .swiper-slide .text-area .text-main {
    font-size: 32px;
    font-weight: 600;
    color: #222422;
    line-height: 1.2;
}

.about-slider .about-area .slider-area .swiper-slide .text-area .text-slide {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}

.about-slider .about-area .slider-area .control-paner {
    display: flex;
    gap: 4px;
    position: absolute;
    bottom: 60px;
    right: 80px;
    z-index: 99;
}

.about-slider .about-area .slider-area .control-paner .button-slider {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.about-slider .about-area .slider-area .control-paner .button-slider.left {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.about-slider .about-area .slider-area .control-paner .button-slider .arrow {
    display: flex;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2.5 1.5L7.5 5L2.5 8.5' stroke='%23222422' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-slider .about-area .slider-area .control-paner .button-slider.right .arrow {
    transform: rotate(180deg);
}

.about-slider .about-area .slider-area .control-buttons {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 16px;
    gap: 4px;
}

.about-slider .about-area .slider-area .control-buttons .item {
    height: 4px;
    width: 35px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.50);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.about-slider .about-area .slider-area .control-buttons .swiper-pagination-bullet {
    height: 4px;
    width: 35px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: background 0.3s;
}

.about-slider .about-area .slider-area .control-buttons .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper {
    height: 100%;
}

@media (max-width: 1255px) {
    .about-slider .about-area .main-area .small-banner {
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .about-slider .about-area .main-area .small-banner {
        max-width: calc(50% - 10px);
    }

    .about-slider .about-area {
        flex-direction: column;
    }

    .about-slider .about-area .main-area {
        max-width: 100%;
    }

    .about-slider .about-area .slider-area {
        max-width: 100%;
    }
}

@media (max-width: 595px) {
    .about-slider .about-area .main-area {
        flex-direction: column;
    }

    .about-slider .about-area .main-area .small-banner {
        max-width: 100%;
    }

    .about-slider .about-area .slider-area .control-paner {
        display: none;
    }

    .about-slider .about-area .slider-area .control-buttons {
        display: flex;
    }

    .about-slider .about-area .slider-area {
        max-height: 366px;
    }

    .about-slider .about-area .slider-area .swiper-slide .text-area .text-main {
        font-size: 26px;
    }

    .about-slider .about-area .slider-area .swiper-slide .text-area .text-slide {
        font-size: 14px;
    }

    .about-slider .about-area .main-area .large-banner .title-bunner {
        font-size: 40px;
    }

    .about-slider .about-area .main-area .large-banner .text-bunner {
        font-size: 14px;
    }

    .about-slider .about-area .main-area .large-banner {
        display: flex;
        flex-direction: column;
        min-height: 366px;
        padding: 24px;
    }

    .about-slider .about-area .slider-area .swiper-slide .text-area {
        max-width: 80vw;
    }

    .about-slider .about-area .slider-area .swiper-slide .text-area {
        position: absolute;
        top: 24px;
        left: 24px;
    }
    .about-slider {
        margin-top: 14px;
    }
}

@media (max-width: 380px) {
    .about-slider .about-area .main-area .large-banner .title-bunner {
        font-size: 30px;
    }
}

.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: 45px;
    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: 44px !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;
    }
}

.our-products {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.our-products .items-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    gap: 20px;
}

.our-products .row {
    display: flex;
    gap: 20px;
}

.our-products .row-2 .item {
    width: 100%;
    max-width: 650px;
}

.our-products .row-3 .item:nth-child(1),
.our-products .row-3 .item:nth-child(3) {
    width: 100%;
    max-width: 396px;
    min-height: 396px;
}

.our-products .row-3 .item:nth-child(2) {
    width: 100%;
    max-width: 488px;
    min-height: 396px;
}

.our-products .item {
    padding: 40px;
    border-radius: 16px;
    background: #F0F0F0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.our-products .item.gray-style {
    background: #9DB0A3;
}

.our-products .item .title-item {
    color: #222422;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
}
.our-products .item.gray-style .title-item {
    color: #fff;
}

.our-products .item .item-text {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 34px;
}
.our-products .item.gray-style .item-text {
    color: #FFF;
}

.our-products .item .bottom-area {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    position: relative;
}

.our-products .item.has-img .bottom-area {
    min-height: 152px;
}

.our-products .item .bottom-area .button {
    display: flex;
    height: 50px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #FFF;
    margin-top: auto;
    color: #222422;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    transition: background 0.7s, color 0.7s;
}
.our-products .item .bottom-area .button:hover {
    background: #007444;
    color: #FFFFFF;
}
.our-products .item .bottom-area .button::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8225 4.44751L15.375 9.00001L10.8225 13.5525' stroke='%23222422' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.625 9L15.2475 9' stroke='%23222422' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}
.our-products .item .bottom-area .button:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8225 4.44751L15.375 9.00001L10.8225 13.5525' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.625 9L15.2475 9' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.our-products .item .bottom-area .img-area {
    max-width: 150px;
    height: 115px;
    position: absolute;
    right: 0;
	bottom: 0;
}

.our-products .item .bottom-area .img-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 760px) {
    .our-products .items-area {
        flex-direction: row;
        max-width: 100vw;
        overflow: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 14px;
    }

    .our-products .items-area::-webkit-scrollbar {
        display: none;
    }

    .our-products .item {
        width: 330px;
        min-width: 330px;
        min-height: 330px;
        padding: 20px;
    }

    .our-products .item .title-item {
        font-size: 24px;
    }

    .our-products .item .item-text {
        font-size: 14px;
    }

    .our-products .item .bottom-area .button {
        height: auto;
    }

    .our-products .item.has-img .bottom-area {
        min-height: unset;
    }

    .our-products .item .bottom-area .img-area {
        max-width: 233.74px;
        height: 152px;
        position: absolute;
        right: -148px;
        bottom: -21px;
    }
    .our-products {
        gap: 32px;
    }
}

@media (max-width: 380px) {
    .our-products .item {
        width: 305px;
        min-width: 305px;
        min-height: 330px;
        padding: 20px;
    }
}
@media (max-width: 360px) {
    .our-products .item {
        width: 290px;
        min-width: 290px;
    }
}



.guarantee {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
}

.guarantee .text-area {
    display: flex;
    flex-direction: column;
    display: flex;
    width: 100%;
    max-width: 904px;
    padding: 64px 40px;
    border-radius: 16px;
    background: #F0F0F1;
    gap: 24px;
}

.guarantee .text-area .title-item {
    color: #222422;
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
}

.guarantee .text-area .title-item span {
    color: #007444;
}

.guarantee .text-area .text-item {
    color: #222422;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.guarantee .img-area {
    display: flex;
    width: 100%;
    max-width: 396px;
    min-height: 296px;
    padding: 44px 94px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #007444;
}

.guarantee .img-area img {
    width: 200.654px;
    height: 205.799px;
    flex-shrink: 0;
    aspect-ratio: 200.65/205.80;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .guarantee .text-area .title-item {
        font-size: 32px;
    }

    .guarantee .text-area .text-item {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .guarantee .text-area {
        padding: 32px 24px;
    }

    .guarantee .img-area {
        min-height: 254px;
        padding: 28px 82px;
    }

    .guarantee .img-area img {
        width: 190.71px;
        height: 195.6px;
    }
}

@media (max-width: 800px) {
    .guarantee {
        flex-direction: column;
        align-items: center;
    }
}


.feedbackform {
    display: flex;
}

.feedbackform .wrapper-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    min-height: 390px;
}

.feedbackform .wrapper-form .text-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 650px;
    border-radius: 16px;
    background: #222422;
    padding: 40px;
}

.feedbackform .wrapper-form .text-area .title {
    color: #FFF;
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
}

.feedbackform .wrapper-form .text-area .text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.feedbackform .wrapper-form .text-area .sub-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-top: auto;
}

.feedbackform .wrapper-form .aria-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    gap: 32px;
    border-radius: 16px;
    border: 1px solid #DFDFDF;
    background: #F0F0F0;
    padding: 40px;
    position: relative;
}

.feedbackform .wrapper-form .aria-right .title-right {
    color: #222422;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    max-width: 360px;
}

.feedbackform .wrapper-form .form-area .input-area {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
}

/* .feedbackform .wrapper-form .form-area .input-area .text {
    display: flex;
    width: calc(50% - 6px);
    gap: 12px;
    flex-wrap: wrap;
} */
.feedbackform .wrapper-form .form-area .input-area > span {
    display: flex;
    width: calc(50% - 6px);
    gap: 12px;
    flex-wrap: wrap;
}

.feedbackform .wrapper-form .form-area {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.feedbackform .wrapper-form .form-area .button {
    margin-top: 40px;
}

@media (max-width: 950px) {
    .feedbackform .wrapper-form {
        gap: 14px;
        flex-direction: column;
    }

    .feedbackform .wrapper-form .text-area {
        max-width: 100%;
    }
    .feedbackform .wrapper-form .form-area .input-area>span {
        max-width: 100%;
        width: 100%;
    }
    .feedbackform .variation-services {
        width: 100%;
    }

    .feedbackform .wrapper-form .aria-right {
        max-width: 100%;
    }

    .feedbackform .form-area .button {
        max-width: max-content;
    }

    .feedbackform .wrapper-form .form-area {
        align-items: center;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .feedbackform .wrapper-form .text-area {
        padding: 24px;
    }

    .feedbackform .wrapper-form .text-area .title {
        font-size: 40px;
        line-height: 120%;
    }

    .feedbackform .wrapper-form .text-area .text {
        font-size: 14px;
    }

    .feedbackform .wrapper-form .text-area .sub-text {
        font-size: 14px;
        margin-top: 70px;
    }

    .feedbackform .wrapper-form .aria-right .title-right {
        font-size: 32px;
        max-width: 100%;
    }

    .feedbackform .wrapper-form .aria-right {
        gap: 20px;
        padding: 24px;
    }

    .feedbackform .wrapper-form .aria-right .title-right {
        font-size: 24px;
    }
}

@media (max-width: 555px) {
    .feedbackform .wrapper-form .form-area .input-area {
        flex-direction: column;
    }

    .feedbackform .wrapper-form .form-area .input-area .text {
        width: 100%;
    }

    .feedbackform .form-area .button {
        max-width: 100%;
        margin-top: 12px;
    }

    .feedbackform .custom-select-wrapper {
        width: 100%;
    }
}


.stages-working {
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
}

.stages-working .stages-working-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.stages-working .stages-working-items .item {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    background: #F0F0F0;
    width: 100%;
    max-width: calc(25% - 10px);
    gap: 12px;
}

.stages-working .stages-working-items .item .step {
    color: #007444;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

.stages-working .stages-working-items .item .title-item {
    color: #222422;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}

.stages-working .stages-working-items .item .text-item {
    margin-top: 12px;
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.stages-working .stages-working-items .item.item-green {
    background: #007444;
}

.stages-working .stages-working-items .item.item-green .step {
    color: #FFFFFF !important;
}

.stages-working .stages-working-items .item.item-green .title-item {
    color: #FFFFFF !important;
}

.stages-working .stages-working-items .item.item-green .text-item {
    color: #FFFFFF !important;
}

@media (max-width: 1100px) {
    .stages-working .stages-working-items {
        flex-wrap: wrap;
    }

    .stages-working .stages-working-items .item {
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .stages-working .stages-working-items .item .title-item {
        font-size: 24px;
    }

    .stages-working .stages-working-items .item .text-item {
        font-size: 14px;
    }

    .title-area3 .right-area {
        font-size: 14px;
    }
}

@media (max-width: 555px) {
    .stages-working .stages-working-items .item {
        max-width: 100%;
    }
}


.our-works {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.our-works .control-paner {
    display: flex;
    gap: 4px;
    position: relative;
    width: 130px;
}

.our-works .control-paner .button-slider {
    width: 40px;
    height: 40px;
    background-color: #007444;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.our-works .control-paner .button-slider.left {
    width: 40px;
    height: 40px;
    background-color: #007444;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.our-works .button-slider .arrow {
    display: flex;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2.5 1.5L7.5 5L2.5 8.5' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.our-works .control-paner .button-slider.left .arrow {
    transform: rotate(180deg);
}

.our-works .slider-area {
    width: 100%;
}

.our-works .slider-area .slider {
    width: 100%;
    display: flex;
}

.our-works .slider-area .slider .slide {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #F0F0F0;
    padding: 40px;
    gap: 40px;
    justify-content: space-between;
}

.our-works .slider-area .slider .slide .top-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.our-works .slider-area .slider .slide .top-area .title {
    color: #222422;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}

.our-works .slider-area .slider .slide .top-area .text {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.our-works .slider-area .slider .slide .top-area .text {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.our-works .slider-area .slider .slide .main-area {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.our-works .slider-area .slider .slide .main-area .text-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    color: #222422;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    width: 100%;
    max-width: 215px;
}

.our-works .slider-area .slider .slide .main-area .text-area .list-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-works .slider-area .slider .slide .main-area .text-area .list-items li {
    position: relative;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-works .slider-area .slider .slide .main-area .text-area .list-items li::before {
    content: '';
    display: flex;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
}

.our-works .slider-area .slider .slide .main-area .text-area .button {
    border-radius: 100px;
    background: #007444;
    display: inline-flex;
    height: 50px;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    cursor: pointer;
    max-width: max-content;
    transition: background 0.7s;
}
.our-works .slider-area .slider .slide .main-area .text-area .button:hover {
    background: #048D54;
   
}

.our-works .slider-area .slider .slide .main-area .img-area {
    display: flex;
    width: 100%;
    max-width: 319px;
    height: 186px;
    border-radius: 16px;
    overflow: hidden;
}

.our-works .slider-area .slider .slide .main-area .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1000px) {
    .our-works .slider-area .slider .slide .top-area .title {
        font-size: 24px;
    }

    .our-works .slider-area .slider .slide .top-area .text {
        font-size: 13px;
    }

    .our-works .slider-area .slider .slide {
        padding: 24px;
        gap: 26px;
    }

    .our-works .slider-area .slider .slide .main-area .text-area {
        gap: 10px;
        font-size: 14px;
    }

    .our-works .slider-area .slider .slide .main-area {
        gap: 20px;
    }
}

@media (max-width: 865px) {
    .our-works .slider-area .slider .slide .main-area {
        flex-direction: column-reverse;
    }

    .our-works .slider-area .slider .slide .main-area .img-area {
        max-width: 100%;
        height: 168px;
    }

    .our-works .slider-area .slider .slide .main-area .text-area {
        flex-direction: row;
        max-width: 100%;
    }

    .our-works .slider-area .slider .slide .main-area .text-area .button {
        color: transparent;
        /* скрываем текст, не удаляя */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M24.2578 20.6303L24.2578 11.5692L15.1966 11.5692' stroke='white' stroke-width='1.33333' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5691 24.2576L24.1309 11.6958' stroke='white' stroke-width='1.33333' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px 30px;
        width: 44px;
        height: 44px;
        padding: 0;
    }

    .our-works .slider-area .slider .slide .main-area .text-area .button {
        margin-top: auto;
    }
}

@media (max-width: 670px) {
    .our-works .control-paner {
        display: none;
    }

    .our-works .slider-area .slider .slide {
        width: 100%;
        max-width: 330px;
        min-height: 390px;
        flex-shrink: 0;
    }

    .our-works .slider-area .slider {
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .our-works .slider-area .slider::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 490px) {
    .our-works .slider-area .slider .slide {
        max-width: 305px;
    }
}

.feedbackform2 {
    display: flex;
    position: relative;
}

.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 {
    display: flex;
    width: 100%;
    max-width: 500px;
    flex-direction: column-reverse;
}
.feedbackform2 .wpcf7 {
    display: flex;
    width: 100%;
    max-width: 500px;
}
.feedbackform2 .wrapper-form .form-area {
    display: flex;
    width: 100%;
}
.feedbackform2 .wrapper-form .form-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    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;
    }
}

.news-events {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-events .news-events-items {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.news-events .news-events-items::-webkit-scrollbar {
    display: none;
}

.news-events .news-events-items {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.news-events .news-events-items .item {
    display: flex;
    width: 424px;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    background: #F0F0F0;
    flex: 0 0 auto;
    scroll-snap-align: start;
}


.news-events .news-events-items .item .img-area {
    position: relative;
    width: 100%;
    height: 262px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.news-events .news-events-items .item .img-area img {
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}
.news-events .news-events-items .item .img-area .cat-wrapper {
    display: flex;
    gap: 10px;
    width: 80%;
    position: absolute;
    top: 16px;
    left: 16px;
}
.news-events .news-events-items .item .cat-area {
   
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #222422;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 100px;
    background: #FFF;
}

.news-events .news-events-items .item .text-area {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    gap: 12px;
}

.news-events .news-events-items .item .text-area .date-area {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 500;
}

.news-events .news-events-items .item .text-area .title-item {
    color: #222422;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.news-events .news-events-items .item .text-area .text {
    color: #222422;
    font-size: 14px;
    line-height: 140%;
}

.news-events .news-events-items .item .text-area .more {
    margin-top: 5px;
    color: #007444;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
}

.news-events .news-events-items .item .text-area .more::after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.92712 5.07312L7.84334 6.99478L9.75956 8.91644L5.92712 12.7598' stroke='%23007444' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 700px) {
    .news-events .news-events-items .item {
        width: 330px;
        padding-bottom: 20px;
        gap: 10px;
    }
}

@media (max-width: 350px) {
    .news-events .news-events-items .item {
        width: 300px;
    }
}