 /*Поиск*/
    .t-search-widget__overlay_opened{
        background:black;
        transform: translateY(0) !important;
        transition: all 0.2s cubic-bezier(0, 0, 0, 0.99) !important;
        top: 40px !important;
        box-shadow: 0px -70px 0px 20px black;
    }
    
    .t-search-widget__overlay{
        transform: translateY(100%);
        transition: all 0.2s ease-in;
    }
    
    .t985__blockinput{
        border-bottom: 2px solid white !important;
        border-radius: 0px !important;
    }
    
    .t985__blockinput.t-search-widget__blockinput{
        border-radius:0!important;
        border: unset !important;
        border-bottom: 2px solid white !important;
    }
    
    input.t985__input.t-search-widget__input.t-input{
        font-size: 34px;
        text-align: center;
    }
    
    .t-search-widget__search-icon{
        display:none;
    }
    
    .t-search-widget__clear_show{
        display: none !important;
    }
    
    .t-search-widget__popup{
        background: black !important;
    }
    
    .t-search-widget__query-result{
        display:none;
    }
    
    .t-search-widget__resultwrapper{
        background: white;
    }
    
    .t-search-widget__result{
        padding: 6px 20px;
        border-bottom: 1px solid lightgrey;
        margin-bottom: 0 !important;
    }
    
    .t-search-widget__result:hover{
        background: lightgrey;
    }
    
    .t-search-widget__result .t-descr{
        font-size: 20px;
        line-height: 1.2;
        font-weight: 100;
    }
    
    .t-search-widget__result__title{
        font-size: 28px;
        margin-bottom: 0px !important;
    }
    
    .t-search-widget__result__body > b{
        color:black !important;
    }
