.case-parameters(@cn) {
.block-case li:before:nth-of-type((cn)) {
font-weight: bold;
z-index: 1;
position: absolute;
margin-top: 35px;
background: #fff;
color: #FC0D55;
font-size: 20px;
content: "текст";
width: 80px;
height: 27px;
display: block;
line-height: 25px;
text-indent: 10px;
}
.case-parameters(@cn) {
.block-case li:nth-of-type(@{cn}):before {
font-weight: bold;
z-index: 1;
position: absolute;
margin-top: 35px;
background: #fff;
color: #FC0D55;
font-size: 20px;
content: "текст";
width: 80px;
height: 27px;
display: block;
line-height: 25px;
text-indent: 10px;
}
}