.dps-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.dps-head {
    margin: 10px 0 10px;
    text-align: left;
}

.dps-image {
    display: block;
    width: 140px;
    max-width: 100%;
    height: auto;
}

.dps-form {
    width: 100%;
    margin: 0;
}

.dps-search-row {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    border: 1px solid #222222;
    background: #ffffff;
    box-sizing: border-box;
}

.dps-input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 54px;
    padding: 0 16px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 0;
    box-shadow: none;
}

.dps-input:focus {
    outline: none;
}

.dps-input::placeholder {
    color: #666666;
}

.dps-button {
    flex: 0 0 56px;
    width: 56px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dps-button:focus {
    outline: none;
}

.dps-icon {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
    .dps-image {
        width: 110px;
    }

    .dps-search-row {
        min-height: 52px;
    }

    .dps-input,
    .dps-button {
        height: 50px;
    }
}
