.header_search-form {
    position: relative;
}
.header_search-form input[type=text] {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 36px;
    padding: 0 25px 0 16px;
    width: 100%;
}
.header_search-form input[type=text]::placeholder {
    font-family: 'Play', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #A6A6A6;
}
.header_search-form input[type=submit] {
    position: absolute;
    right: 13px;
    border: 0;
    width: 11px;
    height: 36px;
    mask: no-repeat center url("/local/templates/kmktradeco/images/icons/kmk_search.svg");
    -webkit-mask: no-repeat center url("/local/templates/kmktradeco/images/icons/kmk_search.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    background: #777777;
}