#wrapper-footer {
    background: #0f1b24;
    padding-top: 80px !important
}

#wrapper-footer .underfooter {
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(128, 128, 128, .549);
    padding-top: 30px;
    padding-bottom: 30px
}

.wrapper {
    padding: 0px !important
}

.logo_home img {
    margin: 0 auto;
    display: block
}

#hero_slider {
    display: block; /* Domyślna wartość, dla pewności */
}

@media only screen and (max-width: 600px) {
    #hero_slider {
        display: none; /* Ukryj na telefonach o szerokości ekranu do 600 pikseli */
    }
}

.hero_slider {
    padding: 40px 0px;
    background-color: #0f1b24
}

.hero_slider .redBtn {
    margin-bottom: 80px
}

.hero_slider .row {
    align-items: center
}

.hero_slider .container {
    max-width: 1400px
}

.hero_slider .small_hero_text {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.hero_slider .small_big_text {
    color: #fff;
    font-family: Poppins;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -2.25px
}

.redBtn {
    min-width: 233px;
    max-width: 250px;
    height: 56px;
    line-height: 56px;
    flex-shrink: 0;
    background: #d70006;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    display: block;
    text-align: center
}

.redBtn:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8
}

.redText {
    color: #d70006;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.headingHome {
    color: #0f1b24;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

#wrapper-navbar {
    background: #202b33;
    padding: 0px;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, .35) 0px 5px 15px
}

#wrapper-navbar .container-fluid {
    max-width: 1920px;
    padding: 0px;
    justify-content: space-between !important
}

#wrapper-navbar .navbar-brand {
    background-color: #fff
}

#wrapper-navbar .navbar {
    padding: 0px
}

#wrapper-navbar a {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase
}

#navbarNavDropdown {
    background: #202b33;
    height: unset
}

#navbarNavDropdown #main-menu-left {
    justify-content: flex-end
}

.posts_home {
    margin-top: 160px
}

.posts_home .redBtn {
    float: right;
    width: 245px
}

.posts_home img {
    width: 100%
}

.posts_home .singlePost {
    position: relative;
    display: flex;
    justify-content: center
}

.posts_home .whiteBoxPost {
    background-color: #fff;
    position: absolute;
    max-width: 332px;
    height: 146px;
    flex-shrink: 0;
    padding: 40px 0px;
    bottom: 20px
}

.posts_home .whiteBoxPostContent {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.posts_home .whiteBoxPostContent img {
    position: absolute;
    top: -90px;
    max-width: 150px;
    z-index: -9
}

.posts_home .whiteBoxPostContent p {
    width: 100%
}

.posts_home .namePost {
    color: #0f1b24;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.posts_home .datePost {
    color: #d70006;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 109%
}

.redBox {
    border-radius: 32px;
    background: #d70006;
    width: 957px;
    height: 366px;
    flex-shrink: 0;
    padding: 60px 60px
}

.redBox .dateRedBox {
    color: #fff;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.redBox .textRedBox {
    color: #fff;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: 800px
}

.redBox img {
    max-width: 680px;
    margin-top: -150px
}

.gallery_slider {
    max-width: 1920px;
    margin: 0 auto;
    display: block
}

.gallery_slider .redText {
    text-align: center
}

.gallery_slider .headingHome {
    text-align: center
}

.gallery_slider .col-md-12 {
    text-align: center
}

.gallery_slider img {
    width: 100%;
    object-fit: cover
}

.gallery_slider .galleryContentBox {
    display: none
}

.gallery_slider .imgGallerySliderBox {
    position: relative
}

.gallery_slider .galerySlider {
    position: relative;
    overflow: hidden
}

.gallery_slider .slick-current + a .galleryContentBox {
    display: block
}

.gallery_slider .slick-active .imgGallerySliderBox::after {
    opacity: .53;
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.gallery_slider .slick-current + a .imgGallerySliderBox::after {
    display: none
}

.gallery_slider .galleryContentBox {
    border-radius: 100%;
    background: #d70006;
    width: 90%;
    height: 518px;
    flex-shrink: 0;
    position: absolute;
    bottom: -351px;
    left: 5%;
    padding-top: 60px
}

.gallery_slider .galleryContentBox p {
    color: #fff;
    text-align: center
}

.gallery_slider .nameGallery {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.gallery_slider .dateGallery {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

#wrapper-navbar {
    height: 102px
}

#wrapper-navbar .navbar {
    height: 102px
}

#wrapper-navbar .navbar .container-fluid {
    height: 102px
}

#wrapper-navbar .navbar .navbar-brand {
    height: 102px
}

