.uuuu{
    color: #fff;
    padding: 3px;
    border: 1px solid #dadfe1;
    border-radius: 4px;
}
.b-sitemenu a
{
    cursor: pointer;
}
.results
{
    background: #fff;
    position: relative;
    padding: 10px;
    width: calc(100% - 109px);
    max-width: 510px;
    border-radius: 0px 0px 3px 3px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
    z-index: 50;
    max-height: 400px;
    overflow-y: auto;
    display: inline-block;
    box-sizing: border-box;
}


.new_top_one{
    background: #fff;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3%;
    height: 40px;
}
.new_top_one .new_logo{
//padding: 3px;
}
.new_top_one .new_logo img{
    padding-top: 2px;
    height: 38px;
}
.new_top_one .login-block{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.new_top_one .login-img{
    height: 30px;
    margin-right: 5px;
}
.new_top_one .phones-block{
    height: 23px;
    vertical-align: top;
    width: 270px;
    z-index: 5;
//text-align: center;
    overflow: hiden;
    position: relative;
}
.new_top_one .phones-block .n{
    border-top: 1px solid #eaeaea;
    padding: 6px 0px;
}
.new_top_one .phones-block .ico-phon{
    height: 23px;
    display: inline-block;
    margin-left: 10px;
}
.new_top_one .phones-block a{
    font-size: 1.3em;
    font-weight: 500;
    color: #000;
    font-style: italic;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: top;
}
.new_top_one .phones-block a:hover{
    color: #e74c3c;
}
.new_top_one .no_vizible{
    display: none;
    background: #fff;
    border-radius: 5px;
///padding: 6px 0px;
}
.new_top_one .vizible{
    display: block;
}
.new_top_one .no_vizible a{
    padding: 0px 15px;
}
.new_top_one .phones-block:hover .vizible{
    display: none;
}
.new_top_one .phones-block:hover .no_vizible{
    display: block;
    margin-top: -6px;
    -webkit-box-shadow: 0px 15px 20px 8px rgba(34, 60, 80, 0.28);
    -moz-box-shadow: 0px 15px 20px 8px rgba(34, 60, 80, 0.28);
    box-shadow: 0px 15px 20px 8px rgba(34, 60, 80, 0.28);
}
.new_top_one .login{
    color: #000;
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.35em;
    display: inline-block;
}



.new_top_two{
    background: #7db545;
    display: flex;
    height: 56px;
    color: #fff;
    justify-content: space-around;
//align-items: center;
}
.new_top_two .catalogue
{
    padding: 11px 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 245px;
    box-sizing: border-box;
    font-size: 1.5em;
    font-weight: 500;
    margin: 3px;
    color: #fff;
    cursor: pointer;
}
.new_top_two .search-block{
    min-width: 560px;
    overflow: hidden;
    border-radius: 5px;
    margin: 5px;
    border: 1px solid #8ec05f;
}
.new_top_two .icons-block{

}
.new_top_two .iconi{
    padding: 6px;
    margin: 2px;
    width: 60px;
    height: 52px;
    display: inline-block;
    height: calc(100% - 4px);
    box-sizing: border-box;
    position: relative;
}
.new_top_two .iconi .count{
    position: absolute;
    top: 3px;
    right: 3px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background: #4d4b4c;
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
    font-style: italic;
}
.new_top_two .new_search_botton{
    border: none;
    background: #8ec05f;
    width: 140px;
    color: #fff;
    padding: 11px;
    height: auto !important;
    font-size: 1.5em;
    font-weight: 500;
    box-sizing: border-box;
    margin: 0;
}
.new_top_two .new_search_input::placeholder{
    color: #fff;
}
.new_top_two .new_search_input:focus, .new_top_two .new_search_input{
    width: calc(100% - 140px);
    box-sizing: border-box;
    background: #a5cb7e;
    color: #fff;
    padding: 11px 20px;
    font-size: 1.5em;
    border: none;
}

.new_top_two .new_top_small_image{
    max-height: 100%;
    margin-right: 5px;
    float: left;
}

a.language_switch{
    color: #000;
    font-size: 1.3em;
    font-weight: 500;
    cursor: pointer;
}
.language_switch span{
    padding: 3px 12px 3px 10px;
    margin: 0px 4px;
    border: 1px solid #fff;
    color: #000;
    border-radius: 7px;
    font-style: italic;
}
.language_switch span.l_switch{
    border: 1px solid #7db545;
    color: #7db545;
}