.m-header{
    height: 58px;
    width: 100vw;
    background-color: #f1f4f2;
    display: flex;
    align-items: baseline;
    position: relative;
}
.m-header__btn{
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.m-header__inner{
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #f1f4f2;
    padding: 0 20px;
    z-index: 10005;
    border-bottom: 1px solid #C1CAD3;
}

.search-tabs{
    margin-top: auto;
    height: 45px;
    display: flex;
    position: relative;
    z-index: 5;
    min-width: 270px;
}
.search-tabs .search-tabs__tab {
    position: relative;
    bottom: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 27px 0 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #3367FF;
    margin: 0 1px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    border: 1px solid transparent;
    
}
.search-tabs .search-tabs__tab svg{
    margin-right: 11px;
}
.search-tabs .search-tabs__tab svg path{
    fill: #3367FF;
}


.search-tabs .search-tabs__tab.search-tabs__tab--active {
    color: #788BA5;
    background: #FAFDFF;
    border-radius: 5px 5px 0 0;
    border: 1px solid #C1CAD3;
    border-bottom: 1px solid #FAFDFF;
}
.search-tabs .search-tabs__tab.search-tabs__tab--active svg path{
    fill: #788BA5;
}

.search-bar{
    position: absolute;
    width: 100vw;
    height: 67px;
    top: calc(100% + 0px);
    left: 0;
    background-color: #FAFDFF;
    transition: all ease 1s;
    z-index: 10004;
    border-bottom: 1px solid #c9d1db;
}

.search-bar--hidden{
    transform: translateY(-100px);
}
.search-bar .search-bar__btn-hide{
    background: #3367FF;
    border-radius: 4px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    margin-right: 24px;
    cursor: pointer;
}

.search-bar .search-bar__inner{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 22px;
    box-sizing: border-box;
}
.d-none {
    display: none !important;
}

#geocoder,
#filter,
#filter-table{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
}


#filter .m-input-box,
#filter-table .m-input-box,
#geocoder .m-input-box{
    max-height: 32px;
    height: 100%;
}

#geocoder{
    display: flex;
}

#geocoder .m-input-box{
    max-width: 720px;
    margin-right: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#geocoder .m-input-box input{
    width: 2000px;
    max-width: 720px;

}
#geocoder .m-btn--blue {
    margin-right: 8px;  
}
#geocoder .m-btn{
    min-width: 133px;
}
#filter .m-btn,
#filter .m-input-box,
#filter .custom-select,
#filter-table .m-btn,
#filter-table .m-input-box,
#filter-table .custom-select {
    margin-right: 8px;
}
#filter .filter-1, #filter-table .filter-1{
    max-width: 124px;
}
#filter .filter-1 input,
#filter-table .filter-1 input {
    padding-right: 10px;
}
#filter .filter-2, #filter-table .filter-2{
    max-width: 309px;
}
#filter .filter-3, #filter-table .filter-3{
    max-width: 309px;
}
#filter .filter-4, #filter-table .filter-4{
    max-width: 185px;
}
#filter .filter-5, #filter-table .filter-5{
    max-width: 130px;
}
#filter .filter-6, #filter-table .filter-6{
    max-width: 99px;
}
#filter .filter-nid, #filter-table .filter-nid{
    max-width: 32px;
}
#filter .filter-nid-div, #filter-table .filter-nid-div{
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    box-shadow: none;
    margin-top: 0;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: auto;
    pointer-events: auto;
}
#filter .filter-nid-a, #filter-table .filter-nid-a{
    display: block;
    width: 28px;
    height: 28px;
    background: #fff url("../../../images/draw-search_.png") no-repeat top center;
    box-sizing: border-box;
    border-radius: 2px;
    outline: none;
}
#filter .filter-nid-a:hover, #filter-table .filter-nid-a:hover{
    background-color: #eee !important;
}
#filter .filter-7 ,#filter-table .filter-7{
    padding: 0 23px;
}
#filter .filter-8, #filter-table .filter-8{
    padding: 0 28px;
}
.filter-5 .btn-group,
.filter-5 .btn-group button,
.filter-6 .btn-group,
.filter-6 .btn-group button{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-5 .btn-group button span,
.filter-6 .btn-group button span{
    max-width: calc(100% - 10px);
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}
.filter-5 .btn-group button,
.filter-6 .btn-group button{
    border-color: #8A96A8;
}
.filter-5 .btn-group .dropdown-toggle,
.filter-6 .btn-group .dropdown-toggle,
.filter-5 .btn-group .dropdown-toggle:hover,
.filter-6 .btn-group .dropdown-toggle:hover,
.filter-5 .btn-group .dropdown-toggle:active,
.filter-6 .btn-group .dropdown-toggle:active
.filter-5 .open.btn-group .dropdown-toggle,
.filter-6 .open.btn-group .dropdown-toggle{
    color: #626F84 !important;
    box-shadow: none !important;
    background-color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #8A96A8 !important;
    height: 32px;
}
.filter-5 .dropdown-menu input,
.filter-6 .dropdown-menu input{
    display: none;
}

.filter-5 .multiselect-container.dropdown-menu li.active,
.filter-6 .multiselect-container.dropdown-menu li.active,
.filter-5 .multiselect-container.dropdown-menu li.active a,
.filter-6 .multiselect-container.dropdown-menu li.active a,
.filter-5 .multiselect-container.dropdown-menu li.active label,
.filter-6 .multiselect-container.dropdown-menu li.active label{
    color: white;
    background-color: #3367ff !important;
}
.filter-5 .dropdown-menu label,
.filter-6 .dropdown-menu label{
    padding-left: 0;
    padding-right: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #626F84;
}
.filter-5 .dropdown-menu a,
.filter-6 .dropdown-menu a{
    outline: none !important;
}
.filter-5 .dropdown-menu{
    min-width: 130px;
    max-width: 130px;
}

.route_user_edit .search-tabs__tab,
.route_problem_geo .search-tabs__tab,
.route_node .search-tabs__tab,
.route_node_geo .search-tabs__tab,
.route_search .search-tabs__tab,
.route_node_add .search-tabs__tab,
.route_node_edit .search-tabs__tab,
.route_user .search-tabs__tab{
    display: none;
}
.route_table #search-tab-search,
.route_table #search-tab-filter{
    display: none;
}
#link_table{
    margin: 0 35px;
}
#search-tab-table-filter{
    display: none;
}
.route_table #search-tab-table-filter{
    display: flex;
}
.route_table #geocoder,
.route_table #filter{
    display: none;
}

.m-message{
    display: none;
    z-index: 1;
}
.m-message .m-message__ok{
    /*display: none;*/
    margin-right: 10px;
}
.m-message .m-message__message{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.m-message .m-message__close{
    /*display: none;*/
    cursor: pointer;
}

.route_node_add .m-message {
    display: flex;
    align-items: center;
    max-width: 1207px;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    background: #F2FCF5;
    border: 1px solid #2ABB5B;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 25px auto 0 auto;
    position: absolute;
    left: 50%;
    top: 132px;
    transform: translateX(-50%);
    z-index: 10002;
}

.route_node_add:not(.admin-menu) .m-message {
    top: 147px;
}