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

:root {
  --yellow: #FECE23;
  --blue: #1A2638;
  --teal: #284A64;
  --darkyellow: #D0A200;
  --black: #000;
  --white: #fff;
}
body,html{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Montserrat', serif!important;
	font-size: 14px;
	color: var(--white);
	background-color: var(--blue);
}
body{
    overflow-x: hidden;
}
h1, h2, h3, h4{
    font-family: 'Lora';
    font-weight: 700;
    line-height: 1.4;
}
h2{
    font-size: 35px;
}
hr{
    width: 100px;
    border-top: 2px solid var(--yellow);
    display: inline-block;
}
ul, ol {
    padding-inline-start: 20px;
}
ul, ol ,
.post, .page{
	margin: 0;
}
a,
a:hover,
a:focus{
    text-decoration: none;
}
img{
    width: 100%;
}
.btn-main{
    background-color: var(--yellow);
    color: var(--black)!important;
    padding: 10px 25px;
    border-radius: 20px;
    border:  1px solid var(--yellow);
    transition-duration: 0.2s;
    font-weight: 700;
}
.btn-main:hover{
    background-color: var(--teal);
    color: var(--yellow)!important;
}
@media(max-width: 1024px){
    h2{
        font-size: 30px;
    }
}
@media(max-width: 767px){
    h2{
        font-size: 25px;
    }
    .btn-main{
        padding: 8px 20px;
        font-size: 12px;
    }
}

/* HEADER */
header{
    position: relative;
    z-index: 3;
    padding-top: 20px;
}
.clouds{
    position: relative;
}
img.header-main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
@media(max-width: 1024px){
    img.header-main{
        object-fit: cover;
        height: 350px;
    }
}
@media(max-width: 599px){
    header{
        z-index: 10;
    }
    img.header-main{
        height: 200px;
    }
}


/* TOPBAR */
.topbar{
    text-align: right;
    font-weight: 700;
}
.topbar a.materialy{
    color: var(--black);
    transition-duration: 0.2s;
}
.topbar a.materialy:hover{
    color: var(--yellow);
}
.topbar a.materialy img{
    width: 30px;
    margin-left: 10px;
    transition-duration: 0.2s;
}
.topbar a.btn-main {
    margin-left: 10px;
}
.topbar a.btn-main img{
    width: 18px;
    margin-top: -2px;
    margin-right: 10px;
    transition-duration: 0.2s;
}
.topbar a.materialy:hover img,
.topbar a.btn-main:hover img{
    filter: invert(85%) sepia(38%) saturate(1346%) hue-rotate(338deg) brightness(106%) contrast(99%);
}

.lang{
    display: inline-block;
}
.lang select,
.lang option{
    text-transform: capitalize;
    font-weight: 700;
    border:  none;
    color: var(--black);
    background-color: transparent;
}

/* NAVIGATION */
.main-navigation{
    position: relative;
    width: 75%;
    float: left;
}
.site-branding{
    width: 25%;
    float: left;
}
.menu-toggle{
    display: inline;
    padding: 7px;
    background-color: var(--yellow);
    border: none;
    position: relative;
}
.main-navigation ul.nav-menu {
    margin-top: 15px;
	z-index: 100;
	position: relative!important
}
.main-navigation ul.nav-menu li a{
    color: var(--black);
    transition-duration: 0.5s;
    border-bottom: 3px solid transparent;
}
.main-navigation ul.nav-menu li.current-menu-item a{
    font-weight: 700;
    border-color: var(--yellow);
}
.menu-toggle .icon-bar {
    display: block;
    background-color: var(--black);
    height: 2px;
    width: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
}
@media (max-width: 1024px){
    .main-navigation ul.nav-menu {
        margin-top: 15px;
    }
}
@media (min-width: 600px ){
    .menu-toggle{
        display: none;
    }
    .main-navigation ul.nav-menu {
        display: block;
    }
    .main-navigation ul.nav-menu li{
        display: inline-block;
        margin: 5px 0;
        padding: 5px 14px;
    }
}
@media(max-width:  599px){
    .site-branding{
        width: 50%;
        margin-top: 10px;
    }
    .main-navigation{
        width: 100%;
    }
    .main-navigation button{
        position: absolute;
        top: -40px;
        right: 0;
    }
    .main-navigation .collapse{
        position: absolute!important;
        padding: 10px;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        background-color: rgba(255,255,255,0.95);
    }
    .main-navigation ul li{
        margin-bottom: 10px;

    }
}


