/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.advantages-slider .swiper-slide > div > div > div{
	border: 2px solid transparent !important;
}
.advantages-slider .swiper{
    padding: 8px;
}
.advantages-slider.no-shadow .swiper {
    padding: 0;
}
.advantages-slider:not(.sertificate-slider) .swiper-slide.swiper-slide-next > div > div > div{
	box-shadow: none !important;
	border: 2px solid #F57771 !important;
    position: relative;
    background-color: transparent !important;
}

.advantages-slider .swiper-slide-next > div > div > div:before,
.advantages-slider .swiper-slide-next > div > div > div:after{
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: calc(100% - 200px);
    top: -2px;
    left: 100px;
    background-color: #fff;
}
.advantages-slider.tapes .swiper-slide-next > div > div > div:before,
.advantages-slider.tapes .swiper-slide-next > div > div > div:after{
    background-color: #F6F6F6;
}
.advantages-slider .swiper-slide-next > div > div > div:after{
    top: auto;
    bottom: -2px;
}
.advantages-slider .swiper-slide-next h3{
    color: #F57771 !important;
}
.advantages-slider .elementor-swiper-button.elementor-swiper-button-next,
#video-slider .elementor-swiper-button.elementor-swiper-button-next{
    transform: rotate(180deg) !important;
}
.advantages-slider  .swiper-slide > div > div > div{
    height: 100% !important
}
a.elementor-button:hover svg path,
a.elementor-button:focus svg path{
    stroke:#E42127;
    fill: #E42127;
}
.contact-column a.elementor-button:hover svg path,
.contact-column a.elementor-button:focus svg path{
    stroke:#fff ;
    fill: #fff ;
}
/* footer a:not(.elementor-button){
    transition: .3s;
} */
/* footer a:not(.elementor-button):hover{
    padding-left: 10px;
    padding-right: 10px;
} */
footer .menu-col a:hover:before,
.desktop-header nav.jet-nav-wrap a:hover:before{
    content: '[ ';
}
footer .menu-col a:hover:after,
.desktop-header nav.jet-nav-wrap a:hover:after{
    content: ' ]';
}
.desktop-header nav.jet-nav-wrap a:hover:after{
    position: absolute;
    right: 3px;
}
.desktop-header nav.jet-nav-wrap a:hover:before{
    position: absolute;
    left: 3px;
}

nav .current-menu-item a:before{
    position: absolute;
    left: 3px;
    content: '[ ';
}
nav .current-menu-item a:after{
    position: absolute;
    right: 3px;
    content: ' ]';
}

.e-n-accordion-item-title{
    justify-content: space-between !important;
}
.e-n-accordion-item-title:hover svg path{
    stroke: #E42127;
}
.e-n-accordion-item-title-text{
    position: relative;
}
.accordion-more .e-n-accordion-item-title-text:before{
    display: none;
}
.e-n-accordion-item-title-text:before{
    content: '[01]';
    font-weight: 400;
    font-size: 16px;
    color: #E42127;
    display: inline-block;
    padding-right: 6px;
    transform: translateY(2px);
    position: absolute;
    left: -40px;
}
.e-n-accordion details:nth-child(2) .e-n-accordion-item-title-text:before{
    content: '[02]';
}
.e-n-accordion details:nth-child(3) .e-n-accordion-item-title-text:before{
    content: '[03]';
}
.e-n-accordion details:nth-child(4) .e-n-accordion-item-title-text:before{
    content: '[04]';
}
.e-n-accordion details:nth-child(5) .e-n-accordion-item-title-text:before{
    content: '[05]';
}
.e-n-accordion details:nth-child(6) .e-n-accordion-item-title-text:before{
    content: '[06]';
}
.e-n-accordion details{
    padding-left: 20px;
    /* border: 2px solid transparent; */
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}
.e-n-accordion details:before,
.e-n-accordion details:after{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    border: 2px solid transparent;
    width: 100px;
    top:0;
    left: 0;
    border-right: none;
    background-color: transparent;
}
.e-n-accordion details[open='']:before,
.e-n-accordion details[open='']:after{
    border-color:  #E42127;
    transition: .5s;
    transition-delay: .4s;
}
.accordion-more .e-n-accordion details[open='']:before,
.accordion-more .e-n-accordion details[open='']:after {
    display: none;
}
.accordion-more summary{
    display: none !important;
}
.elementor-editor-active .accordion-more summary{
    display: block !important;
}
.e-n-accordion details[open='']:after{
    left: auto;
    right: 0;
    border-left: none;
    border-right: 2px solid #E42127;
    z-index: -1;
}
.e-n-accordion details[open=''] summary{
    margin-bottom: -10px;
}
.e-n-accordion-item-title-icon{
    z-index: 1;
}
.e-n-accordion details:hover{
    box-shadow: 0 0 8px 2px rgba(52, 66, 73, 0.1);
}
.e-n-accordion details[open='']{
    box-shadow: none !important;
}
.swiper-slide a[data-elementor-open-lightbox="yes"]:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 48px;
    height: 48px;
    background-image: url(/wp-content/uploads/2025/09/search_light.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: .3s;
}
.swiper-slide a[data-elementor-open-lightbox="yes"]:hover:after{
    opacity: 1;
}
.sertificate-slider .elementor-button{
    opacity: 0;
    transition: .3s;
}
.sertificate-slider .swiper-slide:hover .elementor-button{
    opacity:1
}
.sertificate-slider .swiper-slide:hover .elementor-heading-title{
    color: #E42127;
}
.max-044{
    max-width: 44vw;
}
/* .max-900{
    max-width: 900px !important;
} */
header{
    transition: .2s !important;
}

header .elementor-sticky--effects{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}

