.global-layout__search {
    width: 100%;
}

.search-form__wrap {
    border: 2px solid #BFA775;
    border-radius: 8px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}

.search-form__intro {
    position: relative;
    font-size: 18px;
    color: #000000;
    margin-bottom: 12px;
}

.search-form__input {
    padding: 15px 32px;
    font-size: 16px;
    color: #000000;
    outline: none;
    border: none;
    line-height: 121%;
    width: 100%;
}

.search-form__input::placeholder {
    font-size: 16px;
    color: #BEB3B3;
    text-transform: none;
    line-height: 121%;
}

.search-form__btn {
    border: none;
    outline: none;
    background-color: #BFA775;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-form__icon {
    width: 24px;
    height: 26px;
    display: flex;
}

.search-form__close {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}