.block-criteria label {
font-size: 14px;
color: #c4c4c4;
position: absolute;
left: 0;
top: 0;
z-index: 1;
cursor: pointer;
}
.block-criteria__form:focus + label {
font-size: 12px;
bottom: initial;
top: -20px;
transition: all 0.3s ease-out;
}