.elementor-location-header{
    width: 100%;
    z-index: 9999;
}
.acf-fields.-left > .acf-field > .acf-label,
.acf-fields.-left > .acf-field:before{
    width: 10% !important;
}
.acf-fields.-left > .acf-field > .acf-input{
    width: 90% !important;
}
.l-acfEdit{
    z-index: 9999;
}
.l-showacf,
.l-hideacf{
    cursor: pointer;
}
.l-acf-content{
    margin-top: 100px !important;
    max-height: calc(100vh - 200px) !important;
    min-height: calc(100vh - 200px) !important;
    border: solid #3074f1 10px;
    border-radius: 5px;
    box-shadow: 7px 7px 0 0 #000000;
    overflow: hidden !important;
    display: none !important;
    flex-direction: column;
}
.l-acf-form{
    display: flex;
    flex-direction: column !important;
    height: 100%;
    overflow: hidden;
}
.l-acf-form>.elementor-widget-container{
    overflow: auto !important;
    max-height: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    
}

.xzhs {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.l-clear-tb{
    table {
        border: none;
        border-collapse: collapse;
        background: none;
        width: 100%;
        table-layout: auto;
    }
    table tbody>tr:nth-child(odd)>td,
    table tbody>tr:nth-child(odd)>th,
    table tbody tr:hover>td,
    table tbody tr:hover>th{
        background-color: transparent !important;
    }

    table td,
    table th {
        border: none;
        background: none;
        padding: 10px 10px 10px 0px;
        text-align: left;
        vertical-align: top;
    }

    table th {
        font-weight: normal;
        color: inherit;
    }
}

#industriesContent h1,
#industriesContent h2,
#industriesContent h3,
#industriesContent h4,
#industriesContent h5,
#industriesContent h6
{
    scroll-margin-top: 100px;
}


/*ul{*/
/*    padding-left: 20px !important;*/
/*    padding-inline-start: 20px !important;*/
/*}*/
.l-client-list .l-card-video{
    display: none;
}
.l-client-list .swiper-slide{
    display: flex !important;
    align-items: flex-end;
}
.l-client-list .swiper-slide:hover .l-card-video,
.swiper-slide-active .l-card-video{
    display: flex
}
.l-client-list .swiper-slide:hover .l-card-def,
.swiper-slide-active .l-card-def{
    display: none
}