@font-face {
    font-family: 'Veni';
    font-weight: normal;
    font-style: normal;
    src: local('Veni'), url('./Veni.otf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Catamaran', sans-serif;
    color: #000000;
    background-color: #ffffff;
    overflow-x: hidden;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    text-decoration: none;
    transition: color .2s linear;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    text-align: center;
}

#section1_1,
#section2_1,
#section3_1,
#section4_1,
#section5_1,
#section6_1,
#section7_1,
#section8_1 {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    padding: 100px;
}

#section1_1 {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 800px;
    margin-bottom: 100px;
}

#section1_lbg {
    position: absolute;
    top: 0;
    left: 0; 
    width: 55%;
    min-height: 850px;
    margin-top: -30px;
    margin-left: 80px;
    z-index: 2;
}

#section1_lbg img {
    min-height: 850px;
}

#section1_rbg {
    position: absolute;
    width: 55%;
    min-height: 750px;
    top: 0;
    right: 0;
    z-index: 1;
}

#section1_rbg img {
    width: 100%;
    min-height: 750px;
}

#section1_logo {
    width: 12%;
    position: absolute;
    top: 2%;
    left: 5%;
    z-index: 100;
}

#section1_opis {
    width: 50%;
    margin-left: auto;
    padding: 50px 50px 50px 150px;
    font-size: 19px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-align: right;
    position: relative;
    z-index: 10;
}

#section2 {
    position: relative;
    z-index: 2;
}

#section2_1 {
    padding-top: 0;
}

#section5_1 {
    padding-bottom: 0;
}

#section3_1,
#section5_1 {
    position: relative;
    z-index: 1;
}

#section1 h1,
#section3 h1,
#section4 h1,
#section5 h1,
#section6 h1 {
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 40px;
    color: #5e196a;
    font-weight: 900;
}

#section1 h1 {
    padding-top: 20px;
    padding-bottom: 50px;
    color: #ffffff;
    text-align: right;
}

#section3 h1 {
    padding-bottom: 40px;
}

.section_button {
    display: flex;
    justify-content: flex-end;
    margin-top: 70px;
    transition: opacity .2s linear;
}

.section_button:hover {
    opacity: 0.8
}

.section_button span {
    padding: 5px 30px;
    font-size: 29px;
    color: #5e196a;
    font-weight: 900;
    text-align: center;
    background-color: #ffffff;
    border-radius: 21px;
}

#section1 .section_button {
    max-width: 240px;
    margin-left: auto;
    margin-top: 50px;
}

.section_social {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.section_social ul {    
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section_social ul > li {
    padding: 0 8px;
    display: inline-block;
}

.section_social ul > li a {
    font-family: icomoon;
    font-size: 25px;
    color: #ffffff;
    transition: opacity .2s linear;
}

.section_social ul > li a:hover {
    opacity: 0.7;
}

#pakiety_lista {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    padding: 0;
    list-style-type: none;
}

#pakiety_lista > li {
    width: 23%;
    position: relative;
    background-color: #faf8f9;
    border-radius: 28px;
}

#pakiety_lista > li > a {
    display: block;
}

.section2_zdjecie {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.section2_zdjecie.zdjecie1 img {
    width: 220px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-40%);
}

.section2_zdjecie.zdjecie2 img {
    width: 140px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section2_zdjecie.zdjecie3 img {
    width: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-43%,-55%);
}

.section2_zdjecie.zdjecie4 img {
    transform: translateY(-50%);
}

#zdj1, #zdj2, #zdj3 {
    width: 130px;
    position: absolute;
    transform: translateX(-50%);
}

#zdj1 {
    top: 10px;
    left: 30%;
    z-index: 10;
}

#zdj2 {
    top: -5px;
    left: 50%;
    z-index: 8;
}

#zdj3 {
    top: 10px;
    left: 70%;
    z-index: 10;
}

.section2_zdjecie.zdjecie3 p {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    background-color: #e75c25;
}

.section2_naglowek {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
}

#pakiety_lista > li:nth-child(1) .section2_naglowek,
#pakiety_lista > li:nth-child(1) .section2_kupuje {
    background-color: #0090cf;
}

#pakiety_lista > li:nth-child(2) .section2_naglowek,
#pakiety_lista > li:nth-child(2) .section2_kupuje {
    background-color: #99be3c;
}

#pakiety_lista > li:nth-child(3) .section2_naglowek,
#pakiety_lista > li:nth-child(3) .section2_kupuje {
    background-color: #e75c25;
}

