/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743493216
Updated: 2025-04-01 07:40:16

*/

section.product-search .row {   
    margin-bottom: 20px;
      display:flex;
     gap:20px;
 }
 .single-product-card pre {
    font-family: 'Inter' !important;
    font-size: 1em;
}
.single-product-card 
 main#primary {
    padding-bottom: 50px;
}
 section.product-search .product-search__search-category select {
    padding: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    color: #0e76bc;
    border: 1px solid #0e76bc;
    border-radius: 0;
    outline:none;
    font-family: "Inter", Sans-serif;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
     background: url(/wp-content/uploads/2025/04/arrow-select.png) no-repeat center;
     background-size: 14px;
     background-position: 95% center;
 }
 section.product-search .alphabetical-index {
     padding: 0;
     list-style-type: none;
         flex-wrap:wrap;
         font-family: "Inter", Sans-serif;
         gap: 40px;
     justify-content: center;
 }
 section.product-search .product-search__action #searchsubmit {
     background: #0665A6;
     border: 1px solid #0665A6;
     border-radius: 0;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 16px;
 }
 section.product-search .product-search__action {
     display: flex;
     flex: 1;
 }
 section.product-search .product-search__action input#s {
     flex: 1;
     padding: 15px;
     border: 1px solid #0665A6;
     border-radius: 0;
 }
 section.product-search .alphabetical-index a {
     color: #0E76BC;
     text-decoration: none;
     font-size: 20px;
     font-weight: 700;
 }
 section.product-search .alphabetical-index .li-disabled a {
    color: #d9e0e5;
    pointer-events: none;
}

/* 4/8/2025 */

.product-search  h1 {
    color: #0e76bc;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.product-search h2.wp-block-heading {
    margin-bottom: 12px;
    color: #041d35;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.row.cards-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.product_cards__title {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.card.swiper-slide {
    width: 32%;
    padding: 1.8rem 1.8rem 2em 2em;
    height: 100% !important;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #dddddd94;
    z-index: 999;
    border-radius: 10px;
    margin-top: 4%;
}
.product_cards__title .divider {
    position: absolute;
    z-index: -1;
    bottom: 25%;
    width: 100%;
    height: 2px;
    background: #e8eff5;
}
.row.cards-wrapper {
    gap: 2%;
    padding-bottom: 60px;
}
.product_cards__title h2 {
    display: inline;
    padding: 0 30px;
    text-align: center;
    color: #041d35;
    background-color: #fff;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 72px;
    font-weight: 100;
    font-style: normal;
    line-height: 100%;
}
.card.swiper-slide .image-box img {
    height: auto;
    aspect-ratio: 5/5;
    object-fit: contain;
}


.card__title h3 {
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: left;
    color: #042c53;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 24px;
    font-weight: 550;
    font-style: normal;
}

.card__main strong {
    color: #041d35;
}

.card__action a {
    color: #8dc63f;
    font-size: 18px;
}

/* .card__action a:before {
    position: absolute;
    width: 5px;
    height: 14px;
    margin-top: 9px;
    content: "";
    background-image: url(/wp-content/uploads/2025/04/greencaret.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 45%;
} */

.card__action {
    position: relative;
}
.card_excerpt p {
    margin-bottom: 15px;
    color: #041d35;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;

    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
section#product-search-section {
    padding-top: 50px;
}
.product_cards__title {
    position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.row.cards-wrapper {
    gap: 2%;
}
.product-card .row {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
}

.product-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58%;
    min-height: 550px;
    padding: 25px;
    border: 2px solid #dee4eb;
    background-color: #fff;
}

.product-card-info {
    position: relative;
    overflow: hidden;
    width: 40%;
    min-height: 550px;
    padding: 60px;
    border: 2px solid #dee4eb;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    -webkit-clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 60px) !important;
    clip-path: polygon(60px 0,100% 0,100% calc(100% - 60px), calc(100% - 60px) 100%,0 100%,0 60px) !important;
}

