.upper-sreach {
    position: relative;
    float: right;
    margin-top: 20px;
    height: 38px;
    vertical-align: bottom;
}

.upper-sreach-input {
    width: 240px !important;
    height: 100% !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
    background-color: #d7d7d744 !important;
    line-height: 38px !important;
    font-size: 14px !important;
    border-radius: 5px 0 0 5px !important;
    outline: none !important;
    border: none !important;
}

.upper-sreach-button {
    width: 72px;
    height: 100%;
    background: #2ca1e3;
    outline: none;
    border: none;
    margin-left: -10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.upper-sreach-icon {
    position: absolute;
    font-size: 27px;
    line-height: 38px;
    color: white;
    right: 22px;
    pointer-events: none;
}

.logo.fl.hide-text img {
    height: 72px;
}

