body {padding-top: 0}
header:not(.header__scroll) .header__inner{position: relative;background: rgba(255, 255, 255, 0.01);backdrop-filter: blur(15px);box-shadow: -70px 0px 20px 5px rgba(255,255,255,0.08) inset, 9px 4px 3px -8px rgba(255,255,255,0.4) inset, -9px -4px 3px -8px rgba(255,255,255,0.4) inset;}
header:not(.header__scroll) .header__inner::after, header:not(.header__scroll) .header__inner::before {position: absolute;content: "";pointer-events: none;transition: all 0.15s linear 0s}
header:not(.header__scroll) .header__inner::after {border-bottom: 1px solid rgba(255, 255, 255, 0.2);bottom: 0;top: 50%;left: 4%;right: 0;border-right: 1px solid rgba(255, 255, 255, 0.2);border-radius: 0 0 150px}
header:not(.header__scroll) .header__inner::before {border-top: 1px solid rgba(255, 255, 255, 0.2);top: 0;left: 0;right: 4%;bottom: 50%;border-left: 1px solid rgba(255, 255, 255, 0.2);border-radius: 150px 0 0 0}
.header__menu ul > li > a {color: #fff}
.header__menu ul > li > a::after {background: #fff}

.wrapper__breadcrumb{position: absolute; z-index: 4; left: 0; right: 0; top: 270px}
.wrapper__breadcrumb ul {color: #F6D964}
.wrapper__breadcrumb ul li.sep, .wrapper__breadcrumb ul li a {color: #fff}
.wrapper__breadcrumb ul li a:hover{color: #F6D964}


@media(max-width:1229px){
	.wrapper__breadcrumb{top: 230px}
	
}
@media(max-width:991px){
	.wrapper__breadcrumb{top: 180px}
	header:not(.header__scroll) .header__inner::after {left: 6%}
	header:not(.header__scroll) .header__inner::before {right: 6%}
}
@media(max-width:767px){
	.wrapper__breadcrumb{top: 110px}
}
@media(max-width:575px){
	.wrapper__breadcrumb{top: 90px}
	header:not(.header__scroll) .header__inner::after {left: 8%}
	header:not(.header__scroll) .header__inner::before {right: 8%}
}