#pakiety_lista > li:nth-child(4) .section2_naglowek,
#pakiety_lista > li:nth-child(4) .section2_kupuje {
    background-color: #5e196a;
}

.section2_naglowek h2 {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 800;
}

.section2_naglowek h3 {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

.section2_opis {
    width: 100%;
    min-height: 440px;
    font-size: 19px;
    line-height: 24px;
    color: #5e196a;
    font-weight: 400;
    text-align: center;
}

.section2_opis > ul {
    width: 100%;
    padding: 15px;
    list-style-type: none;
}

.section2_opis > ul > li {
    width: 100%;
    padding: 5px 0;
    position: relative;
}

.section2_opis > ul > li::before {
    padding-right: 5px;
}

.section2_opis > ul > li .dropdown-toggle { 
	color: #5e196a;
	background-color: rgba(0,0,0,0);
}

.section2_cena {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 56px;
    line-height: 29px;
    color: #5e196a;
    font-weight: 900;
    text-align: center;
}

.section2_kupuje {
    max-width: 70%;
    min-width: 170px;
    margin: auto;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 21px;
    padding: 15px 40px;
    font-size: 23px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 800;   
    text-align: center;
}

#pakiety_lista > li:hover .section2_zdjecie {
    background-color: #5e196a;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

#pakiety_lista > li:hover .section2_naglowek {
    background-color: #faf8f9;
}

#pakiety_lista > li:hover .section2_opis {
    background-color: #5e196a;
    color: #ffffff;
}
#pakiety_lista > li:hover .dropdown-toggle {
    color: #ffffff;
}

#pakiety_lista > li:hover .section2_cena {
    background-color: #5e196a;
    color: #ffffff;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

#pakiety_lista > li:hover .section2_naglowek h2,
#pakiety_lista > li:hover .section2_naglowek h3 {
    color: #5e196a;
}

#section3_l,
#section3_ld,
#section3_r,
#section3_rd {
    position: absolute;
    z-index: -1;
}

#section3_l {
    top: 20px;
    left: 0;
}

#section3_ld {
    bottom: -120px;
    left: 0;
}

#section3_r {
    top: 80px;
    right: 0;
}

#section3_rd {
    bottom: 10px;
    right: 0;
}

#section3_info {
    padding: 0 80px;
    font-size: 22px;
    line-height: 26px;
    color: #5e196a;
    font-weight: 700;
}

#section3 ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    padding: 0;
    padding-top: 60px;
    list-style-type: none;
}

#section3 ul > li {
    width: 23%;
}

.section3_zdjecie {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    margin: 0;
    padding: 25px;
}

.section3_naglowek h2 {
    padding: 10px 25px;
    font-size: 22px;
    line-height: 22px;
    color: #5e196a;
    font-weight: 700;  
    text-align: center;
}

.section3_opis {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 22px;
    color: #5e196a;
    font-weight: 400;
    text-align: center;
}

#section4 h1 {
    position: relative;
    z-index: 1;
}

#section5_green {
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
}

#section5_orange {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: -1;
}

#section5 h1 {
    text-align: left;
}

#section5_kontener {
    width: 100%;
    display: flex;
    margin: auto;
    padding: 50px;
    background-color: #faf8f9;
    border-radius: 28px;
}

#section5_zdjecie {
    width: 30%;
    text-align: center;
}

#section5_opis {
    width: 70%;
    padding: 0 25px 0 40px;
    font-size: 18px;
    line-height: 22px;
    color: #5e196a;
    font-weight: 400;
    text-align: left;
}

#section6 p {
    margin-bottom: 60px;
    padding: 0 100px;
    font-size: 22px;
    line-height: 26px;
    color: #5e196a;
    font-weight: 700;
}

#newsletter_form {
    width: 700px;
    margin: auto;
    padding-top: 70px;
    display: flex;
    justify-content: center;
}

#newsletter_form [type="email"],
#newsletter_form [type="submit"] {
    background-color: #faf8f9;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 21px;
    outline: none;
    font-size: 22px;
    color: #000000;
    font-weight: 400;
}

#newsletter_form [type="email"] {
    width: 400px;
    height: 60px;
    padding: 0 50px 0 25px;
}

#newsletter_form [type="email"]::placeholder {
    color: #5e196a;
}

#newsletter_form [type="email"]:focus {
    border: 2px solid #5e196a;
}

#newsletter_form [type="submit"] {
    width: 200px;
    height: 60px;
    margin-left: -50px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    border: none;
    background-color: #5e196a;
    transition: color .2s linear;
}

