.search-page {
    padding: 30px 0 0 0;
}

.search_page__submit {
    position: absolute;
    top: 0px;
    right: 0;
    border: none;
    background: #000;
    line-height: 35px;
    padding: 0 30px;
    cursor: pointer;
    color: #ebebeb;
}

.search__field {
    flex-grow: 1;
    flex-shrink: 1;
}

.search__results {
    position: relative;
}

.search__preloader {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.search__empty {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    align-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 16px;
    justify-content: center;
    text-align: center;
}

.field {
    box-sizing: border-box;
    height: 36px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.field__background {
    background-color: #ebebeb;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .3s linear, border-color .3s linear;
    width: 100%;
}

.field__container {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 16px;
    position: relative;
}

.field__icon {
    flex-grow: 0;
    flex-shrink: 0;
    height: 24px;
    margin: 0 8px;
    position: relative;
    width: 24px;
}

.field__icon--left {
    margin-left: -6px;
}

.icon[data-v-c4f273e2] {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    stroke: none;
    transition: fill .3s ease;
    width: 100%;
}

.field__inner {
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    position: relative;
}

.field--main .field__input {
    padding: 6px 6px;
    border-radius: 6px;
    transition: none;
}

.field__input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: #ebebeb;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: #000;
    color: #000;
    display: block;
    font-family: inherit;
    height: 100%;
    outline: none;
    padding: 6px 0;
    position: relative;
    transition: color .3s linear;
    width: 100%;
}

.field__clear {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translate(0, -50%);
}

.field__clear svg {
    width: 24px;
    height: 24px;
}

.field__clear.hidden {
    display: none;
}