body {
    font-family: "Lato";
    /*padding: 1em;*/
}

.content-wrap {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.p-bnr-section {
    display: flex;
    /*gap: 20px;*/
    background-image: linear-gradient(#f7fbff, white);
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}

.p-bnr-text {
    width: 100%;
    background-position: center;

}

.p-bnr-title {
    font-size: 34px;
    font-weight: 400;
    margin-top: 0px;
    color: #425D8D;
    text-align: center;
}

.p-bnr-description {
    font-size: 15px;
    margin: 0px;
    font-weight: 400;
    line-height: 25px;
    color: #5F6A96;
    padding-top: 15px;
    text-align: center;
}

.p-bnr-img {
    width: 50%;
}

/************************************************/
.p-sec-sub-title {
    color: #45608B;
    font-weight: 500;
    font-size: 28px;
}

.p-sec-text {
    color: #444365;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.t-center {
    text-align: center;
}

/***********Slides******************************/

.carousel-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;

}

.carouselImgsMbl {
    display: block;
}

.scroll-imgs-container {
    width: 100%;
    display: flex;
    max-height: 450px;
    /* border: 1px solid black; */
    padding: 20px 20px 0px 20px;
    gap: 20px;
}

.scroll-img {
    width: 100%;
}

.section-item {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 282px;
}

.section-wrap {
    display: flex;
    gap: 30px;
}

.si-img-wrap {
    display: flex;
    height: 150px;
}

.si-img-wrap img {
    margin: auto;
}

.si-description {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.si-description h3 {
    color: #181C2E;
    font-weight: 600;
    font-size: 15px;
}

.section-item div p {
    margin: 0px;
    line-height: 22px;
    font-weight: 400;
    color: #5F6A96;
    font-size: 14px;
    padding: 0px 10px;
}

.section-item div {
    font-weight: 600;
}

#indicator {
    display: none;
}

/************************/
.info-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.info-section-text {
  max-width: 600px;
  padding-left: 70px;
}

#i-sec-img-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-image: url("../../../images/ima-w-planes.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*************Plan information section**************/

.plan-info {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
}

.plan-sub-text {
    width: 65%;
    font-weight: 500;
    font-size: 14px;
    color: #444365;
    margin: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/***********************************/

#btn-regist-web {
    color: aliceblue;
    background-color: #415C8D;
    text-decoration: none;
}

/**********************************/
.faq-section {
    padding-top: 0px !important;
}


/*Media*/
@media screen and (max-width: 1100px) {
    .content-wrap {
        margin: 50px 0px 0px 0px;
    }

    .p-bnr-text {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1100px) {
    .p-bnr-text {
        padding: 0px 20px;
    }

    .p-bnr-img img {
        height: 100%;
    }

    /******PLAN INFO*********/
    .plan-info {
        padding: 0px 20px;
    }
}


@media screen and (max-width: 677px) {
    .content-wrap {
        margin: 55px 0px 0px 0px;
        gap: 50px;
    }

    .p-bnr-section {
        flex-direction: column;
        gap: unset;
    }

    .p-bnr-text {
        order: 2;
        width: 100%;
        padding: 0px 20px;
        border-top-left-radius: unset;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .p-bnr-title {
        font-size: 22px;
        text-align: center;
        line-height: 26.4px;
        color: #181C2E;
        font-weight: 500;
    }

    .p-bnr-description {
        text-align: center;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-bnr-img {
        order: 1;
        width: 100%;

    }

    .p-bnr-img img {
        border-bottom-right-radius: unset;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .p-sec-text {
        color: #444365;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }

    .p-sec-sub-title {
        color: #181C2E;
        font-size: 18px;
        font-weight: 600;
        width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .p-sd-title {
        color: #444365;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .p-sd-description {
        color: #444365;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }

    .info-section {
    grid-template-columns: 1fr;
  }

  .info-section-text{
    padding-left: unset;
    padding: 0px 20px;
  }

  #i-sec-img-container {
    background-image: url("../../../images/ima-m-planes.png");
    aspect-ratio: 1 / 1;
  }

   

    /*****Slider***********/

    .carousel-wrap {
        border-radius: 20px;
        border: 1px solid #ececec;
        margin: 0px 10px;
    }

    .carouselImgsMbl {
        display: block;
    }

    .scroll-imgs-container {
        width: 100%;
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        max-height: 450px;
        /* border: 1px solid black; */
        padding: unset;
        padding-top: 20px;
    }

    .section-wrap {
        display: none;
        /*overflow-x: hidden;*/
    }

    .section-item {
        flex: unset;
        min-width: 100%;
        border: unset;
    }



    .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 :first-child {
        color: #181C2E;
        font-weight: 600;
    }


    /* 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: 0px;
        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
    }

    /*******Plans info************/
    .plan-info {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        gap: 40px;
        padding: 0px 20px;
    }

    .plan-sub-text {
        width: unset;
    }

}