.navigator {
    width: 100%;
    height: 40px;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-color: #0074BD;
    position: fixed;
}
.navflex {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo {
    width: 30px;
    height: 30px;
    background: url(https://static-esrcdn.pages.dev/Images/logo_R.svg) no-repeat center;
    background-size: 100%;
    margin-left: 30px;
}
.pagesBundle {
    min-width: 50px;
    height: 30px;
    display: flex;
}
.pagesBundle li {
    width: 100px;
}
.pages {
    padding: 6px 9px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}
.pages:hover {
    background-color: rgba(25,25,25,0.1);
}
.searchBundle {
    width: 370px;
    height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    display: flex;
}
.search {
    box-sizing: border-box;
    height: 100%;
    width: 342px;
    border: 0px;
    padding-right: 30px;
    padding-left: 15px;
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 300;
}
.search:focus {
    outline: 0;
    color: #000;
}
.sBtn {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    padding: 0px;
}
.searchIcon {
    background: url(https://static-esrcdn.pages.dev/Images/navigation.svg) no-repeat;
    background-size: 200%;
    background-position-y: -80px;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.searchIcon:hover {
    background-position-x: -20px;
}