* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.wrapper {
    margin: 0 auto;
    width: 90%;
}

.firstContentBox p strong {
    font-weight: 400;
}

/* Style globalne */

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
}


/* Nav */

header {
    width: 100%;
    position: fixed;
    padding: 0 85px;
    z-index: 99999;
    background-color: white;
    height: 90px;
}

header .logo {
    float: left;
    padding: 10px 0;
}

header .logo img {
    height: 75px;
}

.header .logo a img:hover {
    cursor: pointer;
}

header nav {
    float: right;
    padding-top: 20px;
}

header nav ul {
    display: flex;
    top: 50%;
}

header nav ul li {
    list-style: none;
    position: relative;
}

header nav ul li.subMenu::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    line-height: 60px;
    right: 10px;
}

header nav ul li.active.subMenu::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
}

header nav ul li .secondFloor {
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

header nav ul li .secondFloor a {
    border-bottom: 1px solid white;
    color: white;
}

header nav ul li.active .secondFloor {
    display: block;
}

.secondFloor {
    width: 200px;
    display: none;
}

header nav ul li a {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    color: black;
    text-decoration: none;
    display: block;
    font-weight: bold;
    transition: 0.5s;
    border-radius: 4px;
    font-size: 12px;
}

header nav ul li a:hover {
    background-color: #e10808;
    color: white;
    cursor: pointer;
}


.menuToggle {
    color: red;
    float: right;
    line-height: 80px;
    font-size: 32px;
    cursor: pointer;
    display: none;
    padding: 0 20px;
}

@media(max-width: 1325px) {
    header {
        padding: 0 30px;
    }
}

@media(max-width: 1190px) {
    header {
        padding: 0 20px;
    }

    .menuToggle {
        display: block;
    }

    header nav {
        position: absolute;
        width: 100%;
        height: calc(100vh - 85px);
        left: -100%;
        top: 85px;
        transition: 0.5s;
        padding-top: 25px;
        background-color: white;
    }

    header nav.active {
        left: 0;
    }

    header nav ul {
        display: block;
        text-align: center;
    }

    header nav ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0;
    }

    header nav ul li .secondFloor {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3)
    }

    r nav ul li .secondFloor a {
        color: black;
    }

    header nav ul li .secondFloor a:hover {
        color: white;
    }

    header nav ul li.subMenu::before {
        right: 75px;
    }
}

@media(max-height: 640px) {
    header nav ul li a {
        height: 50px;
        line-height: 50px;
    }

    header nav ul li.subMenu::before {
        line-height: 50px;
    }
}

.mainContent {
    padding-top: 100px;
}

/* BannerCarosuel */

.bannerCarousel {
    height: 550px;
    position: relative;
    width: 100%;
}

.bannerCarousel .post {
    height: 550px;
    width: 100%;
    position: relative;
}

.bannerCarousel .postPictureContainer {
    position: absolute;
    height: 350px;
    width: 100%;
    background-image: url('Od Eulali/zebatkicienie.webp');
}

.bannerCarousel .postPictureContainer2 {
    background-image: url('Od Eulali/uruchamiamybaner.webp');
}

.bannerCarousel .postPictureContainer3 {
    background-image: url('Od Eulali/projektujemy-uruchamiamy-serwisujemy.webp');
}

.bannerCarousel h1, .bannerCarousel h2 {
    position: absolute;
    font-size: 32px;
    color: #e10808;
    top: 68%;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-transform: uppercase;
    padding: 0 15px;
}

.bannerCarousel p {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    font-size: 20px;
    padding: 0 15px;
    text-align: center;
    top: 80%;
}

.slideImg2paragraph strong {
    font-weight: 400;
}

.slideImg3paragraph strong {
    font-weight: 400;
}

.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    top: 93%;
}

.slick-dots li {
    margin: 0 5px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 1.5px 1.5px 4px rgba(0, 0, 0, 0.5);
}

.slick-dots .slick-active {
    background-color: #e10808;
}

.slick-dots li button {
    display: none;
}

