/*Добавление иконок площи и спален вместо @ */
    .js-store-prod-descr em , .js-store-prod-text  em,
    .js-store-prod-descr u , .js-store-prod-text  u {
        color: transparent;
        margin-right: 12px;
        display: inline-block;
        margin-top: 5px;
    }
    .js-store-prod-descr  em:before , .js-store-prod-text  em:before{
        background-image: url(https://static.tildacdn.one/lib/icons/tilda/bed_bedroom_furniture.svg);
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .js-store-prod-descr  u:before , .js-store-prod-text  u:before {
        background-image: url(https://static.tildacdn.one/lib/icons/tilda/plan_project.svg);
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    /*.js-store-prod-descr:before , .js-store-prod-text:before {
        background-image: url(https://static.tildacdn.one/lib/icons/tilda/location_map_marker.svg);
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }*/
    
   
