/*
.searchForm {
    position   : absolute;
    !*display    : block;*!
    width      : calc(100% - 52px);
    background : #fff;
    padding    : 8px;
    z-index    : 9;
    top        : 9px;
    display    : none;
}

.fixed .searchForm {
    top     : 19px;
    padding : 3px;
}

.searchForm.open {
    display : block;
}

.searchForm input {
    width         : calc(100% - 40px);
    border        : none;
    font-size     : 20px;
    border-bottom : 2px solid #39b54a;
    padding       : 6px;
}

.searchResult {
    position   : absolute;
    top        : 70px;
    left       : 0;
    right      : 0;
    background : #fff;
    overflow-y : auto;
    overflow-x : hidden;
    max-height : 70vh
}

.searchForm a.close {
    position : relative;
    left     : 5px;
    top      : 3px;
    color    : #000;
}

.openSearchForm {
    position : relative;
    right    : -12px;
}

.fixed .openSearchForm {
    right : -18px;
    top   : 12px;
}

.searchResult h4 {
    display : block;
    margin  : 20px;
}

@media screen and (max-width : 1200px) {
    .main-head__pannel .openSearchForm {
        display : none;
    }

    .main-user-consent-request-popup-header {
        white-space : initial;
    }

    .searchForm input {
        font-size : 16px;
    }

    .searchResult {
        position : fixed;
        left     : 0;
        right    : 0;
    }

    .main-user-consent-request-popup {
        margin-top    : 70px;
        margin-bottom : 70px;
    }
}

.catalog-wrapper.section .container.breadcrumbs {
    margin-bottom : 30px;
    margin-top    : 80px;
}

.searchResult {
    display : none;
}
*/
