.navbar-container {
    display: flex;
    align-items: flex-end;
    padding: 16px 26px 26px;
}

.members-number-box {
    display: none;
}

.profile-data-list {
    display: flex;
    padding: 0;
    padding-top: 16px;
    margin-bottom: 0;
    justify-content: flex-start;
}

.profile-data-item {
    list-style-type: none;
    margin-right: 15px;
    padding-left: 10px;
}

.profile-data-item:first-child {
    padding-left: 0;
}

.profile-data-log-out {
    position: absolute;
    margin: 0;
    padding: 0;
    margin-right: 0;
    float: right;
    padding-right: 21px;
    right: 0;
    top: 16px;
}

.profile-data-link,
.profile-data-link:hover,
.profile-data-link:active {
    text-decoration: none;
}

.profile-data-link:hover {
    color: #999;
}

.profile-data-link {
    color: #999;
    font-size: 12px;
    font-weight: 900;
}

.log-out-profile-data-link {
    font-size: 14px;
}

.navbar-logo {
    width: 150px;
    height: 56px;
}

.logo-icon {
    width: 151px;
}

.navbar-link {
    padding: 0;
    margin-right: 60px;
    display: inline-block;
    height: 100%;
}

.navbar-list {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.grey-line {
    position: absolute;
    z-index: 2;
    height: 3px;
    width: 100%;
    bottom: 0;
    border-bottom: 3px solid #efefef;
}

.navbar-items {
    font-weight: 900;
    font-size: 18px;
    padding: 10px 10px 0px;
    padding-left: 0;
    box-sizing: border-box;
    z-index: 3;
    list-style-type: none;
}

.navbar-items:last-child {
    padding-right: 0;
}

.navbar-links {
    display: inline-block;
    padding: 10px 2px 7px 0;
    border-bottom: 3px solid transparent;
}

.navbar-links:hover {
    border-bottom: 3px solid #475669;
}

/*Search part*/
.search-field-container {
    position: relative;
    display: flex;
    align-items: center;
    /*background-color: #f1ebd3;*/
    padding: 18px;
}

.log-in-container {
    margin-right: 128px;
}

.header-bot_filter-icon {
    height: 50px;
    width: 100px;
    background-image: url('../../i/log-in-btn.png');
    background-size: cover;
}

.modile-header-container {
    display: none;
}

.search-field-box {
    width: 100%;
}

.slider-icon-btn {
    background-color: #faf6e5;
    padding: 10px 30px;
    line-height: 1.1;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.slider-icon-btn:active {
    outline: none;
}

#_sliders-icon {
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 1.1;
    color: #ff8e41;
}

.change-language-box {
    position: absolute;
    right: 18px;
    top: 18px;
    background-color: #faf6e5;
    border-radius: 4px;
    padding: 13px 25px 12px 25px;
    color: #ff8e41;
    cursor: pointer;
}

.selected-language-block {
    width: 100%;
    height: 100%;
    color: #ff8e41;
}

.language-select {
    position: absolute;
    width: 80px;
    color: #ff8e41;
    bottom: -79px;
    right: 18px;
    z-index: 100;
    background-color: #faf6e5;
    cursor: pointer;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
}

.language-select-option {
    display: inline-block;
    padding: 13px 25px 12px 25px;
    color: #475669;
}  

.js-language-select {
    display: none;
}

.language-select-chevron-down {
    position: absolute;
    right: 0;
    top: 17px;
    padding-right: 6px;
}

.close-window-mobile,
.nav-menu-mobile,
.search-icon-mobile {
    display: none;
}

.js-toggle {
    display: none;
}

/*The End of Search part*/

@media only screen and (max-width: 991px) {
    .navbar-container {
        padding: 0px 18px 26px;
    }

    .navbar-hamburger {
        padding-bottom: 0;
        padding-top: 0;
        height: 55px;
        border: none;
    }

    .navbar-hamburger:focus {
        outline: none;
    }

    .navbar-hamburger-icon {
        background-image: none !important;
    }

    .navbar-toggler-icon {
        color: #ff8e41;
        height: auto;
        width: auto;
    }

    .menu-icon {
        font-size: 40px;
        line-height: 1.3;
    }

    .navbar-list {
        padding-top: 20px;
    }

    .navbar-items {
        font-size: 12px;
    }

    .navbar-link {
        margin-right: 30px;
    }

    .log-in-container {
        margin-right: 18px;
    }

    .search-input-group {
        width: 70%;
    }

    #search_field {
        font-size: 12px;
    }
}

@media only screen and (max-width: 800px) {

    .profile-data-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .profile-data-log-out {
        padding-right: 0;
    }
}


@media only screen and (max-width: 740px) {
    .profile-data-item {
        margin-right: 0;
        padding-left: 12px;
    }

    .profile-data-item:first-child {
        padding-left: 0;
    }

    .navbar-link {
        margin-right: 18px;
    }

    .header-bot_filter-icon {
        height: 45px;
        width: 91px;
    }

    .change-language-box {
        padding: 11px 6px 11px 18px;
    }

    .navbar-items {
        font-size: 12px;
    }

    .navbar-links {
        padding: 10px 0px 7px 0;
    }

}

@media only screen and (max-width: 660px) {
    .profile-data-link {
        font-size: 10px;
    }

    .logo-icon {
        width: 130px;
    }

}

@media only screen and (max-width: 622px) {
    .navbar-items {
        font-size: 10px;
    }

}

@media only screen and (max-width: 575px) {
    .logo-icon {
        width: 112px;
    }

    .navbar-container {
        padding: 15px;
        justify-content: space-between;
    }

    .members-number-box {
        display: inline-block;
        font-size: 14px;
        color: #475669;
    }

    .navbar-profile-data-container {
        display: none;
    }

    #navbar_content {
        display: none;
    }

    .log-in-container {
        margin-right: 0;
    }

    .mobile-header-btn-size {
        height: 52px;
        width: 62px;
        margin-right: 13px;
        border-radius: 4px;
        background-color: white;
    }

   .search-field-container {
        display: none;
    }

    .modile-header-container {
        display: block;
        display: flex;
        padding: 10px 16px;
    }

    .mobile-login-btn {
        background-image: url(../../i/log-in-btn-mobile.png);
    }

    .search-field-mobile-container {
        width: 100%;
        left: 0;
        padding: 16px;
        height: 70px;
    }

    .search-field-box {
        display: none;
    }

    .change-language-box {
        display: none;
    }

    .close-window-mobile,
    .nav-menu-mobile,
    .search-icon-mobile {
        display: inline-block;
    }

    .close-window-mobile {
        position: absolute;
        right: 16px;
        top: 0;
        padding: 17px 0;
        height: 100%;
    }

    .close-icon-mobile {
        font-size: 40px;
        color: red;
    }

    .mobile-btn-icon {
        color: #ff8e41;
        font-size: 26px;
        padding: 13px 20px;
    }

    .navbar-links:hover {
       border-bottom: 3px solid transparent;
    }
}



