.elementor-950 .elementor-element.elementor-element-60a6a22{--display:flex;}.elementor-950 .elementor-element.elementor-element-c7fb731{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Logotypy partnerów */
.partner-logo img,
.partnerzy img,
.clients img,
.elementor-image-box-img img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo img:hover,
.partnerzy img:hover,
.clients img:hover,
.elementor-image-box-img img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.lm-contact{
    padding:90px 20px;
    background:#f8f9fc;
}

.lm-contact-wrapper{

    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;

}

.lm-badge{

    display:inline-block;
    background:#dff7d1;
    color:#59b93d;

    padding:8px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:25px;

}

.lm-contact h2{

    font-size:46px;
    line-height:1.2;
    margin-bottom:20px;

}

.lm-contact p{

    color:#666;
    line-height:1.8;
    margin-bottom:35px;

}

.lm-contact-boxes{

    display:flex;
    gap:20px;
    flex-wrap:wrap;

}

.lm-contact-box{

    display:flex;
    align-items:center;
    gap:18px;

    padding:18px 24px;

    background:white;

    border-radius:18px;

    text-decoration:none;

    color:#222;

    box-shadow:0 12px 35px rgba(0,0,0,.07);

    transition:.3s;

}

.lm-contact-box:hover{

transform:translateY(-5px);

}

.lm-contact-box span{

font-size:28px;

}

.lm-contact-right{

background:white;

padding:40px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.lm-contact-right h3{

margin-bottom:30px;

}

.lm-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:15px;

margin-bottom:15px;

}

.lm-contact input,
.lm-contact textarea{

width:100%;

padding:18px;

border:1px solid #ddd;

border-radius:14px;

font-size:16px;

font-family:Poppins,sans-serif;

margin-bottom:15px;

}

.lm-contact textarea{

resize:none;

}

.lm-contact button{

width:100%;

padding:18px;

border:none;

border-radius:14px;

background:#7ED957;

color:white;

font-size:18px;

font-weight:700;

cursor:pointer;

transition:.3s;

}

.lm-contact button:hover{

background:#5dc33d;

}

@media(max-width:900px){

.lm-contact-wrapper{

grid-template-columns:1fr;

}

.lm-grid{

grid-template-columns:1fr;

}

}
.lm-myths{

padding:90px 20px;

background:#f7f8fb;

}

.lm-myth-header{

text-align:center;

max-width:760px;

margin:auto auto 50px;

}

.lm-myth{

background:white;

border-radius:18px;

margin-bottom:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.lm-myth summary{

cursor:pointer;

list-style:none;

padding:28px 30px;

font-size:22px;

font-weight:600;

display:flex;

align-items:center;

gap:18px;

}

.lm-myth summary::-webkit-details-marker{

display:none;

}

.lm-cross{

font-size:28px;

}

.lm-answer{

padding:0 30px 28px 76px;

}

.lm-true{

display:inline-block;

background:#dff7d1;

color:#3c8f1d;

padding:8px 18px;

border-radius:30px;

font-weight:700;

margin-bottom:15px;

}/* End custom CSS */