.quick-srch{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
}
.quick-srch-opened .quick-srch{
    opacity: 1;
    pointer-events: all;
}
#lvivcenter-google-search-close,
.quick-srch:before{
    display: none!important;
}
.quick-srch-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background: #FFED75;
    font-size: 1.125rem;
    line-height: 1;
    padding: 16px 0;
    height: 94px;
}
.quick-srch-header .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.quick-srch-header .header_r{
    margin-left: auto;
}
#popup-search-close{
    background: transparent;
    border: none;
    outline: none;
    margin-left: auto;
}
#lvivcenter-google-search{
    width: 100%!important;
    margin-top: 50px;
}
.lvivcenter-google-search-input-wrapper{
    border-bottom: 2px solid #9B1D20!important;
}
.lvivcenter-google-search-input-wrapper input{
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
}
#lvivcenter-google-search button{
    position: relative;
}
#lvivcenter-google-search button:before{
    content: "\e003";
    font-family: "Iconly" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #9B1D20;
    font-size: 23px;
}
#lvivcenter-google-search button svg{
    opacity: 0;
}
.lvivcenter-google-search-tabs{
    width: 100%!important;
    gap: 10px;
}
.lvivcenter-google-search-tab-item{
    height: 44px!important;
    border-radius: 50px;
    border-color: #9B1D20!important;
    font-size: 16px!important;
    font-weight: 400!important;
    color: #9B1D20!important;
    min-width: calc(20% - 10px)!important;
}
.lvivcenter-google-search-tab-item.active,
.lvivcenter-google-search-tab-item:hover{
    background: #9B1D20!important;
    color: #fff!important;
}
#lvivcenter-google-search-results::-webkit-scrollbar,
.lvivcenter-google-search-tabs-wrapper::-webkit-scrollbar{
    width: 2px!important;
    height: 3px!important;
}
.lvivcenter-google-search-tabs-wrapper::-webkit-scrollbar-thumb,
#lvivcenter-google-search-results::-webkit-scrollbar-thumb{
    background: #9B1D20!important;
}

@media screen and (max-width: 996px) {
    .quick-srch-header{
        height: 62px;
        padding: 0;
    }
    .quick-srch-header .container{
        padding: 0 24px;
    }
    .lvivcenter-google-search-tabs{
        width: auto!important;
    }
    .lvivcenter-google-search-input-wrapper{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}