@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');

body, html {
    height: 100%;
    margin: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    color: #c99d66;
    font-size: 50px;
    padding-top: 65px;
    display: inline-block;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    color: #153761;
    font-size: 20px;
    margin-left: 220px;
    display: inline-block;
    text-transform: uppercase;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: bold;
    color: #153761;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: bold;
    color: #153761;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: bold;
    color: #153761;
}

.bg_bramka { 
    background-image: url("/assets/images/bg_bramka.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.baner_glowna {
    background-image: url("/assets/images/baner_glowna2.jpg");
    height: 100%; 
    background-color: red;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.container {
    width: 95%;
    margin: 0 auto;
    /*padding-left: 40px;*/
}

.logo { 
    width: 300px;
    margin-top: 40px;
    float: left
}

.bramka_wieku_box {
    font-family: 'Montserrat', sans-serif;
    width: 670px;
    font-size: 20px;
    background-color: rgb(255,255,255,1.0);
    color: #153761;
    text-align: center;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    text-transform: uppercase;
    box-shadow: 0px 0px 1px 0px #000;
}

.input {
    font-family: 'Montserrat', sans-serif;
    height: 65px;
    width: 150px;
    background: transparent;
    border: none;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    color: #153761;
}

.submit {
    font-family: 'Montserrat', sans-serif;
    width: 350px;
    height: 80px;
    background: none;
    border: 2px solid #153761;
    color: #153761;
    font-size: 30px;
    cursor: pointer;
}

.header {
    height: 170px;
}

.footer {
    height: 140px;
    background-color: #153761;
}

.footer img {
    margin-top: 48px;
}

.belka {
    min-height: 100px;
    background-image: url('/assets/images/bg_belka.png');
    background-repeat: repeat-x;
}

.menu, .menu_mobile {
    display: inline-block;
    padding-top: 70px;
    margin-left: 40px;
}

.menu a, .menu_mobile a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #153761;
    font-size: 17px;
    margin: 0px 60px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.menu a:hover, .menu_mobile a:hover {
    color: #c99d66;
}

.menu a.active, .menu_mobile a.active {
    color: #c99d66;
    font-weight: 900;
}

.social {
    position: relative;
    top: -15px;
    left: 0px;
    display: inline-block;
}

.social a {
    margin: 0px 10px;
}

.container.kontakt {
    position: relative;
    min-height: 700px;
    color: #153761;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    background-image: url('/assets/images/kv_kontakt2.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.container.jakpowstaje {
    position: relative;
}

.container.poznaj {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;    
    color: #153761;
}

.container.dzikakaczkasmakowa {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;    
    color: #153761;
}

.container .poznaj_bg {
    position: relative;
    min-height: 1800px;
    color: #153761;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    background-image: url('/assets/images/kv_poznaj2.jpg');
    background-repeat: no-repeat;
    background-position: -200px center;
}


.kontakt_header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
}

.kontakt_subheader {
    font-weight: 600;
}

.linia_kontakt, .linia_jakpowstaje, .linia_poznaj, .linia_poznaj2 {
    height: 1px;
    border: none;
    background-color: #c99d66;
    max-width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.linia_jakpowstaje, .linia_poznaj {
    max-width: 90%;
}

.linia_poznaj2 {
    max-width: 80%;
}

.poznaj_linia {
    position: relative;
    height: 30px;
}

.poznaj_linia .kaczka2 {
    position: absolute;
    top: -60px;
    right: 0px;
}


.container.kontakt .kaczka {
    position: absolute;
    top: 100px;
    right: 10px;
}

.container.jakpowstaje .kaczka {
    position: absolute;
    top: 100px;
    right: 10px;
}

.container.dzikakaczkasmakowa .kaczka {
    position: absolute;
    top: 100px;
    right: 10px;
}

.container.poznaj .kaczka {
    position: absolute;
    top: 100px;
    right: 10px;
}

.poznaj_bg_tresc {
    width: 50%;
    float: right;
    padding-top: 15px;
    padding-right: 60px;
    text-align: center;
}

.menu_mobile {
    display: none;
}

#baner_glowna_mobile {
    display: none;
}

.prod_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #c99d66;
    line-height: 30px;
    text-transform: uppercase;
}

.prod_title_mobile {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #c99d66;
    line-height: 14px;
    text-transform: uppercase;
}

