/**
 * 
 * Форма поиска + Выдача.
 * 
 *
 * 
 */




/*
 * -----------------------------------------------------------------------------
 *
 * Форма поиска.
 *
 * -----------------------------------------------------------------------------
 */

.search-form {
    
}

.search-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.search-input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    
    text-overflow: ellipsis;
}

.search-submit {
    -ms-flex: 0 0 89px;
    flex: 0 0 89px;
    max-width: 89px;
}

.search-wrapper .form-control {
    /*border-right: none;*/
    /*border-radius: 5px 0 0 5px;*/
    
    color: #101010;
    border-width: 2px;
}

.search-wrapper .btn {
    margin-bottom: 0 !important;
    margin-left: 5px;
    
    width: 84px;
    height: 36px;
    line-height: 32px;
    
    /*border-radius: 0 5px 5px 0;*/
}


/*

.search-wrapper .btn svg {
    width: 20px;
    height: 20px;
}

.search-wrapper .btn svg path {
    fill: #100773 !important;
    transition: all .3s ease;
}

.search-wrapper .btn:hover svg path {
    fill: #ffffff !important;
}

*/


/*
 * -----------------------------------------------------------------------------
 *
 * Поиск в шапке.
 *
 * -----------------------------------------------------------------------------
 */

.search-menu-item {
    cursor: pointer !important;
}


#search-form-position {
    position: relative;
    z-index: 100;
}

#search-form-container {
    display: none;
    
    position: absolute;
    top: 0; left: 0; right: 0;
    
    padding: 10px 0;
    
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

/*
 * -----------------------------------------------------------------------------
 *
 * Поиск на странице.
 *
 * -----------------------------------------------------------------------------
 */



/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

/**
 * ...
 * -----------------------------------------------------------------------------
 */


@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}