@media(max-width: 1097px) {
    .bannerCarousel h1, .bannerCarousel h2 {
        font-size: 26px;
    }

    .bannerCarousel p {
        top: 77%;
    }

    .slick-dots {
        top: 91%;
    }
}

@media(max-width: 891px) {
    .bannerCarousel h1, .bannerCarousel h2 {
        font-size: 22px;
        top: 68%;
    }

    .bannerCarousel p {
        font-size: 18px;
        top: 78%;
    }

    .slick-dots {
        top: 91%;
    }
}

@media(max-width: 750px) {
    .bannerCarousel h1, .bannerCarousel h2 {
        top: 68%;
    }

    .bannerCarousel p {
        top: 80%;
    }

    .slick-dots {
        top: 95%;
    }

    .bannerCarousel .postPictureContainer3 {
        background-position-x: 20%;
    }

    .bannerCarousel .postPictureContainer2 {
        background-position-x: 60%;
    }
}

@media(max-width: 691px) {
    .bannerCarousel h1, .bannerCarousel h2 {
        font-size: 20px;
        top: 65%;
    }

    .bannerCarousel p {
        top: 77%;
    }

    .slick-dots {
        top: 94%;
    }

    .bannerCarousel {
        height: 600px;
    }

    .bannerCarousel .post {
        height: 600px;
    }
}

@media(max-width: 405px) {
    .bannerCarousel h1, .bannerCarousel h2 {
        font-size: 18px;
        top: 62%;
    }

    .bannerCarousel p {
        font-size: 16px;
        top: 75%;
    }

    .slick-dots {
        top: 93%;
    }

    .bannerCarousel .postPictureContainer2 {
        background-position-x: 80%;
    }
}

/*firstContent */

.firstContent {

    position: relative;
    text-align: center;
    height: calc(375px + 150px);
    /*border-top: 2px solid rgb(0, 104, 0);*/
    width: 100%;
}

.firstContentPrimary {
    height: 100px;
    width: 100%;
    /*background-image: url('footerBackground.png');*/
    position: relative;
}

.firstContentPrimaryBackground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.firstContentContainer {
    width: 90%;
    height: 375px;
    margin: 0 auto;
}

