.ladning__page-newsletter-main > footer {
    position: relative;
}


.section-saf {
    margin-top: 60px;
}

.section-saf h1 {
    font-size: 45px;
    line-height: 54px;
}

.section-saf .cols {
    display: flex;
    justify-content: space-between;
}

.section-saf .col-1 {
    width: 45%;
}

.section-saf .col-2 {
    width: 100%;
    max-width: 618px;
}

@media (max-width: 769px) {
    .section-saf {
        margin-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-saf h1 {
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 5px;
    }

    .section-saf .cols {
        flex-wrap: wrap;
    }

    .section-saf .col-1 {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .section-saf .col-2 {
        width: 100%;
        max-width: 100%;
    }

    .section-saf .steps__container {
        order: -1;
        margin: 30px -16px 20px;
        padding: 0;
    }
}

/* Steps */
/* Prgoress line */
.steps__container {
    margin-top: 60px;
}

.steps__container ul.steps {
    display: flex;
}

li.step {
    position: relative;
    opacity: 0.5;
    cursor: pointer;
    width: 120px;
}

li.step.active {
    opacity: 1;
}

li.step #step-circle img {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
}

li.step #step-yellow {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: solid 2px #F8B32A;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 2;
    position: relative;
}

li.step.active #step-yellow {
    background-color: #F8B32A;
}

li.step.active #step-yellow::before {
    content: "\f00c";
    margin-left: 3px;
    margin-top: 4px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: top;
    color: #fff;
}

li.step.active:last-child > #step-yellow {
    width: 20px !important;
    height: 20px !important;
    background-color: #F8B32A !important;
}

li.step.active:last-child > #step-yellow::before {
    content: "\f00c" !important;
    margin-left: 2px !important;
    margin-top: 4px !important;
    font-size: 14px !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600 !important;
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    vertical-align: top !important;
    color: #fff !important;
}

li.step.activeCurrent {
    opacity: 1;
}

li.step.activeCurrent #step-yellow {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border: solid 3px #F8B32A;
    margin-top: -3px;
}

li.step.active.activeCurrent #step-yellow::before {
    content: '';
}

li.step #step-circle::before {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #F8B32A;
    left: 0px;
    top: 65px;
    z-index: 1;
}

li.step p {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

li.step.active.activeCurrent p {
    font-weight: bold;
}

/* Columns */
.steps__container .cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.steps__container .cols .col-1 {
    width: 45%;
    margin-right: auto;
    margin-left: 0px;
}

.steps__container .cols .col-2 {
    width: 50%;
}

.steps__container .text__container h2 {
    margin-bottom: 30px;
    font-size: 36px;
}

@media (max-width: 769px) {

    /* Columns */
    .steps__container .cols {
        flex-wrap: wrap;
    }

    .steps__container .cols .col-1 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .steps__container .cols .col-2 {
        width: 100%;
    }

    li.step {
        position: relative;
        opacity: 0.5;
        cursor: pointer;
        width: 70px;
    }

    li.step p {
        margin-top: 15px;
        text-align: center;
        font-size: 9px;
    }

    li.step.active.activeCurrent #step-yellow {
        background-color: #fff;
        width: 16px;
        height: 16px;
        border: solid 3px #F8B32A;
        margin-top: 2px;
    }

    .steps__container {
        padding: 0px 16px 0px;
    }

    .steps__container ul.steps {
        justify-content: center;
    }
}

/* Text */
.saf-text ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.saf-text ul li::before {
    content: "\f00c";
    margin-left: 0px;
    margin-top: 8px;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: top;
    color: #000;
    position: absolute;
    left: 0px;
}


/* Section contact */
.section__contact {
    margin-top: 90px;
}

.contact-banner__container {
    background-color: #F8B32A;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between
}

.contact-banner__text {
    width: 40%;
}

.contact-banner__text h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.contact-banner__profiles {
    width: 55%;
}

@media (max-width: 769px) {
    .section__contact {
        padding-left: 16px;
        padding-right: 16px;
    }

    .contact-banner__container {
        flex-wrap: wrap;
    }

    .contact-banner__text {
        width: 100%;
    }

    .contact-banner__profiles {
        width: 100%;
    }
}

ul.cb__profiles {
    display: flex;
    gap: 15px;
}

ul.cb__profiles li {
    text-align: center;
}

ul.cb__profiles li p {
    margin-bottom: 5px;
}

ul.cb__profiles li img {
    width: 100px;
    height: 100px;
}

ul.cb__profiles li p.cb_name {
    font-weight: bold;
}

ul.cb__profiles li p.cb_about {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 769px) {
    ul.cb__profiles {
        flex-wrap: wrap;
    }

    ul.cb__profiles li p {
        word-break: break-all;
    }

    ul.cb__profiles li {
        width: 100%;
        max-width: calc(50% - 8px);
    }

    ul.cb__profiles li:nth-child(n+3) {
        display: none;
    }
}