* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body,
html {
    height: 100%;
    margin: 0 auto;
    font-family: Georgia, serif;
    font-size: 1.8rem;
    line-height: 1.3;
    background-color: #20302f;
    scroll-behavior: smooth;

    /* --------- display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}


a {
    color: white;
}

a:hover {
    color: white;
}



p {
    font-weight: 100;
    padding: 0px;
    margin: 0px;
}



h3 {
    font-size: 1.8rem;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
    color: #0c2c39;
}

.top {
    padding: 10px 25%;
    width: 100%;
}


.kontener_01 {
    width: 96%;
    max-width: 1200px;
    /* ---------ZMODYFIKUJ */

    background-image: url('../img/czas_01/tlo.jpg');
    background-position: top right;
    background-repeat: no-repeat;

    background-size: cover;
    background-attachment: fixed;

    position: absolute;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 2% 2% 6% 2%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;

}


.kontener_02 {
    width: 96%;
    max-width: 1200px;
    /* ---------ZMODYFIKUJ */

    background-image: url('../img/czas_03/tlo.jpg');
    background-position: top right;
    background-repeat: no-repeat;

    background-size: cover;
    background-attachment: fixed;

    position: absolute;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 2% 2% 6% 2%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;

    text-decoration: none;
}


.kontener_03 {
    width: 96%;
    max-width: 1200px;
    /* ---------ZMODYFIKUJ */

    background-image: url('../img/czas_03/tlo.jpg');
    background-position: top right;
    background-repeat: no-repeat;

    background-size: cover;
    background-attachment: fixed;

    position: absolute;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 2% 2% 6% 2%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}


.lista {

    width: 100%;
    font-size: 1.6rem;
    line-height: 1.3;
    float: left;
    margin-top: 0%;

    margin-bottom: 250px;
    padding: 0px;
    position: relative;
    z-index: 100;
}

.lista img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.lista_symbol {
    width: 100%;
    font-size: 1.4rem;
    margin-top: -720px;
    text-align: center;
    padding: 0% 11% 0% 13%;
    position: absolute;
    z-index: 200;
}

.lista_symbol > p {
    text-align: center;

}

