
.carousel-stage {
    max-width:100%;
    overflow-x: hidden;
}


.mobile-logo-section {

}

.mobile-logo-section {
    width:100%;
    max-width:100%;
}

.mobile-logo-section img {
    width: 60vw;
    max-width: 220px;
    height: auto;
    display: block;
    padding: 1rem;
    margin: 0 auto;
}

/* Realizacje mobile layout */
.pv-section--mobile {
    
    width: calc(100% - 2rem)!important;
    max-width: 100%;
    overflow-x: hidden;
}

/*
* Intersection - hero scene
*/

.mobile-hero-intersection {
    padding:0.5rem;
    width:calc(100% - 1rem);

    min-height:150px;

    display:flex; justify-content: space-around;
    border:1px solid rgba(255,255,255,0.35);
}

.mhi-caption {
    width:50%;
    display:flex;flex-direction: column;
    align-items: center;justify-content: center;
}

.mhi-caption-1 {
    padding:0;margin:0.2rem;
    font-size:1rem;
    line-height:1rem;

}

.mhi-caption-2 {
    padding:0;margin:0.2rem;
    font-size:1rem;
    line-height:1rem;
}

.mhi-caption-3 {
    padding:0;margin:0.2rem;
    font-size:1.2rem;
    line-height:1.2rem;
    font-weight:500;

    color:var(--col-secondary-blue);

    text-transform: uppercase;
    text-shadow:2px 2px 14px #000;
}

.mhi-image {
    width:50%;
    display:flex;align-items: center;justify-content: flex-end;
}

.mhi-image img {
    max-width:15vw;
    height:auto;
    display:block;
}

.mhi-home-1 {
    background-image: url('../../img/img-bg-home-1-mobile.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mhi-home-2 {
    background-image: url('../../img/img-bg-home-2.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mhi-home-3 {
    background-image: url('../../img/img-bg-home-3-mobile.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mhi-home-4 {
    background-image: url('../../img/img-bg-home-4.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1023px) {

    .content-text {
        height:unset!important
    }

    .pv-section--mobile .content-text {
        padding-left: 0;
        padding-right: 0;

        
    }

    .pv-section--mobile .pv-main {
        width: 100%;
    }

    .pv-section--mobile .pv-header {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .pv-section--mobile .pvh-title {
        width: 100%;
        color:rgba(255,255,255,1);
    }

    .pv-section--mobile .pvh-actions {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .pv-section--mobile .pv-stage {
        width: 100%;
        height: auto;
        padding: 0;
        overflow: hidden;
    }

    .pv-section--mobile .pv-content-grid,
    .pv-section--mobile .pv-content-grid--mobile {
        width: 100%;
        max-width: 100%;
        height: auto;
        grid-template-rows: auto auto auto;
        gap: 12px;
        box-sizing: border-box;
        padding: 0 12px;
    }

    .pv-section--mobile .pv-row {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .pv-section--mobile .pv-row--mid {
        grid-template-columns: 1fr !important;
    }

    .pv-section--mobile .pv-stage-image {
        gap: 12px;
    }

    .pv-section--mobile .pv-info-data {
        color:rgba(255,255,255,1);
    }

    .pv-section--mobile .pv-circle-image-1 {
        width: 70%;
        max-width: min(240px, 90vw);
    }

    .pv-section--mobile .pv-description {
        color:rgba(255,255,255,1);
    }

    .pv-section--mobile .pv-circle-image-2 {
        width: 40%;
        left: 50%;
        right: auto;
        transform: translateX(0);
        top: -50px;
    }

    .pv-section--mobile .pv-description {
        text-align: center;
    }

    .pv-section--mobile .pv-chooser {
        width: 100%;
        margin: 0;
    }

    .pv-section--mobile .line-items-vertical-picker {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        height: auto;
    }

    /*
    * certs 
    */
    
    .crtdt-description {
        margin-bottom:1rem;
        text-align: center;
    }
    
    .crt-image-preview {
        min-height:250px;
    }

    .crtdt-title {
        color:rgba(255,255,255,0.9);
    }
    

  
    .crtdt-description {
        height:300px;
    }

    .crt-data-text-container{
        
    }

}

@media screen and (max-width:523px){
    .mobile-hero-intersection {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mhi-caption-1,
    .mhi-caption-2,
    .mhi-caption-3 {
        text-align:center;
    }
}
