.section_implemented_projects_item {
    width: 100%;
    padding-top: 44px;
    padding-bottom: 112px;
    background-color: rgba(242, 244, 246, 1);
}

.container_implemented_projects_item {
    /*max-width: 95%;*/
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;

}

.section_slider_title_implemented{
    display: flex;
    flex-direction: column;
    gap: 12px;
}







.box_title_implemented{
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color:rgba(255, 255, 255, 1);
}

.date_implemented{
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: rgba(82, 98, 120, 1);
    margin-bottom: 14px;
}


.title_implemented {
    font-family: var(--font-family-minor);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 17px;

}

.customer_implemented {
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: rgba(82, 98, 120, 1);
    margin-bottom: 20px;
}

.decoration_line_implemented {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(226, 229, 233, 1);
    margin-bottom: 20px;
}


.text_decoration_title_implemented {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}


.swiper_implemented_page{
    border-radius: 24px;
    overflow: hidden;
    /*height: 300px;*/
}

.swiper_implemented_page figure {
    margin-top: 0!important;
    margin-bottom: 0!important;
    height: 100%;
}

.swiper_implemented_page figure img{
    height: 100%;
    object-fit: cover;
}

.swiper_wrapper_implemented_page{
    /*max-width: 340px;*/
    /*height: 300px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}



.swiper_slide_implemented_page{
    width: 100% !important;
    height: 100%;
}

.box_button_swiper_pagination_implemented_page{
    position: absolute;
    width: 100%;
    padding: 10px;
    height: 62px;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.swiper_implemented_page{
    /*width: 100%;*/
}

.icon_swiper_implemented_page {
    display: block;
    padding: 12px;
    width: 42px;
    height: 42px;
}
.swiper_button_next_implemented_page, .swiper_button_prev_implemented_page {
    width: 42px !important;
    height: 42px !important;
}

.swiper_pagination_implemented_page{
    display: flex;
    align-items: center;
    max-width: 204px;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

}

