/*======================== product_page ========================*/

.main_product_page {
    padding-top: 24px;
    background-color: rgba(242, 244, 246, 1);
}

.main_product_page figure {
    margin: 0!important;
}

.container_product_page {

    padding-top: 20px;
    /*padding-bottom: 100px;*/

}
.container_width_product_page{
    /*max-width: 360px;*/
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container_width_product_page_tablet{

    overflow-x: auto;
}

.container_title_btn_order_description{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box_description_product_page{
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: rgba(255,255,255,1);
}


.title_description_product_page{
    font-weight: 600;
    font-family: var(--font-family-main);
    font-size: 18px;
    line-height: 1.33;
    color: rgba(20, 20, 20, 1);
}


.text_description_product_page_paragraph_1, .text_description_product_page_paragraph_2{
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: rgba(20, 20, 20, 1);
}

.box_swiper_button_swiper_pagination{
    position: static;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.swiper_pagination_product_page{
    position: static !important;
}

.swiper_button_next_product_page, .swiper_button_prev_product_page {
    padding: 12px;
    width: fit-content !important;
    height: 100% !important;
    display: block;
    position: static !important;
    margin: 0 !important;
    z-index: 0 !important;
}

.icon_swiper_product{
    max-width: none !important;
    position: static !important;
    transition: all var(--transition-time-all);
}


.swiper_button_prev_product_page:hover img {
    transform: scale(1.25) rotate(-180deg);
}

.swiper_button_next_product_page:hover img {
    transform: scale(1.5);
}

.swiper_button_next_product_page::after, .swiper_button_prev_product_page::after{
    display: none;
}

.icon_swiper_button_prev_product_page{
    transform: rotate(-180deg);
}

 .swiper_pagination_product_page{
    display: flex;
    align-items: center;
     z-index: 0 !important;
}

.box_swiper_button_swiper_pagination .swiper-pagination-bullet{
    width: 100% !important;
    height: 2px !important;
    margin: 0 !important;
    transition: all var(--transition-time-all);
    background-color: rgba(226, 229, 233, 1) !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}

.box_swiper_button_swiper_pagination .swiper-pagination-bullet-active{
    background-color: rgba(82, 98, 120, 1) !important;
    opacity: 1 !important;
}

.swiper_wrapper_product_page{
    /*height: 312px !important;*/
    align-items: center;
    background-color: #fff;
}

.slide_photo_poduct{
    margin: 0 !important;

}

.slide_photo_poduct img {
    object-fit: contain;
    /*max-width: 360px;*/
    /*height: 312px*/
    max-height: 650px;
}

.box_title_name_product_btn_order{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);

}


.title_name_product_page{
    font-family: var(--font-family-minor);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(20, 20, 20, 1);
    margin: 0;
}


.btn_order_form_product{
    width: 100%;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(235, 28, 36, 1);
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    transition: all var(--transition-time-all);
}


.btn_order_form_product:hover {
    cursor: pointer;
    background-color: rgba(82, 98, 120, 1);
}


.box_bottom_content_product_page{
    border-radius: 12px;
    width: 100%;
    padding: 10px;
    background-color: rgb(255,255,255);
    display: flex;
    flex-direction: column;
    gap:16px;
    margin-top: 40px;
    margin-bottom: 100px;
}


.bottom_title_content_product_page{
    font-family: var(--font-family-main);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.21;
    color: rgba(20, 20, 20, 1);
}


.content_bottom_description{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(12, 12, 12, 1);

}

.content_bottom_description a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}


.container_tablet_document_video{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: rgb(255,255,255);
}

.box_slider_title_btn_order{
    margin-bottom: 39px;
}

.swiper_wrapper_product_page .swiper-slide{
    width: 100% !important;
    background-color: #FFF;
    min-height: 312px;
}


@media screen and (min-width: 768px) {
    .container_product_page {
        padding-top: 30px;
    }

    .container_width_product_page {
        max-width: none;
        width: 704px;
        padding: 0;
    }

    .container_tablet_document_video{
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }


    .swiper_wrapper_product_page{
        height: 564px !important;
        border-radius: 24px;
    }
    .swiper_slide_product_page{
        border-radius: 24px;
    }

    .box_swiper_button_swiper_pagination{
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .box_title_name_product_btn_order{
        flex-direction: row;
        justify-content: space-between;
        padding: 20px;
    }

    .title_name_product_page{
        font-size: 28px;
    }

    .btn_order_form_product{
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 20px;
        padding-right: 20px;
        min-width: fit-content;
        width: fit-content;
    }

    .box_description_product_page{
        padding: 20px;
    }

    .box_bottom_content_product_page{
        padding: 20px;
    }

    .btn_order_form_product_center {
        margin-left: auto;
        margin-right: auto;
    }

    .box_slider_title_btn_order{
        margin-bottom: 34px;
    }
    .slide_photo_poduct img {
        /*object-fit: cover;*/
        max-width: 650px;
        height: 564px;
        border-radius: 24px;
    }

    .main_product_page {
        padding-top: 96px;
    }

    .swiper_wrapper_product_page .swiper-slide{
        height: 564px;
        border-radius: 24px;
        overflow: hidden;
    }

}

@media screen and (min-width: 1280px) {


    /*.photo_only_moon .photo_only_moon_one img {*/
    /*    max-width: 23%; !* Відповідно до 4 зображень *!*/
    /*    height: auto;*/
    /*    border-radius: 5px; !* Закруглення кутів *!*/
    /*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); !* Легка тінь *!*/
    /*}*/

    .container_width_product_page {
        max-width: 1320px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .box_slider_title_btn_order{
        display: grid;
        grid-template-columns: 1fr 1fr;

        gap: 20px;
        margin-bottom: 20px;
    }

    .swiper_product_page{
        width: 100%;
    }

    .container_title_btn_order_description{
        width: 100%;
        min-height: 100%;
        justify-content: space-between;
    }


    .box_swiper_button_swiper_pagination{
        margin-bottom: 0;
    }

    .box_description_product_page{
        height: 100%;
        flex-grow: 1;
    }


    .btn_order_form_product_center {
        margin-left: auto;
        margin-right: auto;
    }

    .main_product_page {
        padding-top: 112px;
    }

}



/*=================== TABS_SWITCHER ===================*/

.tabs_product_page{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 6px !important;
}

.tab_product_page{
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: fit-content;
    padding: 12px 16px;
    border-radius: 12px;
    user-select: none;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
    color: rgba(140, 143, 147, 1);
    transition: all var(--transition-time-all);
}

.tab_product_page:hover {
    cursor: pointer;
    font-weight: 500;
    color: rgba(61, 61, 61, 1);
    background-color: rgba(242, 244, 246, 1);
}

.tab_product_page.active {
    font-weight: 500;
    color: rgba(61, 61, 61, 1);
    background-color: rgba(242, 244, 246, 1);
}


.tab_content_product_page{
    position: absolute;
    /*width: 0;*/
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all var(--transition-time-all);
    /*padding-top: 16px;*/
    pointer-events: none;
    /*width: 100%;*/
}

.tab_content_product_page.active {
    position: static;
    opacity: 1;
    /*width: fit-content;*/
    visibility: visible;
    pointer-events: auto;
}

.box_video_product_page{
    /*position: relative;*/
    /*width: 340px;*/
    /*height: 200px;*/
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px ;

    gap: 20px;
}


.box_video_product_page .wp-block-embed__wrapper iframe {
    /*width: 340px;*/
    /*height: 200px;*/
    border-radius: 12px ;
    overflow: hidden;
}


@media screen and (min-width: 768px) {


    .box_video_product_page .wp-block-embed__wrapper iframe {
        width: 664px;
        height: 430px;
    }
}

@media screen and (min-width: 1440px) {
    .box_video_product_page .wp-block-embed__wrapper iframe {
        width: 780px;
        height: 430px;
    }

    .tab_content_product_page.active {
        width: 100%;
    }

    .box_video_product_page{
        /*width: 664px;*/
        /*height: 430px;*/
        display: grid;
        grid-template-columns: 1fr 1fr;

    }
}


.box_uploads_fiales_product_page{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.uploads_fiale_product_page, .uploads_group_file{
    padding: 7px 6px 7px 38px;
    position: relative;
}

.uploads_fiale_product_page a, .uploads_group_file a {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.37;
    color: #000000;
    text-underline-offset: 3px;
}
.uploads_fiale_product_page a:hover {
    color: rgba(235, 28, 36, 1);
    text-decoration: underline !important;
}

.uploads_fiale_product_page::before, .uploads_group_file::before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: 20px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icons/icon_file_pdf_black.svg");
    transition: all var(--transition-time-all);
}

.uploads_fiale_product_page:has(a:hover)::before,
.uploads_group_file:has(a:hover)::before {
    background-image: url("../img/icons/icon_file_pdf_red.svg");
}



/*.btn_play_video_product_page{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    opacity: 0.5;*/
/*    z-index: 100;*/
/*    transition: all var(--transition-time-all);*/
/*}*/

/*.btn_play_video_product_page:hover{*/
/*    cursor: pointer;*/
/*    opacity: 1;*/
/*}*/

/*.btn_play_video_product_page.video_play {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    z-index: -1;*/
/*    user-select: none;*/
/*    pointer-events: none;*/
/*}*/


/*=================== /TABS_SWITCHER ===================*/
/*=================== fullscreen_modal ===================*/

.fullscreen_modal_product_page {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    opacity: 0;
    transition: all var(--transition-time-all);
}


.backdrop_fullscreen_modal{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.fullscreen_modal_product_page.open {
    opacity: 1;
    z-index: 100;
}


.icon_close_fullscreen_modal{
    position: absolute;
    right: 25px;
    top: 25px;
    display: block;
    fill: rgb(255,255,255);
    width: 35px;
    height: 35px;
    transition: all var(--transition-time-all);
    padding: 10px;
    border-radius: 12px;
    z-index: 150;
}

.icon_close_fullscreen_modal:hover {
    cursor: pointer;
    background-color: rgb(255,255,255);
    fill: rgba(235, 28, 36, 1);
}

.swiper_product_page_fullscreen_modal{
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 1010;
    transform: translate(-50%, -50%);
}


.box_swiper_button_swiper_pagination_fullscreen_modal{
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1500;
}

.swiper_product_page_fullscreen_modal{
    /*max-width: 360px;*/
    margin: 0 !important;
    max-height: 100%;
    display: block;
    width: 100%;
}

.swiper_product_page_fullscreen_modal .swiper-slide{
    width: 100% !important;
}

.swiper_product_page_fullscreen_modal .slide_photo_poduct img {
    height: 421px;
    width: 100%;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .swiper_product_page_fullscreen_modal{
        /*width: 704px;*/
        max-width: none;
    }

    .swiper_product_page_fullscreen_modal .slide_photo_poduct img {
        height: fit-content;
        max-width: none;
        margin-top: auto;
        margin-bottom: auto;
    }

}

@media screen and (min-width: 1440px) {
    .swiper_product_page_fullscreen_modal{
        width: 1200px;
    }
    .swiper_product_page_fullscreen_modal .slide_photo_poduct img {
        /*height: 850px;*/
    }
}


/*=================== /fullscreen_modal ===================*/
/*=================== application_advantages_product ===================*/

.box_list_application_advantages_product{
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: rgba(20, 20, 20, 1);
}

.box_list_application_advantages_product h2,
.box_list_application_advantages_product h3,
.box_list_application_advantages_product h4,
.box_list_application_advantages_product h5 {
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.71;
    color: rgba(20, 20, 20, 1);
}

.box_list_application_advantages_product p {
    font-weight: 600;
}

.box_list_application_advantages_product ul {
    list-style: disc;
    margin: 0 !important;
    font-weight: 600;
}
/*=================== /fullscreen_modal ===================*/
/*=================== technical_information ===================*/

.technical_characteristics_wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
    /*margin-bottom: 36px;*/
}

.technical_information_title{
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: rgba(20, 20, 20, 1);
}

.parent_container_technical_information {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.table_container_technical_information{
    max-width: 413px;
    width: 100%;
}

/*=================== technical_information ===================*/
/*=================== pump_code_title ===================*/

.pump_code_wrapper{
    display: flex;
    flex-direction: column;
    gap: 28px;
    /*margin-top: 28px;*/
    /*overflow-x: auto;*/
}

.pump_code_title{
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: rgba(20, 20, 20, 1);
    margin-top: 16px;
}

/*=================== /pump_code_title ===================*/
/*=================== pump_code_tablet_2 ===================*/
.parent_container_pump_code_tablet_2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 630px;
    gap: 42px;
    width: inherit;
    overflow-x: auto;
}

/*=================== /pump_code_tablet_2 ===================*/
/*=================== pumps_series_wrapper ===================*/

.pumps_series_wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 1280px) {
    .pumps_series_wrapper{
        flex-direction: row;
        width: 100% !important;
    }
}

.pump_code_title {
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: rgba(20, 20, 20, 1);
    margin-bottom: 10px;
}

.table_container_pumps_series {
    width: 893px;
}

/*=================== /pumps_series_wrapper ===================*/
/*=================== pump_models_wrapper ===================*/
.pump_models_wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pump_models_title {
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: rgba(20, 20, 20, 1);
    margin-top: 16px;
}
/*=================== /pump_models_wrapper ===================*/
/*=================== group_file_wrapper ===================*/

.tab_content_product_page_2{
  /*width: 100%;*/
}

.tab_content_product_page_2.active{
    width: 100%;
}

.container_group_block{
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
    border-radius: 12px;
    max-width: 860px;
    background-color: rgba(242, 244, 246, 1);
    max-height: 46px;
    overflow: hidden;
    transition: all var(--transition-time-all);
}

.container_group_block.open {
    /*max-height: 500px;*/
    transition: all var(--transition-time-all);
}


.block_group_file_title{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    transition: all var(--transition-time-all);
    margin-bottom: 35px;

}

.block_group_file_title::after{
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    background-size: 100% 100%;
    background-image: url("../img/icons/icon_arrow_black.svg");
    transition: all var(--transition-time-all);

}

.block_group_file_title.open::after {
    transform: rotate(180deg);
}

.block_group_file_title:hover {
    cursor: pointer;
}

.block_group_file_title::before {
    position: absolute;
    content: '';
    height: 1px;
    bottom: -17px;
    width: 100%;
    background-color: rgba(226, 229, 233, 1);
}

/*=================== /group_file_wrapper ===================*/



.container_production_list .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.container_production_list article {
    /*width: 165px;*/
    height: 176px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    /*height: auto;*/
}

.container_production_list article .wp-show-posts-inner {
    display: flex;
    flex-direction: column;
    /*gap: 6px;*/
}

.container_production_list .wp-show-posts-image {
    margin: 0;
    padding: 11.76px 10.48px 0 10.48px;
}

.container_production_list .wp-show-posts-image img {
    /*width: 144.05px;*/
    height: 108.24px;
    display: block;
    object-fit: contain;
}

.container_production_list .wp-show-posts-entry-header{
    margin: 0;
}

.container_production_list .wp-show-posts-entry-title {
    padding: 8px;
}

.container_production_list .wp-post__header{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 16.94px;
    color: rgba(20, 20, 20, 1);
    transition: all var(--transition-time-all);
}

.swiper_product_page_fullscreen_modal .swiper-wrapper{
    align-items: center;
}



@media screen and (min-width: 768px) {
    .container_production_list .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        column-gap: 20px;
        row-gap: 28px;
        display: flex;
    }

    .container_production_list article {
        width: 342px;
        border-radius: 24px;
        height: 299px;
    }

    .container_production_list article .wp-show-posts-inner {
        flex-direction: column-reverse;
        gap: 0;
        height: 100%;

    }

    .container_production_list .wp-show-posts-image {
        padding: 0px 31px 39px 56px;
    }

    .container_production_list .wp-show-posts-image img {
        width: 215px;
        height: 205px;
    }

    .container_production_list .wp-show-posts-entry-header{
        margin-bottom: auto;
        height: 77px;
        padding: 20px 16px 10px 16px;
    }

    .container_production_list .wp-show-posts-entry-title {
        padding: 0px;
    }


    .container_production_list article.wp-show-posts-single.wpsp-clearfix.post-9447 .wp-show-posts-inner{
        flex-direction: column;
    }

    .container_production_list .wp-show-posts {
        position: relative;
    }

    .container_production_list .wp-show-posts::after {
        position: absolute;
        display: inline-block;
        content: '';
        width: 23.89px;
        height: 22px;
        -webkit-mask: url('../img/icons/icon_bottom_right.svg') no-repeat center;
        mask: url('../img/icons/icon_bottom_right.svg') no-repeat center;
        background-color: currentColor;
        right: 21.71px;
        bottom: 20px;
        transition: all var(--transition-time-all);
        color: rgba(20, 20, 20, 1);
    }

    .container_production_list .wp-show-posts-single{
        transition: all var(--transition-time-all);
    }

    .container_production_list .wp-show-posts-single:hover{
        box-shadow: 0 2px 15px 0 rgba(98, 114, 132, 0.25);
    }

    .container_production_list .wp-show-posts:hover::after {
        transform: rotate(135deg);
        color: rgba(235, 28, 36, 1);
    }

    .container_production_list .wp-show-posts:hover .wp-post__header {
        color:  rgba(235, 28, 36, 1);
        text-decoration: underline;
    }

}

@media screen and (min-width: 1440px) {


    /*.parent_container_technical_information {*/
    /*    justify-content: space-between;*/
    /*}*/

    .table_container_technical_information {
        max-width: 426px;
    }
}


.container_custom_versions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
}

