.search__input {
    padding: 6px 30px 6px 6px;
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;

}

.search__input::placeholder {
    color: #999999;
}

.search__input:focus {
    outline: none;
}

.search__sbm-btn {
    position: absolute;
    top: 9px;
    right: 8px;
    padding: 0;
    border: 0;
    background: unset;
    cursor: pointer;
}