.smaki_img {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.smaki_img img {
    max-width: 100%;
}

.smaki_txt {
    position: relative;;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-top: 150px;
}

.smaki_txt .wisnia_small {
    position: relative;
    top: -90px;
    float: right;
    right: 10px;    
}

.smaki_txt .cytryna_small {
    position: relative;
    top: -120px;
    float: left;
    right: 10px;    
}

.smaki_txt .pigwa_small {
    position: relative;
    top: -120px;
    float: right;
    right: 10px;    
}

.smaki_wisnia, .smaki_cytryna, .smaki_pigwa {
    color: #153761;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;    
}

.smaki_wisnia .smaki_title, .smaki_cytryna .smaki_title, .smaki_pigwa .smaki_title {
    font-size: 75px;
    line-height: 80px;
}

.smaki_wisnia .smaki_title, .smaki_wisnia .smaki_highlight {
    color: #a40202;
}

.smaki_wisnia .linia_poznaj {
    background-color: #a40202;
}

.smaki_cytryna .smaki_title, .smaki_cytryna .smaki_highlight {
    color: #70bc32;
}

.smaki_cytryna .linia_poznaj {
    background-color: #70bc32;
}

.smaki_pigwa .smaki_title, .smaki_pigwa .smaki_highlight {
    color: #f9a826;
}

.smaki_pigwa .linia_poznaj {
    background-color: #f9a826;
}

#prod1, #prod2, #prod3, #prod4, #prod5, #prod6, #prod7, #prod8 {
    color: #18355e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

#prod1_mobile, #prod2_mobile, #prod3_mobile, #prod4_mobile, #prod5_mobile, #prod6_mobile, #prod7_mobile, #prod8_mobile {
    color: #18355e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

#prod1 {
    position: absolute; top: 260px; right: 0px;
    width: 45%;
}

#prod1_mobile {
    position: absolute; top: 430px; left: 0px;
    width: 80%;
    text-align: center;
}

#prod2 {
    position: absolute; top: 480px; left: 0px;
    text-align: right;
    width: 48%;
}

#prod2_mobile {
    position: absolute; top: 660px; right: 0px;
    width: 80%;
    text-align: center;
}

#prod3 {
    position: absolute; top: 720px; right: 0px;
    width: 38%;
}

#prod3_mobile {
    position: absolute; top: 870px; left: 0px;
    width: 90%;
    text-align: center;
}

#prod4 {
    position: absolute; top: 930px; left: 0px;
    text-align: right;
    width: 42%;
}

#prod4_mobile {
    position: absolute; top: 1080px; right: 0px;
    width: 75%;
    text-align: center;
}

#prod5 {
    position: absolute; top: 1130px; right: 0px;
    width: 47%;
}

#prod5_mobile {
    position: absolute; top: 1340px; left: 0px;
    width: 80%;
    text-align: center;
}

#prod6 {
    position: absolute; top: 1400px; left: 0px;
    text-align: right;
    width: 45%;
}

#prod6_mobile {
    position: absolute; top: 1580px; right: 0px;
    width: 80%;
    text-align: center;
}

#prod7 {
    position: absolute; top: 1600px; right: 0px;
    width: 40%;
}

#prod7_mobile {
    position: absolute; top: 1850px; left: 0px;
    width: 80%;
    text-align: center;
}

#prod8 {
    position: absolute; top: 1850px; left: 0px;
    text-align: right;
    width: 50%;
}

