.hr-breadcrumb {
/*	padding: 70px 0;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 590px;
	position: relative;
	justify-content: center;
    display: flex;
    align-items: center;
}
.hr-breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(22,22,22,.85);
    top: 0;
    left: 0;
    z-index: 0;
}
.hr-breadcrumb .hr-titel {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.22;
	margin-bottom: 21px;
	color: var(--white);
	margin-top: 60px;
	position: relative;
    padding-top: 200px;
    font-family: var(--font-02);
    text-transform: uppercase;
}
.hr-breadcrumb .hr-titel span {
	color: var(--white)
}
.hr-breadcrumb .hr-text {
	margin-bottom: 0;
    font-size: 18px;
	color: var(--white);
    position: relative;
}
.hr-breadcrumb .btn-main {
	margin-top: 1.2rem;
	display: inline-block
}

.hr-breadcrumb-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    list-style-type: none;
    position: relative;
}
.hr-breadcrumb-link li {
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    font-family: var(--font-02);
}

.hr-breadcrumb-link li a {
    color: var(--white);
    font-weight: 300;
    font-family: var(--font-02);
}
.hr-breadcrumb-link li a .dvdr{
    margin: 0 18px;
    color: #fff;
}
.hr-breadcrumb .shape-01 {
    position: absolute;
    z-index: 111;
    bottom: 0;
    left: 30px;
}
.hr-breadcrumb-link .hr-breadcrumb-ul{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 2px 20px;
    background: radial-gradient(151.64% 120.36% at 47.19% -.63%,rgba(37,65,76,.4) 0,rgba(37,65,76,0) 100%);
    border: 1px solid hsla(0,0%,100%,.3);
}
.hr-breadcrumb .shape-02 {
    position: absolute;
    z-index: 111;
    bottom: 0;
    right: 85px;
}
.hr-breadcrumb .shape-02 img {
    /*max-width: 340px;*/
}
.hr-desktop-banner {
    display: block;
}
.hr-mobile-banner {
    display: none;
}
.hr-tablet-banner {
    display: none !important;
}
@media(min-width:1366px){
    .hr-breadcrumb .shape-02 img {
        max-width: 350px;
        width: 350px;
    }
}
@media(min-width:1517px){
    .hr-breadcrumb .shape-02 img {
        max-width: 450px;
        width: 450px;
    }
}
@media (max-width: 1800px) {

    .hr-breadcrumb .shape-01 {

        left: 0;

    }

    .hr-breadcrumb .shape-01 img {

    	max-width: 330px;

    }

    .hr-breadcrumb .shape-02 {

        right: 0;

    }

}

@media (max-width: 1500px) {

    .hr-breadcrumb {

        min-height: 530px;

    }

    .hr-breadcrumb .hr-titel {

        font-size: 45px;

        line-height: 70px;

    }

    .hr-breadcrumb .shape-01 img {

    	max-width: 250px;

    }

}

@media (max-width: 1200px) {

    .hr-breadcrumb {

        min-height: 400px;

    }

    .hr-breadcrumb .shape-01 {

        left: 30px;

    }

    .hr-breadcrumb .shape-01 img {

    	max-width: 200px;

    }

    .hr-breadcrumb .shape-02 img {

        max-width: 270px;

    }

}

@media (max-width:1024px){

    .hr-mobile-banner {

        display: none !important;

    }



    .hr-desktop-banner {

        display: none;

    }



    .hr-tablet-banner {

        display: block !important;

    }

}

@media (max-width: 991px) {

	.hr-breadcrumb .shape-01 {

        left: -50px;

    }

    .hr-breadcrumb .shape-02 {

        right: 8px;

    }

    .hr-breadcrumb .shape-02 img {

        max-width: 260px;

    }

}

@media (max-width: 767px) {

    .hr-breadcrumb {

/*        min-height: 300px;*/

        padding: 70px 0;

    }

    .hr-breadcrumb .shape-01 {

        display: none;

    }

    .hr-breadcrumb .shape-02 {

        display: none;

    }

    .hr-breadcrumb .hr-titel{

        font-size: 32px;

        padding-top: 100px;

    }

    .hr-mobile-banner {

        display: block !important;

    }



    .hr-desktop-banner {

        display: none;

    }



    .hr-tablet-banner {

        display: none !important;

    }

}

@media screen and (max-width:425px) {

	.hr-breadcrumb {

		padding: 90px 0

	}

}