.m-order{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    width: 10px;
    background: #e5e8e6;
}
::-webkit-scrollbar-thumb {
    background: #888;
    width: 6px;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.m-order__row{
    display: flex;
    justify-content: center;
}
.m-order__title{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 30px 0 16px 0;
}
.m-order__info-block{
    flex: 1 1 auto;
    background-color: #f1f4f2;
    border-top: 4px solid #8DC27A;
    padding: 32px 16px;
    overflow: auto;
}
.m-order__info{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #444C59;
    margin-bottom: 17px;
}
.m-order__download{
    margin-top: 20px;
}
.m-order__subtitle{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
}
.m-order__link{
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #3367FF;
    margin-bottom: 7px;
}
.m-order__info span{
    font-weight: 400;
}
.m-btn--rounded{
    height: 32px;
    background: #F1F2F4;
    border-radius: 4px;
    padding: 0 15px;
    outline: none !important;
    border: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2B313B;
    cursor: pointer;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    margin-left: 10px;
    box-sizing: border-box;
}
.m-btn--rounded:first-child {
    margin-left: 0px;
}
a.m-btn--rounded{
    color: #3367FF;
    text-decoration: none !important;
}
a.m-btn--rounded:link,
a.m-btn--rounded:hover,
a.m-btn--rounded:visited{
    color: #2B313B;
    text-decoration: none !important;
}
.m-btn--rounded:disabled{
    color: #A7B0BE;
}

.m-order__btn-block{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.m-order__btn-block .m-btn{
    flex: 1 1 auto;
}
.m-order__btn-block .m-btn:first-child{
    margin-right: 14px;
}
.m_order__footer{
    background-color: #f2f4f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 27px;
}
.m_order__footer .pager{
    margin: 0;
    padding: 0;
}
.m_order__footer__link{
    display: none;
}

.route_search .m-order,
.route_geo .m-order{
    display: flex;
/*     flex-direction: column-reverse !important; */
    overflow: auto;
}
.route_search .m_order__footer,
.route_geo .m_order__footer{
    background-color: #ffffff;
    padding: 0 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 13px;
    margin-top: 67px;
    min-height: 73px;
    box-sizing: border-box;
}
.route_geo .m-order__title{
    font-size: 15px;
}
.route_geo .m_order__footer__link{
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #6B945C;
}

.route_table .m-sidebar__inner--small .m-order,
.page-user-problem-geo .m-sidebar__inner--small .m-order{
    border: 1px solid #e6e8ed;
    padding: 0;
}


.route_problem_geo .m_order__footer,
.route_table .m_order__footer{
    height: 34px;
}
.page-user-problem-geo .m_order__footer #count-of-geo,
.route_table .m_order__footer #count-of-geo,
.page-user-problem-geo .m_order__footer .m-pagination,
.route_table .m_order__footer .m-pagination{
    font-family: Inter;
    font-size: 12px;
    line-height: 16px;
}

.route_node .field-name-field-order-number,
.route_node .file-icon{
    display: none;
}
.route_node .m-order__info-block{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.route_node .field-label,
.route_node .field-items{
    display: inline-block;
}

.route_node .field-name-field-name,
.route_node_geo .field-name-field-name{
    order: 1;
    margin-bottom: 10px;
}
.route_node .field-name-field-date,
.route_node_geo .field-name-field-date{
    order: 2;
    margin-bottom: 10px;
}
.route_node .field-name-field-address{
    order: 3;
    margin-bottom: 10px;
}
.route_node .field-name-field-customer{
    order: 4;
    margin-bottom: 10px;
}
.route_node .field-name-field-area,
.route_node_geo .field-name-field-area{
    order: 5;
    margin-bottom: 10px;
}
.route_node .field-name-field-age{
    order: 6;
    margin-bottom: 10px;
}
.route_node .field-name-field-year{
    order: 7;
    margin-bottom: 10px;
}
.route_node .field-name-body{
    order: 8;
    margin-bottom: 10px;
}
.route_node .field-name-field-arc{
    order: 9;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.route_node .field-name-field-dwg{
    order: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.route_node .m-order__title,
.route_node_geo .m-order__title{
    margin-top: 15px;
    font-size: 17px;
    margin-bottom: 10px;
}


.route_node .field-name-field-arc .field-item,
.route_node .field-name-field-dwg .field-item{
    margin-top: 6px;
}
.m_order__empty{
    display: none;
}
.vbo-views-form.vbo-views-form-empty ~ .m_order__footer,
.vbo-views-form.vbo-views-form-empty{
    display: none;
}

.vbo-views-form.vbo-views-form-empty ~ .m_order__empty{
    display: block;
    margin-bottom: auto;
    padding: 0 13px;
    margin-top: 67px;
    font-family: Inter;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.route_node_geo .m-order {
/*
  width: 400px;
  margin: 67px 24px 15px 24px;
*/
}

#fondgeo-geodelform {
  margin-top: 10px;
}