
.ttu {
    text-transform: uppercase;
}
.heading_n_subtitle_subtitle {
    display: flex;
    gap: 8px;
    align-items: center;
}
.heading_n_subtitle_subtitle::before {
    content: "";
    display: block;
    width: 12px;
    height: 32px;
    background-image: url(https://shield-ultrasonics.com/wp-content/uploads/2023/05/move-rightward.svg);
    background-repeat: no-repeat;
    background-position: left center;
    filter: invert(19%) sepia(87%) saturate(4646%) hue-rotate(229deg) brightness(98%) contrast(110%);
}
.heading_n_subtitle_subtitle.white::before {
    filter: brightness(0) invert(1); 
}
section {
    padding: 0 15px;
}
.product_name {
    padding: 120px 0;
    background-color: #004FEF;
    background-image: url(https://shield-ultrasonics.com/wp-content/uploads/2025/09/bg1-service-1-1.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.product_title {
    font-family: "Epilogue", Sans-serif;
    font-size: 58px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}
.product_first_section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.product_first_wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}
.product_first_slider {
    width: 100%;
    max-width: 410px;
}
.product_first_slider * {
    user-select: none;
}
.slider_wrapper {
    position: relative;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_slider_img {
    width: 100%;
    max-width: 350px;
    max-height: 350px;
}
.swiper-button-prev {
    /* left: -60px; */
}

.swiper-button-next {
    /* right: -60px; */
}
.swiper-button-next, .swiper-button-prev {
    color: #CACACA !important;
    width: 26px !important;
    height: 26px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px !important;
}
.my-slider {
    height: 350px;
}
.product_first_info {
    width: 100%;
}
.product_first_upper_text {
    font-family: "Roboto var", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    line-height: 2em;
}
.product_first_title {
    font-size: 16px;
    font-weight: 500;
    color: #242424;
}
.product_specs {
    width: 100%;
    border-collapse: collapse;
}

.product_specs td {
    padding: 7px;
    border: 1px solid #eee;
    font-weight: 400;
    font-size: 14px;
    color: #7a7a7a;
}

.product_specs td:first-child {
    /* width: 70%; */
}

.product_specs td:last-child {
    /* width: 30%; */
}
.product_first_bottom_text {
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid black;
    padding-top: 20px;
    margin-top: 30px;
    color: #585858;
}
.product_first_btns_wrapper {
    width: 100%;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.22);
}
.product_btn {
    border: 1px solid #004FEF;
    padding: 12px 24px;
    width: 100%;
    border-radius: 4px;
    font-family: "Roboto var", Sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.blue {
    color: #FFFFFF;
    background-color: #004FEF;
}
.ghost {
    color: #004FEF;
    background-color: #FFFFFF;
}
/* .product_btn:focus {
    background-color: inherit;
}
.blue:focus, .product_btn:focus {
    color: inherit;
} */
.product_btn.blue:hover {
    background-color: #FFFFFF;
    color: #004FEF;
}
.product_btn.ghost:hover {
    background-color: #004FEF;
    color: #FFFFFF;
}
.product_btns_warning {
    font-family: "Roboto var", Sans-serif;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 400;
    margin-block-end: 0 !important;
}

.product_advantages {
    margin-bottom: 45px;
}
.container {
}
.product_advantages_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.product_advantages_item {
    padding: 20px 15px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    gap: 10px;
}
.product_advantages_img {
    width: 50px;
    height: 50px;
}
.product_advantages_item_inner {
}
.product_advantages_item_title {
    font-family: "Roboto var", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.product_advantages_item_text {
    font-family: "Roboto var", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #7a7a7a;
}



.product_tabs {
    margin-bottom: 60px;
}
.product_tabs__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-items: start;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 25px;
}
.product_tab_btn {
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    outline: none;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #585858;
    background-color: transparent;
}
.product_tab_btn.active {
    color: #004FEF;
    border-bottom: 1px solid #004FEF;
}
/* .product_tab_btn:active {
    border: none !important;
    outline: none !important;
}
.product_tab_btn:focus {
    border: none !important;
    outline: none !important;
} */
.product_tabs__content {
}
.product_tab_content p {
    font-family: 'Roboto var';
}
.product_tab_content h5 {
    font-family: 'Roboto var';
    font-size: 22px;
    font-weight: 700;
}

.product_tab_content iframe {
    width: 100%;
}

.product_tab_content {
    display: none;
}

.product_tab_content.active {
    display: block;
}

.product_tab_btn {
    cursor: pointer;
}



.product_examples {
    margin-bottom: 60px;
}
.container {
}
.product_examples_title {
    font-size: 42px;
    font-family: "Roboto var", Sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.product_examples_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.product_example {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #CACACA;
}




.product_have_questions {
    background-color: #004FEF;
    background-image: url(https://shield-ultrasonics.com/wp-content/uploads/2025/09/bg1-service-1-1.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 110px;
    padding-bottom: 110px;
}
.container {
}
.have_questions_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.have_questions_text_wrapper {
}
.have_questions_title {
    font-size: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 700;
}
.have_questions_text {
    color: #FFFFFF;
    font-size: 20px;
}
.have_questions_btn {
    padding: 13px 40px;
    color: #004FEF;
    background-color: #FFFFFF;
    font-family: "Roboto var", Sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    border: none;
    border-radius: 45px;
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 8px;
}
.have_questions_btn svg {
    width: 20px;
    height: 20px;
    fill: #004FEF;
}

/*--------------------------------------------------------------- СТРАНИЦА СПИСКА ПРОДУКТОВ */

.products_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.product_card {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.product_list_slider {
    width: 100%;
    max-width: 270px;
}
.swiper {
}
.swiper-wrapper {
}
.swiper-slide {
}
.product_list_slider_img {
}
.swiper-pagination {
}
.product_list_title {
    font-size: 20px;
    font-family: 'Roboto var';
}
.product_list_btn {
    display: block;
    width: 100%;
    max-width: 320px;
    border: 1px solid #004FEF;
    border-radius: 5px;
    color: #004FEF;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    padding: 8px 24px;
    font-family: "Roboto var";
    font-weight: 500;
    font-size: 16px;
}
.no-products {
}

.custom-breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
}
.custom-breadcrumbs a, .custom-breadcrumbs span {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.custom-breadcrumbs  svg {
    width: 10px;
    height: 10px;
    color: #FFFFFF;
    fill: #FFFFFF;
}



.desalination_cost_item {
    background-color: #004FEF;
}
.desalination_cost_item_ico {

}
.desalination_cost_item_ico path {
    stroke: #FFFFFF;
}

















@media(max-width:1024px) {
    .product_first_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .product_first_info {
        max-width: 768px;
    }
    .product_advantages_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .product_examples_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .have_questions_title {
        font-size: 28px;
    }
    .products_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:768px) {
    .have_questions_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .have_questions_btn  {
        font-size: 16px;
    }
    .product_advantages_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .product_title {
        font-size: 28px;
    }
    .product_examples_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .product_examples_title {
        font-size: 28px;
    }
    .products_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}