#newsletter_form [type="submit"]:hover {
    color: #cccccc;
}

#section7 {
    margin: 0;
    padding: 0;
}

#section7_1 {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
}

#section7_bg {
    width: 100%;
    height: 600px;
}

#section7_bg img {
    width: 100%;
    height: 100%
}

#section7_opis {
    position: absolute;
    width: 50%;
    top: 5%;
    right: 50px;
    margin-left: auto;
    padding: 100px 0px 100px 50px;
    z-index: 2;
}

#section7_opis h1 {
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 30px;
    color: #5e196a;
    font-weight: 900;
    text-align: right;
}

#section7_opis p {
    padding-left: 100px;
    font-size: 22px;
    line-height: 26px;
    color: #5e196a;
    font-weight: 700;
    text-align: right;
}

#section7 .section_button {
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
    transition: opacity .2s linear;
}

#section7 .section_button:hover {
    opacity: 0.8;
}

#section7 .section_button span {
    padding: 7px 40px;
    font-size: 29px;
    color: #5e196a;
    font-weight: 900;
    text-align: center;
    background-color: #ffffff;
    border-radius: 21px;
}

#section8 {
    margin: 0;
    padding: 0;
    background-color: #5e196a;
}

#section8_kontener {
    width: 600px;
    margin: auto;
    position: relative;
}

#section8_kontener h1 {
    padding-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
}

#section8_kontener p {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

#contact_form {
    padding: 50px 0;
}

#contact_form [type="email"],
#contact_form [type="submit"],
#contact_form textarea {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    background-color: #ffffff;
    border: 3px solid rgba(0,0,0,0);
    border-radius: 21px;
    outline: none;
    font-size: 22px;
    color: #000000;
    font-weight: 400;
}

#contact_form [type="email"] {
    height: 60px;
    padding: 0 25px;
}

#contact_form textarea {
    padding: 15px 25px;
    resize: none;
}

#contact_form [type="email"]::placeholder,
#contact_form textarea::placeholder {
    color: #5e196a;
}

#contact_form [type="email"]:focus,
#contact_form textarea:focus {
    border: 3px solid #95bc3c;
}

#contact_form [type="submit"] {
    width: 240px;
    height: 58px;
    margin: auto;
    font-size: 29px;
    color: #5e196a;
    font-weight: 900;
    text-align: center;
    transition: opacity .2s linear;
}

#contact_form [type="submit"]:hover {
    opacity: 0.8;
}

#section8 .section_social {
    display: flex;
    justify-content: center;
}

#section8 .section_social ul {    
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#section8 .section_social ul > li {
    padding: 0 8px;
    display: inline-block;
}

#section8 .section_social ul > li a {
    font-family: icomoon;
    font-size: 25px;
    color: #ffffff;
    transition: opacity .2s linear;
}

#section8 .section_social ul > li a:hover {
    opacity: 0.7;
}

#section8_photo_top,
#section8_photo_bottom {
    position: absolute;
}

#section8_photo_top {
   top: 0px;
   left: -170px; 
}

#section8_photo_bottom {
   bottom: -20px;
   right: -120px;
}

#foot {
    margin: 0;
    padding: 0;
    background-color: #3c2049;
}

#foot0 {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    padding: 50px;
}

#foot0 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}


