.search_producents {
    margin-top: 6px;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}

.all_producents:hover {
    background: #e1375c;
}

  .search_producents.active .hidden_dash {
    height: 347px; }
  .search_producents.active .input_holder .arrow span:before {
    content: '\f106'; }
  
    .search_producents .input_holder .input {
        padding: 0 18px;
        font-size: 16px;
        line-height: 51px;
        border: 1px solid #e9e9e9;
        box-sizing: border-box;
        color: black;
        width: 100%;
        height: 51px;
    }
    
    .search_producents .input_holder .input:focus, .search_producents .input_holder .input:active {
      box-shadow: none;
      border: none;
    }
    .search_producents .input_holder .input::-webkit-input-placeholder {
        text-transform: none;
      color: #9a9a9a; }

    .search_producents .input_holder .input::-moz-placeholder {
        text-transform: none;
      color: #9a9a9a; }
    .search_producents .input_holder .input:-ms-input-placeholder {
        text-transform: none;
      color: #9a9a9a; }
    .search_producents .input_holder .input:-moz-placeholder {
        text-transform: none;
      color: #9a9a9a; }
    
    .search_producents .input_holder .arrow {
        display: inline-block;
        color: black;
        cursor: pointer;
        z-index: 10;
        position: absolute;
        margin-left: -37px;
        margin-top: 10px;
        }
    
    .search_producents .input_holder .arrow i {
        font-size: 32px;
    }
    
    .search_producents .hidden_dash {
        overflow: hidden;
        transition: all 0.3s;
        width: 246px;
        z-index: 9;
        background: white;
        box-shadow: none;
        float: left;
    }
    
    .search_producents .keyboard .key {
        font-weight: 600;
        cursor: pointer;
        margin-left: 5px;
        margin-bottom: 5px;
        font-size: 15px;
        float: left;
        width: 35px;
        height: 35px;
        color: #000;
        text-align: center;
        line-height: 39px;
        padding: 0;
        background: #f6f6f6;
    }
    
    .search_producents .keyboard .key:hover {
        background: #e1375c;
        color: white;
    }
  
  .search_producents .keyboard .key.active {
        background: #e1375c;
        color: white;
  }
  
  .search_producents .keyboard .key[data-key="i"] {
      border-right: none;
  }
  
  .search_producents .keyboard .key[data-key="s"] {
      border-right: none;
  }

/*    .search_producents .keyboard .key:hover, .search_producents .keyboard .key:focus{
      background: #e1375c;
      outline:none;
      color: white; }*/
    .search_producents .bottom {
        float:left;
        width: 100%;
    }
    
    .search_producents .producents {
        height: 374px;
        overflow-y: scroll;
        float: left;
        width: 100%;
        margin: 22px 0 12px 0;
    }
    
    .manufacturers.top-level-menu-li .producents::-webkit-scrollbar-track,
    .manufacturers.top-level-menu-li ul::-webkit-scrollbar-track  {
      background-color: #ededed; 
    }
    
    .manufacturers.top-level-menu-li  .producents::-webkit-scrollbar,
    .manufacturers.top-level-menu-li ul::-webkit-scrollbar  {
        width: 3px;
        background-color: #ededed; 
    }
    
    .manufacturers.top-level-menu-li .producents::-webkit-scrollbar-thumb,
    .manufacturers.top-level-menu-li ul::-webkit-scrollbar-thumb {
        background-color: black; 
    }
    
    .search_producents .producents .producent {
        display: block;
        font-size: 15px;
        margin: 20px 0;
    }
    
    .search_producents .producents .producent:nth-child(1) {
        margin-top: 3px;
    }
    
    .search_producents .producents .producent:hover {
        color: black;
        color:#e1375c; 
    }
    
.keyboard {
    max-width: 205px;
    width: 100%;
    float: right;
    margin-top: 20px;
    margin-right: -4px;
}
a.all_producents {
    background: black;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 45px;
    letter-spacing: 0.3px;
    display: inline-block;
}


body #header .menu .s-prod {
    float: left;
    padding: 0 0 20px 0!important;
    text-align: center;
}

.s-prod .search_producents .hidden_dash {
    margin-left: 7px;
    line-height: 1.5em;
}

.s-prod .search_producents .bottom {
    text-align: center;
}

.s-prod .search_producents .bottom a {
    float: none;
    margin-left: initial;
    position: static;
    display: inline-block;
}

.search_producents {
    text-align: left;
}

.search_producents .title {
    font-size: 17px;
    font-weight: 700;    
    margin-bottom: 35px;
}

.search_producents .saearcher-holder {
    max-width: 60%;
    width: 100%;
    float: left;
}

.search_producents .saearcher-holder .input_holder {
    position: relative;
}



.search_producents .all-producents-holder {
    max-width: 35%;
    width: 100%;
    text-align: left;
    float: right;
    margin-right: -20px;
}

@media all and (max-width: 992px) {
    
    .search_producents {
        max-width: 100%;
        margin-top: 6px;
        margin-bottom: 0;
        margin-left: 0px;
        width: 100%;
    }
    
    .search_producents .input_holder .input {
        padding: 0px 15px 0px 16px;
        font-size: 12px;
        line-height: 29px;
        border: 1px solid #e9e9e9;
        box-sizing: border-box;
        font-weight: 600;
        color: grey;
        width: calc(100% - 87px);
        height: 30px;
        margin-left: 0;  
    }
    
    .search_producents .hidden_dash {
        width: calc(100% - 53px);
        margin-top: -2px;
        right: auto;
        left: 26px;
    }
    
    .s-prod .search_producents .hidden_dash {
        margin-left: 0;
    }
    
    
    .search_producents .input_holder .arrow {
        height: 30px;
        line-height: 30px;
    }
    
    body .search_bars_area.active .search_producents {
        display: inline-block;
    }
    
    .s-prod .search_producents {
        display: block;
    }
    
    .search_producents .all-producents-holder { 
        display: none;
    }
    
    .search_producents .saearcher-holder {
        max-width: calc(100% - 5px);
        padding: 14px 17px;
    }
    
    .search_producents .producents {
        height: auto;
        overflow-y: auto;
    }
    
    .search_producents .input_holder .input {
        width: 100%;
        height: 41px;
        margin-left: 2px;
    }
    
    .search_producents .input_holder .arrow {
        margin-left: 0;
        margin-top: 0;
        right: 0px;
        top: 38px;
    }
    
    .search_producents .title {
        margin-bottom: 14px;
    }
    
    .saearcher-holder .keyboard {
        display: none;
    }
}
