.page-404 {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 15px;
    top: 0;
    z-index: 2222222;
    left: 0;
    background: #fff;
}

.navigation__link {
    transition: .2s;
}

.navigation__link:hover {
    color: #209cee;
}

div.bx-component-opener {
    position: absolute!important;
    z-index: 99996!important;
}

.bx-context-toolbar-empty-area:hover {
    outline: 1px solid #8f8f8f;
}

.bx-core-dialog-overlay {
    z-index: 99999999 !important;
}

.bx-core-adm-dialog {
    z-index: 999999999 !important;
}

.bxhtmled-popup {
    z-index: 9999999999 !important;
}

.field-text__input--select-placeholder {
    color: #cbcbcb;
}

.field-text__input--select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.field-text__input--select option {
    color: #000;
}

.field-text__input--select option[disabled] {
    display: none;
}

.search-page .form__search {
    border: 1px solid #c1c1c1;
}

@media (max-width: 1219px) {
    .navigation__submenu-list {
        padding-left: 20px;
    }
    .navigation__submenu-list a {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .table td, .table th {
        padding: 10px 4px;
    }
}

.logo {
    transition: 0;
}