#wrapper-navbar .navbar .navbar-brand img {
    margin: 10px 0px
}

#wrapper-navbar .redBtn {
    line-height: 56px
}

.news_home {
    margin-top: 160px
}

.news_home .redBtn {
    float: right;
    width: 245px
}

.gallery_slider img {
    width: 616px;
    height: 573px
}

.sliderrr .slick-arrow {
    width: 63px;
    height: 60px;
    flex-shrink: 0;
    background: #2c373f;
    bottom: 0px;
    top: unset;
    z-index: 999
}

.sliderrr .slick-next {
    left: 100px
}

.sliderrr .slick-prev {
    left: unset
}

.sliderrr .slick-arrow:hover {
    background: #d70006
}

.sliderrr .slick-prev:before {
    content: "";
    z-index: 999;
    color: #000;
    width: 13px;
    height: 19px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../imgs/left.png);
    top: 21px;
    left: 26px
}

.sliderrr .slick-next:before {
    content: "";
    z-index: 999;
    color: #000;
    width: 13px;
    height: 19px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../imgs/right.png);
    top: 21px;
    left: 26px
}

.searchBtn {
    background-color: unset;
    border: 0px;
    box-shadow: unset;
    overflow: unset;
    margin-right: 5px
}

body {
    overflow-x: hidden
}

.gallery-section img {
    width: 100%
}

.gallery-section a:hover::before {
    opacity: .53;
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.gallery-section a:hover:after {
    content: "";
    z-index: 999;
    color: #000;
    width: 204px;
    height: 204px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../imgs/zoom.png);
    top: -81px;
    right: -81px
}

.gallery-section a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block
}

#lightbox {
    top: 20% !important
}

#lightbox .lb-details {
    display: none
}

.hero {
    background: #0f1b24;
    height: 200px;
    padding: 30px 0px
}

.hero .gallery-title {
    color: #fff;
    font-family: Poppins;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -1.74px
}

.hero #breadcrumbs {
    color: #fff;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #d70006;
    padding: 10px;
    display: inline-block
}

.hero #breadcrumbs span {
    display: inline-block
}

.hero #breadcrumbs a, .hero #breadcrumbs .breadcrumb_last {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -10px
}

@media (max-width: 1328px) {
    .hero .gallery-title {
        font-size: 40px
    }
}

.gallery-section {
    margin-top: 30px
}

.blog .site-main, .search .site-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog .site-main article, .search .site-main article {
    width: 32%;
    margin: .5%
}

.blog .site-main article .entry-footer, .blog .site-main article .entry-meta, .blog .site-main article .entry-content, .search .site-main article .entry-footer, .search .site-main article .entry-meta, .search .site-main article .entry-content {
    display: none
}

.blog .site-main article img, .search .site-main article img {
    width: 100%
}

.blog a, .search a {
    color: #0f1b24;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: block;
    width: 100%;
    margin-top: 10px
}

.tygodnik {
    margin-top: 30px
}

.tygodnik a {
    color: #0f1b24;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: block;
    width: 100%;
    margin-top: 10px
}

.tygodnik img {
    width: 100%
}

#searchPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999100000000000000000
}

.search {
    border: 0px;
    outline: 0px;
    background-color: unset
}

#searchBox {
    position: absolute;
    border-radius: 30px;
    max-width: 600px;
    width: 100%;
    min-height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

