@media screen and (min-width: 1000px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 42px;
        font-weight: 100;
    }

    .section-invest {
        border: 0;
        margin-top: 0;
        border-bottom: 1px solid #D7B756;
        background-image: url("/img/bg-invest.jpg");
        background-position: left 50%;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }

    .section-buttons {
        margin-top: 0;
    }

    .s2-table {
        width: 100%;
        padding: 30px;
    }

    .s2-table td {
        width: 50% !important;
    }

    .s2-table td:first-child { 
        padding-left: 0;
        padding-right: 50px;
        padding-top: 35px;
        padding-bottom: 35px;
        /* border: 1px solid #D7B756; */
    }

    .s2-table td:last-child { 
        padding-left: 40px;
        padding-right: 0;
    }

    .s2-table-thin {
        font-size: 48px;
        font-weight: 100;
    }

    .s2-table-bold {
        font-size: 48px;
        font-weight: 400;
    }

    .s2-table-title {
        font-size: 32px;
        font-weight: 300;
    }

    .s2-table-text {
        font-size: 13px;
        font-weight: 400;
        text-align: justify;
        line-height: 23px;
        color: #3A3A3A;
        margin-bottom: 30px;
    }

    .s2-table-button {
        border: 1px solid #D7B756;
        background-color: #fff;
        color: #000;
        transition: all 0.2s ease;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
        font-weight: 500;
    }

    .s2-table-button:hover {
        border: 1px solid #fff;
        background-color: #D7B756;
        color: #fff;
        transition: all 0.2s ease;
    }



    .s3-table {
        padding-top: 10px;
        padding-bottom: 0;
        width: 100%;
        border-left: 1px solid #EDEEF0;
        border-right: 1px solid #EDEEF0;
    }

    .s3-table td {
        padding-top: 0;
        padding-bottom: 0;
    }

    .s3-table td:first-child { 
        width: 60%;
        padding-left: 100px;
        padding-right: 100px;
    }

    .s3-table td:last-child { 
        width: 40%;
    }

    .s3-table-img {
        width: 370px;
        margin-bottom:-5px;
    }

    .s3-table-title {
        font-size: 21px;
        font-weight: 400;
    }

    .s3-table-text {
        font-size: 13px;
        font-weight: 400;
        text-align: justify;
        line-height: 23px;
        color: #3A3A3A;
        margin-bottom: 30px;
    }

    .s3-table-left-t1 {
        font-weight: 100;
        font-size: 47px;
    }

    .s3-table-left-t2 {
        font-weight: 400;
        font-size: 47px;
    }

    .s3-table-button {
        border: 1px solid #D7B756;
        background-color: #fff;
        color: #000;
        transition: all 0.2s ease;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
        font-weight: 500;
    }

    .s3-table-button:hover {
        border: 1px solid #fff;
        background-color: #D7B756;
        color: #fff;
        transition: all 0.2s ease;
    }

    .s3-table-button-div {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .title-inwestycje {
        display: flex;
        gap: 25px;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .title-inwestycje-text-bold {
        flex-shrink: 1;
        text-align: left;
        font-weight: 300;
        font-size: 35px;
    }

    .title-inwestycje-text-thin {
        flex-shrink: 1;
        text-align: left;
        font-weight: 200;
        font-size: 35px;
    }

    .title-inwestycje-fill {
        flex-grow: 1;
        padding-top: 10px;
        text-align: left;
    }



    .s4-table {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .s4-table td {
        padding-top: 0;
        padding-bottom: 0;
        vertical-align: middle;
    }

    .s4-table td:first-child { 
        width: 100px; 
    }

    .s4-table td:last-child { 
        width: 99%;
    }

    .s4-inner-table {
        width: 100%;
        border-spacing: 30px;
    }

    .s4-inner-table-td {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #FFF;
        border: 1px solid #D7B756;
    }

    .s4-inner-table-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        color:#65686A;
    }

    .s4-inner-table-body {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color:#65686A;
    }

    .section-slider {
        background-color: #E6E6E6; 
        border-top: 1px solid #D7B756;
        border-bottom: 1px solid #D7B756;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .s5-table {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
    }

    .s5-table-title-small {
        font-size: 17px;
        font-weight: 400;
        color: #878585;
        line-height: 32px;
    }

    .s5-table-title-big {
        font-size: 26px;
        font-weight: 400;
        color:#2F2F2F;
    }

    .s5-table-title-text {
        font-size: 16px;
        font-weight: 300;
        color: #4B4A4A;
        line-height: 24px;
    }

    .s5-table td:first-child { 
        width: 45% !important;
        padding-left: 40px;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s5-table td:last-child { 
        width: 55% !important;
        padding-left: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s5-table-thin {
        font-size: 55px;
        font-weight: 100;
    }

    .s5-table-bold {
        font-size: 55px;
        font-weight: 400;
    }

    .s5-table-button {
        border: 1px solid #D7B756;
        background-color: #fff;
        color: #000;
        transition: all 0.2s ease;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
        font-weight: 500;
    }


    .s6-table {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .s6-table td {
        padding-top: 0;
        padding-bottom: 0;
        vertical-align: middle;
    }

    .s6-table td:first-child { 
        width: 99%; 
    }

    .s6-table td:last-child { 
        width: 100px;
    }

    .s6-inner-table {
        width: 100%;
        border-spacing: 30px;
    }

    .s6-inner-table-td {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #FFF;
        border: 1px solid #D7B756;
    }

    .s6-inner-table-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        color:#65686A;
    }

    .s6-inner-table-body {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color:#65686A;
    }

    .s6-inner-table-body a {
        color: #65686A;
        transition: all 0.25s ease;
    }

    .s6-inner-table-body a:hover {
        color: #D7B756;
        transition: all 0.25s ease;
    }

    .s7-table {
        width: 100%;
        padding: 20px;
    }

    .s7-table td {
        width: 33%;
        padding: 30px;
    }

    .s7-box {
        font-size: 23px;
        font-weight: 300;
        text-align: center;
        padding-top: 25px;
        height: 100px;
        border: 1px solid transparent;
        box-shadow: 0px 0px 55px 5px rgb(0 0 0 / 6%);
        transition: all 0.5s ease;
    }

    .s7-box:hover {
        border: 1px solid #D7B756;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }


    .title-inwestycje-bottom {
        display: flex;
        gap: 25px;
        margin-top: 80px;
        margin-bottom: 0;
        margin-left: 150px;
    }

    .title-inwestycje-bottom-text-bold {
        flex-shrink: 1;
        text-align: left;
        font-weight: 400;
        font-size: 35px;
    }

    .title-inwestycje-bottom-text-thin {
        flex-shrink: 1;
        text-align: left;
        font-weight: 200;
        font-size: 35px;
    }

    .title-inwestycje-bottom-fill {
        flex-grow: 1;
        padding-top: 10px;
        text-align: left;
    }


    .s8-inwestycje-container {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s8-inwestycje-text-big {
        font-size: 46px;
        font-weight: 300;
        text-align: center;
    }


    .s8-inwestycje-text-small {
        font-size: 18px;
        font-weight: 300;
        color: #8b8b8b;
        text-align: center;
    }

    .s8-inwestycje-table {
        width: 100%;
        margin-top: 10px;
        border-spacing: 15px;
    }

    .s8-inwestycje-table > td {
        width: 33%;
    }



    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }



    /* Slideshow container */
    .slideshow-container {
        width: 100%;
        height: auto;
        position: relative;
        overflow-y: hidden;
        aspect-ratio: 16/9;
    }
    
    .mySlides {
        display: none;
        z-index: 50;
    }
    
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 18px;
        color: white;
        font-weight: bold;
        font-size: 40px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.5);
    }
    
    
    .active, .dot:hover {
        background-color: rgba(0,0,0,0.5);
    }
    
    .mySlidesOverlay {
        position: absolute;
        bottom: 40px;
        left: 25px;
        padding-right: 40px;
    }
    
    .mySlidesOverlayText1 {
        font-size: 26px;
        font-weight: 500;
        color: #FFF;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
        text-transform: uppercase;
        letter-spacing: 1.2px;
        pointer-events: none;
    }
    
    .mySlidesOverlayText2 {
        font-size: 18px;
        font-weight: 300;
        color: #FFF;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
        pointer-events: none;
    }
}



@media screen and (max-width: 999px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        margin-top: 55px;
        font-size: 6.5vw;
        font-weight: 200;
    }

    .section-invest {
        border: 0;
        margin-top: 0;
        border-bottom: 1px solid #D7B756;
        background-image: url("/img/bg-invest.jpg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 50px;
    }

    .section-buttons {
        margin-top: 0;
    }

    .s2-table {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .s2-table td {
    }

    .s2-table-mobile-first-child { 
        padding-left: 0;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #D7B756; 
    }

    .s2-table-mobile-last-child { 
        margin-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .s2-table-thin {
        font-size: 7vw;
        font-weight: 100;
    }

    .s2-table-bold {
        font-size: 7vw;
        font-weight: 400;
    }

    .s2-table-title {
        font-size: 6vw;
        font-weight: 300;
        line-height: 10vw;
    }

    .s2-table-text {
        font-size: 3.5vw;
        font-weight: 300;
        text-align: justify;
        line-height: 6vw;
        color: #3A3A3A;
        margin-bottom: 30px;
    }

    .s2-table-button {
        border: 1px solid #D7B756;
        background-color: #fff;
        color: #000;
        transition: all 0.2s ease;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 28px;
        padding-right: 28px;
        font-size: 2.75vw;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .s2-table-mobile-pad {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .s2-table-button:hover {
        border: 1px solid #fff;
        background-color: #D7B756;
        color: #fff;
        transition: all 0.2s ease;
    }



    .s3-table {
        padding-top: 50px;
        padding-bottom: 0;
        width: 100%;
        border-left: 1px solid #EDEEF0;
        border-right: 1px solid #EDEEF0;
    }

    .s3-table td {
        padding-top: 0;
        padding-bottom: 0;
    }

    .s3-table td:first-child { 
        width: 65%;
        padding-left: 35px;
        padding-right: 50px;
    }

    .s3-table td:last-child { 
        width: 35%;
        padding-right: 80px;
    }

    .s3-table-fixed-height {
        height: 400px;
    }

    .s3-table-img {
        width: 460px;
        margin-bottom: -140px;
    }

    .s3-table-button-div {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .s3-table-title {
        font-size: 5vw;
        font-weight: 300;
    }

    .s3-table-text {
        font-size: 3.5vw;
        font-weight: 300;
        text-align: justify;
        line-height: 6vw;
        color: #3A3A3A;
        margin-bottom: 30px;
    }

    .s3-table-left-t1 {
        font-weight: 100;
        font-size: 47px;
    }

    .s3-table-left-t2 {
        font-weight: 400;
        font-size: 47px;
    }

    .s3-table-button {
        border: 1px solid #D7B756;
        background-color: #fff;
        color: #000;
        transition: all 0.2s ease;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 28px;
        padding-right: 28px;
        font-size: 2.75vw;
        font-weight: 300;
    }

    .s3-table-button:hover {
        border: 1px solid #fff;
        background-color: #D7B756;
        color: #fff;
        transition: all 0.2s ease;
    }

    .title-inwestycje {
        padding-left: 30px;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .title-inwestycje-text-bold {
        flex-shrink: 1;
        text-align: left;
        font-weight: 300;
        font-size: 6vw;
    }

    .title-inwestycje-text-thin {
        flex-shrink: 1;
        text-align: left;
        font-weight: 200;
        font-size: 6vw;
    }

    .title-inwestycje-fill {
        flex-grow: 1;
        padding-top: 10px;
        text-align: left;
    }



    .s4-table {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .s4-table td {
        padding-top: 0;
        padding-bottom: 0;
        vertical-align: middle;
    }

    .s4-table td:first-child { 
        width: 100px; 
    }

    .s4-table td:last-child { 
        width: 99%;
    }

    .s4-inner-table {
        width: 100%;
        border-spacing: 30px;
    }
    
    .s4-inner-table-left-line {
        width: 40px;
        border-left: 5px solid #D7B756;
    }

    .s4-inner-table-td {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #FFF;
        border: 1px solid #D7B756;
    }

    .s4-inner-table-title {
        font-size: 4.5vw;
        font-weight: 300;
        margin-bottom: 20px;
        color:#65686A;
    }

    .s4-inner-table-body {
        font-size: 3vw;
        font-weight: 300;
        line-height: 5vw;
        color:#65686A;
    }

    .section-slider {
        background-color: #E6E6E6; 
        border-top: 1px solid #D7B756;
        border-bottom: 1px solid #D7B756;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .s5-table {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
    }

    .s5-table-title-small {
        font-size: 4vw;
        font-weight: 300;
        color: #878585;
        line-height: 6vw;
    }

    .s5-table-title-big {
        font-size: 6vw;
        font-weight: 400;
        color:#2F2F2F;
    }

    .s5-table-title-text {
        font-size: 16px;
        font-weight: 300;
        color: #4B4A4A;
        line-height: 24px;
    }

    .s5-table td:first-child { 
        padding-left: 40px;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s5-table td:last-child { 
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .s5-table-thin {
        font-size: 55px;
        font-weight: 100;
    }

    .s5-table-bold {
        font-size: 55px;
        font-weight: 400;
    }

    .s5-table-button {
        border: 1px solid #D7B756;
        background-color: #fff;
        color: #000;
        transition: all 0.2s ease;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
        font-weight: 500;
    }


    .s6-table {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .s6-table td {
        padding-top: 0;
        padding-bottom: 0;
        vertical-align: middle;
    }

    .s6-table td:first-child { 
        width: 99%; 
    }

    .s6-table td:last-child { 
        width: 100px;
    }

    .s6-inner-table {
        width: 100%;
        border-spacing: 30px;
    }

    .s6-inner-table-td {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #FFF;
        border: 1px solid #D7B756;
    }

    .s6-inner-table-title {
        font-size: 4.5vw;
        font-weight: 300;
        margin-bottom: 20px;
        color:#65686A;
    }

    .s6-inner-table-body {
        font-size: 3vw;
        font-weight: 300;
        line-height: 5vw;
        color:#65686A;
    }

    .s6-inner-table-body a {
        color: #65686A;
        transition: all 0.25s ease;
    }

    .s6-inner-table-body a:hover {
        color: #D7B756;
        transition: all 0.25s ease;
    }

    .s7-table {
        width: 100%;
        padding: 20px;
    }

    .s7-table td {
        width: 33%;
        padding: 30px;
        padding-top: 0;
    }

    .s7-box {
        font-size: 4vw;
        font-weight: 300;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        border: 1px solid transparent;
        box-shadow: 0px 0px 55px 5px rgb(0 0 0 / 6%);
        transition: all 0.5s ease;
    }

    .s7-box:hover {
        border: 1px solid #D7B756;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
        transition: all 0.5s ease;
    }


    .title-inwestycje-bottom {
        margin-top: 80px;
        margin-bottom: 30px;
        text-align: center;
    }

    .title-inwestycje-bottom-text-bold {
        flex-shrink: 1;
        text-align: left;
        font-weight: 400;
        font-size: 5vw;
    }

    .title-inwestycje-bottom-text-thin {
        flex-shrink: 1;
        text-align: left;
        font-weight: 200;
        font-size: 5vw;
    }

    .title-inwestycje-bottom-fill {
        flex-grow: 1;
        padding-top: 10px;
        text-align: left;
    }


    .s8-inwestycje-container {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s8-inwestycje-text-big {
        font-size: 4vw;
        font-weight: 400;
        text-align: left;
    }


    .s8-inwestycje-text-small {
        font-size: 3vw;
        font-weight: 300;
        color: #8b8b8b;
        text-align: left;
    }

    .s8-inwestycje-table {
        width: 100%;
        margin-top: 10px;
        border-spacing: 15px;
    }

    .s8-inwestycje-table > td {
        width: 33%;
    }



    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }



    /* Slideshow container */
    .slideshow-container {
        width: 100%;
        height: auto;
        position: relative;
        overflow-y: hidden;
        aspect-ratio: 16/9;
    }
    
    .mySlides {
        display: none;
        z-index: 50;
    }
    
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 18px;
        color: white;
        font-weight: bold;
        font-size: 40px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.5);
    }
    
    
    .active, .dot:hover {
        background-color: rgba(0,0,0,0.5);
    }
    
    .mySlidesOverlay {
        position: absolute;
        bottom: 40px;
        left: 25px;
        padding-right: 40px;
    }
    
    .mySlidesOverlayText1 {
        font-size: 26px;
        font-weight: 500;
        color: #FFF;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
        text-transform: uppercase;
        letter-spacing: 1.2px;
        pointer-events: none;
    }
    
    .mySlidesOverlayText2 {
        font-size: 18px;
        font-weight: 300;
        color: #FFF;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 83%);
        pointer-events: none;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px)  {
    .s2-table {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }
    .s7-table {
        padding: 0;
    }
    .s2-table-thin{
        font-size: 40px;
    }
    .s2-table-bold{
        font-size: 40px;
    }
} 