.l-header.fixed {
    position: fixed;
    height: 80px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    padding: 5px 0;
}
.l-header.fixed .l-header-h {
   margin: 0 auto; 
}
.fixed .w-logo-img {
    height: 70px !important;
}
.social-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.social-btn .item-btn {
    display: flex;
    height: 50px;
    margin-left: 10px;
    margin-top: 9px;
    opacity: 0.2;
}
.social-btn .item-btn:hover {
    opacity: 0.3;
}
.social-btn .item-btn img {
    height: 100%;
}
.one_page_home .l-header.type_hidden + .l-main {
    padding-top: 80px !important;
}
.g-html p {
    margin-bottom: 10px;
}