@media only screen and (max-width: 576px) {

    #section2_1,
    #section3_1,
    #section4_1,
    #section5_1,
    #section6_1,
    #section8_1 {
        padding: 100px 30px;
    }

    #section3 h1,
    #section4 h1,
    #section5 h1,
    #section6 h1,
    #section8 h1 {
        font-size: 35px;
        line-height: 35px;
    }

    #section1_1 {
        min-height: 700px;
        padding: 0;
        margin-bottom: 100px;
    }
    
    #section1_rbg {
        width: 100%;
        min-height: 400px;
        max-height: 400px;
    }

    #section1_rbg img {
        min-height: 400px;
        max-height: 400px;
    }

    #section1_lbg {
        width: 80%;
        min-height: 400px;
        max-height: 400px;
        margin-top: 400px;
        margin-left: 50px;
    }

    #section1_lbg img {
        min-height: 400px;
        max-height: 400px;
    }
    
   #section1 .section_button span {
        padding: 2px 15px;
        font-size: 17px;
    }

    #section1 .section_button {
        max-width: 240px;
        margin-top: 20px;
    }

    #section1_1 h1 {
        font-size: 17px;
        line-height: 17px;
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    #section1_opis {
        width: 90%;
        padding: 15px 15px 20px 70px;
        font-size: 15px;
        line-height: 15px;
    }

    #section1_logo {
        margin-top: 395px;
        width: 18%;
        position: absolute;
        top: 1%;
        left: 13%;
    }

     #section1 .section_social {
         margin-bottom: 10px;
     }

    #section1 .section_social ul > li a {
        font-size: 20px;
    }

    #section2_1 {
        padding-top: 0;
    }

    #pakiety_lista > li {
        width: 100%;
    }

    #pakiety_lista > li:nth-child(2),
    #pakiety_lista > li:nth-child(3),
    #pakiety_lista > li:nth-child(4) {
        margin-top: 150px;
    }

    .section2_opis {
        min-height: 380px;
    }

    #zdj1 {
        margin-left: 6%;
    }
    
    #zdj2 {
        left: 50.5%;
    }
    
    #zdj3 {
        margin-left: -5%;
    }

    #section3_r {
        top: 20%;
    }

    #section3_info {
        padding: 0;
    }

    #section3 ul > li {
        width: 100%;
    }

    #section5_1 {
        padding-bottom: 0;
    }

    #section5_green {
        top: 0;
    }
    
    #section5_orange {
        top: 50%;
    }
        
    #section5_kontener {
        flex-direction: column;
        padding: 50px 30px;
    }

    #section5_zdjecie {
        width: 100%;
        margin-bottom: 50px;
    }
    
    #section5_opis {
        width: 100%;
        padding: 0;
    }

    #section6 p {
        padding: 0;
    }

    #newsletter_form {
        width: 100%;
    }
    
    #newsletter_form [type="email"] {
        width: 75%;
        height: 45px;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 45px;
    }
    
    #newsletter_form [type="submit"] {
        width: 25%;
        height: 45px;
        font-size: 15px;
        min-width: 100px;
        margin-left: -40px;
    }

    #section7_bg {
        width: 100%;
        height: 270px;
    }
    
    #section7_bg img {
        width: 100%;
        height: 100%
    }
    
    #section7_opis {
        top: 0%;
        right: 10px;
        padding: 30px 0 25px 10px;
    }
    
    #section7_opis h1 {
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 18px;;
    }
    
    #section7_opis p {
        padding-left: 10px;
        font-size: 15px;
        line-height: 15px;
    }
    
    #section7 .section_button {
        margin-top: 20px;
    }

    #section7 .section_button span {
        padding: 5px 15px;
        font-size: 16px;
        border-radius: 10px;
    }

    #section8_kontener {
        width: 100%;
    }

    #section8_photo_top {
        top: -120px;
        left: -45px; 
        transform: scale(0.5);
     }
     
     #section8_photo_bottom {
        bottom: -50px;
        right: -45px;
        transform: scale(0.5);
     }
    
}


