// Стили для одинаковой ширины табов в диалоге
.cmf-dialog {
  width: 700px;
  height: 340px;
  display: flex;
  flex-direction: column;

  &__footer {
    margin-top: auto;
  }
}