#searchBox .searchBoxContent {
    max-width: 500px;
    width: 100%
}

#searchBox .searchBoxContent .searchheaing {
    width: 100%;
    text-align: center;
    color: #1d1d1d;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px
}

#searchBox .searchBoxContent input {
    border-radius: 100px;
    border: 1px solid #c9c9c9;
    background: #fff;
    color: #636363;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    height: 46px;
    margin-right: 10px;
    padding-left: 20px;
    outline: unset
}

#searchBox .searchBoxContent .input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

#searchBox .searchBoxContent .input-group input {
    outline: 0px;
    box-shadow: unset;
    height: 54px
}

#searchBox .searchBoxContent .input-group .submit {
    background-color: #1d1d1d;
    border-radius: 50px;
    height: 54px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 140px;
    font-family: Poppins
}

#closeButton {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.serachDownloadBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .serachDownloadBox {
        display: none
    }

    .blog .site-main article, .search .site-main article {
        width: 100%
    }
}

.navbar-toggler {
    display: block !important;
    background-color: #0f1b24;
    height: 102px;
    max-width: 102px
}

.navbar-toggler svg {
    margin: 0 auto;
    display: block
}

#searchsubmit {
    background-color: #000;
    color: #fff;
    border: 0px;
    box-shadow: unset
}

#searchform {
    margin-bottom: 30px
}

.search .site-main {
    width: 100%
}

.search .page-header {
    width: 100%
}

@media (max-width: 768px) {
    .gallery_slider .slick-active .imgGallerySliderBox::after {
        display: none
    }

    .gallery_slider .galleryContentBox {
        display: block
    }
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Poppins
}

@media (max-width: 1400px) {
    .hero_slider .small_big_text {
        font-size: 40px
    }

    .hero_slider .redBtn {
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    .redBox {
        height: 100%
    }

    .redBox img {
        width: 100%
    }

    .hero_slider .small_big_text {
        font-size: 40px
    }

    .hero_slider .small_hero_text {
        font-size: 14px
    }

    .hero_slider img {
        margin: 40px 0px;
        margin-bottom: 100px
    }

    .posts_home {
        margin-top: 40px
    }

    .redText {
        font-size: 16px
    }

    .headingHome {
        font-size: 30px
    }

    .posts_home {
        text-align: center
    }

    .posts_home .redBtn {
        float: unset;
        margin: 0 auto;
        display: block
    }

    .news_home {
        text-align: center
    }

    .news_home .redBtn {
        float: unset;
        margin: 0 auto;
        display: block
    }

    .redBox img {
        margin-top: 0px
    }

    .redBox {
        padding: 20px
    }

    .gallery_slider button {
        display: none !important
    }

    .gallery_slider {
        margin: 20px
    }

    .row {
        margin: 0px !important
    }

    .posts_home .whiteBoxPost {
        width: 80%
    }

    .news_home {
        margin-top: 40px
    }

    .blog .site-main article, .search .site-main article, .tygodnik a {
        margin-bottom: 40px
    }

    .hero .gallery-title {
        font-size: 20px
    }

    .hero #breadcrumbs a, .hero #breadcrumbs .breadcrumb_last {
        font-size: 9px
    }

    .hero #breadcrumbs {
        padding: 0px
    }
}

.gallery_slider .slick-dots .slick-active {
    width: 100px
}

.gallery_slider .slick-dots .slick-active button:before {
    width: 100px
}

.gallery_slider .slick-dots .slick-active button {
    width: 100px
}

.gallery_slider .slick-list {
    padding-bottom: 40px
}

.gallery_slider .slick-dots {
    margin-top: 50px
}

.gallery_slider .slick-dots li {
    width: 70px
}

.gallery_slider .slick-dots li button:before {
    width: 70px;
    background-color: #d70006;
    font-size: 0px;
    height: 13px
}

.gallery_slider .slick-dots li button {
    width: 70px;
    height: 13px;
    position: relative;
    transform: skew(-30deg)
}

