

<!-- Стилизация дашбордов -->
.grid-stack-item-content.funnel-text-block.metrika-funnel-part .text-block-wrapper {
  display: block;
  text-align: center;
  background-color: #0f3a64;
}

.grid-stack-item-content.funnel-text-block.metrika-funnel-part .text-block-wrapper p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}


<!--  Настраиваем чекбоксы -->
.custom-field.type-checkbox .field-label .label-value {
    text-align: left;
    font-size: 14px;
}
.custom-field.type-checkbox .field-label .label-value a,
.global-confirm-checkbox-block .checkbox-text a {
    text-decoration: underline;
}
.global-confirm-checkbox-block.confirm-mailing-checkbox {
    line-height: 1.2;
}
.custom-field-input.custom-field.type-checkbox {
    font-size: 14px;
}
.custom-field.type-checkbox .field-label input {
   margin-right: 0!important;
}