.lista_symbol img {
    width: 28%;

    -webkit-animation-name: karteczka;

    animation-name: karteczka;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

@-webkit-keyframes karteczka {
    0% {
        rotate: 0deg
    }

    33% {
        rotate: 6deg
    }

    66% {
        rotate: -6deg
    }

    100% {
        rotate: 0deg
    }
}

@keyframes karteczka {
    0% {
        rotate: 0deg
    }

    33% {
        rotate: 6deg
    }

    66% {
        rotate: -6deg
    }

    100% {
        rotate: 0deg
    }
}



.naglowek {
    float: left;

    color: #245163;
    font-weight: 700;

    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    width: 100%;
    position: relative;
}

.menu {
    float: left;

    color: #245163;
    font-weight: 700;

    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    width: 100%;
    position: relative;
}


.postac {

    margin-left: 60%;
    width: 40%;
    position: relative;
}


.postac_podp {

    margin-left: 15%;
    width: 70%;
    position: relative;
}

.zagadka_01 {
    clear: both;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 70px;
    margin-bottom: 1%;
    /* --------- background-color: white; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #eff2fc;

}

.zagadka_02 {
    clear: both;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 70px;
    margin-bottom: 1%;
    background-color: #20302f;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #eff2fc;

    -webkit-box-shadow: 11px 18px 13px -3px rgba(66, 68, 90, 1);
    box-shadow: 11px 18px 13px -3px rgba(66, 68, 90, 1);

}

.kw_tresc_01 {
    width: 100%;
    min-height: 180px;
    font-family: Caveat;

    margin: 0px;
    padding: 38% 10% 14% 8%;
    text-align: justify;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;

    background-image: url('../img/czas_01/kartka.png');
    background-position: bottom center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    z-index: 10;
}


.kw_tresc_02 {

    width: 100%;
    min-height: 180px;
    font-family: Shadows Into Light Two;

    margin: 0px;
    padding: 38% 25px 25px 25px;
    text-align: justify;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;

    background-image: url('../img/czas_02/kartka.jpg');
    background-position: top center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 100;
}


.kw_tresc_03 {

    width: 100%;
    min-height: 180px;
    font-family: Alumni Sans;
    color: black;
    margin: 0px;
    padding: 38% 8% 14% 9%;
    text-align: justify;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

    background-image: url('../img/czas_03/kartka.png');
    background-position: bottom center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    z-index: 10;
}

.belka_drewno_01 {
    width: 95%;

    margin-top: -10%;
    margin-right: 0%;
    margin-left: -3%;
    padding: 0px;
    position: absolute;
    z-index: 100;
}

.belka_future {
    width: 100%;
    position: relative;
    margin-top: -10%;
    margin-right: 0%;
    margin-left: 0%;
    padding: 0px;

    z-index: 100;
}

.karteczki {
    width: 37%;
    margin-top: 8%;
    margin-right: 58%;
    margin-left: -4%;
    position: absolute;
    z-index: 200;
}

.pieczatka {
    width: 70%;
    margin-top: 180px;
    margin-right: 19%;
    margin-left: 9%;
    position: absolute;
    z-index: 150;
}


.symbol {
    width: 35%;
    margin-top: -50px;
    margin-right: 17%;
    margin-left: 47%;
    position: absolute;
    z-index: 200;


}

.symbol img {
    display: block;
    margin-left: auto;
    margin-right: auto;

    -webkit-animation-name: karteczka;

    animation-name: karteczka;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-transform-origin: 55% 15%;

    transform-origin: 55% 15%;

}

@keyframes karteczka {
    0% {
        rotate: 0deg
    }

    33% {
        rotate: 8deg
    }

    66% {
        rotate: -8deg
    }

    100% {
        rotate: 0deg
    }
}

.pinezka {
    width: 25%;
    margin-top: -50px;
    margin-right: 27%;
    margin-left: 56.5%;
    position: absolute;
    z-index: 300;
}




.symbol_podpowiedz {
    width: 30%;
    margin-top: 15px;
    margin-right: 17%;
    margin-left: 62%;
    position: absolute;
    z-index: 200;


}

.symbol_podpowiedz img {
    display: block;
    margin-left: auto;
    margin-right: auto;

    -webkit-animation-name: karteczka;

    animation-name: karteczka;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-transform-origin: 55% 15%;

    transform-origin: 55% 15%;

}


.symbol_podpowiedz2 {
    width: 30%;
    margin-top: 15px;
    margin-right: 65%;
    margin-left: 35%;
    position: absolute;
    z-index: 200;


}

.symbol_podpowiedz2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;

    -webkit-animation-name: karteczka;

    animation-name: karteczka;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-transform-origin: 55% 15%;

    transform-origin: 55% 15%;

}

@keyframes karteczka {
    0% {
        rotate: 0deg
    }

    33% {
        rotate: 8deg
    }

    66% {
        rotate: -8deg
    }

    100% {
        rotate: 0deg
    }
}

.pinezka2 {
    width: 20%;
    margin-top: 15px;

    margin-left: 76%;
    position: absolute;
    z-index: 300;
}

.pinezka3 {
    width: 20%;
    margin-top: 15px;

    margin-left: 49%;
    position: absolute;
    z-index: 300;
}

.menu_bottom img {

    margin-left: auto;
    margin-right: auto;

    -webkit-animation-name: karteczka_menu;

    animation-name: karteczka_menu;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-transform-origin: 55% 15%;

    transform-origin: 55% 15%;

}

@-webkit-keyframes karteczka_menu {
    0% {
        rotate: 0deg
    }

    33% {
        rotate: 4deg
    }

    66% {
        rotate: -4deg
    }

    100% {
        rotate: 0deg
    }

}

@keyframes karteczka_menu {
    0% {
        rotate: 0deg
    }

    33% {
        rotate: 4deg
    }

    66% {
        rotate: -4deg
    }

    100% {
        rotate: 0deg
    }

}




.guzik {
    width: 93%;
    margin: 0% 2% 0% 4%;
    height: 90px;
    background: black;
    color: #fff;
    border: 0;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 10px;
    -webkit-transition: .5s background-color;
    transition: .5s background-color;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    line-height: 90px;
    text-align: center;
}


.guzik_mapa {
	float: left;
    width: 27%;
    margin: 0% 2% 0% 2%;
    height: 90px;
    background: #db3318;
    color: #fff;
    border: 0;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    line-height: 90px;
    text-align: center;
}

.kw {

    float: left;
    width: 33%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: -3%;
    margin-bottom: 0%;
    border-bottom-left-radius: 20px;
    position: reative;
    z-index: 1;

}

.kw img {
    width: 95%;
}


.kw1 {

    float: left;
    width: 32%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 2%;
    margin-bottom: 0%;
    background-color: #0593a1;
    border-bottom-left-radius: 20px;

}

.kw2 {

    float: left;
    width: 32%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 0%;
    background-color: #e04838;

}



.kw3 {

    float: left;
    width: 32%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 2%;
    margin-bottom: 0%;
    background-color: #f7c31f;
    color: white;
    border-bottom-right-radius: 20px;


}

.kw_bottom {
    clear: both;
    width: 100%;
    height: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1ddff), to(#b1c4ff));
    background-image: linear-gradient(#d1ddff, #b1c4ff);
    margin: 0px;

}

.zagadka_01 p,
.zagadka_02 p {
    padding: 10px 0px 10px 0px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;

    margin: 5px 0px 0px 0px;

}

.zagadka_01 img,
.zagadka_02 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}


/* ---------------------------------------LOGO */

.logo-placeholder {
    width: 230px;
    height: 230px;
    float: left;
    position: relative;
    margin: 20px 0px 40px 0px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.floating-logo {
    -webkit-animation-name: floating-logo;
    animation-name: floating-logo;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-logo {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    50% {
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes floating-logo {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    50% {
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
    }

    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

/* ---------------------------------------PROGRESS BAR */


@-webkit-keyframes auto-progress {
    from {
        width: 0%
    }

    to {
        width: var(--percent);
    }
}


.progress-bar {

    background-color: #1a1a1a;
    position: static;
    height: 42px;
    width: 95%;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 5px #000 inset, 0px 4px 8px #6d6d6d;
    box-shadow: 0 1px 5px #000 inset, 0px 4px 8px #6d6d6d;
    margin-top: 10px;
    margin-left: 0%;

}

.stripes {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg,
            rgba(255, 255, 255, .15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .15) 50%,
            rgba(255, 255, 255, .15) 75%,
            transparent 75%,
            transparent);

}


.progress-bar-inner {
    display: block;
    height: 42px;
    width: 0%;
    background-color: #ebfdff;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    position: relative;
    -webkit-animation: auto-progress 4s forwards;
    animation: auto-progress 4s forwards;
}

.kolko {
    position: relative;
    height: 42px;
    width: 10%;
    min-width: 35px;
    font-size: 1.0rem;
    border-radius: 20px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    color: #245163;

    background-color: #ebfdff;
}

/* ---------------------------------------PROGRESS BAR END*/

/* ---------------------------------------CHMURKA KOMENTARZA */

.chmurka {
    position: relative;
    padding: 2% 3% 2% 3%;
    margin: 10px 0% 10px 0%;

    background: #fff;
    /* css3 */
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px 0px rgba(104, 104, 104, 0.5);
    box-shadow: 0 0 20px 0px rgba(104, 104, 104, 0.5);
    width: 95%;
}


.chmurka:after {
    content: "";
    float: left;
    position: absolute;
    bottom: 12%;
    left: 99%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 25px solid transparent;
    border-bottom-color: #fff;

    display: block;
    width: 0;
}


.chmurka_podp {
    position: relative;
    padding: 30px 5%;
    margin: 10px 3% 40px 3%;
    font-size: 1.6rem;
    background: #fff;
    /* css3 */
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px 0px rgba(104, 104, 104, 0.5);
    box-shadow: 0 0 20px 0px rgba(104, 104, 104, 0.5);
    width: 94%;
    z-index: 200;
}


.chmurka_podp:after {
    content: "";
    float: left;
    position: absolute;
    top: -65px;
    left: 40%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 35px solid transparent;
    border-bottom-color: #fff;

    display: block;
    width: 0;
    z-index: 100;
}

/* ---------------------------------------CHMURKA KOMENTARZA END*/






/* ---------------------------------------GUZIKI */

.button1 {
    width: 26%;
    margin: 0% 0% 0% 3%;
    height: 90px;
    background: tomato;
    color: #fff;
    border: 0;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    -webkit-transition: .5s background-color;
    transition: .5s background-color;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}



.button1:hover {
    color: #fff;
    background: #c11d00;
}

.button1:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #7dadd9;
    box-shadow: 0 0 0 2px #7dadd9
}


.button2 {
    width: 32%;
    margin: 0% 2% 0% 4%;
    height: 90px;
    background: black;
    color: #fff;
    border: 0;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    -webkit-transition: .5s background-color;
    transition: .5s background-color;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.button2:hover {
    color: #fff;
    background: #c11d00;
}

.button2:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #7dadd9;
    box-shadow: 0 0 0 2px #7dadd9
}


.button3 {
    width: 32%;
    margin: 1% 2% 1% 0%;
    height: 70px;
    background: red;
    color: #fff;
    border: 0;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    -webkit-transition: .5s background-color;
    transition: .5s background-color;
    cursor: pointer;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.button3:hover {
    color: #fff;
    background: #c11d00;
}

.button3:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #7dadd9;
    box-shadow: 0 0 0 2px #7dadd9
}



.button4 {
    width: 93%;
    margin: 0% 2% 0% 4%;
    height: 90px;
    background: black;
    color: #fff;
    border: 0;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    -webkit-transition: .5s background-color;
    transition: .5s background-color;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.button4:hover {
    color: #fff;
    background: #c11d00;
}

.button4:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #7dadd9;
    box-shadow: 0 0 0 2px #7dadd9
}



.button5 {
    width: 93%;
    margin: 0% 2% 0% 4%;
    height: 90px;
    background: red;
    color: #fff;
    border: 0;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    -webkit-transition: .5s background-color;
    transition: .5s background-color;
    cursor: pointer;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);

    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.button5:hover {
    color: #fff;
    background: #c11d00;
}

.button5:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #7dadd9;
    box-shadow: 0 0 0 2px #7dadd9
}


input[name=kod] {
    width: 56%;
    border-radius: 2px;
    line-height: 70px;
    font-weight: 700;
    font-size: 1rem;
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 2% 4% 0% 3%;
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

input[name=lokalizacja] {

    width: 95%;
    border-radius: 10px;
    line-height: 70px;
    font-weight: 700;
    font-size: 1rem;
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 2% 4% 0% 3%;
    color: #000;
    border: 1px solid #ccc;
    background-color: #f97df1;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}





/* ---------------------------------------MEDIA */


@media (min-width: 1050px) {

    .lista_symbol {

        margin-top: -700px;
    }

}

@media (min-width: 1125px) {

    .lista_symbol {

        margin-top: -760px;
    }

}

@media (min-width: 1200px) {


    .lista {

        margin-bottom: 250px;

    }

    .lista_symbol {

        margin-top: -820px;
    }

}