.swiper_pagination_implemented_page .swiper-pagination-bullet {
    margin: 0 !important;
    width: 100%;
    border-radius: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.swiper_pagination_implemented_page .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

.icon_button_prev_swiper_implemented_page{
    transform: rotate(-180deg);
}


.swiper_button_prev_implemented_page::after, .swiper_button_next_implemented_page::after {
    display: none;
}

.swiper_pagination_implemented_page {
    bottom: 0!important;

}

.container_title_characteristic_implemented{
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.box_characteristic_implemented{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.box_characteristic_item{
    padding: 10px;
    width: 100%;
    border-radius: 12px;
    max-height: 44px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    transition: all  var(--transition-time-all);
}

.box_characteristic_item.open {
    max-height: 600px;

}

.box_characteristic_item p {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(20, 20, 20, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_characteristic_item p::after {
    content: '';
    width: 21px;
    height: 21px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15.09px 15.09px;
    background-image: url("../img/icons/icon_plus_black.svg");
    transition: all  var(--transition-time-all);
}

.box_characteristic_item p.open::after {
    background-image: url("../img/icons/icon_minus_black.svg");
}

.box_characteristic_item ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 20px;
    margin-top: 26px;
}

.box_characteristic_item ul li {
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: rgba(20, 20, 20, 1);
}

.container_project_page {
    /*max-width: 360px;*/
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.container_project_page #breadcrumbs{
    margin-right: auto;
}

.swiper_wrapper_implemented_page .swiper-slide , .swiper_wrapper_implemented_page .swiper-slide-active {
    /*width: 100% !important;*/
}

.swiper_implemented_page {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


@media screen and (min-width: 768px) {
    .section_implemented_projects_item {
        padding-top: 126px;
        padding-bottom: 120px;
    }

    .container_implemented_projects_item {
        max-width: none;
        width: 704px;
        padding-right: 0;
        padding-left: 0;
    }

    .section_slider_title_implemented{
        gap: 30px;
    }


    .swiper_implemented_page{
        width: 704px;
        height: 650px;
    }


    .swiper_wrapper_implemented_page{
        max-width: none;
        width: 704px;
        height: 650px;

    }

    .swiper_slide_implemented_page{
        height: 100%;
    }

    .box_button_swiper_pagination_implemented_page{
        width: 652px;
        padding: 20px;
        height: 82px;
        left: 50%;
        transform: translateX(-50%);
    }

    .swiper_pagination_implemented_page{
        max-width: 496px;
    }
    .container_project_page {
        max-width: none;
        width: 704px;
        padding-right: 0;
        padding-left: 0;
        padding-top: 30;
    }

}

@media screen and (min-width: 1280px) {
    .section_implemented_projects_item {
        padding-top: 143px;
    }

    .container_implemented_projects_item {
        max-width: 1320px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .section_slider_title_implemented{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .box_title_implemented{
         width: 100%;
    }

    .swiper_implemented_page{
        width: 100%;

    }


    .swiper_wrapper_implemented_page{
        width: 652px;

    }

    .swiper_slide_implemented_page{
        height: 100%;
    }

    .swiper_implemented_page figure img  {
        width: 650px;
        height: 652px;
        object-fit: cover;
    }

    .box_button_swiper_pagination_implemented_page{
        width: 652px;
        padding: 20px;
        height: 82px;
        left: 50%;
        transform: translateX(-50%);
    }

    .swiper_pagination_implemented_page{
        max-width: 496px;

    }

    .box_characteristic_item {
        width: 100%;
    }

    .container_project_page {
        max-width: 1320px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    #wpsp-344{
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }


}


.box_characteristic_item p:hover {
    cursor: pointer;
}



 /** ================= PROJECTS_PAGE ================= **/
.wrapper_projects_page {
    width: 100%;
    position: relative;

}
.container_tabs_projects {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity var(--transition-time-all), visibility var(--transition-time-all);
    position: absolute; /* Додаємо позицію для прихованих контейнерів */
    top: 0; /* Забезпечуємо, що всі контейнери займають однакове місце */
    left: 0;
}

.container_tabs_projects.active {
    opacity: 1;
    visibility: visible;
    position: relative; /* Відображає активний контейнер */
}


.wrapper_projects_page article {
    width: 100%;
    height: 286px;
}

.wrapper_projects_page .wp-show-posts-inner {
    margin: 0 !important;
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
}

.wrapper_projects_page section {
    margin: 0!important;
    /*display: flex !important;*/
    /*justify-content: flex-start !important;*/
    /*flex-wrap: wrap !important;*/
    column-gap: 10px !important;
    row-gap: 32px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}


.wrapper_projects_page img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wrapper_projects_page .wp-show-posts-entry-title {
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.28;
    color: rgba(20, 20, 20, 1);
    margin: 10px 10px auto 10px;
}

.wrapper_projects_page .wpsp-read-more {
    width: -webkit-fill-available;
    margin: auto 10px 10px 10px;
}
.wrapper_projects_page .wpsp-read-more::after {
    display: none;
}

.wrapper_projects_page .wp-show-posts-read-more {
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    border-radius: 12px !important;
    background-color: rgba(242, 244, 246, 1);
    width: 100% ;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: var(--font-family-main);
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.42 !important;
    text-align: center;
    color: rgba(20, 20, 20, 1) ;
}

@media screen and (min-width: 768px) {
   .wrapper_projects_page{
        max-width: none;
        width: 704px;
        padding-left: 0;
        padding-right: 0;
   }
    .wrapper_projects_page section{
        display: flex !important;
        column-gap: 20px !important;
        row-gap: 36px !important;
    }

    .wrapper_projects_page article {
        max-width: none;
        width: 342px;
        height: 398px;
    }

    .wrapper_projects_page img {
        width: 342px;
        height: 260px;
    }

    .wrapper_projects_page .wp-show-posts-entry-title {
        font-size: 18px;
        margin: 16px 16px auto 16px;
    }
    .wrapper_projects_page .wpsp-read-more {
        margin: auto 16px 16px 16px;
    }
    .container_tabs_projects section{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (min-width: 1280px) {
   .wrapper_projects_page{
       max-width: 1320px;
       width: 100%;
   }

    .wrapper_projects_page section{
        row-gap: 40px !important;
    }

    .wrapper_projects_page article {
        width: 426.67px;
        height: 501px;
    }

    .wrapper_projects_page img {
        width: 426.67px;
        height: 363px;

    }
    .projects-link .wp-show-posts-columns .wp-show-posts-single {
        width: 100%;
        /*height: 363px;*/
    }

    .container_tabs_projects section{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }

}


@media screen and (max-width: 650px) {
    .projects-link .wpsp-read-more {
        display: block !important;
    }
}


.projects-link .wp-show-posts-entry-header {
    min-height: 72px;
    max-height: 73px;
    margin-bottom: 0.8em !important;
}

.projects-link .wp-show-posts-entry-header  .wp-post__header {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}


@media screen and (min-width: 768px) {
    .projects-link .wp-show-posts-entry-header {
        min-height: 48px;
        margin-bottom: 1em !important;
    }
    .projects-link .wp-show-posts-entry-header  .wp-post__header {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
}


.title_page_implemented_projects {
    font-family: var(--font-family-minor);
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;

}

@media screen and (min-width: 768px) {
    .title_page_implemented_projects {
        font-size: 42px;
    }
}



.box_content_implemented_projects  p,
.box_content_implemented_projects  span,
.box_content_implemented_projects  h5,
.box_content_implemented_projects  li {
    font-family: var(--font-family-main);
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 5px;
    width: 100%;

}

.box_content_implemented_projects h2,
.box_content_implemented_projects h3,
.box_content_implemented_projects h4{
    font-family: var(--font-family-main);
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
    margin-top: 0;
}

.box_content_implemented_projects img {
    border-radius: 12px;
}

.box_photo_item_project_page .wp-block-group__inner-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;

}

.box_photo_item_project_page img{
    max-height: 460px;
    object-fit: cover;
    border-radius: 12px;
}

.box_content_implemented_projects ul {
    list-style: disc;
}


.box_content_implemented_projects {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.container_content_implemented_projects {
    border-radius: 24px;
    background-color: white;
    padding: 20px;
}

.box_content_implemented_projects .title_section_item_project {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 20px !important;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.video_item_project_page{
    display: flex;
    justify-content: center;
}


.box_photo_text_item_project_page .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.box_photo_text_item_project_page img {
    max-height: 460px;
    border-radius: 12px;
}

.box_text_in_block_photo_text .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.box_photo_text_item_project_page .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_content_implemented_projects iframe {
    border-radius: 12px;
}

@media screen and (min-width: 768px) {
    .box_photo_item_project_page .wp-block-group__inner-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        align-items: center;
    }



}

@media screen and (min-width: 1440px) {
    .box_photo_text_item_project_page .wp-block-group__inner-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .box_text_in_block_photo_text .wp-block-group__inner-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (min-width: 1320px) {
    .container_project_page, .container_implemented_projects_item {
        padding-left: 0;
        padding-right: 0;
    }
}
