.body {
    width: 100%;
    /* background-color: #3ec2ff; */
}

.sectionImage {
    max-width: 100%;
    position: relative;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 2.2rem;
    margin-right: 10%;
    margin-left: 10%;

}

.secImg {
    margin: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
}

.sectionLabel {
    font-size: 4.2rem;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    bottom: -67px;
    /* height: 100%; */
    /* width: 100%; */
    vertical-align: middle;
    line-height: 5rem;
    font-family: 'gilroy';
    padding-left: 6%;
    text-align: center;

}


@media(max-width:890px) {
    .sectionLabel {
        font-size: 3rem;
        bottom: -40px;
        line-height: 3.5rem;
        color: #ffffff;
        text-align: center;
        width: 100%;
        padding: 0;

    }

    .sectionImage {
        height: 200px;
    }
}




/*---------------------------------------
  OTHER
  -----------------------------------------*/


.ReImgWide {
    width: 120%;
}

hr {
    width: 100%;
}

.imgCon {
    text-align: center;
    /* padding: 5px; */
    /* display: table; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.imgCon2 {
    max-width: 200px;
    text-align: center;
    margin: auto;
}






















.dsrptImage::before {
    content: "1";
    /* Numer zdjęcia */
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(46, 0, 0);
    padding: 5px 10px;
    border-radius: 4px;
}








.capTxt {
    margin-top: 1em;
    font-size: .8rem;
    font-weight: 300;
    color: #4f4f4f;
    text-align: left;
    display: table-caption;
    caption-side: bottom;
    width: 75%;
    font-style: italic;
    /* background-color: #4AeEF1; */
}

.shadow {
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
}


.researchContainer {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.researchHead {
    text-align: center;
    height: 30px;
    border-bottom: 1px solid rgb(235, 235, 235);
}


.researchHead::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    /* background-repeat: no-repeat; */
    background-size: contain;
    vertical-align: middle;
    border-radius: 30%;
    /* border: 2px solid rgb(255, 255, 255); */
    background-color: #bbe9ff;
    background-image: url(../images/svg/guestion-mark.svg);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.researchAnswers {
    text-align: center;
    height: 30px;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.researchAnswers::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    /* background-repeat: no-repeat; */
    background-size: contain;
    vertical-align: middle;
    border-radius: 30%;
    /* border: 2px solid rgb(255, 255, 255); */
    background-color: #b3ffbd;
    background-image: url(../images/svg/check.svg);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}



.questions {
    height: 100%;
    background-color: #f9f9fc;
    /* padding-right: 10px; */
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    border-radius: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-right: 10px;

}

.answers {
    height: 100%;
    background-color: #f3f6ff;
    padding-right: 10px;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 400px;
    flex: 2 1 400px;
    border-radius: 12px;
    margin-left: 5px;
}


.recomList ul li {
    list-style-type: none;
}


.recomList ul li:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    border-radius: 50%;
    /* border: 2px solid rgb(255, 255, 255); */
    background-color: #ffd45e;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);

}

