@media screen and (max-width: 1920px){
    #logos{
        width: 120px !important;
    }
    #evoForumTopMenu #searchBox {
        width: 30%;
    }
    #LBS{
        width: 22%;
    }
}
@media screen and (max-width: 1366px){
    #logos{
        width: 120px !important;
    }
    #evoForumTopMenu #searchBox{
        width: 40%;
    }
    #LBS{
        width: 30%;
    }
}
@media screen and (max-width: 1024px){
    #evoForumTopMenu{
        padding: 6px 10px !important;
    }
    #logos{
        width: 5% !important;

        background-image: url("../../../images/logo/masterMini.svg");
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center;
    }
    #logos img{
        width: 32px !important;
        height: 32px !important;

        opacity: 0;
    }
    #searchBox{
        margin-left: 6px !important;
        width: 60% !important;
    }
    #searchButton{
        background-image: url("../../../images/evonet/search.svg");
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 0.5em;
        color: transparent;
    }
    .evoNetRegister{
        background-image: url("../../../images/evonet/singin.svg");
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 0;
        color: transparent;
        min-width: 0;
        width: 40%;
    }
    .evoNetLogin{
        background-image: url("../../../images/evonet/login.svg");
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 0.5em;
        color: transparent;
        min-width: 0;
    }
    #LBS{
        width: 30% !important;
    }
    .evoNetUserMenuAvatar{
        width: 20% !important;
    }
    #evoNetEscape{
        background-image: url("../../../images/evonet/exit.svg");
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 0;
        color: transparent;
        min-width: 0;
        width: 20% !important;
    }
    .evoNetUser{
        width: 60% !important;
    }
}

.evoNetUser a{
    color: rgb(0, 0, 0) !important;
}

.evoNetRegister{
    min-width: 0;
    width: 45% !important;
    margin-right: 0;
}
.evoNetLogin{
    min-width: 0;
    width: 45% !important;
}

#evoForumTopMenu{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    display: block;
    padding: 8px 30px;
    z-index: 1;
}

#evoForumTopMenu #logos{
    float: left;
    position: relative;
}
#LBS{
    float: right;
    position: relative;
}
#LBS input{
    float: right;
    height: 32px;
    margin-top: 0.1em;
    margin-bottom: 0;
}
#evoForumTopMenu #searchBox{
    height: 32px;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid #007bb8;
    font-size: 1.0em !important;
    float: left;
}

#searchBox #searchContainer{
    display: grid;
    grid-template-columns: 1fr 64px;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

#evoForumTopMenu #search{
    height: 30px;
    padding: 0;
    display: block;
    margin : 0 0 0 0 !important;
    border: 0 solid #fff;
    border-radius: 4px 0 0 4px;
}
#evoForumTopMenu #searchButton {
    height: 30px;
    border: none;
    display: block;
    padding: 0 !important;
    margin : 0 0 0 0 !important;
    min-width: 0 !important;
    font-size: 0.7em;
    border-radius: 0 !important;
}
#evoNetEscape {
    background-color: #aa1111;
    border: none;
    border-radius: 0 4px 4px 0;
    float: right;

    height: 30px !important;

    width: 25%;
    max-width: 80px;

    padding-left: 0 !important;
    padding-right: 0 !important;
    margin : 0 0 0 0 !important;
    min-width: 0 !important;

}