.product-card-info__excerpt p {
    margin-bottom: 15px;
    color: #041d35;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.product-card {
    position: relative;
    margin: 70px 0;
}

section.product-card .product-card-info:before {
    position: absolute;
    right: -15px;
    bottom: 24px;
    width: 95px;
    height: 2px;
    content: "";
    transform: rotate(-45deg);
    background-color: #dee4eb;
}
.form_new label.wpforms-field-label-inline {
    font-size: 14px !important;
    white-space: nowrap;
}
section.product-card .product-card-info:after {
    position: absolute;
    top: 24px;
    left: -15px;
    width: 95px;
    height: 2px;
    content: "";
    transform: rotate(-45deg);
    background-color: #dee4eb;
}
.product-card-info h1 {
    color: #0e76bc;
    font-weight: 400;
    font-size: 30px;
}
section.contact-form input#wpforms-5085-field_2 {
    max-width: 100% !important;
}
pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}
section.contact-form form {
    max-width: 800px;
    margin: auto;
    padding: 40px 95px;
    border: 1px solid #e3eaf0;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
section.contact-form form  button#wpforms-submit-5085 {
    background-color: #D21F3C;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;
}
section.contact-form form p > label {
    width: 100%;
    margin: 20px 0 7px 0;
    color: #041d35;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 140%;
}
section.contact-form form input[type="text"], section.contact-form form input[type="email"], section.contact-form form textarea, section.contact-form form select {
    padding: 15px 25px;
    border: 1px solid #e3eaf0;
    border-radius: 0;
    background-color: #f5f8fa;
    box-shadow: none;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
}
section.contact-form form select.select-dark-blue {
    cursor: pointer;
    color: #fff;
    border: 0;
    background: #0e76bc;
}
section.contact-form form select option {
    background: #fff !important;
}

select#wpforms-5085-field_6 {
    cursor: pointer;
    color: #fff;
    border: 0;

}
select#wpforms-5085-field_6 {
    max-width: 100%;
}

.wpforms-field-row {
    flex-direction: column;
    gap: 15px; /* Optional spacing between First and Last */
}
.wpforms-field-row-block {
    width: 100% !important;
}
.form_new select#wpforms-5085-field_6 {
    border: 1px solid rgba( 0, 0, 0, 0.25 ) !important;
}
.wpforms-field-row-block input {
    width: 100%;
    box-sizing: border-box;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
  padding: 0 15px 0 0 !important;
}
.form_new input {
    width: 100% !important;
    max-width: 100% !important;
}
.form_new .wpforms-field-row.wpforms-field-large {
    display: flex !important;
    flex-direction: unset !important;
    gap: 0% !important;
}

.form_new .wpforms-field-row-block.wpforms-first.wpforms-one-half {
    width: 50% !important;
}

.form_new .wpforms-field-row-block.wpforms-one-half {
    width: 50% !important;
}

.form_new button#wpforms-submit-5085 {
    background-color: #D21F3C;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;
}
.product-card-info__action {
    text-align: center;
    margin-bottom: 0;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    line-height: 120%;
    color: #041d35 !important;
}
.single-product-card main#primary {
    padding-left: 20px;
    padding-right: 20px;
}
.product-card-info__action a.btn.btn-white {
    color: #041d35;
    font-size: 40px;
    font-weight: 600;
}
ul#wpforms-5085-field_4 {
    display: flex;
}

section.contact-form label.wpforms-field-label-inline {
    font-size: 14px !important;
}

