body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #233D5A;
}

.container-xxl {
    padding-left: 0;
}

h1 {
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
}

h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #233D5A;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    animation: height .2s;
    height: auto;
    overflow: hidden;
}


.readmore{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.readmore span {
    display: inline-block;
    border: 3px solid #000;
    border-radius: 50%;
    width: 38px;
    text-align: center;
    font-size: 46px;
    height: 38px;
    line-height: 28px;
    color: #007B9B;
}

.readmore p{
    display: inline-block;
    width: auto;
    color: #007B9B;
    text-decoration: underline;
    margin-top:14px;
    margin-left: 15px;
}

.introduction {
    border: 3px dotted #007B9B;
    position: relative;
    z-index: 1;
    min-height: 356px;
}
.unset-border-right{
    border-right: unset;
}
.unset-border-left{
    border-left: unset;
}

.introduction.chapter-line .chapter:after {
    content: '';
    position: absolute;
    bottom: -115px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100px;
    background-color: #007B9B;
}

.introduction .intro-title {
    position: absolute;
    background-color: #FFFFFF;
    top: -15px;
    color: #007B9B;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: auto;
    padding: 0 35px;
}

.introduction .intro-title h2 {
    font-size: 28px;
    line-height: 22px;
    color: #007B9B;
    font-weight: bold;
}

.introduction .chapter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.introduction .chapter .chapter-image a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

.introduction .chapter .chapter-image img {
    max-width: 75%;
}

.introduction .chapter3 .chapter-image img {
    max-width: 80%;
}

.introduction .chapter h3 {
    width: 75%;
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.introduction h3:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 5px;
    width: 25px;
    height: 25px;
    background-image: url('../images/arrow-right.png');
    background-repeat: no-repeat;
}

.introduction .chapter4 h3:after,
.introduction .last-chapter h3:after
{
    content: '';
    display: none;
}

.introduction .last-chapter h3{
    width: 90%;
}

.introduction .chapter .chapter-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.introduction .chapter1 img {
    margin-top: 30px;
}
.introduction .chapter1 h3 {
    margin-top: 26px;
}

.introduction .chapter3 img {
    margin-top: 30px;
}
.introduction .chapter3 h3 {
    margin-top: 38px;
}

.introduction .chapter3 img {
    margin-top: 30px;
}
.introduction .chapter3 h3 {
    margin-top: 36px;
}

.introduction .chapter4 img {
    margin-top: 12px;
}
.introduction .chapter4 h3 {
    margin-top: 46px;
}

.navigation-item,
.navigation-item a {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
}

.navigation-item.active .active-icon {
    z-index: 2;
}
.navigation-item.active .icon {
    z-index: 1;
    margin-top: -20px;
}

.navigation-item h3{
    max-width: 75%;
    text-align: center;
}

.navigation-item img.icon {
    transition: all .2s;
    max-width: 110px;
}

.navigation-item img.icon:hover {
    transform: scale(1.15);
}

.navigation-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 65%;
    width: 25px;
    height: 25px;
    background-image: url('../images/arrow-right.png');
    background-repeat: no-repeat;
}

.sidebar {
    background-color: #FBF3DA;
    position: relative;
    padding: 65px 30px 30px;
}

.sidebar-check {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

.sidebar h4{
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    color: #007B9B;
    margin-bottom: 30px;
    margin-top: 10px;
}

.sidebar ul {
    padding-left: 15px;
}

.sidebar ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.sidebar ul li a,
p > a
{
    color: #007B9B;
}

.row.content{
    padding-bottom: 45px;
    border-bottom: 1px solid #EBEBEB;
}

.row.subnavigation a {
    padding-top: 30px;
    font-size: 28px;
    line-height: 32px;
    text-decoration: none;
    color: #CBCACA;
    font-weight: bold;
    display: block;
    width: auto;
    float:left;
    margin-right: 45px;
    position: relative;
}

.row.subnavigation a:hover {
    color: #233D5A;
    position: relative;
}

.row.subnavigation a.active {
    color: #233D5A;
    position: relative;
}

.row.subnavigation a:after{
    content: '';
    width: 80px;
    height: 3px;
    background-color: #233D5A;
    position: absolute;
    bottom: -20px;
    left: 0;
    visibility: hidden;
}

.row.subnavigation a.active:after,
.row.subnavigation a:hover:after{
    visibility: visible;
}

.splitter {
    padding: 30px;
}

.active-icon.procedure-intro {
    max-width: 130px!important;
    margin-top: -24px;
}
.active-icon.procedure-intro-mobile{
    max-width: 130px!important;
}

.finish-splitter {
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #007B9B;
    height: 60px;
    color: #FFFFFF;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splitter .border-element {
    position: relative;
    border-bottom: 3px dotted #007B9B;
    width: 90%;
    margin: 0 auto;
}

.splitter .border-element:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 30px;
    background-color: #FFFFFF;
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-header {
    display: none;
}

.mobile-header h1 {
    color: #007B9B;
}

.finish-col{
    background-color: #007B9B;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.finish-col span{
    display: inline-block;
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 36px;
    font-weight: bold;
}

/** Mobile **/
@media screen and (max-width: 1399px) {

}

@media screen and (max-width: 1169px) {

    .active-icon{
        max-width: 250px;
        height: auto;
    }

    .mobile h3{
        text-align: center;
    }

    .mobile a{
        text-decoration: none;
    }

    .navigation-item{
        display: none;
    }

    .navigation-item.active {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    /*.navigation-item.active img {*/
    /*    margin: auto!important;*/
    /*    max-width: 35%;*/
    /*    width: 35%;*/
    /*}*/

    .navigation-item{
        justify-content: start;
    }

    .navigation-item.active img.icon {
        width: 109px;
    }

    .content h1 {
        display: none;
    }

    .mobile-header{
        display: block;
    }

    .navigation-item:not(:last-child)::after {
        display: none;
    }

    .navigation-item.active .icon {
        margin-top: 0;
    }

    .row.navigation{
        padding-top: 0;
    }

}


@media screen and (max-width: 991px) {

    .navigation-item.active img {
        max-width: 45%;
        width: 45%;
    }

    .row.subnavigation a {
        width: 100%;
        border-bottom: 1px solid #EBEBEB;
        padding: 15px 0;
    }

    .row.subnavigation a:hover {
        color: #CBCACA;
    }

    .row.subnavigation a.active:after,
    .row.subnavigation a:hover:after{
        visibility: hidden;
    }

}

@media screen and (max-width: 575px) {

    .container {
        padding: 0 30px;
    }

}