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

@media screen and (max-width: 915px) {
    .show-menu {
        display: inline-block;
    }
    
    .menu-main {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .project-search {
        top: 110px;
        width: 100vw;
        margin-top: 38px;
        z-index: 10000;
        position: absolute;
        right: 0;
    }
    
    .cat {
        font-size: 14px;
    }
}


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

}


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

}