section.contact-form form select option {
    height: 50px;
    padding: 10px;
    color: #0e76bc;
    background-color: #fff;
}
.page-id-114 .page-header {
    display: none;
}
.product-search h2 {
    margin-bottom: 12px;
    color: #041d35;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}
.search-results 
 .page-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.search-results article.post {
    width: 32%;
    padding: 1.8rem 1.8rem 2em 2em;
    height: 100% !important;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #dddddd94;
    z-index: 999;
    border-radius: 10px;
    margin-top: 4%;
}


.search-results article.post p {
    margin-bottom: 15px;
    color: #041d35;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}


.search-results article.post h2 a {
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: left;
    color: #042c53;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 24px;
    font-weight: 550;
    font-style: normal;
}
.page-id-115 .divider {
    display: none;
}

.media_wrapper article.elementor-post {
    position: relative;
}



.media_wrapper a.elementor-post__thumbnail__link {
    height: 350px;
}

.media_wrapper a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    height: 100%;
    padding: 0 !important;
}

.media_wrapper a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
    position: unset;
    width: 100%;
    transform: unset;
    height: 100%;
    object-fit: cover;
}

.media_wrapper .elementor-post__text {
    position: absolute;
    bottom: 0;
    padding: 15px;
    left: 0;
    right: 0;
    background-color: rgba(4, 44, 83, 0.5);
}



.breadcrumbs ul li:before{
    display: none;
}
.single-post .post-info {
    position: relative;
    margin-bottom: 25px;
}

.single-post .post-info {
    position: relative;
}

.single-post .post-date {
    position: absolute;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    padding: 8px 20px;
    color: #fff;
    background: #0e76bc;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}


.breadcrumbs a:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    left: auto;
    width: 6px;
    height: 14px;
    margin-top: -10px;
    content: "";
    background: url(/wp-content/uploads/2021/03/arrow-text.png) no-repeat;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin: -9px -7px;
}

.breadcrumbs {
    position: relative;
}

/* a {padding: 5px 5px 2px 2px;} */

li {
    padding: 5px 3px 4px 7px;
}





















