@charset "utf-8";

header{
    position: fixed; 
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;     
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    height: 56px;
/*    background-color: #ffffff;
    border-bottom: solid 1px #e5e5e5;*/
}

.header__container{
    width: 97%;
    margin: 0px auto;
    margin-top: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header__bland{
    margin-left: 8px;
}

.header__bland img{
    width: 170px;
}

.header__about{
    margin-right: 10px;
    margin-top: 5px;
    letter-spacing: 2px;
}

.header__about a{
    text-decoration: none;
    font-size: 16px;
    color: #828282;
}