main {
    padding-top: 165px !important;
}

@media screen and (max-width: 1300px) {
    main {
        padding-top: 95px !important;
    }
}

@media screen and (max-width: 991px) {
    main {
        padding-top: 120px !important;
    }
    .header-search-block {
        order: 2;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100%);
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100%);
        width: 100%;
        max-width: -webkit-calc(100%);
        max-width: calc(100%);
        margin-top: 30px;
    }
}

.header-search-block {
    display: flex;
    justify-content: center;
}
.search-wrapper {
    position: relative;
    padding-right: 0 !important;
    width: 100%;
}
.search-input {
    margin-bottom: 0 !important;
}
.search-results {
    list-style: none;
    padding-left: 20px;
    border: 1px solid;
    background-color: white;
    position: absolute;
    width: 100%;
}
.search-results li {
    width: 80%
}
.search-results li a:hover {
    color: green;
}

.search-input .form-control-feedback {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #ccc;
}

.search-input .form-control {
    padding-right: 12px;
    padding-left: 36px;
    border-radius: 5px;
}

.search-input #search::placeholder {
    font-weight: bold;
}

.mobile-logout {
    display: none !important;
}

@media screen and (max-width: 769px) {
    .mobile-logout {
        display: block !important;
    }
}

