body{
    padding: 0;
    margin: 0;
}
.wrapper{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.main-header{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.main-header .header-bg{
    width:100%;
    height: 200px;
    background-image: url('/img/bg.jpg');
    background-size:cover;
    background-position:100% 90%;
}

.main-header .header-profile{
    height: 140px;
    position:absolute;
    background: #fff;
    bottom:-60px;
    left: -100px;
    right: -100px;
    border-radius:500px 500px 0 0;
    box-sizing: border-box;
    box-shadow: 1px 0px 0px #000;
    display: flex;
}

.main-header .header-profile .profile-avatar {
    width: 130px;
    height:80px;
    display: flex;
    justify-content: center;
    justify-self: center;
    margin: 0;
    margin-left:135px;
    margin-top:-21px;
    border-radius: 50%;
    padding: 0;
}


.main-header .header-profile .profile-avatar img{
    width:100%;
    height:100%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: solid 2px #aaa;
}

.main-header .header-profile .profile-title{
    width:90%;
    height:90%;
    margin-top:2px;
    margin-left: 15px;
    font-size: 20px;
    color: #444;
}

.filters{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:0px;
    z-index: 122222222200001119;
    position: absolute;
    top:230px;
}

.filters .filter-search{
    display:flex;
    justify-content: center;
}

.filters .filter-search .left svg{
    margin-right: 10px;
    margin-top: 7px;
}

.filters .filter-search .right input{
    width: 270px;
    height: 30px;
    border: solid 1px #999999;
    border-radius: 4px;
    outline: none;
}

.filters .filter-search .right input::placeholder{
    padding-left: 5px;
}

