.ws-layout {
    background: #1F22294D;
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 0.4s ease-out allow-discrete;
}
.ws-layout.is--opened {
    opacity: 1;
}

#paramFilter {
    padding: 0;
}
.filter-row .filter-row-item.visible .filter-item-inner {
    max-height: none;
}
.filter-wnd {
    padding: 4rem 2.4rem 0;
}
.filter-wnd [data-ctrl="closer"] {
    display: none;
}
html {
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.h2-right{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center !important; align-content: stretch; white-space: nowrap;}
.h2-right span{white-space: wrap; font-size: 2.0rem !important;}

