select{
-moz-appearance: none;
-webkit-appearance: none;
border: none;
position: relative;
outline: none;
padding: 5px;
padding-right: 40px;
}
select:after{
content: "";
display: block;
width: 25px;
height: 25px;
background-image: url("/put_k_strelke");
position: absolute;
right: 5px;
top: 5px;
}