#return-to-top {
    background-color: #d70006 !important;
    border-radius: 0px !important
}

#return-to-top img {
    max-width: 50px;
    padding: 5px
}

@media (max-width: 768px) {
    .hero {
        height: 120px
    }
}

.singular-post {
    padding: 10px
}

.posts_home {
    position: relative
}



.news_home {
    position: relative
}


.gallery-section {
    position: relative
}

.gallery-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: 0px;
    right: 0;
    background-repeat: no-repeat
}

.gallery-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 400px;
    top: 100px;
    background-repeat: no-repeat;
    left: 0;
    background-image: url(../imgs/darnosc.png)
}

@media (max-width: 1900px) {
    .news_home::after, .news_home::before, .gallery-section::before, .gallery-section::after {
        display: none
    }
}

.redBtn img {
    margin-left: 10px
}

.header-site .navbar-nav a {
    letter-spacing: unset
}

@media (max-width: 1300px) {
    #navbarNavDropdown li a {
        font-size: 12px
    }

    .serachDownloadBox {
        display: none
    }

    .serachDownloadBox .redBtn {
        font-size: 12px !important;
        max-width: 180px;
        min-width: 170px
    }

    #wrapper-navbar img {
        width: 100%
    }

    .hero_slider .redBtn {
        margin-bottom: 115px
    }
}

@media (max-width: 768px) {
    #wrapper-navbar .navbar .navbar-brand, #wrapper-navbar .navbar .container-fluid, #wrapper-navbar, #wrapper-navbar .navbar, .navbar-toggler {
        height: 80px
    }

    #wrapper-navbar .navbar .navbar-brand img {
        margin: unset
    }

    .header-site .navbar-toggler svg {
        max-width: 35px
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background: #202b33;
    overflow-x: hidden;
    transition: .3s;
    padding-top: 60px;
    z-index: 99999999
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #fff
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
    color: #fff;
    background-color: unset;
    border: unset;
    box-shadow: unset;
    outline: unset
}

#mySidenav #navbarNavDropdown {
    width: 100%;
    max-width: 100%;
    display: block
}

#mySidenav #navbarNavDropdown li a {
    font-size: 16px
}

#navbarNavDropdown {
    display: none
}

.singular-post img {
    width: 100%
}

@media (max-width: 768px) {
    .hero_slider .heroImg {
        width: 100%
    }

    .small_hero_text img {
        margin: 0px !important
    }

    .gallery_slider img {
        width: unset;
        height: unset;
        width: 100%
    }

    #wrapper-navbar .navbar .navbar-brand img {
        height: 100%
    }
}

.hero_slider .redBtn img {
    display: unset !important;
    margin: 0px
}

.small_hero_text img {
    display: inline-block;
    margin-left: 10px
}

.logo_home img {
    max-width: 370px;
    width: 100%;
    padding: 10px
}

.gallery_slider .galerySlider {
    padding: 0px 13px
}

#openNav {
    outline: unset !important;
    box-shadow: unset
}

body {
    overflow-x: hidden
}

.single-post img {
    width: 100%
}

.allposts a {
    color: #0f1b24 !important;
    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none
}

.allposts a img {
    width: 100%
}

.allposts a:hover {
    opacity: .8
}

.gallery-section img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sidenav a {
    color: #fff !important
}

.posts_home img {
    object-fit: cover
}

.posts_home .redBtn img {
    width: unset
}

#return-to-top {
    background-color: #d70006 !important;
    border-radius: 0px !important
}

#return-to-top img {
    max-width: 50px;
    padding: 5px
}

.container {
    max-width: 1200px
}

.container-fluid {
    max-width: 1640px
}

@media (min-width: 979px) {
    ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block
    }
}

.slick-slide {
    outline: none
}

.form-control, .wpcf7 input[type=text], .wpcf7 input[type=search], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=submit], .wpcf7 select, .wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
    height: unset
}

.redBtn {
    text-decoration: none
}

/*# sourceMappingURL=theme.css.map */