/************************* HOME *************************/
/* BANER */
.baner{
    padding-top: 100px;
    padding-bottom: 150px;
    background-image: url('../images/0sbwCkQH9JyH.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.baner:after{
    content: '';
    background: rgb(1,6,14);
    background: linear-gradient(0deg, rgba(1,6,14,1) 5%, rgba(1,6,14,0) 100%);
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.baner img.main{
    width: 50%;
    max-width: 850px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.baner a.wideo p{
    position: absolute;
    bottom: 25%;
    right: 15%;
    z-index: 5;
    color: var(--white);
    font-size: 14px;
}
.baner a.wideo p b{
    display: block;
}
.baner img.wideo-bg{
    width: 30%;
    max-width: 450px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.baner img.wideo-img{
    max-width: 300px;
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 5;
}
.baner .content{
    position: relative;
    z-index: 3;
}
.baner h1{
    font-size: 40px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.baner p{
    font-size: 18px;
    margin: 10px 30px 50px 0;
}
.baner .btn-main{
	position: relative;
	z-index: 10		
}
.baner a.btn-main b{
    font-weight: 900;
}
.baner .cyfry{
    margin-top: 80px;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.baner .cyfry .cyfra{
    float: left;
    font-size: 45px;
    line-height: 1.3;
    margin-right: 10px;
    font-family: 'Lora';
    font-weight: 700;
    margin-top: -10px;
}
.baner .cyfry .podpis{
    margin-right: 30px;
    float: right;
}
.baner .cyfry:nth-child(3) .cyfra:before{
    content: 'Ponad';
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    position: absolute;
    top: -25px;
}
@media(max-width: 1024px){
    .baner{
        padding-top: 80px;
    }
    }
@media(max-width: 767px){
    .baner{
        padding-top: 50px;
        padding-bottom: 250px;
    }
    .baner h1{
        font-size: 26px;
    }
    .baner p{
        font-size: 16px;
        margin: 10px 0 40px 0;
    }
	.baner img.main{
		width: 80%;
		opacity: 0.8;
		bottom: auto;
		top: 25%
	}
    .baner .cyfry{
        margin-top: 40px;
    }
    .baner a.wideo p{
        bottom: 10%;
        left: 5%;
        z-index: 5;
        color: var(--white);
        font-size: 14px;
    }
    .baner img.wideo-bg{
        width: 80%;
    }
    .baner img.wideo-img{
        max-width: 200px;
        bottom: 5%;
    }
}

/* NEWSLETTER */
.newsletter{
    background-color: var(--yellow);
    border-top: 2px solid var(--yellow);
    clip-path: ellipse(105% 100% at 50% 0%);
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.newsletter:after{
    content: '';
    background-color: var(--blue);
    height: calc(100% - 2px);
    width: 100%;
    clip-path: ellipse(105% 100% at 50% 0%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}
.cards-newsletter {
    position: relative;
}
.cards-newsletter .cards1{
    position: absolute;
    top: -180px;
    left: 0;
    width: 30%;
    max-width: 500px;
    z-index: 3;
}
.cards-newsletter .cards2{
    position: absolute;
    top: -120px;
    right: 0;
    width: 30%;
    max-width: 500px;
    z-index: 3;
}
.newsletter p{
    font-size: 22px;
}
.newsletter p span{
    color: var(--yellow);
    font-weight: 700;
}
.newsletter .tnp-subscription,
.newsletter .tnp-email{
    border-radius: 20px;
    height: 40px!important;
}
.newsletter .tnp-subscription{
    border: 1px solid var(--yellow);
    margin: 50px auto 0;
}
.newsletter .tnp-field-email,
.newsletter .tnp-field-button{
    float: left;
    width: 50%;
}
.newsletter .tnp-email{
    display: inline-block;
    padding: 5px 20px!important;
    background-color: transparent!important;
    color: var(--yellow)!important; 
}
.newsletter .tnp-email::placeholder{
    color: var(--yellow);
}
.newsletter .tnp-email:focus{
    outline: none;
}
.newsletter .tnp-button{
    border-radius: 20px;
    height: 38px!important;
    display: inline-block;
    font-size: 12px!important;
    background-color: var(--yellow)!important;
    color: var(--black)!important;
    padding:  5px 20px;
    font-weight: 700;
    transition-duration: 0.5s;
    border: 1px solid var(--yellow)!important;
}
.newsletter .tnp-button:hover{
    color: var(--yellow)!important;
    background-color: var(--blue)!important;
}

.clouds2{
    position: relative;
 }
.clouds2 img{
    position: absolute;
    top: -150px;
    right: 0;
    width: 100%;
    z-index: 0;
}

@media(max-width: 1024px){
    .clouds2 img{
        top: -80px;
    }
}
@media(max-width: 767px){
    .newsletter{
        clip-path: ellipse(130% 100% at 50% 0%);
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .newsletter:after{
        clip-path: ellipse(130% 100% at 50% 0%);
    }
    .newsletter p{
        font-size: 18px;
    }
    .newsletter .tnp-subscription{
        margin: 30px auto 0;
        display: block;
    }
    .cards-newsletter .cards1{
        top: -80px;
        width: 25%;
    }
    .cards-newsletter .cards2{
        top: 250px;
        right: 0;
        width: 25%;
    }
    .clouds2 img{
        position: absolute;
        top: -25px;
        right: 0;
        width: 100%;
        z-index: 0;
    }
}

/* PIERWSZY RAZ */
.pierwszy-raz{
    margin-top: 300px;
    padding-bottom: 200px;
    position: relative;
}
.pierwszy-raz .bg{
    position: absolute;
    width: 35%;
    max-width: 600px;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.pierwszy-raz h2{
    margin-top: 50px;
}
.pierwszy-raz .fa-arrow-down-long{
    font-size: 35px;
}
.pierwszy-raz h3{
    color: var(--yellow);
}
.pierwszy-raz ul li{
    padding-left: 10px;
    margin-bottom: 10px;
}
.pierwszy-raz ul li::marker{
    content: '\f178';
    font-size: 12px!important;
    font: var(--fa-font-solid);
}
.pierwszy-raz .box{
    background-color: var(--teal);
    padding: 20px;
    margin:  20px 0;
    border-radius: 20px;
    border: 1px solid var(--yellow);
    transition-duration: 0.2s;
    color: var(--white);
}
.pierwszy-raz .box:hover{
    color: var(--teal);
    background-color: var(--yellow);
}
.pierwszy-raz .box p{
    font-family: 'Lora';
    font-size: 18px;
    margin-top: 10px;
}
.pierwszy-raz .box span{
    color: var(--darkyellow);
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
}
.pierwszy-raz .box:hover span{
    color: var(--teal);
}
.pierwszy-raz .box span i{
    margin-left: 10px;
}
.pierwszy-raz .border{
    margin: 0 auto;
    width: 1px;
    height: 770px;
    min-height: 100%;
    background-image: linear-gradient(60deg, #fff, #fff 75%, transparent 75%, transparent 100%);
    background-size: 1px 20px;
}
@media(max-width: 768px){
    .pierwszy-raz {
        margin-top: 100px;
        padding-bottom: 50px;
    }
    .pierwszy-raz .border{
        margin: 50px auto;
        width: 100%;
        height: 1px;
        background-size: 20px 1px;
    }
    .pierwszy-raz h3{
       font-size: 20px;
    }
    .pierwszy-raz .box p{
        font-size: 16px;
    }
}

/* DARMOWA KONSULTACJA */
 .clouds3{
    position: relative;
 }
 .clouds3 img{
    position: absolute;
    top: -150px;
    right: 0;
    width: 100%;
}
.darmowa-konsultacja{
    padding-top: 12%;
    padding-bottom: 150px;
    position: relative;
    color: var(--black);
    text-align: center;
}
 .darmowa-konsultacja:before{
    content: '';
    display: block;
    background-color: var(--yellow);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
 }
.darmowa-konsultacja img.main{
    width: 60%;
    margin-bottom: 30px;
}
.darmowa-konsultacja .btn-main{
    margin-top: 10px;
    display: inline-block;
}
@media(max-width: 1024px){
    .darmowa-konsultacja{
        padding-top: 0;
    }
}
@media(max-width: 767px){
    .clouds3 img{
        top: 0;
        width:  150%;
        max-width: none;
    }
    .darmowa-konsultacja h2{
        font-size: 20px;
    }
    .darmowa-konsultacja{
        padding-top: 80px;
    }
    .darmowa-konsultacja img.main{
        margin-bottom: 10px;
    }
}

/* W CZYM MOGĘ POMÓC */
.w-czym-moge-pomoc{
    margin-top: -25%;
    padding-top: 30%;
    background-color: #01060E;
    text-align: center;
}
.w-czym-moge-pomoc h2{
    position: relative;
}
.w-czym-moge-pomoc .swiper-container{
    overflow-x: hidden;
    position: relative;
    padding: 5px;
}
.w-czym-moge-pomoc .swiper-slide{
    margin-top: 60px;
    height: 460px;
    padding: 10px;
    border: 1px solid transparent;
}
.w-czym-moge-pomoc .swiper-slide:hover{
    background-color: var(--blue);
    border-radius: 20px;
    border-color: var(--yellow);
}
.w-czym-moge-pomoc .swiper-button-prev{
    top: 15px;
    left: calc(50% - 20px);
    color: var(--yellow);
    transform: translate(-50%,0);
}
.w-czym-moge-pomoc .swiper-button-next{
    top: 15px;
    left: calc(50% + 20px);
    color: var(--yellow);
    transform: translate(-50%,0);
}
.w-czym-moge-pomoc .swiper-button-prev:after,
.w-czym-moge-pomoc .swiper-button-next:after{
    font: var(--fa-font-solid);
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid var(--yellow);
}
.w-czym-moge-pomoc .swiper-button-prev:after{
    content: '\f060';
}
.w-czym-moge-pomoc .swiper-button-next:after{
    content: '\f061';
}
.w-czym-moge-pomoc .btn-main2{
    top: -10px;
    position: relative;
    background-color: var(--blue);
    color: var(--yellow);
    padding: 8px 15px;
    font-size: 13px;
    border-radius: 20px;
    border:  1px solid var(--yellow);
    transition-duration: 0.2s;
    font-weight: 700;
}
.w-czym-moge-pomoc .swiper-slide:hover .btn-main2{
    background-color: var(--yellow);
    color: var(--black);
}
.w-czym-moge-pomoc h3{
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: lowercase;
}
.w-czym-moge-pomoc h3:first-letter{
    text-transform: uppercase;
}
.w-czym-moge-pomoc a.more{
    color: var(--darkyellow);
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    display: block;
}
.w-czym-moge-pomoc a.more:hover{
    color: var(--white);
}
.w-czym-moge-pomoc a.more i{
    margin-left: 10px;
}
@media(max-width: 1024px){
    .w-czym-moge-pomoc{
        margin-top: -30%;
        padding-top: 25%;
    }
}
@media(max-width: 767px){
    .w-czym-moge-pomoc{
        margin-top: -250px;
        padding-top: 200px;
    }
    .w-czym-moge-pomoc .swiper-slide{
        margin-top: 60px;
        height: auto;
    }
}

/* CZY WIEDZIAŁEŚ */
.czy-wiedziales{
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #01060E;
    border-bottom: 2px solid var(--yellow);
}
.czy-wiedziales a.btn-main{
    margin-top: 20px;
    display: inline-block;
}
@media(max-width: 767px){
    .czy-wiedziales{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* O MNIE */
.o-mnie{
    padding-top: 50px;
    background-image: url(../images/jUR9OfR5OkgB.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.o-mnie img.bg{
    width: 30%;
    max-width: 500px;
    position: absolute;
    bottom: -30%;
    right: 0;
}
.o-mnie h2{
    margin-top: 20%;
}
.o-mnie p{
    line-height: 1.7;
}
.o-mnie a.more{
    color: var(--yellow);
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    display: block;
}
.o-mnie a.more:hover{
    color: var(--darkyellow);
}
.o-mnie a.more i{
    margin-left: 10px;
}
 .clouds4{
    position: relative;
 }
 .clouds4 img{
    position: absolute;
    top: -350px;
    right: 0;
    width: 100%;
}
@media(max-width: 1024px){
     .clouds4 img{
        top: -200px;
    }
}
@media(max-width: 767px){
    .o-mnie{
        padding-bottom: 50px;
		padding-top: 10px;
    }
    .o-mnie h2{
        margin-top: 80px;
    }
    .o-mnie img{
        position: absolute;
        opacity: 0.3;
        width: 80%;
        top:  100%;
    }
     .clouds4 img{
        top: 0;
    }
}

/* BLOG */
.blog-home{
    margin-top: 80px;
    padding-bottom: 150px;
    text-align: center;
    background: rgb(236,234,237);
    background: linear-gradient(0deg, rgba(236,234,237,1) 40%, rgba(26,38,56,1) 100%);
}
.blog-home h2{
    color: var(--black);
}
.blog-home ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.blog-home li.single-post{
    flex-basis: 25%;
    max-width: 25%;
    position:  relative;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition-duration: 0.2s;
}
.blog-home li.single-post:hover{
    border-color: var(--yellow);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    background-color: var(--teal);
}
.blog-home .image-post img{
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
}
.blog-home h3{
    color: var(--black);
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition-duration: 0.2s;
}
.blog-home .excerpt{
    color: var(--black);
    transition-duration: 0.2s;
}
.blog-home span.more{
    color: var(--darkyellow);
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    display: block;
    margin-bottom: 20px;
}
.blog-home span.more:hover{
    color: var(--darkyellow);
}
.blog-home span.more i{
    margin-left: 10px;
}
.blog-home li.single-post:hover h3{
    color: var(--yellow);
}
.blog-home li.single-post:hover .excerpt{
    color: var(--white);
}
@media (max-width: 1024px){
    .blog-home{
        margin-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        background: rgb(236,234,237);
        background: linear-gradient(0deg, rgba(236,234,237,1) 90%, rgba(26,38,56,1) 100%);
    }
    .blog-home li.single-post{
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px){
    .blog-home h3{
        font-size: 18px;
    }
    .blog-home li.single-post{
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* OPINIE */
.opinie{
    background-color: var(--yellow);
    border-top: 2px solid var(--yellow);
    clip-path: ellipse(90% 100% at 50% 0%);
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.opinie:after{
    content: '';
    background-color: var(--blue);
    height: calc(100% - 2px);
    width: 100%;
    clip-path: ellipse(90% 100% at 50% 0%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}
.cards {
    position: relative;
}
.cards .cards1{
    position: absolute;
    top: -100px;
    left: 0;
    width: 30%;
    max-width: 500px;
    z-index: 3;
}
.cards .cards2{
    position: absolute;
    top: -80px;
    right: 0;
    width: 30%;
    max-width: 500px;
    z-index: 3;
}
.opinie .autor{
    font-size: 16px;
    font-weight: 700;
    color: var(--darkyellow);
    margin-top: 20px;
}
.opinie .swiper-container{
    overflow: hidden;
    margin-bottom: 50px;
}
.opinie .swiper-button-prev{
    bottom: 0;
    top: auto;
    left: calc(50% - 20px);
    color: var(--yellow);
    transform: translate(-50%,0);
}
.opinie .swiper-button-next{
    bottom: 0;
    top: auto;
    left: calc(50% + 20px);
    color: var(--yellow);
    transform: translate(-50%,0);
}
.opinie .swiper-button-prev:after,
.opinie .swiper-button-next:after{
    font: var(--fa-font-solid);
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid var(--yellow);
}
.opinie .swiper-button-prev:after{
    content: '\f060';
}
.opinie .swiper-button-next:after{
    content: '\f061';
}
@media(max-width: 1024px){
    .opinie{
        clip-path: ellipse(100% 100% at 50% 0%);
        padding-bottom: 50px;
    }
    .opinie:after{
        clip-path: ellipse(100% 100% at 50% 0%);
    }
    .cards .cards1{
        position: absolute;
        top: -60px;
        width: 25%;
    }
    .cards .cards2{
        top: 100px;
        width: 25%
    }
}
@media(max-width: 767px){
    .opinie{
        clip-path: ellipse(150% 100% at 50% 0%);
        padding-bottom: 0;
    }
    .opinie:after{
        clip-path: ellipse(150% 100% at 50% 0%);
    }
    .cards .cards2{
        top: 450px;
    }
    .opinie .swiper-button-prev,
    .opinie .swiper-button-next{
        bottom:  -30px;
    }
}

/* FOOTER */
.footer{
    margin-top: -85px;
    background-image: url(../images/DIWENGszXx0A.png);
    background-size: cover;
    background-position: top;
    padding-top: 100px;
    padding-bottom: 15px;
    position: relative;
}
.footer:before{
    content: '';
    background: rgb(1,6,14);
    background: linear-gradient(0deg, rgba(1,6,14,1) 20%, rgba(1,6,14,0) 100%);
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.footer img{
    z-index: 1;
    position: relative;
}
.footer h2{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-top: 20%;
}
.footer table{
    table-layout: fixed;
    width: 100%;
    margin-top: 50px;
}
.footer table i{
    font-size: 40px;
    display: block;
}
.footer table td,
.footer table td a{
    color: var(--white);
    transition-duration: 0.5s;
}
.footer table td:hover,
.footer table td:hover a{
    color: var(--yellow);
}
.footer ul.menu {
    text-align: right;
    display: block;
}
.footer ul.menu li{
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
}
.footer ul.menu li a{
    font-size: 14px;
    color: var(--white);
    transition-duration: 0.5s;
    border-bottom: 3px solid transparent;
}
.footer ul.menu li.current-menu-item a{
    font-weight: 700;
    border-color: var(--yellow);
}
.footer form {
    margin-top: 20px;
}
.footer form input,
.footer form textarea{
    padding: 10px;
    font-size: 13px;
    margin: 5px;
    border-radius: 0;
    background-color: rgba(255,255,255,.5);
    border: 1px solid var(--white);
    border-radius: 10px;
    color: var(--black);
}
.footer form input{
    height: 45px;
    width: calc(33.3% - 10px);
}
.footer form textarea{
    width: calc(100% - 10px);
    height: 130px;
}
.footer form input::placeholder,
.footer form textarea::placeholder{
    color: var(--black);
}
.footer form input:focus,
.footer form textarea:focus{
    outline: none;
}
.footer .zgoda {
    width: 70%;
    display: inline-block;
}
.footer .zgoda label{
    text-align: left;
    font-weight: 400;
    font-size: 11px;
}
.footer .zgoda label a{
    color: var(--yellow);
}
.footer .zgoda input{
    width: auto;
    height: auto;
}
.footer .wpcf7-submit{
    width: calc(30% - 15px);
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid var(--yellow);
    border-radius: 30px;
    padding: 0 30px!important;
    background-color: var(--yellow)!important;
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;  
}
.footer-bottom{
    margin-top: 30px;
    font-size: 13px;
    position: relative;
    z-index: 2;
    padding-top: 30px;
    border-top: 1px solid #494E65;
}
.footer-bottom a {
    color: var(--yellow);
}
.footer-bottom .scroll-totop {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 15px;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transform: translate(-50%,-50%);
    background-color: var(--yellow);
    border-radius: 50%;
    color: var(--black);
    opacity: 1;
}
@media(max-width: 1024px){
    .footer img.main{
        margin-top: 50%;
    }
}
@media(max-width: 767px){
    .footer{
        margin-top: -30px;
        padding-top: 50px;
    }
    .footer:before{
        height: 100%;
    }
    .footer table{
        table-layout: auto;
        width: 100%;
        margin-top: 50px;
    }
    .footer table td{
        margin-bottom: 20px;
        display: block;
    }
    .footer form input{
        width: calc(100% - 10px);
    }
    .footer .zgoda {
        width: 100%;
    }
    .footer .wpcf7-submit{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .footer img{
        display: none;
    }
    .footer ul.menu {
        text-align: center;
    }
    .footer ul.menu li{
        padding: 5px;
    }
    .footer ul.menu li a,
    .footer-bottom{
        font-size: 12px;
    }
}

/* W CZYM MOGĘ POMÓC PODSTRONA */
.w-czym-moge-pomoc-podstrona{
    padding-top: 10%;
    padding-bottom: 100px;
    background-image: url(../images/JUplPiztyirm.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.w-czym-moge-pomoc-podstrona h1{
    position: relative;
}
#astrologia.tab-pane,
#tarot.tab-pane,
#reiki.tab-pane{
    background-color: #ECEAED;
    position: relative;
    padding-bottom: 50px;
	padding-top: 50px
}
#tarot.tab-pane, 
#reiki.tab-pane{
	padding-bottom: 150px
}
#astrologia.tab-pane p.opis,
#tarot.tab-pane p.opis,
#reiki.tab-pane p.opis{
	font-size: 18px;
	color: #000;
	text-align:center;
	font-weight: 700;
}
.uslugi {
    background-color: #ECEAED;
    position: relative;
    color: var(--black);
    padding-bottom: 50px;
	padding-top: 100px
}
.uslugi .border{
    margin: 30px auto;
    width: 100%;
    height: 1px;
    min-height: 100%;
    background-image: linear-gradient(60deg, #909090, #909090 50%, transparent 50%, transparent 100%);
    background-size: 20px 1px
}
.uslugi .tlo{
	border-radius: 15px;
    margin-bottom: 50px;
}
.uslugi .main{
    width: 280px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translate(-50%, 0);
}

.uslugi h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.uslugi h4{
    margin-top: 20px;
}
.uslugi h5{
    font-weight: 700;
    margin-top: 25px;
}
.uslugi .btn-main{
    margin-top: 10px;
    display: inline-block;
}
.uslugi ul li{
    padding-left: 10px;
    margin-bottom: 8px;
}
.uslugi ul li::marker{
    content: '\f178';
    font-size: 12px!important;
    font: var(--fa-font-solid);
}
#astrologiczna-konsultacja{
    padding-top: 250px;
    margin-top: -7%;
}
@media(max-width: 1024px){
    .w-czym-moge-pomoc-podstrona{
        padding-top: 7%;
        padding-bottom: 120px;
    }
    .w-czym-moge-pomoc-podstrona h1{
        font-size: 32px;
    }
    .uslugi .main{
        width: 250px;
    }
    .uslugi h2{
        font-size: 25px;
    }
     #astrologiczna-konsultacja{
        margin-top: -11%;
    }
}
@media(max-width: 767px){
    .w-czym-moge-pomoc-podstrona{
        padding-bottom: 50px;
    }
    .w-czym-moge-pomoc-podstrona h1{
        font-size: 28px;
    }
    .uslugi .tlo{
        margin-bottom: 30px;
    }
    .uslugi .main{
        width: 130px;
        top: -25px;
    }
    .uslugi h2{
        font-size: 20px;
    }
    #astrologiczna-konsultacja{
        padding-top: 120px;
        margin-top: -10%;
    }
}

/* PAKIETY */
.pakiety{
    background-color: var(--yellow);
    border-top: 2px solid var(--yellow);
    clip-path: ellipse(90% 100% at 50% 0%);
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.pakiety:after{
    content: '';
    background-color: var(--blue);
    height: calc(100% - 2px);
    width: 100%;
    clip-path: ellipse(90% 100% at 50% 0%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}
.pakiety .box{
    width: calc(100% / 3 - 3px);
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding: 0 30px;
}
.pakiety p.opis-pakiety{
    font-size: 18px;
}
.pakiety h3{
    font-size: 18px;
    color: var(--yellow);
}
.pakiety h4{
    margin-top: 20px;
    margin-bottom: 20px;
}
.pakiety .box p{
    font-family: 'Lora';
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    color: var(--yellow);
}
@media(max-width: 1024px){
    .pakiety{
        clip-path: ellipse(130% 100% at 50% 0%);
    }
    .pakiety:after{
        clip-path: ellipse(130% 100% at 50% 0%);
    }
}
@media(max-width: 767px){
    .pakiety{
        clip-path: ellipse(200% 100% at 50% 0%);
        padding-bottom: 80px;
    }
    .pakiety:after{
        clip-path: ellipse(200% 100% at 50% 0%);
    }
    .pakiety .box{
        width: 100%;
    }
}

/* SKĄD WZIĄĆ */
.skad-wziac{
    background-color: var(--yellow);
    border-top: 2px solid var(--yellow);
    clip-path: ellipse(90% 100% at 50% 0%);
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.skad-wziac:after{
    content: '';
    background-color: var(--blue);
    height: calc(100% - 2px);
    width: 100%;
    clip-path: ellipse(90% 100% at 50% 0%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}
.skad-wziac h3{
    color: var(--yellow);
}
@media(max-width: 767px){
    .skad-wziac{
        clip-path: ellipse(200% 100% at 50% 0%);
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .skad-wziac:after{
        clip-path: ellipse(200% 100% at 50% 0%);
    }
}

/* O MNIE PODSTRONA */
.o-mnie-podstrona, 
.reiki-podstrona{
    padding-top: 5%;
    padding-bottom: 350px;
    background-position: top;
    background-color: #0B0E18;
    position: relative;
}
.o-mnie-podstrona:before,
.reiki-podstrona:before{
    content: '';
    background-image: url(../images/JUplPiztyirm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.o-mnie-podstrona:after,
.reiki-podstrona:after{
    content: '';
    width: 100%;
    height: 400px;
    display: block;
    position: absolute;
    top: 200px;
    left: 0;
    background: rgb(11,14,24);
    background: linear-gradient(0deg, rgba(11,14,24,1) 15%, rgba(236,234,237,0) 100%);
    z-index: 2;
}
.o-mnie-podstrona img.sticky{
    position: sticky;
    top: 50px;
    width: 30%;
    float: left;
    z-index: 3;
}
.o-mnie-podstrona h1,
.reiki-podstrona h1{
    margin-top: 100px;
    position: relative;
	z-index:10;
}
.o-mnie-podstrona .content{
    position: relative;
    z-index: 3;
    width: 70%;
    float: left;
    padding-left: 50px;
}
.o-mnie-podstrona .content h3,
.reiki-podstrona  h3{
    color: var(--yellow);
}
.o-mnie-podstrona .swiper-container{
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
    margin-top: 30px;
}
.o-mnie-podstrona .swiper-button-prev{
    bottom: 0;
    top: auto;
    left: 15px;
    color: var(--yellow);
    transform: translate(-50%,0);
    text-align: center;
}
.o-mnie-podstrona .swiper-button-next{
    bottom: 0;
    top: auto;
    left: 50px;
    color: var(--yellow);
    transform: translate(-50%,0);
    text-align: center;
}
.o-mnie-podstrona .swiper-button-prev:after,
.o-mnie-podstrona .swiper-button-next:after{
    font: var(--fa-font-solid);
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid var(--yellow);
}
.o-mnie-podstrona .swiper-button-prev:after{
    content: '\f060';
}
.o-mnie-podstrona .swiper-button-next:after{
    content: '\f061';
}
.o-mnie-podstrona .swiper-slide img{
    height: 300px;
    object-fit: contain;
}
.reiki-podstrona p a{
    background-color: var(--yellow);
    color: var(--black)!important;
    padding: 10px 25px;
    border-radius: 20px;
    border:  1px solid var(--yellow);
    transition-duration: 0.2s;
    font-weight: 700;
	display: inline-block;
}
.reiki-podstrona p a:hover{
    background-color: var(--teal);
    color: var(--yellow)!important;
}
.reiki-podstrona img{
	border-radius: 30px!important;
	z-index: 100;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px
}
.page-id-37 .w-czym-moge-pomoc, .page-id-511 .w-czym-moge-pomoc{
    position: relative;
    background-color: #0B0E18;
}
.page-id-511 .w-czym-moge-pomoc{
    margin-top: -20%;
	padding-top: 25%;
}
.page-id-37 .w-czym-moge-pomoc:after, .page-id-511 .w-czym-moge-pomoc:after{
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F4F4F3;
    background: linear-gradient(0deg, rgba(244,244,243,1) 20%, rgba(244,244,243,0) 100%);
    z-index: 0;
}
.page-id-37 .w-czym-moge-pomoc h2, .page-id-511 .w-czym-moge-pomoc h2{
    color: var(--black);
    z-index: 1;
}
.page-id-37 .w-czym-moge-pomoc hr, .page-id-511 .w-czym-moge-pomoc hr{
    z-index: 1;
    position: relative;
}
.page-id-37 .w-czym-moge-pomoc a.more:hover, .page-id-511 .w-czym-moge-pomoc a.more:hover{
    color: var(--black);
}
.page-id-37 .w-czym-moge-pomoc .swiper-button-prev,
.page-id-37 .w-czym-moge-pomoc .swiper-button-next, 
.page-id-511 .w-czym-moge-pomoc .swiper-button-prev,
.page-id-511 .w-czym-moge-pomoc .swiper-button-next{
    color: var(--black);
}
.page-id-37 .w-czym-moge-pomoc .swiper-button-prev:after,
.page-id-37 .w-czym-moge-pomoc .swiper-button-next:after,
.page-id-511 .w-czym-moge-pomoc .swiper-button-prev:after,
.page-id-511 .w-czym-moge-pomoc .swiper-button-next:after{
    border: 1px solid var(--black);
}
.page-id-37 .w-czym-moge-pomoc .swiper-slide, 
.page-id-511 .w-czym-moge-pomoc .swiper-slide{
    color: var(--black);
}
.page-id-37 .w-czym-moge-pomoc .swiper-slide:hover,
.page-id-511 .w-czym-moge-pomoc .swiper-slide:hover{
    color: var(--white);
}
.page-id-37 .clouds4 img,
.page-id-511 .clouds4 img{
    position: absolute;
    top: -250px;
    right: 0;
    width: 100%;
    z-index: 1;
}
.page-id-37 .footer:after,
.page-id-511 .footer:after{
    content: '';
    width: 100%;
    height: 10%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #F4F4F3;
    background: linear-gradient(0deg, rgba(244,244,243,0) 50%, rgba(244,244,243,1) 100%);
    z-index: 0;
}
@media(max-width: 1024px){
    .page-id-37 .w-czym-moge-pomoc:after,
	.page-id-511 .w-czym-moge-pomoc:after{
        height: 50%;
        background: linear-gradient(0deg, rgba(244,244,243,1) 90%, rgba(244,244,243,0) 100%);
    }
    .o-mnie-podstrona h1, .reiki-podstrona h1{
        margin-top: 50px;
        font-size: 32px;
    }
}
@media(max-width: 767px){
    .o-mnie-podstrona,  .reiki-podstrona  {
        padding-top: 80px;
        padding-bottom: 100px;
    }
	.o-mnie-podstrona:before, .reiki-podstrona:before{
		background-size: contain
	}
	.reiki-podstrona:after{
		z-index: -1;
	}
    .o-mnie-podstrona h1, .reiki-podstrona h1{
        margin-top: 0;
        font-size: 28px;
    }
    .o-mnie-podstrona img.sticky{
        position: absolute;
        opacity: 0.3;
        width: 100%;
    }
    .o-mnie-podstrona .content{
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .o-mnie-podstrona .content h3, .reiki-podstrona h3{
        font-size: 20px;
    }
    .o-mnie-podstrona .swiper-container{
        padding-bottom: 30px;
    }
    .o-mnie-podstrona .swiper-button-prev{
        left: calc(50% - 15px);
    }
    .o-mnie-podstrona .swiper-button-next{
        left: calc(50% + 15px);
    }
    .page-id-37 .clouds4 img,
	.page-id-511 .clouds4 img{
        top: 0;
    }
    .page-id-37 .w-czym-moge-pomoc,
	.page-id-511 .w-czym-moge-pomoc{
        margin-top: 0;
        padding-top: 50px;
    }
    .page-id-37 .w-czym-moge-pomoc:after,
	.page-id-511 .w-czym-moge-pomoc:after{
        height: 80%;
    }
}

/* BLOG PODSTRONA */
.blog-podstrona{
    padding-top: 10%;
    padding-bottom: 50px;
    background-image: url(../images/JUplPiztyirm.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.blog-podstrona h1{
    position: relative;
}
.blog-wpisy{
    background-color: #ECEAED;
    padding-top: 80px;
    padding-bottom: 150px;
    text-align: center;
}
.blog-wpisy h2{
    color: var(--black);
}
.blog-wpisy  .alm-reveal {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.blog-wpisy li.single-post{
    flex-basis: 25%;
    max-width: 25%;
    position:  relative;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition-duration: 0.2s;
}
.blog-wpisy li.single-post:hover{
    border-color: var(--yellow);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    background-color: var(--teal);
}
.blog-wpisy li.single-post:hover h3{
    color: var(--yellow);
}
.blog-wpisy li.single-post:hover .excerpt{
    color: var(--white);
}
.blog-wpisy .image-post img{
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
}
.blog-wpisy h3{
    color: var(--black);
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-wpisy .excerpt{
    color: var(--black);
}
.blog-wpisy span.more{
    color: var(--darkyellow);
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    display: block;
    margin-bottom: 20px;
}
.blog-wpisy span.more:hover{
    color: var(--darkyellow);
}
.blog-wpisy span.more i{
    margin-left: 10px;
}
.blog-wpisy .alm-load-more-btn{
    background-color: var(--yellow)!important;
    color: var(--black)!important;
    padding: 10px 35px!important;
    border-radius: 20px!important;
    border:  1px solid var(--yellow);
    transition-duration: 0.2s;
    font-weight: 700!important;
    margin-top: 50px!important;
}
.blog-wpisy .alm-load-more-btn:hover{
    background-color: var(--teal)!important;
    color: var(--yellow)!important;
}
.blog .footer:after{
    content: '';
    width: 100%;
    height: 10%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #F4F4F3;
    background: linear-gradient(0deg, rgba(244,244,243,0) 50%, rgba(236,234,237,1) 100%);
    z-index: 0;
}
@media (max-width: 1024px){
    .blog-podstrona h1{
        font-size: 32px;
    }
    .blog-wpisy{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-wpisy li.single-post{
        flex-basis: 33.3%;
        max-width: 33.3%;
    }
    .blog-wpisy .image-post img{
        height: 200px;
    }
}
@media (max-width: 767px){
    .blog-podstrona h1{
        font-size: 28px;
    }
    .blog-wpisy{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog-wpisy h3{
        font-size: 18px;
    }
    .blog-wpisy li.single-post{
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* MATERIAŁY DO POBRANIA */
.materialy-do-pobrania,
.publikacje{
    padding-top: 10%;
    padding-bottom: 400px;
    background-image: url(../images/s99zrCvXrh1R.png);
    background-size: cover;
    background-position: top;
	background-color: #032539;
    color: var(--white);
	position: relative
}
.materialy-do-pobrania:before,
.publikacje:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11,14,24,0.4);
}
.materialy-do-pobrania table{
    margin-top: 80px;
}
.materialy-do-pobrania table tr{
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    transition-duration: 0.2s;
}
.materialy-do-pobrania table tr:hover{
    background-color: #1A2638;
}
.materialy-do-pobrania table td{
    padding: 15px;
}
.materialy-do-pobrania table td:first-child{
	width: 30px
}
.materialy-do-pobrania table a img{
    width: 30px;
    margin-right: 10px;
    transition-duration: 0.2s;
}
.materialy-do-pobrania table a:hover img{
    filter: invert(85%) sepia(38%) saturate(1346%) hue-rotate(338deg) brightness(106%) contrast(99%);
}
.publikacje iframe{
    width: calc(100% / 3 - 23px);
    margin: 10px;
    height: auto;
    min-height: 220px;
    border-radius: 20px;
}
.publikacje .nav-tabs,
.w-czym-moge-pomoc-podstrona .nav-tabs{
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.publikacje .nav-tabs li a,
.w-czym-moge-pomoc-podstrona .nav-tabs li a{
    transition-duration: 0.2s;
    color: var(--black)!important;
    font-weight: 700;
    border: 1px solid var(--yellow)!important;
    background-color: var(--yellow);
    margin: 10px;
    border-radius: 20px;
}
.publikacje .nav-tabs li:hover a,
.publikacje .nav-tabs li.active a,
.w-czym-moge-pomoc-podstrona .nav-tabs li:hover a,
.w-czym-moge-pomoc-podstrona .nav-tabs li.active a{
    background-color: var(--blue);
    color: var(--yellow)!important;
}
.publikacje .tab-content,
.w-czym-moge-pomoc-podstrona .tab-content{
    margin-top: 50px;
}
.clouds5{
    position: relative;
 }
.clouds5 img{
    position: absolute;
    top: -350px;
    right: 0;
    width: 100%;
    z-index: 1;
}
.page-id-39 .footer,
.page-id-337 .footer{
    margin-top: 0;
}
@media(max-width: 1024px){
    .materialy-do-pobrania,
    .publikacje{
        padding-bottom: 250px;
    }
    .materialy-do-pobrania h1,
    .publikacje h1{
        font-size: 32px;
    }
    .clouds5 img{
        top: -200px;
    }
}
@media(max-width: 767px){
    .materialy-do-pobrania,
    .publikacje{
        padding-bottom: 150px;
    }
    .materialy-do-pobrania h1,
    .publikacje h1{
        font-size: 28px;
    }
    .publikacje iframe{
        width: 100%;
        margin: 10px 0;
    }
    .clouds5 img{
        top: -100px;
    }
    .materialy-do-pobrania table td{
        padding: 10px 5px;
        width: 50%;
    }
    .materialy-do-pobrania table a img{
        width: 20px;
    }
}

/* PAGE OGOLNE */
.page-ogolne{
    padding-top: 5%;
    padding-bottom: 350px;
    background-position: top;
    background-color: #0B0E18;
    position: relative;
}
.page-ogolne:before{
    content: '';
    background-image: url(../images/JUplPiztyirm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.page-ogolne:after{
    content: '';
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(11,14,24);
    background: linear-gradient(0deg, rgba(11,14,24,1) 10%, rgba(236,234,237,0) 100%);
    z-index: 2;
}
.page-ogolne .box{
    position: relative;
    z-index: 3;
}

/* SINGLE POST */
.single-wpis{
    padding-top: 5%;
    padding-bottom: 50px;
    background-position: top;
    background-color: #0B0E18;
    position: relative;
    text-align: center;
}
.single-wpis:before{
    content: '';
    background-image: url(../images/JUplPiztyirm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 340px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.single-wpis:after{
    content: '';
    width: 100%;
    height: 340px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(11,14,24);
    background: linear-gradient(0deg, rgba(11,14,24,1) 10%, rgba(236,234,237,0) 100%);
    z-index: 2;
}
.single-wpis h1,
.single-wpis hr{
    z-index: 3;
    position: relative;
}

.wpis{
    margin-top: 39px;
    padding-top: 100px;
    padding-bottom: 400px;
    background-image: url(../images/s99zrCvXrh1R.png);
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}
.wpis:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11,14,24,0.7);
}
.wpis:after{
    content: '';
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(11,14,24);
    background: linear-gradient(180deg, rgba(11,14,24,1) 0%, rgba(236,234,237,0) 100%);
}
.wpis img.main{
    z-index: 1;
    position: relative;
    height: 450px;
    object-fit: cover;
	object-position: center;
    margin-bottom: 30px;
    border-radius: 30px;
}
.wpis .content{
    z-index: 1;
    position: relative;
}
.wpis a{
    color: var(--yellow);
    font-weight: 700;
}
@media (max-width: 1024px){
    .single-wpis h1{
        font-size: 32px;
    }
    .single-wpis:before,
    .single-wpis:after{
        height: 250px;
    }
    .wpis{
        margin-top: 27px;
        padding-top: 0;
        padding-bottom: 250px;
    }
}
@media (max-width: 767px){
    .single-wpis:before,
    .single-wpis:after{
        height: 200px;
    }
    .single-wpis h1{
        font-size: 28px;
    }
    .wpis{
        margin-top: 0;
        padding-bottom: 150px;
    }
    .wpis img.main{
        height: 200px;
    }
}