.media_wrapper h3.elementor-post__title a {
    padding-bottom: 12px;
    text-align: left;
    font-size: 24px;
    font-weight: 550;
    font-style: normal;
}
.search-results 
 .page-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
    padding-bottom: 50px;
}
.category main#primary {
    padding-bottom: 50px;
}
.search-results .page-header h1 {
    padding-top: 20px;
}
.footer_wrapper {
    box-shadow: 0 0 10px #c7b9b9;
}
.site-main.post {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* 4/8/2025 */






/* design-changes */
.home-banner-shape {
    position: relative;
}

.home-banner-shape:before {
    position: absolute;
    top: 0;
    left: 0px;
    overflow: hidden;
    width: 520px;
    height: 280px;
    content: "";
    background: url(/wp-content/uploads/2025/04/bg-before.png);
    background-size: cover;
}
.home-banner-shape:after {
    position: absolute;
    bottom: 0;
    right: 0px;
    overflow: hidden;
    width: 520px;
    height: 280px;
    content: "";
    background: url(/wp-content/uploads/2025/04/bg-after.png);
    background-size: cover;
    z-index: -1;
}
.home-banner-shape .wpr-slider-item-bg {
    position: relative;    
    }
    .home-banner-shape .wpr-slider-item-bg:before {
        position: absolute;
        content: '';
        z-index: 9;
        top: 0;
        right: 0;
        width: 55%;
        height: 100%;
        color: #000;
        background-color: rgba(4, 44, 83, 0.85);
        -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .home-banner-shape .wpr-slider-prev-arrow {
        left: -60px;
    }
    
    .home-banner-shape .wpr-slider-next-arrow {
        right: -60px;
    }
    .our-milestones-wrap .our-boxes {
        position: relative;
        background-color: rgba(4, 44, 83, 0.75) !important;
        -webkit-clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
        clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
    }
    .our-milestones-wrap .our-boxes:after {
        position: absolute;
        top: 0;
        left: 50%;
        width: 90px;
        height: 6px;
        margin-left: -45px;
        content: "";
        background-color: #40c8f4;
    }

.discover-box-top {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
.slider-design .wpr-slider-content {
    max-width: 700px !important;
    margin: 0 0 0 auto !important;
    float: unset !important;
}
.discover-boxes-image {
    overflow: hidden;
}
.banner-shape-wrap .wpr-slider-item-bg {
    position: relative;
}

.banner-shape-wrap .wpr-slider-item-bg:before {
    position: absolute;
    content: '';
    z-index: 9;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    color: #000;
    background-color: rgba(4, 44, 83, 0.85);
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}
.image-shap-wrap {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.our-team-shape-bg {
    position: relative;
}

.our-team-shape-bg:before {
    position: absolute;
    content: '';
    max-width: 50%;
    color: #000;
    background-color: #042c53;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    z-index: 9;
}
.our-team-content {
    position: relative;
    z-index: 99;
}
.meet-right-image .elementor-element {
    height: 100%;
}

.meet-right-image img {
    height: 100%;
}
.diff-color-box-shape {
    position: relative;
}
.content-area-box {
    position: relative;
    z-index: 9;
}
.diff-color-box-shape:before {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: 1;
    content: '';
    width: 55%;
}
.diff-color-box-shape.blue:before {
    background-color: #40c8f4;
}
.diff-color-box-shape.green:before {
    background-color: #8dc63f;
}
a.diff-color-box-shape {
    text-decoration: none;
}
.home-banner-shape .swiper-slide-bg {
    position: relative;
}

.home-banner-shape .swiper-slide-bg:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 58%;
    height: 100%;
    color: #000;
    background-color: rgba(4, 44, 83, 0.85);
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}
.home-banner-shape .elementor-swiper-button.elementor-swiper-button-prev {
    left: -70px;
    padding: 6px;
    border: 2px solid #2D7BBD4A;
    background-color: #fff;
}
.home-banner-shape .elementor-swiper-button.elementor-swiper-button-next {
    right: -70px;
    padding: 6px;
    border: 2px solid #2D7BBD4A;
    background-color: #fff;
}
.media-post-card .elementor-widget-theme-post-title h3 a {
    text-decoration: unset;
}

@media (max-width: 1600px) {
.home-banner-shape .wpr-slider-prev-arrow {
    left: 20px;
    background: #fff;
    border-color: #fff !important;
}
.home-banner-shape .wpr-slider-next-arrow {
    right: 20px;
    background: #fff;
    border-color: #fff !important;
}
.home-banner-shape .elementor-swiper-button.elementor-swiper-button-prev {
    left: 10px;
    border: unset;
}
.home-banner-shape .elementor-swiper-button.elementor-swiper-button-next {
    right: 10px;
    border: unset;
}
}




@media screen and (min-width:1025px) and (max-width:1300px){
    .our-team-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media (max-width: 1160px) {
    section.product-card .product-card-info {
        width: 68%;
        min-height: 400px;
        padding: 40px 60px;
    }
    section.product-card .product-card-img {
        width: 30%;
        min-height: 400px;
    }
}
@media (max-width:1024px){

    .diff-color-box-shape:before {
        width: 70%;
    }  
.card.swiper-slide {
    width: 49%;
    padding: 1.8rem 1.8rem 2em 2em;
    height: 100% !important;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #dddddd94;
    z-index: 999;
    border-radius: 10px;
    margin-top: 4%;
}
.search-results article.post {
    width: 49%;
    padding: 1.8rem 1.8rem 2em 2em;
    height: 100% !important;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #dddddd94;
    z-index: 999;
    border-radius: 10px;
    margin-top: 4%;
}
section.product-card .product-card-img {
    width: 100%;
    border: unset;
    min-height: unset !important;
    padding: 0;
}

section.product-card .product-card-info {
    border: unset !important;
    width: 100%;
    padding-top: 0;
    min-height: unset !important;
    padding-left: 0px !important;
}
section.product-card {
    position: relative;
    margin: 0;
}
section.product-card .product-card-info:before{
    display: none;
}
    section.product-card .product-card-info:after{
        display: none;
    }
    .product-card-info {
        /* position: relative; */
        /* overflow: hidden; */
        width: 40%;
        min-height: 550px;
        padding: 60px;
        border: 2px solid #dee4eb;
      
        background-position: center;
        background-size: cover;
        -webkit-clip-path: unset !important
         
    }
    section.product-card .product-card-info {
        padding-bottom: 0 !important;
    }
    .home-banner-shape .wpr-slider-item-bg:before {
        width: 60%;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        display: flex;
        justify-content: center;
    }
    .mega-menu-design-fix .mega-menu-item .menu .menu-item a {
        text-align: center;
    }
}

@media (max-width:900px){

.card__title h3{
    font-size: 20px !important;
}
.media_wrapper .elementor-post__meta-data {
    margin-top: 5px;
}
section.contact-form form {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border: 1px solid #e3eaf0;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
}



@media (max-width:767px){
    .home-banner-shape .swiper-slide-bg:before {
        background: rgba(4, 44, 83, 0.85);
        -webkit-clip-path: none !important;
        clip-path: none !important;
        width: 100%;
    }
    .media_wrapper a.elementor-post__thumbnail__link {
        height: 300px;
    }
    .diff-color-box-shape:before {

    }
    
    .diff-color-box-shape.blue:before {
        background-color: rgba(64, 200, 244, 0.8);
    }

    .diff-color-box-shape.green:before {
        background-color: rgba(141, 198, 63, 0.8);
    }

.home-banner-shape .wpr-slider-item-bg:before {
    background: rgba(4, 44, 83, 0.85);
    -webkit-clip-path: none !important;
    clip-path: none !important;
    width: 100%;
}
.slider-design .wpr-slider-content {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.home-banner-shape:before {
content: unset;
}
.home-banner-shape:after {
    content: unset;
}
.banner-shape-wrap .wpr-slider-item-bg:before {
    background: rgba(4, 44, 83, 0.85);
    -webkit-clip-path: none !important;
    clip-path: none !important;
    width: 100%;
}
}


 @media (max-width:575px){
    section.product-search .alphabetical-index a {
        font-size: 16px;
    }
    .search-results article.post {
        width: 100%;
        padding: 1.8rem 1.8rem 2em 2em;
        height: 100% !important;
        box-shadow: 0 0 10px #ddd;
        border: 1px solid #dddddd94;
        z-index: 999;
        border-radius: 10px;
        margin-top: 4%;
    }
    .product-card-info__action a.btn.btn-white {
        color: #041d35;
        font-size: 25px;
        font-weight: 600;
    }
    section.product-search .alphabetical-index {
        gap: 20px;
    }
    section.product-search .search-with-select {
        flex-wrap: wrap;
    }
    section.product-search .product-search__search-category {
        width: 100%;
    }
    section.product-search .product-search__action {
        flex: unset;
        width: 100%;
    }
    .card.swiper-slide {
        width: 100%;

    }
    .product-search h2.wp-block-heading {
        margin-bottom: 12px;
        color: #041d35;
        font-size: 29px;
        font-weight: 500;
        text-align: center;
    }
    .product-search  h1 {
        color: #0e76bc;
        font-family: HelveticaNeueCyr, sans-serif;
        font-size: 17px;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        margin: 0;
    }
    section.product-search .row {
        display: block !important;
    }
    
    .product-search__action {
        margin-bottom: 15px !important;
    }
    
    ul.alphabetical-index.row {
        display: flex !important;
    }
    .product_cards__title h2 {
        font-size: 45px;
    }
    .form_new .wpforms-field-row-block.wpforms-first.wpforms-one-half {
        width: 100% !important;
    }
    .form_new .wpforms-field-row-block.wpforms-one-half {
        width: 100% !important;
    }
    
 }