input#searchsubmit {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
    opacity: 0;
}
.form-axpanded input#searchsubmit{
    width: 40px;
}
.collapse-navbar .navbar-nav.form-active {
    display: none;
}

/*.navbar-btn > a {*/
/*    text-decoration: none;*/
/*    color: #ffffff;*/
/*}*/
/*.header-buttons {*/
/*    margin: 0;*/
/*}*/
/*.header-buttons > li {*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*#menu-header-menu > li > .dropdown-menu .dropdown-item.active,*/
/*#menu-header-menu > li > .dropdown-menu.dropdown-item:active {*/
/*    background-color: #ffffff;*/
/*}*/

/*ul.header-buttons-wrap > li {*/
/*    margin-bottom: 0;*/
/*}*/
/*ul.header-buttons-wrap > li + li {*/
/*    margin-left: 15px;*/
/*}*/

#searchModal {
    z-index: 10003;
    padding-right: 0 !important;
    background: rgba(34, 34, 34, 0.55);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
#searchModal .close {
    position: fixed;
    top: 18px;
    right: 44px;
    background: #000000;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.43);
    border-radius: 8px;
    width: 56px;
    height: 54px;
    opacity: 1;
}
@media (max-width: 798px) {
    #searchModal .close {
        top: 16px;
        right: 24px;
    }
}
#searchModal .close .icon-close {
    font-size: 21px;
}
#searchModal .modal-dialog {
    max-width: 594px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 74%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
@media (max-width: 650px) {
    #searchModal .modal-dialog {
        max-width: calc(100% - 48px);
        margin: 170px 24px 24px;
        height: unset;
    }
}
#searchModal .modal-dialog .modal-content {
    border: 0;
    border-radius: 8px;
}