body {
    font-family: "Lato";
    padding: 1em;
}


.content-wrap {
    margin-top: 70px;
    /*display: flex;
    flex-direction: column;
    gap: 70px;*/
}

.sections-wrap{
    display: flex;
    margin: 0px 100px;
    flex-direction: column;
    gap: 70px;
}

.bnr-section {
    display: flex;
    gap: 20px;
    padding-bottom: 0;
}

.bnr-text {
    width: 60%;
    margin-top: auto;
    margin-bottom: auto;
}

.bnr-title {
    font-size: 34px;
    font-weight: 400;
    margin-top: 0px;
    color: #444365;
}

.bnr-description {
    font-size: 15px;
    margin: 0px;
    font-weight: 400;
    line-height: 27px;
    color: #5F6A96;
    max-width: 450px;
    padding-top: 20px;

}

.bnr-img {
    width: 40%;
}


.section-wrap {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.section-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    height: 100%; 
    min-height: 400px;
}

.si-img-wrap {
    height: 230px;
    border-bottom: 1px solid #ececec;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.img-catalog {
    width: 100%;
    width: 200px;
    height: 200px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.si-description {
     flex-grow: 1;
    padding: 10px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; 
}

.si-description h3 {
    font-size: 15px;
    color: #181C2E;
    font-weight: 600;
}

.section-item div p {
    margin: 0px;
    line-height: 22px;
    font-weight: 400;
    color: #5F6A96;
    font-size: 14px;
}

.section-item div {
    font-weight: 600;
}

.section-item2 {
    grid-column-start: 1;
    width: 90%;
}


.sctn-img {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
}

.sec-sub-title {
    color: #181C2E;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
}

.info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr auto;

}

/*Details Accordion*/
.sctn-accordion-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.sctn-accordion-title p {
    color: #5F6A96;
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
}

.sctn-accordion-title h3{
    font-size: 15px;
    font-weight: 500;
}

.sctn-panel-accordion {
    max-height: 0px;
    transition: max-height 0.7s;
    overflow: hidden;
}

.acc-active {
    max-height: 200px;
    height: fit-content;
    transition: max-height 0.7s;
}


.sctn-accordion-arrow {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../../../../images/i-accordion-arrow.svg");
}

.arr-active {
    transform: rotate(180deg);
}

.sub-p-text {
    color: #5F6A96;
    font-weight: 400;
    line-height: 22px;
}



/***********Slides******************************/

.carouselImgsMbl {
    display: none;
}

.scroll-imgs-container {
    max-width: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-imgs-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll-imgs-container {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */

}

.scroll-img {
    max-width: 100%;
    min-width: 100%;
    width: 100vw;
    scroll-snap-align: center;
}


#indicator {
    position: relative;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    display: flex;
    gap: 10px;
}

#indicator button {
    /*border: 1px solid black;*/
    border: 0px;
    width: 15px;
    height: 15px;
    /* background: none; */
    /* color: rgb(227, 226, 226); */
    border-radius: 50px;

}

.img-Active {
    background-color: white;
    border: 1px solid gray !important;
}

.img-Inactive {
    background-color: lightgray
}



/*Media*/
@media screen and (max-width: 1100px) {
    .content-wrap {
        margin: 100px 0px 0px 0px;
    }
}

@media screen and (max-width: 677px) {
    .content-wrap {
        margin: 70px 0px 0px 0px;
        gap: 50px;
    }
    .sections-wrap{
        margin: 0px;
    }

    .bnr-section {
        flex-direction: column;
        gap: 40px;
    }

    .bnr-text {
        order: 2;
        width: 100%;
    }

    .bnr-title {
        font-size: 22px;
        text-align: center;
        line-height: 26.4px;
        color: #181C2E;
        font-weight: 500;
    }

    .bnr-description {
        text-align: center;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .bnr-img {
        order: 1;
        width: 100%;
    }

    .carouselImgsMbl {
        display: block;
    }

    .scroll-imgs-container {
        width: 100vw;
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        min-height: 500px;
        max-height: 500px;
        /* border: 1px solid black; */
        padding-top: 20px;
    }

    .section-wrap {
        display: none;
        /*overflow-x: hidden;*/
    }

    .section-item {
        flex: unset;
        min-width: 100%;
    }

    .si-img-wrap {
        min-height: 300px;
    }

    .img-catalog {

        margin-top: -35px;
        object-fit: contain;
        min-width: 280px;
        min-height: 300px;

    }

    .section-item div p {
        color: #5F6A96;
        font-size: 16px;
    }

    .si-description h3 {
        color: #181C2E;
        font-weight: 600;
        font-size: 16px;
    }


    .info-section {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .section-item2 {
        order: 2;
        flex-direction: column;
        width: 100%;
    }

    .sctn-img {
        order: 1;
        width: 100%;
    }

    .sec-sub-title {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        font-weight: 600;
        color: #444365;
    }

    .sctn-accordion-title p {
        color: #444365;
    }
}