#prod8_mobile {
    position: absolute; top: 2100px; right: 0px;
    width: 100%;
    text-align: center;      
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }

    .smaki_cytryna, .smaki_pigwa {
        margin-top: -100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .smaki_txt {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .smaki_txt {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .smaki_txt {
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .smaki_txt .smaki_title {
        font-size: 50px;
        line-height: 60px;
    }

    .logo { 
        margin-top: 60px;
        width: 170px;
    }
}

@media only screen and (min-width: 1420px) and (max-width: 1450px) {
    #prod1 { position: absolute; top: 250px; right: 0px; }
    #prod2 { position: absolute; top: 470px; left: 0px; }
    #prod3 { position: absolute; top: 700px; right: 0px; }
    #prod4 { position: absolute; top: 900px; left: 0px; }
    #prod5 { position: absolute; top: 1100px; right: 0px; }
    #prod6 { position: absolute; top: 1370px; left: 0px; }
    #prod7 { position: absolute; top: 1560px; right: 0px; }
    #prod8 { position: absolute; top: 1780px; left: 0px; }    
}

@media only screen and (min-width: 1400px) and (max-width: 1419px) {
    #prod1 { position: absolute; top: 250px; right: 0px; }
    #prod2 { position: absolute; top: 470px; left: 0px; }
    #prod3 { position: absolute; top: 700px; right: 0px; }
    #prod4 { position: absolute; top: 900px; left: 0px; }
    #prod5 { position: absolute; top: 1100px; right: 0px; }
    #prod6 { position: absolute; top: 1330px; left: 0px; }
    #prod7 { position: absolute; top: 1560px; right: 0px; }
    #prod8 { position: absolute; top: 1780px; left: 0px; }    
}

@media only screen and (min-width: 1350px) and (max-width: 1399px) {
    #prod1 { position: absolute; top: 250px; right: 0px; }
    #prod2 { position: absolute; top: 470px; left: 0px; }
    #prod3 { position: absolute; top: 690px; right: 0px; }
    #prod4 { position: absolute; top: 890px; left: 0px; }
    #prod5 { position: absolute; top: 1080px; right: 0px; }
    #prod6 { position: absolute; top: 1305px; left: 0px; }
    #prod7 { position: absolute; top: 1520px; right: 0px; }
    #prod8 { position: absolute; top: 1740px; left: 0px; }
}

@media only screen and (min-width: 1300px) and (max-width: 1349px) {
    #prod1 { position: absolute; top: 250px; right: 0px; }
    #prod2 { position: absolute; top: 450px; left: 0px; }
    #prod3 { position: absolute; top: 680px; right: 0px; }
    #prod4 { position: absolute; top: 860px; left: 0px; }
    #prod5 { position: absolute; top: 1050px; right: 0px; }
    #prod6 { position: absolute; top: 1270px; left: 0px; }
    #prod7 { position: absolute; top: 1480px; right: 0px; }
    #prod8 { position: absolute; top: 1660px; left: 0px; }
}

@media only screen and (min-width: 1250px) and (max-width: 1299px) {
    #prod1 { position: absolute; top: 250px; right: 0px; }
    #prod2 { position: absolute; top: 440px; left: 0px; }
    #prod3 { position: absolute; top: 640px; right: 0px; }
    #prod4 { position: absolute; top: 820px; left: 0px; }
    #prod5 { position: absolute; top: 1010px; right: 0px; }
    #prod6 { position: absolute; top: 1220px; left: 0px; }
    #prod7 { position: absolute; top: 1400px; right: 0px; }
    #prod8 { position: absolute; top: 1600px; left: 0px; }    
}

@media only screen and (min-width: 1200px) and (max-width: 1249px) {
    #prod1, #prod2, #prod3, #prod4, #prod5, #prod6, #prod7, #prod8 {
        font-size: 16px;
        line-height: 20px;
    }
    #prod1 { position: absolute; top: 240px; right: 0px; }
    #prod2 { position: absolute; top: 420px; left: 0px; }
    #prod3 { position: absolute; top: 620px; right: 0px; }
    #prod4 { position: absolute; top: 790px; left: 0px; }
    #prod5 { position: absolute; top: 940px; right: 0px; }
    #prod6 { position: absolute; top: 1160px; left: 0px; }
    #prod7 { position: absolute; top: 1340px; right: 0px; }
    #prod8 { position: absolute; top: 1540px; left: 0px; }    
}

@media only screen and (min-width: 1150px) and (max-width: 1199px) {
    #prod1, #prod2, #prod3, #prod4, #prod5, #prod6, #prod7, #prod8 {
        font-size: 16px;
        line-height: 20px;
    }
    #prod1 { position: absolute; top: 260px; right: 0px; }
    #prod2 { position: absolute; top: 440px; left: 0px; }
    #prod3 { position: absolute; top: 640px; right: 0px; }
    #prod4 { position: absolute; top: 790px; left: 0px; }
    #prod5 { position: absolute; top: 960px; right: 0px; }
    #prod6 { position: absolute; top: 1160px; left: 0px; }
    #prod7 { position: absolute; top: 1340px; right: 0px; }
    #prod8 { position: absolute; top: 1530px; left: 0px; }    
}

@media only screen and (min-width: 1100px) and (max-width: 1149px) {
/*    .prod_title { color: red; }*/
    #prod1, #prod2, #prod3, #prod4, #prod5, #prod6, #prod7, #prod8 {
        font-size: 14px;
        line-height: 18px;
    }
    #prod1 { position: absolute; top: 260px; right: 0px; }
    #prod2 { position: absolute; top: 440px; left: 0px; }
    #prod3 { position: absolute; top: 640px; right: 0px; }
    #prod4 { position: absolute; top: 790px; left: 0px; }
    #prod5 { position: absolute; top: 950px; right: 0px; }
    #prod6 { position: absolute; top: 1130px; left: 0px; }
    #prod7 { position: absolute; top: 1300px; right: 0px; }
    #prod8 { position: absolute; top: 1490px; left: 0px; }    
}

