.ceil-container {
    width: 100%;
    height: 40px;
    background-color: #444;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ceil-container .wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.ceil-info-container {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 1440px;
    top: 0;
    color: #FFF;
    /*flex-wrap: wrap;*/
}

.ceil-info {
    white-space: nowrap;
}

.ceil-container .wrapper {
    width: 100% !important;
}

.logo-container {
    height: 60px;
}

.logo-container .wrapper {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.logo-image img {
    height: 40px;
    width: auto;
    margin-left: 14px;
}

.ceil-container .ceil-info {
    display: block;
}

/*.ceil-container .ceil-info:first-child {*/
/*}*/

.logo-info-container .logo-info,
.logo-info-container .logo-contact,
.logo-navbar-search-container {
    display: none;
}

.logo-navbar-container {
    background-color: #F2F2F2 !important;
}

.logo-container .wrapper {
    background-color: #F2F2F2;
}