.text-preload(@wdith: 120px, @height: 18pt, @bg: extract(@CLR_1, 6), @radius: 20px) {
    width: @wdith;
    height: @height;
    background-color: @bg;
    border-radius: @radius;
}

.icon-preload(@size: 40px, @bg: extract(@CLR_1, 7)){
    width: @size;
    height: @size;
    background-color: @bg;
    border-radius: @size;
}

.img-proload(@wdith: 47px, @height: 35pt, @bg: extract(@CLR_1, 5)) { 
    width: @wdith;
    height: @height;
    background-color: @bg;
    border-radius: 5px;
}