
.input-euro {
    position: relative;
}
 .input-euro:before {
    position: absolute;
    top: 10px;
    content:"руб.";
}
.input-euro.right:before {
    right: 5px;
}
.input-euro.right input {
    padding-right:18px;
    text-align:end; 
}
