@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

#page #grupa h1 {
    font-size: 42px;
    font-family: "Montserrat";
    color: rgb(14 145 129);
    line-height: 1.2;
    margin: 60px 0px 60px 0px;
    padding-bottom: 55px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    float: left;
    background: url(img/typ-p2.png) no-repeat center bottom;
}

.odpowiedz a {
    color:#fff;
}

#page {
	float:left;
	margin-top:130px;
	width:100%;
	height:auto;
}

#page p {
	font-size:16px;
	color:#000;
	line-height:1.5;
	text-align: center;
}

.faq {
    background: #ed4652;
    margin-top: 0px!important;
    padding-bottom: 80px;
}

#faq {
    width: 100%;
    float:left;
    margin-top: -50px;
}

#pytanie {
    border: 1px solid rgb(237 70 82);
    position: relative;
    margin: 10px 0px;
    transition:0.4s all;
    background: #ca3d47;
}

#pytanie:hover {
    background:#982c34;
}

.odpowiedz {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    width:80%;
    margin: 15px;
    margin-left:10%;
    border-top: 1px solid rgb(254 254 254 / 40%);
    padding-top: 11px;
}

.pytanie {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width:80%;
    margin: 15px;
    margin-left:10%;
    color: #dbd5b1;
}


#rozwin {
    background: url(img/plus.png) -40% center no-repeat;
    width: 50px;
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
}

#typer {
    width: 33.1%;
    margin: 0.1%;
    height: 610px;
    float: left;
    position:relative;
    box-shadow:0px 0px 50px rgb(4 75 66 / 0%);
    top:0px;
    transition:0.3s all;
    background: url(img/typer.png) center top no-repeat #dbd5b1;
}

#typer:hover {
top:-10px;
box-shadow:0px 0px 50px rgb(0 38 33 / 59%);
z-index:3;
}
#typer:hover #avatar {
top:-20px;
}
#typer:hover h4 {
letter-spacing:1.5px;
}

#typer #avatar {
    height: 240px;
    width: 240px;
    border-radius: 100%;
    margin: 0 auto;
    background: center no-repeat;
    background-size: auto 100%;
    box-shadow: 0px 0px 30px rgb(0 42 37 / 26%);
    margin-top: -125px;
        position:relative;
    top:0px;
    transition:0.3s all;
}

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.licz1 {
    animation: counter1 3s alternate ease-in-out forwards;
    counter-reset: num var(--num);
}

.licz1::after {
    content: counter(num);
}

.licz2 {
    animation: counter2 3s alternate ease-in-out forwards;
    counter-reset: num var(--num);
}

.licz2::after {
    content: counter(num);
}

.licz3 {
    animation: counter3 3s alternate ease-in-out forwards;
    counter-reset: num var(--num);
}

.licz3::after {
    content: counter(num);
}

#sekcja-typy {
    background: rgb(14, 145, 129);
    background: linear-gradient(120deg, rgba(14, 145, 129, 1) 20%, rgba(237, 70, 82, 1) 80%);
    width: 100%;
    height: auto;
    float: left;
    margin-top: -150px;
}

#typ {
    height: 268px;
    width: 25%;
    float: left;
    background: url(img/przedzial-typy.png) no-repeat left center;
    background-color: rgb(14 145 129 / 0%);
    position: relative;
    transition: 0.3s all;
    box-shadow: 0px 0px 0px #0b8072;
    top: 0px;
}

#typ:hover {
    top: -30px;
    background-color: rgb(14 145 129 / 50%);
    box-shadow: 0px 0px 50px #0b8072;
}

#typ p {
    background: url(img/typ-p.png) no-repeat bottom center;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans";
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: -34px;
}

#typ #p1 {
    background: url(img/typ-p.png) no-repeat bottom center;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans";
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: -34px;
}

#typ #p1.wartosc {
    background: none !important;
}

#typ #p2 {
    background: url(img/typ-p.png) no-repeat bottom center;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans";
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: -34px;
}

#typ #p2.wartosc {
    background: none !important;
}

