.search-btn {
    cursor: pointer;
    margin-left: 11px;
}

.search-form {
    display: flex;
    align-items: center;
}

.search-input {
    max-width: 620px;
}

.search-input input {
    width: 100%;
}

.search-input {
    position: relative;
}

.header__search.opened {
    min-width: 400px;
}

.header__search.opened .search-input {
    width: 100%;
}

.search-btn-inside {
    position: absolute;
    top: 9px;
    right: 17px;
    cursor: pointer;
    width: 21px;
    height: 21px;
}

.search-btn-inside > svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clear-btn {
    position: absolute;
    top: 9px;
    right: 50px;
    cursor: pointer;
}