@media only screen and (max-width: 768px) and (min-width: 577px) {

    #section2_1,
    #section3_1,
    #section4_1,
    #section5_1,
    #section6_1,
    #section8_1 {
        padding: 100px 50px;
    }

    #section1_1 {
        min-height: 1000px;
        padding: 0;
        margin-bottom: 100px;
    }
    
    #section1_rbg {
        width: 100%;
        min-height: 500px;
        max-height: 500px;
    }

    #section1_rbg img {
        min-height: 500px;
        max-height: 500px;
    }

    #section1_lbg {
        width: 80%;
        min-height: 600px;
        max-height: 600px;
        margin-top: 500px;
        margin-left: 80px;
    }

    #section1_lbg img {
        min-height: 600px;
        max-height: 600px;
    }
    
    #section1 .section_button span {
        padding: 3px 25px;
        font-size: 20px;
    }

    #section1 .section_button {
        max-width: 240px;
        margin-top: 30px;
    }

    #section1_1 h1 {
        font-size: 22px;
        line-height: 22px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    #section1_opis {
        width: 100%;
        padding: 30px 30px 30px 250px;
        font-size: 17px;
        line-height: 19px;
    }

    #section1_logo {
        margin-top: 450px;
        width: 18%;
        position: absolute;
        top: 5%;
        left: 13%;
    }

    #section1 .section_social ul > li a {
        font-size: 22px;
    }

    #section2_1 {
        padding-top: 0;
    }

    #pakiety_lista > li {
        width: 48%;
    }

    #pakiety_lista > li:nth-child(3),
    #pakiety_lista > li:nth-child(4) {
        margin-top: 150px;
    }

    .section2_opis {
        min-height: 460px;
    }

    #section3_r {
        top: 20%;
    }
    
    #section3_info {
        padding: 0;
    }

    #section3 ul > li {
        width: 48%;
        margin-bottom: 20px;
    }

    #section5_1 {
        padding-bottom: 0;
    }

    #section5_green {
        top: 0;
    }
    
    #section5_orange {
        top: 50%;
        margin-right: -30px;
        transform: scale(0.9);
    }
        
    #section5_kontener {
        flex-direction: column;
        padding: 50px;
    }

    #section5_zdjecie {
        width: 100%;
        margin-bottom: 50px;
    }
    
    #section5_opis {
        width: 100%;
        padding: 0;
    }

    #section6 p {
        padding: 0;
    }

    #newsletter_form {
        width: 100%;
    }
    
    #newsletter_form [type="email"] {
        width: 70%;
    }
    
    #newsletter_form [type="submit"] {
        width: 30%;
        min-width: 180px;
        margin-left: -50px;
    }

    #section7_bg {
        width: 100%;
        height: 350px;
    }
    
    #section7_bg img {
        width: 100%;
        height: 100%
    }
    
    #section7_opis {
        top: 0%;
        right: 30px;
        padding: 60px 0px 40px 40px;
    }
    
    #section7_opis h1 {
        padding-bottom: 30px;
        font-size: 22px;
        line-height: 22px;;
    }
    
    #section7_opis p {
        padding-left: 20px;
        font-size: 17px;
        line-height: 19px;
    }
    
    #section7 .section_button {
        margin-top: 30px;
    }

    #section7 .section_button span {
        padding: 5px 20px;
        font-size: 20px;
        border-radius: 10px;
    }

    #section8_kontener {
        width: 100%;
    }

    #section8_kontener h1 {
        padding-left: 50px;
        padding-right: 50px;
    }

    #section8_photo_top {
        top: -90px;
        left: -60px; 
        transform: scale(0.55);
     }
     
     #section8_photo_bottom {
        bottom: -20px;
        right: -60px;
        transform: scale(0.55);
     }
     
}


@media only screen and (max-width: 1199px) and (min-width: 769px) {

    #section2_1,
    #section3_1,
    #section4_1,
    #section5_1,
    #section6_1,
    #section8_1 {
        padding: 100px 50px;
    }

    #section1_1 {
        min-height: 500px;
        padding: 0;
        margin-bottom: 200px;
    }
    
    #section1_lbg { 
        min-height: 650px;
        margin-top: -20px;
        margin-left: 30px;
    }
    
    #section1_rbg {
        width: 60%;
        min-height: 600px;
    }
    
    #section1_lbg img {
        min-height: 650px;
    }
    
    #section1_rbg img {
        min-height: 600px;
    }

    #section1_1 h1 {
        font-size: 22px;
        line-height: 22px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    #section1_opis {
        padding: 30px 30px 30px 90px;
        font-size: 17px;
        line-height: 20px;
    }

    #section2_1 {
        padding-top: 0;
    }

    #pakiety_lista > li {
        width: 31%;
    }

    #pakiety_lista > li:nth-child(4) {
        margin-top: 150px;
    }

    .section2_opis {
        min-height: 480px;
    }

    #section3_info {
        padding: 0 30px;
    }

    #section3 ul > li {
        width: 32%;
    }

    #section5_1 {
        padding-bottom: 0;
    }

    #section5_green {
        top: 0;
    }
    
    #section5_orange {
        top: 5%;
    }
        
    #section5_kontener {
        padding: 50px 30px;
    }
    
    #section5_opis {
        padding: 0 20px 0 40px;
    }

    #section6 p {
        padding: 0 50px;
    }

    #section7_bg {
        width: 100%;
        height: 450px;
    }
    
    #section7_bg img {
        width: 100%;
        height: 100%
    }
    
    #section7_opis {
        top: 7%;
        padding: 50px 0px 50px 60px;
    }
    
    #section7_opis h1 {
        padding-bottom: 40px;
        font-size: 30px;
        line-height: 30px;;
    }
    
    #section7_opis p {
        padding-left: 30px;
        font-size: 20px;
        line-height: 22px;
    }
    
    #section7 .section_button {
        margin-top: 45px;
    }

    #section8_photo_top {
        top: -90px;
        left: -75px; 
        transform: scale(0.7);
     }
     
     #section8_photo_bottom {
        bottom: -20px;
        right: -75px;
        transform: scale(0.7);
     }
     
}