.custom_versions_title{
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}


.container_custom_versions .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}


.container_custom_versions .wp-block-group__inner-container .wp-block-group-is-layout-constrained {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    justify-content: space-between;
    padding: 10px;
    min-height: 250px;
    height: 100%;
    border: 1px solid rgba(226, 229, 233, 1);;
}


.container_custom_versions .wp-block-group__inner-container .wp-block-group-is-layout-constrained img {
    height: 170px;
    object-fit: contain;
}

.container_custom_versions .wp-block-group__inner-container p {
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

@media screen and (min-width: 768px) {
    .container_custom_versions .wp-block-group__inner-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
}


.container_modal_box_custom_versions{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-time-all);
}

.container_modal_box_custom_versions.open{
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.backdrop_modal_box_custom_versions{
    position: absolute;
    top: 0;
    left: 0 ;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    z-index: 101;

}


.icon_close_modal_custom_versions{
    position: absolute;
    display: block;
    right: 50px;
    top: 50px;
    width: 40px;
    height: 40px;
    padding: 10px;
    fill: #fff;
    z-index: 201;
    border-radius: 12px;
    transition: all var(--transition-time-all);
}

.icon_close_modal_custom_versions:hover{
    background-color: #fff;
    fill: red;
    cursor: pointer;

}

.photo_full_modal_custom_versions{
    position: absolute;
    z-index: 200;
    width: 80%;
    object-fit: contain;
    max-height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.photo_full_modal_custom_versions:hover {
    cursor: zoom-out;
}


.box_custom_versions:hover {
    cursor: zoom-in;
}


@media screen and (min-width: 768px) and (max-width: 1439px) {
    .table_container_technical_information {
        max-width: 342px;
    }
}

.container_custom_code_material {
    margin-top: 20px;
}

.container_custom_code_material h3 {
    font-family: var(--font-family-main);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.21;
    color: rgba(20, 20, 20, 1);
}

.container_custom_code_material ul {
    list-style: disc;
}


.container_custom_code_material li {
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(12, 12, 12, 1);
}


@media screen and (min-width: 768px){
    .container_custom_code_material li {
        /*font-size: 18px;*/
    }

}


.box_link_application{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}


.container_custom_dozuvania_group{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
    overflow-x: hidden;
}


.container_custom_dozuvania_group h3 {
    font-family: var(--font-family-main);
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.21;
    color: rgba(20, 20, 20, 1);
}

.container_custom_dozuvania_group p {
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(12, 12, 12, 1);
}

.container_custom_dozuvania_group .wp-block-group {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.container_custom_dozuvania_group .box_text_photo {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}


@media screen and (min-width: 768px){
    .container_custom_dozuvania_group .box_text_photo {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
    }

}

.container_gvyntovu_nasosy{
    gap: 25px;
}


.box_custom_principles {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box_custom_principles h3 {
    font-family: var(--font-family-main);
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.75;
    color: rgba(12, 12, 12, 1);
}
.container_custom_custom_zastosyvania ul{
    list-style: disc;
    font-family: Inter Tight;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}



.photo_only_moon .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}


@media screen and (min-width: 1440px) {
    .photo_only_moon .wp-block-group__inner-container {

        grid-template-columns: 1fr 1fr 1fr 1fr;

    }
}

.photo_only_moon img {

    /*width: 300px;*/
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.photo_only_moon_two .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.photo_only_moon_two img {
    border-radius: 10px;
    height: 300px;

}
@media screen and (min-width: 650px) {
    .photo_only_moon_two img {

        height: 400px;

    }
}

@media screen and (min-width: 1440px) {
    .photo_only_moon_two .wp-block-group__inner-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .photo_only_moon_two img {
        border-radius: 10px;
        height: 400px;

    }
}






.photo_only_moon_tree .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 15px;
}

@media screen and (min-width: 768px) {
    .photo_only_moon_tree .wp-block-group__inner-container {
        grid-template-columns: 1fr 1fr;
    }
    }

@media screen and (min-width: 1440px) {
    .photo_only_moon_tree .wp-block-group__inner-container {
    grid-template-columns: 1fr 1fr 1fr;
    }
    }

.photo_only_moon_tree img {
    border-radius: 10px;
    height: 250px;
    /*width: 400px;*/
}


.container_custom_custom_zastosyvania h3{
    font-family: var(--font-family-main);
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.75;
    color: rgba(12, 12, 12, 1)
}


.container_custom_custom_zastosyvania p {
    margin-bottom: 25px;
    font-size: 14px;
    font-family: Inter Tight;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.container_custom_custom_zastosyvania ul {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .container_custom_custom_zastosyvania h3{
        font-size: 20px !important;

    }

    .container_custom_custom_zastosyvania p {
        font-size: 14px;
    }

    .container_custom_custom_zastosyvania ul {
        font-size: 14px;
    }
}

.container_seo_text_product {
    margin-top: 0 !important;
}


.content_bottom_description .link_phone_bottom_product_page, .content_bottom_description .link_email_bottom_product_page{
    text-decoration: none !important;
}

.link_phone_bottom_product_page{
    font-weight: 600;
}


@media screen and (min-width: 1280px){
    .container_production_list .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .container_production_list .wp-show-posts-image {
        padding: 20px 5px;
    }

    .container_production_list .wp-show-posts-image img {
        width: 100%;
    }

    .container_production_list article {
        width: 100%;
    }
}

@media screen and (min-width: 1320px){
    .container_width_product_page {
        padding-left: 0;
        padding-right: 0;
    }
}

.container_swiper_photo {
    max-width: 650px;
}

.swiper_product_page {
    border-radius: 24px;
}
.technical_data_details {

}

.wp-block-heading.title_interchangeable_models{
    font-family: var(--font-family-main);
    font-weight: 600;
    font-size: 20px !important;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 20px;
}

.container_interchangeable_models h4 {
    font-family: var(--font-family-main);
    font-weight: 600;
    font-size: 18px !important;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-top: 20px;
}

.container_interchangeable_models ul {
    list-style: disc;
}


.uploads_group_file a:hover {
    color: rgb(235 28 36);
}
