.lsfw-srch-suggest {
    position: absolute;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 4;
    width: 100%;
    max-height: 450px;
    overflow: auto;
    background-color: #f4f4f4;

    border-top: none;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
}

/*скрол*/

.lsfw-srch-suggest::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #F5F5F5;
    z-index: 10;
}

.lsfw-srch-suggest::-webkit-scrollbar {
    margin-top: 5px;
    width: 7px;
    background-color: #F5F5F5;
}

.lsfw-srch-suggest::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #ccc;
}

/*скрол*/
.lsfw-srch-suggest .lsfw-srch-suggest__ttl:first-of-type {
    margin-top: 0;
}

.lsfw-srch-suggest__ttl {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
}

.lsfw-srch-suggest__list .bth__bold-link.big {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

.lsfw-srch-suggest__list .bth__bold-link {
    font-size: 13px;
    display: block;
}

.lsfw-srch-suggest__list {
    color: #475669;
    display: block;
    padding: 6px 10px;
    position: relative;
    background-color: white;
}

.lsfw-srch-suggest__list .lsfw-flag--50w {
    margin-right: -4px;
}

.lsfw-srch-suggest__list:hover {

    background-color: #f5fafd;
}

.lsfw-srch-suggest__list > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.lsfw-srch-suggest .lsfw-srch-suggest__ttl:not(:first-of-type) {

}

.lsfw-srch-suggest__last-right .cbx-blue {
    margin-left: auto;
}

.lsfw-srch-suggest__last-right .bth__ava-35 {
    margin-right: 10px;
}

.lsfw-srch-suggest__last-right {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .lsfw-srch-suggest__list .lsfw-flag--50w + div {
        margin-right: 0;
    }

    .lsfw-srch-suggest__list .lsfw-flag--50w + div .bth__bold-link + .fz12 {
        line-height: 12px;

    }

    .lsfw-srch-suggest__list .lsfw-flag--50w + div .bth__bold-link {
        max-width: 182px;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
}
