.phone-head{
    display: block;
    text-align: center;
    line-height: 46px;
    width:200px;
    height:46px;
	color: #333;
    font-size: 20px;
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 500;
    border-width: 1px;
    border-radius: 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.phone-head:hover{
	background-color: #ffb604;
    color: #fff!important;
}



.js-store-prod-all-text em , .js-store-prod-text  em{
    color: transparent;
    margin-right: 12px;
    display: inline-block;
    margin-top: 0px;
}
.js-store-prod-all-text em:before , .js-store-prod-text  em:before{
    background-image: url(https://static.tildacdn.com/tild6637-6437-4637-b832-303635326236/optimize_1.png);
    content: "";
    width: 135px;
    height: 28px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}


.js-store-prod-descr em , .js-store-prod-text  em{
    color: transparent;
    margin-right: 12px;
    display: inline-block;
    margin-top: -20px;
}
.js-store-prod-descr  em:before , .js-store-prod-text  em:before{
    background-image: url(https://static.tildacdn.com/tild6463-6639-4564-a561-356437333833/photo.svg);
    content: "";
    width: 60px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}