.endobreadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.endobreadcrumb__text {
    color: #1f1f1f;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    opacity: 0.4;
}

.endobreadcrumb__last {
    color: #648CFF;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    
}

.endobreadcrumb__nav {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
}

.mainban {
    background-repeat: no-repeat;
    background-size: cover;
    height: 255px;
    padding: 30px;
    display: flex;
    border-radius: 30px;
    margin-bottom: 40px;
}

.mainban__cont {
    margin: auto 0;
    max-width: 830px;
}

.mainban__cont h1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.main.main-grey {
    background: #DBDFE4;
    min-height: auto;
    padding-bottom: 40px;
}

.endoart h2 {
    position: relative;
    color: #1f1f1f;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 40px;
}

.endoart h2::after {
    position: absolute;
    content: "";
    width: 240px;
    border: 2px solid #8EA7E6;
    border-radius: 2px;
    left: 0;
    bottom: -5px;
}

.endoart h3 {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    color: #1f1f1f;

}

.endoart h4 {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #1f1f1f;
}

.mb-40 {
    margin-bottom: 40px;
}

.bluecont {
    background: #E3EBFF;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 40px;
}

.bluecont.bluecont-quotes {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.bluecont.bluecont-quotes p {
    text-align: center;
}

.quotestop {
    position: absolute;
    left: 20px;
    top: -30px;
}

.quotesbottom {
    position: absolute;
    right: 20px;
    bottom: -30px;
}

.quotespoints {
    margin-bottom: 20px;
}

.bluecontborder {
    background: #8EA7E626;
    padding: 30px;
    border-radius: 30px;
    border: 5px solid #8EA7E6;   
    margin-bottom: 40px;
 
}

.endoart p, .endoart li {
    color: #1f1f1f;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;

}

.main.main-grey ol {
    list-style-type: decimal;
}

.main.main-grey ol li {
    list-style-position: inside;
    color: #1f1f1f;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.main.main-grey ol li::after {
    width: 0px !important;
}

.map {
    background-repeat: no-repeat;
    background-size: contain;
    height: 630px;
    margin-bottom: 40px;
}

.map__legend {
    position: absolute;
    top: 0;
    left: 0;
}

.figure {
    display: flex;
    margin-bottom: 20px;
}

.figure__imgcont {
    width: 80px;
}

.figure__img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #8EA7E6;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
}

.figure__textcont {
    width: calc(100% - 80px);
}


/* ======================================================================== */
@media(max-width: 1200px) {
    .map {
        height: 480px;
    }
}

@media(max-width: 990px) {
    .map {
        height: 360px;
    }
}

@media (max-width: 768px) {  
    .mainban {
        height: 120px;
        padding: 20px;
        border-radius: 20px;
    }

    .mainban__cont h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }

    .endoart h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
    }

    .endoart h2::after {
        width: 120px;
    }

    .endoart h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;

    }

    .endoart h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }

    .bluecont {
        border-radius: 20px;
        padding: 20px;
    }

    .bluecontborder {
        border-radius: 20px;
        padding: 20px;
    }

    .map {
        height: 240px;
    }

}

@media(max-width: 528px) {
    .mainban {
        height: auto;
    }

    .figure {
        display: block;
    }
    
    .figure__imgcont {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    
    .figure__textcont {
        width: 100%;
        display: block;
    }
}

