@media only screen and (max-width: 1200px) {
    .header-middle .header-middle__left {
        align-items: flex-start;
        padding-top: 2px;
        padding-bottom: 9px;
    }

    .btn-catalog, .btn-menu {
        padding-top: 3px;
    }

    .search-form--header {
        padding: 3px 15px;
        margin: 0 -15px;
        border-top: 2px solid #ffc300;
    }

    .search-form--header .btn-search {
        padding-right: 15px;
        top: 2px;
    }

    .search-form.search-form--header input {
        height: 40px;
        padding: 0;
        background-color: #ffffff;
    }

    .search-form.search-form--header .btn-search {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .header-middle__left {
        padding-bottom: 10px;
    }

    .wrapper {
        padding-top: 105px !important;
    }

    body .title-search-result {
        left: 0 !important;
        right: 0;
        width: auto !important;
        max-width: auto !important;
        border-left: none;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bx_searche .bx_item_block {
        padding: 8px 0 14px;
    }

    .bx_searche .bx_item_block:last-of-type {
        border-bottom: none;
    }

    .search-form .fa-times {
        position: absolute;
        font-size: 21px;
        right: 40px;
        top: 50%;
        color: rgba(238,18,43,0.8);
        cursor: pointer;
        margin-top: -14px;
        padding: 4px;
    }

    .search-form .fa-times:hover {
        color: rgba(238,18,43,1);
    }
}

@media (min-width: 1201px)  {
    .search-form--header {
        display: none;
    }

    .search-form .fa-times {
        display: none !important;
    }
}