.section-form .elementor-field-type-submit{
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 50%;
    margin: 0;
    padding-right: 0 !important;
}
.max-640{
    max-width: 640px !important;
}
.max-450 {
    max-width: 450px !important;
}
.section-form input{
    box-shadow: 0 0 8px 0 rgba(52, 66, 73, 0.1);
}
.section-form input.is-invalid{
    border-color: #E42127 !important;
}
.elementor-field-textual.elementor-size-md {
    min-height: 54px;
}
.form-box{
    position: relative;
}
.form-box:before,
.form-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: calc(100% - 200px);
    top: -2px;
    left: 100px;
    background-color: #fff;
    border: none;
}
.form-box:after {
    top: auto;
    bottom: -2px;
}
.section-form #form-field-name,
.section-form #form-field-field_3ec5f2d,
.section-form #form-field-email{
    padding-left: 50px;
}
.section-form #form-field-name,
.section-form #form-field-field_3ec5f2d,
.section-form #form-field-email{
    /* padding-left: 20px; */
    background-position: 17px 15px;
    background-repeat: no-repeat;
    background-size: 24px;
}


.section-form #form-field-name {
    background-image: url(/wp-content/uploads/2025/09/user_alt_light.svg);
}
.section-form #form-field-email {
    background-image: url(/wp-content/uploads/2025/09/message_fill1.svg);
}
.section-form #form-field-field_3ec5f2d {
    background-image: url(/wp-content/uploads/2025/09/phone_light.svg);
}
.section-form .elementor-message{
    position: absolute !important;
    bottom: -21px;
    width: 100% !important;
    text-align: center;
    background-color: white;
    padding: 7px 0;
    font-size: 12px;
    line-height: 12px;
    z-index: 1;
}
.elementor-message.elementor-message-danger:before{
    display: none !important;
}
input + .elementor-message.elementor-message-danger{
    position: absolute !important;
    bottom: -30px;
    font-size: 8px;
    line-height: 12px;
    text-align: left;
}
.form-section{
    position: relative;
}
.form-section:after,
.form-section:before{
    content: '';
    display: block;
    position: absolute;
    width: 25%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.form-section:before {
    background-image: url(/wp-content/uploads/2025/09/hydrobarrier1.png);
    left: 2%;
    top: 9%;
}
.form-section:after {
    background-image: url(/wp-content/uploads/2025/09/cta_img-245x300-11.png);
    right: -5%;
    bottom: 10%;
}
#show-thanks,
#show-thanks-pop,
#show-prod-thanks-pop{
    display: none;
}
.close-icon{
    cursor: pointer;
}
.accordion-more details{
    padding-left: 0 !important;
}
.elementor-popup-modal{
    backdrop-filter: blur(4px);
}
.more-button{
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: center;
}
.more-button > a{
    max-width: 900px;
}
.seo-item{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.seo-item > div,
.seo-item > h2,
.seo-item > p{
    max-width: 900px;
}
.cpel-switcher__toggle.cpel-switcher__lang > a{
    padding-right: 20px !important;
    position: relative;
}
.cpel-switcher__toggle.cpel-switcher__lang>a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    height: 6px;
    width: 12px;
    background-image: url(/wp-content/uploads/2025/09/vector-9.svg);
    background-size: contain;
    background-repeat: no-repeat;

}
.tapes-tabs .e-n-tabs-heading{
    box-shadow: 0 2px 8px 0 rgba(52, 66, 73, 0.1) !important;
}
.tapes-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
    font-weight: 700 !important;
}
.tapes-tabs .e-n-tab-title[aria-selected="true"]{
    box-shadow: 0 2px 8px 0 rgba(52, 66, 73, 0.1) !important;
    z-index: 10;
}
.tapes-tabs.assortment .e-n-tab-title .e-n-tab-title-text{
    padding: 2px 5px;
    border-radius: 5px;
    outline: 1px solid #666;
    outline-offset: 1px;
    color: white !important;
    background-color: #666;
}
.tapes-tabs.assortment .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
    outline: 1px solid #006560;
    background-color: #006560;
}

.mob-menu{
    transition: .3s;
}
.mob-menu.open{
    left: 0 !important;
}
#mob-menu-open,
#mob-menu-close{
    cursor: pointer;
}
#video-slider iframe{
    pointer-events: none;
}
.product .elementor-button-text{
    white-space: nowrap;
}
header > div{
    transition: .3s !important;
}
.desktop-header,
.mobile-header{
    width: 100% !important;
}
@media(max-width: 1700px){
    
    .logo-col{
        max-width: 220px;
    }
}
@media(max-width: 1700px) and (min-width: 1025px){
    .product-buttons{
        flex-direction: column !important;
        gap: 10px !important;
    }
}
@media(max-width: 1400px){
    .desktop-header .jet-nav-wrap a span {
        font-size: 16px !important;
    }
    .assortment .e-n-tab-title-text{
        font-size: 18px !important;
    }
}
@media(max-width: 1024px){
    
    #video-slider iframe {
        pointer-events: all;
    }
    .e-n-accordion-item-title-text:before {
        top: -3px;
    }
    .form-section:after,
    .form-section:before{
        display: none;
    }
    nav .current-menu-item a::before,
    nav .current-menu-item a::after{
        display: none;
    }
}

@media(max-width: 767px){
    .sertificate-slider .elementor-button {
        opacity: 1;
    }
    .max-044 {
        max-width: 100%;
    }
    .e-n-accordion-item-title-text:before{
        font-size: 12px;
    }
    .section-form .elementor-field-type-submit {
        position: static;
        width: 100%;
        padding-right: 10px !important;
        margin-bottom: 35px;
    }
}