#typ #p3 {
    background: url(img/typ-p.png) no-repeat bottom center;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans";
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: -34px;
}

#typ #p3.wartosc {
    background: none !important;
}

#typ p.wartosc {
    background: none !important;
}


.button-top {
    background-image: url(img/button-top.png) !important;
    padding-left: 68px !important;
    color: #0e9181 !important;
    padding-right: 18px !important;
}

.fb-top {
    background-image: url(img/fb-top.png) !important;
    padding-left: 54px !important;
    color: #0e9181 !important;
    padding-right: 0px !important;
    margin-left: 20px;
}

#slideshow {
    margin: 80px auto;
    position: relative;
    width: 45%;
    height: 150px;
    padding: 10px;
    margin-top: 0px;
    font-size: 25px;
    color: #0e9181;
    float: left;
    border: 10px solid #0e9181;
    font-family: "Open Sans";
}

#slideshow > div {
    padding: 10px;
    padding-right: 40px;
    float: left;
    position: absolute;
    top: 10px;
    left: 10px;
    right: -20px;
    bottom: -20px;
    border: 1px solid #0e9181;
}

#tlo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0e9181;
    top: 0;
    left: 0;
    z-index: 99999;
    margin-bottom: 100%;
}

#preloader {
    width: 100%;
    height: 70px;
    text-align: center;
}

#preloader p {
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 700;
}

#load {
    width: 0%;
    height: 20px;
    background: #dbd5b1;
    animation: load 4s infinite;
}

@keyframes load {
    50% {
        width: 100%;
    }

}

body {
    margin: 0 auto;
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    overflow-x: hidden;
}



#menu-top {
    width: 100%;
    height: 128px;
    position: fixed;
    top: 0px;
    float: left;
    background: #0e9181;
    box-shadow: 0px 0px 50px rgb(80 79 70 / 70%);
    margin: 0 auto;
    z-index: 999;
    transition: 0.1s all;
}



#menu-top.visible {
    top: -20px;
    height: 105px;
    overflow: hidden;
}

#menu-top:hover {
    top: 0px;
    height: 128px;
    overflow: visible;
}

#logo {
    width: 179px;
    height: 128px;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    transition: 0.5s all;
}

#logo:hover {
    background-position: center bottom;
}

#logo-mini {
    width: 133px;
    height: 50px;
    background-image: url(img/logo-mini2.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}


#grupa {
    width: 100%;
    margin: 0 auto;
    float: left;
    height: auto;
    position: relative;
}

.footer {
    background: #ca3d47;
    padding: 40px 0px;
}

.footer a {
    color: #dbd5b1;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    margin: 5px;
    position: relative;
    top: 0px;
    transition: 0.3s all;
    border-bottom: 1px solid #ca3d47;
}

.footer a:hover {
    top: -5px;
    border-bottom: 1px solid #dbd5b1;
}

.footer a span {
    color:#fff!important;
    font-weight: 400;
}

#info18 {
    width: 92%;
    height: auto;
    padding: 1%;
    padding-left: 7%;
    float: left;
    margin: 0px;
    border: 1px solid rgb(255 255 255 / 34%);
    margin-top: 32px;
    line-height: 30px;
    font-size: 14px;
    background: url(img/18.png) no-repeat 1.5% center;
}

#ik {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-image: url(img/ik.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-top: 1px solid rgb(255 255 255 / 34%);
    margin-top: 32px;
    line-height: 30px;
    font-size: 14px;
    padding-top: 30px;
    float: left;
    padding-bottom: 30px;
}

#center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: auto;
}


#left {
    float: left;
    width: 50%;
    margin: 0 auto;
    height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
}

#right {
    float: right;
    width: 50%;
    margin: 0 auto;
    height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
}




#grupa h3 {
    font-size: 72px;
    font-family: "Montserrat";
    color: rgb(14 145 129);
    line-height: 1.2;
    margin: 60px 0px 190px 0px;
    padding-bottom: 55px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    float: left;
    background: url(img/typ-p2.png) no-repeat center bottom;
}