@media only screen and (min-width: 701px) and (max-width: 1099px) {

    .prod_title {
        font-size: 16px;
        line-height: 20px;
    }
    
    #prod1, #prod2, #prod3, #prod4, #prod5, #prod6, #prod7, #prod8 {
        color: #18355e;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }
    
    #prod1 {
        position: absolute; top: 230px; right: 0px;
        width: 45%;
    }
    
    #prod2 {
        position: absolute; top: 370px; left: 0px;
        text-align: right;
        width: 48%;
    }
    
    #prod3 {
        position: absolute; top: 510px; right: 0px;
        width: 38%;
    }
    
    #prod4 {
        position: absolute; top: 610px; left: 0px;
        text-align: right;
        width: 42%;
    }
    
    #prod5 {
        position: absolute; top: 730px; right: 0px;
        width: 47%;
    }
    
    #prod6 {
        position: absolute; top: 880px; left: 0px;
        text-align: right;
        width: 45%;
    }
    
    #prod7 {
        position: absolute; top: 1000px; right: 0px;
        width: 40%;
    }
    
    #prod8 {
        position: absolute; top: 1140px; left: 0px;
        text-align: right;
        width: 50%;
    }


    h1 {
        font-size: 40px;
    }

    h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        padding: 0px;
        padding-top: 10px;
        margin: 0px;
        font-size: 14px;
        display: block;
    }

    .poznaj_bg_tresc {
        font-size: 14px;
    }

    .container.poznaj .kaczka {
        position: absolute;
        top: 100px;
        right: 10px;
    }

    .menu {
        display: inline-block;
        padding-top: 70px;
        margin-left: 20px;
    }
    
    .menu a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-decoration: none;
        color: #153761;
        font-size: 14px;
        margin: 0px 10px;
        display: inline-block;
        height: 100px;
        text-align: center;
        vertical-align: top;
    }

    .social {
        position: relative;
        top: 10px;
        left: 0px;
        display: inline-block;
    }

    .container .poznaj_bg {
        min-height: 1200px;
        background-image: url('/assets/images/kv_poznaj.jpg');
        background-repeat: no-repeat;
        background-position: 0px center;
        background-size: 400px auto;
    }

    .kontakt_header {
        font-size: 20px;
    }

    .container.kontakt {
        font-size: 16px;
        background-size: 400px auto;
    }
}

@media only screen and (max-width: 700px) {

    #baner_glowna {
        display: none;
    }

    #baner_glowna_mobile {
        display: block;
    }

    .container {
        max-width: 95%;
        margin: 0 auto;
    }

    h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        font-size: 25px;
        padding-top: 65px;
        display: block;
    }
    
    h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        padding: 0px;
        padding-top: 10px;
        margin: 0px;
        font-size: 12px;
        display: block;
    }

    .poznaj_bg_tresc {
        width: 100%;
        float: left;
        padding-top: 15px;
        padding-right: 0px;
        font-size: 14px;
        text-align: center;
    }
 
    .container .poznaj_bg {
        min-height: 1300px;
        background: none;
    }

    .kontakt_header {
        font-size: 16px;
    }

    .container.kontakt {
        font-size: 12px;
        background: none;
    }

    .menu {
        display: none;
    }
    
    .social {
        display: none;
    }

    .header {
        height: 330px;
    }

    .menu_mobile {
        display: block;
        padding-top: 170px;
        margin-left: 0px;
    }

    .menu_mobile a {
        width: 100%;
        margin: 0px;
        font-size: 16px;
        line-height: 30px;
        display: block;
    }

    .bramka_wieku_box {
        font-family: 'Montserrat', sans-serif;
        width: 320px;
        font-size: 12px;
        background-color: rgb(255,255,255,1.0);
        color: #153761;
        text-align: center;
    
        position: absolute;
        top: 400px;
        padding: 15px;
        text-transform: uppercase;
        box-shadow: 0px 0px 1px 0px #000;
    }
    
    .input {
        font-family: 'Montserrat', sans-serif;
        height: 65px;
        width: 80px;
        background: transparent;
        border: none;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        color: #153761;
    }
    
    .submit {
        font-family: 'Montserrat', sans-serif;
        width: 300px;
        height: 60px;
        background: none;
        border: 2px solid #153761;
        color: #153761;
        font-size: 20px;
        cursor: pointer;
    }

}