.search {
    position: absolute;
    display: flex;
    align-items: center;
    right: 130px;
    margin-top: 10px;
}

.search_title {
    font-size: 16px;
    letter-spacing: normal;
    color: #726f6b;
    margin-right: 5px;
    font-weight: bold;
}

.search_text {
    border: none;
    outline: none;
    background: #ededed;
    width: 350px;
    height: 38px;
    /* margin: 10px 10px 10px 10px; */
    z-index: 10;
    /* padding: 20px 65px 20px 20px; */
    font-family: inherit;
    font-size: 14px;
    margin-right: 5px;
    padding-left: 10px;
    color: #2c3e50;
}


.search_btn {
    border: none;
    width: 80px;
    height: 38px;
    display: block;
    text-align: center;
    font-size: 16px;

    color: #ffffff;
    background-color: #ffa800;
}
