.search-page a{
    color: #2E59DE;
}
.search-page input[type="submit"]:hover{
    opacity: 0.8;
}
.search-page input[type="submit"]{
    padding: 8px 10px 7px;
    max-width: 160px;
    border-radius: 124px;
    background: #2E59DE;
    width: 100%;
    border: none;
    color: var(--white);
    font-family: var(--inter);
    font-size: var(--s16);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.search-page input[type="text"]{
    color: var(--dark);
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border: none;
    padding: 0;
    min-width: 115px;
    width: 100%;
    max-width: 459px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--blue);
    background: var(--white);
    padding: 9px 8px 7px 19px;
    margin-right: 28px;
    margin-top: 9px;
}
.title-search-result a{
    color: #2E59DE;
}
.title-search-result th{
    display: none;
}
div.title-search-result {
    background: #ffff;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #afafaf;
    border-top-right-radius: 0;
}

.title-search-result::-webkit-scrollbar {
    width: 12px;               /* ширина всей полосы прокрутки */
}

.title-search-result::-webkit-scrollbar-track {
    background: #fff;        /* цвет зоны отслеживания */
}

.title-search-result .title-search-item img{
    display: none;
}
div.title-search-result {
    padding: 0 10px;
}
.title-search-result::-webkit-scrollbar-thumb {
    background-color: #ccc;    /* цвет бегунка */
    border-radius: 20px;       /* округлось бегунка */
    border: 3px solid #fff;  /* отступ вокруг бегунка */
}
div.title-search-result .title-search-fader {
    display: none!important;
}