.firstContenth3 {
    padding: 0 10px;
    font-size: 26px;
    text-transform: uppercase;
    color: black;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

@media(max-width: 1465px) {
    .firstContenth3 {
        font-size: 22px;
    }
}

@media(max-width: 891px) {
    .firstContenth3 {
        font-size: 22px;
    }
}

@media(max-width: 691px) {
    .firstContenth3 {
        font-size: 20px;
    }
}

@media(max-width: 423px) {
    .firstContenth3 {
        font-size: 18px;
    }
}

.firstBoxContent {
    float: left;
    width: 33.33333%;
    height: 375px;
    text-align: center;
    padding: 25px;
    position: relative;
}

.firstContentBox {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.firstBoxContent img {
    width: 300px;
    height: 198px;
}*/

.firstBoxContent i {
    color: #e10808;
    font-size: 46px;
    padding: 10px;
}

.firstContentBox h2 {
    font-size: 20px;
    padding: 15px 0;
    font-weight: 400;
}

.firstContentBox>p {
    font-size: 20px;
    /*letter-spacing: 1px;*/
    text-align: center;
    padding: 20px;
    font-size: 16px;
    line-height: 150%;
}

.firstBoxContentLine {
    width: 20%;
    height: 2px;
    background-color: #e10808;
    margin: 0 auto;
    border-radius: 4px;
}

@media(max-width: 1445px) {

    /*.firstBoxContent img {
        width: 175px;
        height: 121px;
    }*/
    .firstContentBox h2 {
        font-size: 18px;
    }

    .firstContentBox>p {
        padding: 20px 0;
        font-size: 16px;
    }

    .firstBoxContent {
        padding: 40px;
        height: 400px;
    }
}


@media(max-width: 1249px) {
    .firstContent {
        height: 1175px;
    }

    .firstBoxContent {
        width: 100%;
        padding: 0 20px;
        height: 350px;
    }

    .firstContentBox>p {
        padding: 20px 10px;
        font-size: 18px;
    }

    .firstContentPrimary {
        margin-bottom: 35px;
    }
}

@media (max-width: 563px) {
    .firstContent {
        height: 1200px;
    }

    .firstContentBox>p {
        padding: 20px 10px;
        font-size: 16px;
    }
}

@media(max-width: 495px) {
    .firstContentBox>p {
        font-size: 14px;
    }
}

/* SecondContent */

.secondContent {
    width: 100%;
    height: 650px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}

.secondContentContainer {
    height: 100%;
    position: relative;
    width: 81.5%;
    margin: 0 auto;
}

.secondContentCol {
    position: relative;
    height: 325px;
    float: left;
    width: calc(100%/2);
}

.secondContentColBox {
    height: 90%;
    position: relative;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
}

.platformBackground {
    position: absolute;
    height: 40%;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('Od Eulali/zebatkicienie.webp');
    background-size: cover;
}

.publicationBackground {
    position: absolute;
    height: 40%;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('Od Eulali/publikacje.webp');
    background-size: cover;
}

.applicationBackground {
    position: absolute;
    height: 40%;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('Od Eulali/uruchamiamybaner.webp');
    background-size: cover;
}

.servicesBackground {
    position: absolute;
    height: 40%;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('Od Eulali/projektujemy-uruchamiamy-serwisujemy.webp');
    background-size: cover;
}


.application {
    background-color: white;
}

.platform {
    background-color: white;
}

.services {
    background-color: white;
}

.publication {
    background-color: white;
}

.secondContentColBox h3 {
    position: absolute;
    color: #e10808;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    top: 55%;
}

.secondContentColBox a:hover {
    background-color: #e10808;
}

.secondContentColBox a {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 77%;
    width: 200px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s;
    padding: 10px;
    border: none;
    background-color: #e1080879;
    border-radius: 4px;
    transition: 0.5s;
    box-shadow: 0.5px 0.5px 6px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
}

@media(max-width: 1445px) {
    .secondContentColBox h3 {
        padding: 20px;
        top: 46%;
    }
}

@media(max-width: 1249px) {
    .secondContent {
        width: 100%;
        height: calc(325px * 4 + 20px);
    }

    .secondContentCol {
        position: relative;
        height: 325px;
        width: 100%;
    }

    .secondContentColBox {
        position: relative;
        background-color: white;
        margin: 0 15px;
    }

    .secondContentColBox a {
        top: 77%;
        font-size: 12px;
    }

    .secondContentColBox h3 {
        top: 50%;
    }
}

@media(max-width: 827px) {
    .secondContentColBox h3 {
        top: 47%;
    }
    .secondContentColBox a {
        top: 79%;
    }
}

@media (max-width: 580px) {
    .secondContentColBox h3 {
        font-size: 18px;
        top: 47%;
    }

    .secondContentColBox a {
        font-size: 10px;
        width: 150px;
        top: 80%;
    }

    .applicationBackground {
        background-position-x: 80%;
    }
}

@media (max-width: 479px) {
    .secondContentColBox h3 {
        top: 45%;
    }
}

@media (max-width: 446px) {
    .secondContentColBox h3 {
        top: 42%;
    }
}

/* fourthContent */

.fourthContent {
    height: 350px;
    position: relative;
    margin: 0 auto;
}

.fourthContentBox {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.fourthContentCol {
    float: left;
    width: calc(100%/2);
    position: relative;
    height: 100%;
    text-align: center;  
}

.fourthContentCol h2 {
    font-size: 20px;
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
    text-transform: uppercase;
    top: 20%;
}

.fourthContentCol p {
    line-height: 150%;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    top: 45%;
}

.prev {
    color: #e10808;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    font-size: 1.5em;
    left: 6%;
}

.next {
    color: #e10808;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    font-size: 1.5em;
    right: 6%;
}

.postWrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.postWrapper div {
    height: 100%;
    width: 100%;
    position: relative;
}

.postWrapper div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media(max-width: 1569px) {
    .postWrapper div img {
        height: 160px;
    }

    .postWrapper div .postWrapperImage {
        height: 120px;
    }
}

@media(max-width: 1445px) {
    .fourthContentCol h2 {
        font-size: 18px;
    }
}

@media(max-width: 1366px) {
    .postWrapper div img {
        height: 140px;
    }

    .postWrapper div .postWrapperImage {
        height: 100px;
    }
}

@media(max-width: 1249px) {
    .fourthContent {
        height: 450px;
    }

    .fourthContentCol {
        width: 100%;
    }

    .fourthContentColTaller {
        height: 200px;
    }

    .fourthContentColSmaller {
        height: 250px;
    }

    .fourthContentCol p {
        top: 45%;
    }
}

@media(max-width: 811px) {
    .fourthContent {
        height: 550px;
    }

    .fourthContentColTaller {
        height: 350px;
    }

    .fourthContentColSmaller {
        height: 200px;
    }
    
    .fourthContentCol p {
        top: 48%;
    }

    .postWrapper div img {
        height: 150px;
    }
}

@media(max-width: 546px) {
    .fourthContent {
        height: 450px;
    }

    .fourthContentColTaller {
        height: 300px;
    }

    .fourthContentColSmaller {
        height: 150px;
    }
    
    .fourthContentCol p {
        font-size: 15px;
        top: 46%;
    }

    .postWrapper div img {
        height: 100px;
    }

    .postWrapper div .postWrapperImage {
        height: 50px;
    }
}

@media(max-width: 476px) {
    .fourthContent {
        height: 450px;
    }

    .fourthContentColTaller {
        height: 350px;
    }

    .fourthContentColSmaller {
        height: 100px;
    }

    .fourthContentCol h2 {
        font-size: 18px;
        top: 12%;
    }

    .fourthContentCol p {
        font-size: 14px;
        top: 40%;
    }
    .postWrapper div img {
        height: 80px;
    }
}

@media(max-width: 415px) {
    .fourthContent {
        height: 500px;
    }

    .fourthContentColTaller {
        height: 400px;
    }

    .fourthContentColSmaller {
        height: 100px;
    }

    .fourthContentCol h2 {
        font-size: 18px;
        top: 12%;
    }

    .fourthContentCol p {
        font-size: 14px;
        top: 36%;
    }
    .postWrapper div img {
        height: 80px;
    }
}

/* secondThirdContent */

.secondThirdContainer {
    height: 450px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.secondThirdContent {
    height: 100%;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}

.secondThirdContentCol {
    height: 100%;
    position: relative;
    float: left;
    width: calc(100%/2);
}

.secondThirdContentCol h2 {
    font-size: 20px;
    position: absolute;
    width: 95%;
    top: 22%;
    padding: 0 30px;
    left: 5%;
    text-transform: uppercase;
}

.secondThirdContentCol p {
    line-height: 150%;
    position: absolute;
    left: 8%;
    width: 90%;
    top: 35%;
    padding: 0 20px;
}

.secondThirdContentCol p+p {
    font-size: 18px;
    font-weight: bold;
    top: 73%;
}

.secondThirdContentPicture {
    height: 100%;
    width: 98.5%;
    position: relative;
    background-image: url('Od Eulali/reportQalcwisejpg.jpg');
    background-size: cover;
    background-position-x: 100%;
}

@media(max-width: 1639px) {
    .secondThirdContentCol p {
        top: 35%;
    }

    .secondThirdContentCol p+p {
        top: 80%;
    }
}

@media(max-width: 1445px) {
    .secondThirdContentCol h2 {
        font-size: 18px;
    }
}

@media(max-width: 1394px) {
    .secondThirdContentCol p+p {
        font-size: 16px;
        font-weight: bold;
        top: 76%;
    }

    .secondThirdContentCol h2 {
        top: 16%;
    }

    .secondThirdContentCol p {
        top: 29%;
    }
}

@media(max-width: 1249px) {
    .secondThirdContainer {
        height: 750px;
    }
    
    .secondThirdContent {
        height: 100%;
    }

    .secondThirdContentCol {
        width: 100%;
        text-align: center;
    }

    .secondThirdContentColTaller {
        height: 300px;
    }

    .secondThirdContentColSmaller {
        height: 450px;
    }

    .secondThirdContentCol p {
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
    }

    .secondThirdContentCol h2 {
        left: 50%;
        transform: translateX(-50%);
    }

    .secondThirdContentCol p+p {
        top: 75%;
    }
    .secondThirdContentPicture {
        width: 100%;
    }
}

@media(max-width: 827px) {
    .secondThirdContent {
        height: 825px;
    }

    .secondThirdContentCol p {
        top: 30%;
    }
}

@media(max-width: 700px) {
    .secondThirdContentCol p+p {
        top: 85%;
    }
}

@media(max-width: 588px) {
    .secondThirdContent {
        width: 100%;
        height: 775px;
    }

    .secondThirdContentCol h2 {
        top: 10%;
    }

    .secondThirdContentCol p {
        font-size: 14px;
        top: 30%;
    }
}

@media(max-width: 476px) {
    .secondThirdContentPicture {
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 50%;
        background-position-x: 50%;
    }

    .secondThirdContentCol h2 {
        font-size: 18px;
        top: 4%;
    }

    .secondThirdContentCol p {
        top: 20%;
    }

    .secondThirdContentCol p+p {
        font-size: 15px;
    }
}

@media(max-width: 401px) {
    .secondThirdContentCol h2 {
        top: -1%;
    }

    .secondThirdContentCol p {
        font-size: 14px;
        top: 13%;
    }

    .secondThirdContentCol p+p {
        font-size: 15px;
    }
}



/*.secondThirdContentPicture img {
    width: 100%;
}*/

/* thirdContent */

.thirdContent {
    width: 100%;
    position: relative;
    height: 450px;
    margin: 0 auto;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 40px;
}

.thirdContentBox {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.thirdContentBoxCol {
    float: left;
    width: calc(100%/2);
    position: relative;
    height: 100%;
    text-align: center;
}

.thirdCOntentBoxText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.thirdCOntentBoxText p+p {
    font-weight: bold;
    font-size: 18px;
    padding-top: 20px;
}

.thirdContentBoxCol h2 {
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.thirdContentBoxCol p {
    padding: 0 50px 0 20px;
    text-align: center;
    line-height: 150%;
    font-size: 16px;
}

.thirdContentBoxCol iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

@media(max-width: 1445px) {
    .thirdCOntentBoxText p+p {
        font-weight: bold;
        font-size: 16px;
        padding-top: 20px;
    }

    .thirdContentBoxCol h2 {
        padding: 0 0 20px 0;
        text-transform: uppercase;
        /*letter-spacing: 1px;*/
        font-size: 18px;
        width: 100%;
    }

    .thirdContentBoxCol p {
        padding: 0 50px 0 20px;
        text-align: center;
        /*line-height: 150%;*/
        font-size: 16px;
    }
}

@media(max-width: 1358px) {
    .thirdContent {
        height: 500px;
    }
}

@media(max-width: 1268px) {
    .thirdContentBoxCol p {
        line-height: 150%;
    }
}

@media(max-width: 1169px) {
    .thirdContent {
        height: calc(400px + 365px);
        width: 100%;
    }

    .thirdContentBoxColTaller {
        width: 100%;
        height: 400px;
        text-align: center;
    }

    .thirdContentBoxColSmaller {
        height: 365px;
        width: 100%;
    }

    .thirdCOntentBoxText {
        width: 100%;
        height: 100%;
    }

    .thirdCOntentBoxText p+p {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        top: 300px;
    }

    .thirdCOntentBoxText p {
        position: absolute;
        top: 35%;
        padding: 0 20px 20px 20px;
    }

    .thirdCOntentBoxText h2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        top: 10%;
    }
}

@media(max-width: 923px) {

    .thirdCOntentBoxText p+p {
        top: 315px;
    }
    .thirdCOntentBoxText p {
        top: 32%;
    }
}

@media(max-width: 802px) {
    .thirdCOntentBoxText p+p {
        top: 370px;
    }

    .thirdContentBoxColTaller {
        height: 450px;
    }
    .thirdContent {
        height: calc(450px + 365px);
    }
}

@media(max-width: 721px) {
    .thirdContentBoxCol p {
        top: 30%;
    }
    .thirdContentBoxColTaller {
        height: 475px;
    }
    .thirdContent {
        height: calc(475px + 365px);
    }
    .thirdCOntentBoxText p+p {
        top: 390px;
    }
}


@media(max-width: 578px) {
    .thirdContentBoxCol p {
        font-size: 14px;
    }
}

@media(max-width: 476px) {
    .thirdContentBoxColTaller {
        height: 475px;
    }
    .thirdContent {
        height: calc(475px + 365px);
    }

    .thirdContentBoxCol p {
        top: 24%;
    }

    .thirdContentBoxCol h2 {
        font-size: 16px;
    }

    .thirdCOntentBoxText p+p {
        top: 83%;
        font-size: 14px;
    }
}

@media(max-width: 412px) {
    .thirdContentBoxColTaller {
        height: 535px;
    }
    .thirdContent {
        height: calc(535px + 365px);
    }

    .thirdContentBoxCol h2 {
        top: 6%;
    }

    .thirdCOntentBoxText p+p {
        top: 85%;
    }

    .thirdContentBoxCol p {
        top: 22%;
    }
}

@media(max-width: 390px) {
    .thirdContentBoxColTaller {
        height: 550px;
    }
    .thirdContent {
        height: calc(550px + 365px);
    }
    .thirdCOntentBoxText p+p {
        top: 90%;
    }
}

/*thirdHalfContent*/

.thirdHalfContent {
    width: 100%;
    position: relative;
    height: 450px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.1);
}

.thirdHalfContentBox {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.thirdHalfContentBoxCol {
    float: left;
    width: calc(100%/2);
    position: relative;
    height: 100%;
    text-align: center;  
}

.thirdHalfContentBoxColPicture {
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url('przezroczyste2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}

.thirdHalfContentBoxText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.thirdHalfContentBoxCol h2 {
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.thirdHalfContentBoxText p {
    padding: 0 20px;
    text-align: center;
    line-height: 150%;
    font-size: 16px;
}

@media(max-width: 1445px) {
    .thirdHalfContentBoxCol h2 {
        font-size: 18px;
    }
}

@media(max-width: 1358px) {
    .thirdHalfContent {
        height: 525px;
    }
}

@media(max-width: 1268px) {
    .thirdHalfContentBoxCol p {
        line-height: 150%;
    }
}

@media(max-width: 1169px) {
    .thirdHalfContent {
        height: 925px;
    }

    .thirdHalfContentBoxCol {
        width: 100%;
    }

    .thirdHalfContentBoxColImage {
        height: 450px;
    }

    .thirdHalfContentBoxColText {
        height: 475px;
    }

    .thirdHalfContentBoxText {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .thirdHalfContentBoxText h2 {
        position: relative;
        top: 10%;
    }

    .thirdHalfContentBoxCol p {
        line-height: 150%;
        position: relative;
        top: 15%;
    }
}

@media(max-width: 780px) {
    .thirdHalfContent {
        height: 990px;
    }

    .thirdHalfContentBoxColText {
        height: 540px;
    }


    .thirdHalfContentBoxCol p {
        top: 13%;
    }
}

@media(max-width: 670px) {
    .thirdHalfContent {
        height: 1040px;
    }

    .thirdHalfContentBoxColText {
        height: 450px;
    }
}

@media(max-width: 578px) {
    .thirdHalfContent {
        height: 950px;
    }
    .thirdHalfContentBoxCol p {
        font-size: 14px;
    }
    .thirdHalfContentBoxText h2 {
        top: 0;
    }
    .thirdHalfContentBoxCol p {
        top: 0;
    }
}

@media(max-width: 492px) {
    .thirdHalfContent {
        height: 1140px;
    }

    .thirdHalfContentBoxColText {
        height: 675px;
    }
}




/* FifthContent 

.fifthContent {
    height: 550px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}

.fifthContentContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.testimonialBox {
    text-align: center;
}

.testimonialContents {
    height: 100%;
    width: 100%;
    position: relative;
}

.testimonialBox h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    padding: 20px 0;
    font-size: 22px;
    text-transform: uppercase;
}

.testimonialPicture {
    width: 100%;
    height: 200px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.testimonialPicture img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: grayscale(100%);
    cursor: pointer;
    margin: 0 20px;
}

.testimonialPicture img:hover,
.testimonialPicture img.active {
    filter: none;
}

.testimonial {
    display: none;
}

.testimonial.active {
    display: block;
}

.testimonial {
    text-align: center;
    padding: 0 80px;
    line-height: 150%;
    height: 100%;
}

.testimonial p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: justify;
}

.testimonialLine {
    width: 20%;
    height: 2px;
    background-color: #e10808;
    margin: 0 auto;
    border-radius: 4px;
}

.testimonial span.description {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

@media(max-width: 1125px) {
    .fifthContent {
        height: 650px;
    }

    .testimonialPicture {
        margin-top: 20px;
        height: 100%;
    }

    .testimonialPicture img {
        width: 175px;
        height: 175px;
    }

    .testimonial p {
        font-size: 13px;
        padding: 5px 0 20px 0;
    }
}

@media(max-width: 796px) {
    .fifthContent {
        height: 725px;
    }

    .testimonial {
        text-align: center;
        padding: 0 30px;
    }

    .testimonial p {
        font-size: 13px;
    }

    .testimonial span.description {
        font-size: 11px;
    }
}

@media(max-width: 562px) {
    .testimonialPicture img {
        width: 150px;
        height: 150px;
    }

    .testimonial p {
        font-size: 10px;
    }

    .testimonialBox h1 {
        padding: 15px 0 2px 0;
        font-size: 18px;
    }
}

@media(max-width: 450px) {
    .testimonialPicture img {
        width: 125px;
        height: 125px;
    }

    .testimonial p {
        line-height: 230%;
    }

    .testimonial span.description {
        font-size: 9px;
    }
}

@media(max-width: 389px) {
    .testimonialPicture img {
        width: 100px;
        height: 100px;
    }

    .testimonial p {
        line-height: 190%;
    }
}
*/

/* footerBanner */

.footerBanner {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
}

.footerBanner img {
    padding: 25px 0;
}

.footerBanner h2 {
    padding: 0 5px 10px 5px;
}

.footerBanner p {
    padding: 0 10px 25px 10px;
}

@media(max-width: 576px) {
    .footerBanner h2 {
        font-size: 20px;
    }
    
    .footerBanner p {
       font-size: 15px;
    }
}

@media(max-width: 360px) {
    .footerBanner h2 {
        font-size: 18px;
    }
    
    .footerBanner p {
       font-size: 14px;
    }
}


/* footer */

#footer {
    height: 425px;
    width: 100%;
    position: relative;
    background-color: white;
    color: black;
}

.footerFirstCol1 {
    float: left;
    width: 50%;
    padding: 30px;
    position: relative;
}

.footerFirstCol2 {
    float: left;
    width: 20%;
    padding: 30px;
    position: relative;
}

.footerFirstCol3 {
    float: left;
    width: 30%;
    padding: 30px;
    position: relative;
}

.footerFirstColBox {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: justify;
}

.footerFirstColBox img {
    padding: 0 0 30px 0;
    width: 300px;
}

.footerFirstCol2 h2,
.footerFirstCol3 h2 {
    text-transform: uppercase;
}

.footerFirstColList {
    position: absolute;
    padding: 10px 0 0 0;
}

.footerFirstColList li {
    list-style: none;
    padding: 4px 0;
}

.footerFirstColList li a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    transition: 0.5s;
}

.footerFirstColList li a:hover {
    color: #e10808;
}

.footerFirstColAddress {
    padding: 10px 0 0 0;
}

address p {
    padding: 0 0 10px 0;
    font-style: normal;
    font-size: 14px;
}

address i {
    margin-right: 8px;
}

.number {
    display: block;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.email {
    display: block;
    padding: 0 0 30px 0;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.email a {
    color: black;
    text-decoration: none;
    transition: 0.5s;
}

.email a:hover {
    color: #e10808;
    cursor: pointer;
}

.nipRegon {
    text-align: left;
}

.nipRegon p:nth-child(1) {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.nipRegonLine {
    width: 26%;
    height: 2px;
    background-color: black;
}

.nipRegon p:nth-child(3) {
    padding: 10px 0 30px 0;
    font-size: 14px;
}

.nipRegon p span {
    letter-spacing: 1.5px;
}

.socialIcons {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    transition: 0.5s;
}

.socialIcons:hover {
    background-color: #e10808;
    cursor: pointer;
}

.socialIcons:hover i {
    color: white;
}

.socialIcons i {
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

#topBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}

#topBtn i {
    font-size: 18px;
    transition: 0.5s;
}

#topBtn i:hover {
    color: #e10808;
    cursor: pointer;
}

.footerContentBottom {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    margin-top: 10px;
}

.footerContentBottomCol {
    float: left;
    width: 50%;
    position: relative;
    height: 50px;
}

.footerContentBottomCol:first-child p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
    font-size: 12px;
}

.footerContentBottom P:first-child a {
    text-decoration: none;
    color: black;
    transition: 0.5s;
}

.footerContentBottom p:first-child a:hover {
    color: #e10808;
    cursor: pointer;
}

.footerContentBottomCol2 .appsWebs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    font-size: 12px;
}

.footerContentBottomCol2 .appsWebs a {
    text-decoration: none;
    color: black;
    transition: 0.5s;
}

.footerContentBottomCol2 .appsWebs a:hover {
    color: #e10808;
}

@media(max-width: 1445px) {

    .footerFirstCol2 h2,
    .footerFirstCol3 h2 {
        font-size: 16px;
    }

    .footerFirstColList li a {
        font-size: 14px;

    }

    .footerFirstColBox img {
        width: 200px;
    }

    .footerFirstColBox p {
        font-size: 14px;
    }

    .footerFirstColList li {
        padding: 2px 0;
    }

    .number {
        font-size: 10px;
        font-weight: bold;
    }

    address p {
        font-size: 12px;
    }
    #topBtn {
        top: 84%;
    }
}

@media(max-width: 832px) {
    #footer {
        height: 600px;
    }

    .footerFirstCol1 {
        width: 100%;
        height: 200px;
    }

    #topBtn {
        top: 88.5%;
    }

    .footerFirstCol2 {
        width: 50%;
        float: left;
        height: 350px;
    }

    .footerFirstCol3 {
        width: 50%;
        float: right;
        height: 350px;
    }

    .footerFirstCol1 {
        padding: 25px;
    }

    .socialIcons {
        height: 30px;
        width: 30px;
    }

    .socialIcons i {
        font-size: 18px;
    }

    .footerContentBottomCol:first-child p {
        font-size: 12px;
    }

    .footerContentBottomCol2 .appsWebs {
        font-size: 12px;
    }
}

@media(max-width: 577px) {
    .footerContentBottomCol {
        width: 100%;
    }

    .footerContentBottomCol:first-child p {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .footerContentBottomCol2 .appsWebs {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

@media (max-width: 538px) {
    .socialIcons i {
        top: 0;
    }
}

@media (max-width: 504px) {
    #footer {
        height: 875px;
    }

    #topBtn {
        top: 92.5%;
    }

    .footerFirstCol1 {
        width: 100%;
        height: 225px;
    }

    .footerFirstCol1 p {
        font-size: 12px;
    }

    .footerFirstCol2 {
        width: 100%;
        height: 275px;
    }

    .footerFirstCol3 {
        width: 100%;
        height: 300px;
    }

    .footerFirstCol2 h2,
    .footerFirstCol3 h2 {
        font-size: 14px;
    }

    .footerContentBottomCol:first-child p {
        font-size: 10px;
    }

    .footerContentBottomCol2 .appsWebs {
        font-size: 10px;
    }
}