#grupa h4 {
    font-size: 28px;
    font-family: "Montserrat";
    color: rgb(219 213 177);
    line-height: 1.667;
    text-align: justify;
    font-weight: 700;
    margin-left: 0px;
    margin: 0px;
}





h1 {
    font-size: 84px;
    font-weight: 900;
    color: rgb(80, 79, 70);
    line-height: 1.2;
    text-align: left;
}

.g1 h1 {
    font-size: 84px;
    font-weight: 900;
    color: rgb(80, 79, 70);
    line-height: 1.2;
    text-align: left;
    width: 70%;
    margin-right: 30%;
    float: left;
    margin-bottom: 20px;
    margin-top: 160px;
}

.g1 h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    font-family: "Open Sans";
    padding: 15px;
    margin-right: 20%;
    width: auto;
    background: #ed4652;
    margin-top: 0px;
    float: left;
}



.g1 {
    background: url(img/bg.jpg) center no-repeat;
    height: 995px !important;
    margin-top: 127px !Important;
    animation: g1 4s infinite;
    background-size: 1920px auto;
}

.g2 {
    background: url(img/bg2.jpg) center no-repeat;
    height: 930px !important;
    margin-top: 80px !Important;
    animation: g2 3s infinite;
    background-size: 1920px auto;
}

@keyframes g1 {
    50% {
        background: url(img/bgh.jpg) center no-repeat;
        background-size: 2120px auto;
    }
}

@keyframes g2 {
    50% {
        background: url(img/bg2h.jpg) center no-repeat;
        background-size: 2120px auto;
    }
}

.margin-top {
    position: relative;
    top: -250px;
}

#typer h4 {
    font-size: 33px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 21px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    line-height: 50px;
    background: #ed4652;
    padding: 20px 0px;
    float: left;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 0px;
    transition: 0.3s all;
    letter-spacing: 0px;
}

#typer p {
    font-size: 15px;
    font-weight: 500;
    margin: 7%;
    margin-bottom: 21px;
    color: #504f46;
    text-align: center;
    font-family: 'Open Sans';
    line-height: 1.5;
    padding: 20px 0px;
    float: left;
    width: 86%;
    margin-top: 0px;
}

#button-up {
    width: 170px;
    height: 170px;
    border: 5px solid #0e9181;
    border-radius: 100%;
    background: url(img/typ-p2.png) center no-repeat;
    transform: rotate(180deg);
    float: left;
    margin: 20px;
    margin-right: 50%;
    transition:0.3s all;
}

#button-up:hover {
    width: 170px;
    height: 170px;
    border: 5px solid #ed4652;
    border-radius: 20%;
}

#cookies-message p {
            float: left;
            margin-top: 12px;
            width: 100%;
            text-align: center;
            line-height: 1.7;
        }

        #cookies-message #wiek {
            width: 92%;
            float: left;
            font-size: 15px;
            color: #fff;
            background: url(http://www.confirmed-tips.pl/wp-content/uploads/2021/04/18.png) no-repeat;
            background-position: 8px center;
            background-color: #ca3d47;
            padding: 4%;
        }

        #cookies-message {
            color: black;
            padding: 12px;
            text-align: center;
            position: fixed;
            left: 0;
            top: 200px;
            width: 50%;
            left: 25%;
            background-color: rgb(255, 255, 255);
            z-index: 100000;
            box-shadow: 0px 0px 0 20000px rgb(14 145 129 / 95%);
            display: none;
        }

#accept-cookies-checkbox {
    background-color: #0e9181;
    color: white;
    transition: all 0.5s;
    padding: 10px 5%;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0px;
    display: inline-block;
    margin-left: 0px;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    margin-bottom: 20px;
}

        #accept-cookies-checkbox:hover {
            background-color: #ca3d47;
        }

        @media screen and (max-width:768px) {
            #cookies-message {
                width: 90%;
                top: 20px;
                left: 0%;
                padding: 5%;
            }

            #cookies-message #wiek {
                background-image: none;
            }

            #accept-cookies-checkbox {
                margin-top: 10px;
            }
        }
