.search-form-clear {
    position: absolute;
    font-size: 31px;
    right: 40px;
    top: 0;
    height: 34px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    @media (max-width: 1200px) {
        top: 1px;
    }
}