ul li:first-child:before {
    background-image: url(../images/svg/exclamation-mark.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}


ul li:nth-child(2):before {
    background-image: url(../images/svg/exclamation-mark.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;

}

ul li:nth-child(3):before {
    background-image: url(../images/svg/exclamation-mark.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}



ul li:nth-child(4):before {
    background-image: url(../images/svg/exclamation-mark.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;

}



/*---------------------------------------
  SIDEBAR
  -----------------------------------------*/

.sidebar {
    position: fixed;
    top: 50%;
    left: .5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 22;

}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar li {
    margin-bottom: 10px;
}

.sidebar a {
    display: block;
    padding: 8px;
    color: #363636;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
    font-size: 0.9rem;
    mix-blend-mode: exclusion;
}

.sidebar-link.active {
    font-weight: bold;
    color: #b3ffbd;
}

.sidebar a:hover {
    font-weight: 800;
    color: #000000;
}

.section {
    padding: 50px;
    background-color: #fff;
    color: #333;
    font-size: 1.5em;
}

.section.active {
    background-color: #b3ffbd;
}


@media(max-width:1200px) {

    .sidebar {
        position: fixed;
        top: 50%;
        left: 1%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 22;
    }


}


@media (max-width: 890px) {
    .sidebar {
        visibility: hidden;
    }
}








.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 48px;
    height: 48px;
    border: none;
    outline: none;
    background-color: #f0f0f0;
    color: rgb(180, 180, 180);
    cursor: pointer;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-animation: fadeIn 400ms ease-in-out forwards;
    animation: fadeIn 400ms ease-in-out forwards;
}

.scroll-to-top::before {
    content: '\2191';
    font-size: 24px;
}


@media(max-width:800px) {
    .scroll-to-top {
        visibility: hidden;
    }
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*---------------------------------------
    MEDIA
  -----------------------------------------*/

@media (max-width: 860px) {

    .capTxt {
        margin-left: 0;
        margin-right: 0;
    }


    .capTxt {
        margin-top: 1em;
        font-size: .9rem;
        font-weight: 400;
        color: #4f4f4f;
        display: table-caption;
        caption-side: bottom;
        width: 95%;
        line-height: 1.6rem;
    }


    .mainTxt {
        margin-left: 1vw;
        margin-right: 1vw;
        font-size: 0.9rem;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .headTxt {
        font-size: 2.4rem;
    }

    #headingFive {
        font-size: 2rem;
    }
}

@media (max-width: 1100px) {

    .containerMain {
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .parOne {
        /* margin-left: 9vw;
      margin-right: 9vw; */
        /* font-size: 1rem; */
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        /* text-align: left !important; */
        text-align: justify;
        text-justify: inter-word;
    }
}





.designContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

.designItem1,
.designItem2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 30px);
    flex: 1 0 calc(50% - 30px);
    /* Zmniejszamy szerokość elementów o wartość marginesu */
    min-width: 200px;
    max-width: 450px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    margin-right: 30px;
    /* Dodajemy margines między elementami */
    margin-bottom: 30px;

}



@media (max-width: 800px) {
    .designContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cntClr {
        margin-left: 5vw;
        margin-right: 5vw;
    }
}















.containerMainMh {
    display: block;
    /* background-color: rgb(129, 50, 50); */
    padding-left: 16%;
    padding-right: 16%;
    margin-bottom: 4rem;

    max-width: 2100px;
    margin: auto;
}

@media (max-width: 860px) {

    .containerMainMh {
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 6rem;
    }

}

.containerMidMh {
    display: block;
    /* background-color: rgb(182, 182, 182); */
}



.dsrptCont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    /* background-color: #3ec2ff; */
}

.dsrptImage {
    flex:1;
    max-width: 300px;
    min-width: 460px;
    /* margin-right: 20px; */
}

.dsrptImageSmall {
    flex:1;
    max-width: 300px;
    min-width: 200px;
    /* margin-right: 20px; */
}

.dsrptText {
    flex: 1;
    min-width: 300px;

    margin-left:30px;
}


/* @media (max-width: 800px) {
    .dsrptImage {
      flex: 1;
      padding: 10px;
      max-width: 220px;
    }
  
  
    .dsrptText {
      flex: 1;
      padding: 10px;
    }
    
  } */

.descrSection{
    /* background-color: #ffd45e; */
    margin-bottom: 4rem;
}











.slider {
    position: relative;
    width: 300px;
    /* Ustaw odpowiednią szerokość */
    height: 100%;
    /* Ustaw odpowiednią wysokość */
    overflow: hidden;
}

.slider-images {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-images img {
    width: 100%;
    height: auto;
    display: none;
}

.slider-images img.active {
    display: block;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.prev {
    left: 10px;
    /* Odległość od lewej krawędzi */
}

.next {
    right: 10px;
    /* Odległość od prawej krawędzi */
}




.shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}