.section-header-breadcrumbs-2 {
    margin-bottom: 48px;
}
.section-header-breadcrumbs-2 .inner-wrapper{
    width: 100%;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 32px;
}
.section-header-breadcrumbs-2 .inner-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 35%, #000000 100%)
}
.section-header-breadcrumbs-2 picture{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.section-header-breadcrumbs-2 picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-header-breadcrumbs-2 .inner-wrapper .container-fluid{
    z-index: 5;
}
.section-header-breadcrumbs-2 .breadcrumbs-text{
    color: var(--color-white);

}
.section-header-breadcrumbs-2 .breadcrumbs-text p{
    margin: 0;
}
.section-header-breadcrumbs-2 .btns{
    margin-top: 64px;
    width: 100%;
}
.section-header-breadcrumbs-2 .btns .btn{
    width: 100%
}
.section-header-breadcrumbs-2 .items{
    margin-top: 36px;
    padding-top: 32px;
    margin-bottom: 40px;
    border-top: var(--border-style-1)
}
.section-header-breadcrumbs-2 .items .item{
    width: calc(50% - 12px);

}
.section-header-breadcrumbs-2 .items .item .header{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    color: var(--color-purple);
    margin-bottom: 4px;
}
.section-header-breadcrumbs-2 .items .item .text{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-grey-3);
}
.section-header-breadcrumbs-2 .items + .btns{
    margin-top: 0;
}
.section-header-breadcrumbs-2 .form-wrapper{
    padding: 32px;
    background: var(--color-grey-9);
    border: var(--border-style-1);
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    margin-top: 80px;
}
@media (min-width: 576px){
    .section-header-breadcrumbs-2 .btns{
        width: auto;
    }
}
@media (min-width: 768px){
    .section-header-breadcrumbs-2 picture{
        width: 80%;
    }
}
@media (min-width: 992px){
    .section-header-breadcrumbs-2 .inner-wrapper{
        padding-top: 150px;
        padding-bottom: 88px;
    }
    .section-header-breadcrumbs-2 picture{
        width: 65%;
    }
    .section-header-breadcrumbs-2:before {
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, .8) 50%, #000000 100%);
    }
}

@media (min-width: 1200px){
    .section-header-breadcrumbs-2 .inner .mb-40{
        margin-bottom: 48px;
    }
    .section-header-breadcrumbs-2 .inner .h1{
        margin-bottom: 28px;
    }
    .section-header-breadcrumbs-2 .breadcrumbs-text{
        font-size: 24px;
        line-height: 100%;
    }
    .material-service .section-header-breadcrumbs-2,
    .material-about .section-header-breadcrumbs-2{
        margin-bottom: 110px;
    }

    .section-header-breadcrumbs-2 .items{
        margin-top: 32px;
        padding-top: 32px;
        padding-bottom: 32px;
        margin-bottom: 52px;
        border-top: var(--border-style-1);
        border-bottom: var(--border-style-1);
        width: 100%;
    }
    .section-header-breadcrumbs-2 .items .item{
        width: calc((100% - 24px * 3) / 4 );
    }
    .section-header-breadcrumbs-2 .items .item .text{
        font-size: 18px;
        color: #FFFFFFB2;
        line-height: 18px;
    }
    .section-header-breadcrumbs-2 .form-wrapper {
        margin: 0;
        position: absolute;
        bottom: 140px;
        z-index: 9;
        max-width: 360px;
        right: 24px;
    }
    .section-header-breadcrumbs-2 .form-wrapper .form-privacy-text{
        margin-top: 16px;
    }
}
@media (min-width: 1400px){
    .section-header-breadcrumbs-2 .form-wrapper {
        max-width: 450px;
    }
}
@media (min-width: 1720px){
    .section-header-breadcrumbs-2 .form-wrapper {
        max-width: 600px;
        padding: 48px 84px 64px 84px;
    }
}
@media (min-width: 1820px){
    .section-header-breadcrumbs-2 .form-wrapper {
        right: calc((100vw - 1820px + 48px) / 2);
    }
}