.language_contact a.contact-proposal {
    color: #007cad;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 50px;
    position: relative;
    top: 3px;
}
.language_contact a.contact-proposal::before {
    background: url("../images/invest_icon.png") no-repeat left -1px;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 30px;
    overflow: hidden;
}
.language_contact a.contact-proposal span {
    display: inline-block;
    padding-left: 26px;
    position: relative;
    z-index: 1000;
}
.language_contact a.contact-proposal:hover{
	color: #62c7af;
}
.language_contact a.contact-proposal:hover::before {
    background-position: left -20px;
}

@media screen and (max-width: 767px){
	.language_contact a.contact-proposal{
		display: none;
	}
}